@charset "utf-8";

/*
--------------------------------------------------------

	CSS INFORMATION
		
	Order of description
	
	__header         (div#header)
	__bread_crumb	 (ul.bread_crumb)
	
--------------------------------------------------------*/

header{
    margin: 0 auto;
    position: relative;
    width: 100%;
}

#wrapper{
background-image:none;
width:950px;
margin:0 auto;
font-size:13px;
line-height:1.6em;
}

.topText{
/* width:900px; */
padding:5px;
}

#maincontent_wide .title{
/* width:900px; */
border-bottom:#666666 1px solid;
font-size:12px;
font-weight:bold;
clear:both;
}
#maincontent_wide .title_modal{
  width:95%;
  border-bottom:#666666 1px solid;
  font-size:12px;
  font-weight:bold;
  clear:both;
  }

#maincontent_wide{
background:none;
margin-left:10px;
font-size:13px;
line-height:1.6em;
}

#maincontent_wide a{
	color: #0059b2;
  word-break: break-all;
}
#maincontent_wide .pankuzu{
	font-size:12px;
	margin: 15px 0 20px;
}
@media screen and (max-width:639px){
    #maincontent_wide .title {
        width: auto;
    }
    #maincontent_wide .pankuzu{
        margin: 0 0 20px;
    }
}

h1.title_deco {
  border-left: 3px solid black;
  background-color: #efefef;
  padding-left: 10px;
  padding: 5px;
}

h2{
	margin:10px 0;
}


.fw-b {
    font-weight: bold;
}

.pvText{
margin:8px 20px 20px 8px;
font-size:12px;
line-height:160%;
}
.pvText span .red{
  color: red;
  }


.hrText{
margin:20px 20px 20px 8px;
font-size:12px;
line-height:160%;
}

.pvText span{
	font-size:10px;
	}
.pvText_atn{
margin:8px 20px 8px 8px;
line-height:160%;
font-size:11px;
}

.pvText_block{
margin:8px 20px 30px 8px;
line-height:160%;
font-size:11px;
float:left;
width:600px;
font-size:12px;
}


.pvText_block2{
margin:8px 20px 30px 8px;
line-height:160%;
font-size:11px;
float:left;
width:580px;
font-size:12px;
}

.data{
text-align:right;
margin-right:20px;
line-height:140%;
}

.pvmark{
float:left;
margin-bottom:30px;
margin-left:10px;
margin-right:5px;
margin-top:5px;
}

p.pvcredit{
font-size:11px;
margin-right:3px;
margin-top:10px;
line-height:160%;
}

#pageTop{
position:absolute;
bottom:10px;
right:10px;
width:11em;
}

.pvmark_bl{
margin:15px 20px 5px 0px;
font-size:12px;
font-weight:bold;
}

dl.privacy_list{
line-height:140%;
font-size:13px;
padding-left:10px;
}

dl.privacy_list dt{
margin: 0.4em 0 1em 0em;
float: left;
width:26px;
}

dl.privacy_list dd{
margin: 0 0 1em 3em;
padding: 0.3em 1em;
}

address.pvadress{
width:400px;
padding-right:20px;
padding-bottom:6px;
white-space:nowrap;
text-align:right;
margin-top:30px;
line-height:0.8em;
font-style:normal;
font-size:12px;
}

address.pvadress p{
font-weight:bold;
line-height:150%;
margin-bottom:5px;
}

div.pvinfo{
background:#e9e9e9;
border:#b9b9b9 1px solid;
clear:both;
}

div.pvinfo span{
font-weight:bold;
margin-bottom:8px;
}

.pvsign{
float:right;
clear:both;
width:265px;
margin:20px 0;
}

.imgctr{
float:left;
margin:5px 5px 15px 5px;
padding-right:25px;
}

.text-center {
	text-align:center;
	}
kiyaku-table-box {
	margin: 8px 20px 20px 8px;
	width:900px;
	}

ul.list--dot {
	clear: both;
	list-style:inside;
	margin: 8px 20px 20px 8px;
	}
	
ul.list--dot li  {
	    padding-left: 1em;
	    text-indent: -1em;
	}


.kiyaku-table > thead tr th {
    padding: 10px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #d9d9d9;
    background: #eeeeee;
	line-height: 1.4em;
}

.kiyaku-table > tbody > tr > th {
    width: 300px;
    padding: 10px;
    font-weight: normal;
    text-align: left;
    border: 1px solid #d9d9d9;
	line-height: 1.4em;
}

.kiyaku-table > tbody > tr > td {
    padding: 7px;
    border: 1px solid #d9d9d9;
	line-height: 1.4em;
}
.kiyaku-table > tbody > tr > td span {
  color: red;
}

.kiyaku-table > tbody > tr > td table > tbody > tr > th {
    width: 8em;
    padding: 0;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
	line-height: 1.4em;
}

.text-right {
    text-align: right;
}

.td__head{
    width: 70px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.kiyaku-table {
	width:900px;
	margin-top:10px;
}

.contentTitle__txt {
    position: relative;
    display: block;
    box-sizing: border-box;
    /* width: 97%; */
    min-height: 31px;
    padding: 5px 5px 5px 17px;
    border: 1px solid #bbb;
    line-height: 1.5;
    background: linear-gradient(#fff,#eee);
    font-size: 15px;
    color: #003952;
}
div.contentTitle__txt:before{
    content: "";
    width: 5px;
    height: calc(100% - 12px);
    position: absolute;
    top: 6px;
    left: 6px;
    background-color: #003952;
}

.infomative__table {
    width: 98%;
}

thead .infomative__tr {
    background-color: #ccc;
}

.infomative__td {
    border: #666666 1px solid;
    padding: 4px 4px 0px 10px;
    width: 100px;
    vertical-align: middle;
}

.td_url {
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bd_bot {
    border-bottom: #666666 1px solid;
}
.privacy__pagelink {
    display: flex;
    margin: 5px 0px;
}
.privacy__pagelink-text {
    margin-right: 65px;
    display: flex;
    padding: 3px;
    text-decoration: none;
}
.privacy__pagelink-text:hover::before {
    transition: 0.3s;
    transform:translateY(3px)rotate(-45deg);
}
.privacy__pagelink-text::before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-color: transparent transparent #565656 #565656;
    transform: rotate(-45deg);
    z-index: 5;
    margin-right: 6px;
}

.download_btn{
  box-sizing: border-box;
  border: 1px solid #81ADD5;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background-color: #fff;
  gap: 10px;
  padding: 10px;
  margin-bottom: 5px;
}

.download_btn:after {
  background-size: cover;
  content: '';
  width: 16px;
  height: 16px;
  background: url(/resource/knowhow/resume/img/Icon_feather-download.png) 50% 50% no-repeat;
  background-size: cover;
}


@media screen and (max-width:639px){

    .contentTitle__txt {
        width: 99%;
    }
    .contentTitle__txt__two-lines{
        height: inherit;
    }
    .infomative__table {
        width: 98%;
    }

    .infomative__td {
        border: #666666 1px solid;
        padding: 4px 4px 0px 10px;
        width: 100px;
    }
    .td_url {
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .privacy__pagelink {
        display: block;
        margin: 5px 0px;
    }
    
    .privacy__pagelink-text {
        margin-right: 0px;
    }
    .privacy__pagelink-text::before {
        margin-right: 6px;
    }

#wrapper{
width:100%;
}

#maincontent_wide{
  min-height: 1000px;
margin-left:0;
padding:10px;
}

.topText{
width:100%;
}

.title{
width:100%;
margin:0;
}
.pvText{
margin:8px 0 20px 0px;
}
.pvmark{
margin:0 5px 0 0;
}
.pvText_block{
float: inherit;
width:auto;
margin:8px 5px 20px;
}

dl.privacy_list dd{
margin: 0 0 1em 3em;
padding: 0.3em 1em;
}
address.pvadress{
width:100%;
}

.kiyaku-table {
    width: 100%;
    margin-bottom: 0;
}

ul.list {
	clear: both;
	width:auto;
	list-style:inside;
	margin: 8px 5px 8px;
	}
	
ul.list li  {
	    padding-left: 1em;
	    text-indent: -1em;
			margin-bottom:0.5em;
	}

.kiyaku-table > thead tr th {
    padding: 10px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #d9d9d9;
    background: #eeeeee;
}


.kiyaku-table > thead tr th {
    padding: 10px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #d9d9d9;
    background: #eeeeee;
}

.kiyaku-table > tbody > tr > th {
    width: 200px;
    padding: 10px;
    font-weight: normal;
    text-align: left;
    border: 1px solid #d9d9d9;
}

.kiyaku-table > tbody > tr > td {
    padding: 7px;
    border: 1px solid #d9d9d9;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.kiyaku-table > tbody > tr > td table > tbody > tr > th {
    width: 8em;
    padding: 0;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

/* .table-responsive {
overflow: auto;tableをスクロールさせる
white-space: nowrap;tableのセル内にある文字の折り返しを禁止
	} */

}
@media screen and (max-width:360px){
    .contentTitle__txt--group {
        height: auto;
        line-height: 22px;
        padding-left: 20px;
    }
    .sp--privacyGroup{
        display: block;
    }
}

.sp--privacyGroup{
    display: none;
}

/* informative_modal */
.table__wrap{
  font-size: 16px;
  margin-bottom: 20px;
}

.table__wrap .overfllow__auto {
  overflow: auto;
}

.table__wrap .modal {
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s;
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
  scrollbar-width: none;
}

.table__wrap .modal::-webkit-scrollbar{
  display:none;
}

.table__wrap .modal.open {
  opacity: 1;
  z-index: 10000;
}

.table__wrap .modal__content {
  background-color: #ffffff;
  width: 50%;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2),
    0 7px 20px 0 rgba(0, 0, 0, 0.17);
  padding: 50px;
  position: relative;
  text-align: left;
  margin: 100px auto;
}

.table__wrap .icon__button {
  cursor: pointer;
  color: #6f6f6f;
  transform: scale(1);
  transition: all 0.3s;
}

.table__wrap .icon__button:hover {
  transform: scale(1.3);
}

.table__wrap .modal__close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

.table__wrap .intro {
  text-align: center;
  width: 65%;
  margin: 0 auto 30px;
}

.table__wrap .intro__title {
  font-size: 24px;
  margin-bottom: 20px;
}

.table__wrap .intro__text {
}

.table__wrap .service__table {
  width: 100%;
  border-collapse: collapse;
}

.table__wrap .service__table thead th {
  font-size: 14px;
  background: #e5e5e5;
  padding: 10px;
  vertical-align: middle;
}

.table__wrap .service__table tbody td {
  padding: 10px 20px;
  background: #fafafa;
  border-bottom: solid 2px #d7d7d7;
  vertical-align: middle;
  font-size: 14px;
}

.table__wrap .service__table tbody td.no__border {
  border-bottom: none;
}

.table__wrap .service__table tbody td.text__center {
  text-align: center;
}

.table__wrap .service__table tbody td img {
  height: 20px;
  width: auto;
  margin: 0 auto;
}

.table__wrap .classification {
  padding: 10px 20px;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  line-height: 1;
  margin-bottom: 5px;
}

.table__wrap .classification:last-of-type {
  margin-bottom: 0;
}

.table__wrap .classification.strictly__necessary {
  background: #ccd547;
}

.table__wrap .classification.performance {
  background: #2c98da;
}

.table__wrap .classification.functional {
  background: #fa8231;
}

.table__wrap .classification.targeting {
  background: #fd5b65;
}

.table__wrap .classification.social__media {
  background: #f7b731;
}

.table__wrap .classification.unknown {
  background: #a5b1c2;
}

.table__wrap .classification.onetrust {
  background: #6cc04a;
}

.table__wrap .modal__title {
  padding-bottom: 10px;
  border-bottom: solid 2px #f3f3f3;
}

.modal__company__names {
  font-size: 20px;
  padding-right: 20px;
}

.table__wrap .modal__service_names {
  font-size: 24px;
}

.table__wrap .modal__sub__title {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 30px;
}

.table__wrap .modal__in__content {
  border-radius: 5px;
  border: solid 2px #c2c2c2;
  background: #f2f2f2;
  padding: 10px;
  min-height: 100px;
  overflow-wrap: break-word;
}

@media screen and (min-width: 769px) {
  .table__wrap .hidden__pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .table__wrap .hidden__sp {
    display: none;
  }

  .table__wrap .inner {
    width: 100%;
    padding: 0 15px;
  }

  .table__wrap .intro {
    width: 100%;
  }

  .table__wrap .intro__text {
    text-align: left !important;
  }

  .table__wrap .service__list {
    padding: 0;
    list-style: none;
  }

  .table__wrap .service__list .list__item {
    border-radius: 5px;
    border: solid 2px #c2c2c2;
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 30px;
  }

  .table__wrap .service__list__table {
    overflow: hidden;
  }

  .table__wrap .service__list__table dt,
  .table__wrap .service__list__table dd {
    float: left;
    margin-bottom: 30px;
    font-size: 14px;
  }

  .table__wrap .service__list__table dt {
    font-weight: bold;
    clear: both;
    width: 100px;
  }

  .table__wrap .service__list__table dd {
    width: calc(100% - 100px);
  }

  .table__wrap .service__list__table dd .classification {
    display: inline-block;
  }

  .table__wrap .service__link__list {
    display: flex;
    justify-content: center;
  }

  .table__wrap .service__link__list a {
    color: blue;
    font-size: 2.8vw;
    padding: 0px 1vw;
    text-decoration: underline;
  }
}∂