.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 599px) {
.pc-only {
  display: none;
}
.sp-only {
  display: block;
}
}
    article {
    font-size: 14px;
    color: #505032;
}

section.innerBottom {
    margin-bottom: 60px;
}
section.sectionEnd {
    margin-bottom: 30px;
}
section.innerBottom p.pText,
section.sectionEnd p.pText {
  margin-left:30px;
}
section ul.inner {
    margin-left: 30px;
}
section li.indent {
    padding-left: 1em;
    text-indent: -1em;
    margin-left: 30px;
}

section li.indent2 {
    padding-left: 1.7em;
    text-indent: -1.7em;
    margin-left: 30px;
}
@media screen and (max-width: 599px) {
section.innerBottom p.pText,
 section.sectionEnd p.pText {
  margin-left:20px;
}
section ul.inner {
    margin-left: 20px;
}
section li.indent {
    margin-left: 20px;
}
section li.indent2 {
    margin-left: 20px;
}

}
/* hタグの設定 */
.privacyTitleH1 {
    margin-bottom: 40px;
    padding: 10px 0;
    border-bottom: 1px solid #ffd500;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: normal;
}
.privacyTitleH2g {
    margin-bottom: 40px;
    padding: 10px 0;
    border-bottom: 1px solid #D8D8D8;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: normal;
}
.privacyTitleH2,
.privacyTitleH3 {
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
    border-bottom: 1px solid #D8D8D8;
    margin-top: 30px;
    padding-left: 25px;
    text-indent: -1.7em;
}
.privacyTitleH4b {
    font-size: 14px;
    font-weight: bold;
    padding-left: 1em;
    text-indent: -1em;
}
@media screen and (max-width: 599px) {
.privacyTitleH1 {
    margin-bottom: 20px;
    padding: 20px 0 10px;
    font-size: 18px;
    font-size: 1.125rem;
}
.privacyTitleH2g {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.125rem;
}
.privacyTitleH2,
.privacyTitleH3 {
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 15px;
}
}
.pStrong {
  font-weight: bold;
}

/* 以上を右に */
.last {
    text-align: right;
    margin-bottom: 20px;
}


/*
設定
###################################################################### */

/*マージン top*/
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}


/*マージン right*/
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}


/*マージン bottom*/
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}

/*マージン left*/
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}

/*aタグでblankを参照している時*/


.vr {
    vertical-align: middle;
    display: inline-block;
    width: 14px;
    height: 28px;
    background: url(/image/common/img_window.gif) no-repeat;
    background-size: 70%;
    position: relative;
    top: 10px;
    left: 4px;
}

/*aタグでpdfを参照している時は、pdfのアイコンを表示*/
a[href$=".pdf"]:after {
    content: " ";
    display: inline-block;
    width: 14px;
    height: 18px;
    background: url(../image/icon-pdf.png) no-repeat;
    background-size: 85%;
    position: relative;
    top: 5px;
    left: 4px;
}


/*英文が横幅にあわせて改行*/
.ww {
  word-wrap: break-word;
  margin-right: 15px;
}


/*
共同利用する個人データ項目
###################################################################### */

table.sharingTable {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #dbdbdb;
	table-layout: fixed;
    min-width: 100%;
}
table.sharingTable thead th {
	text-align: center;
	vertical-align: middle;
	background: #dbdbdb;
	padding: 10px;
	border-right: 1px solid #fff;
	min-width: 200px;
}
table.sharingTable thead th:last-child {
	border-right: none;
}
table.sharingTable th ,
table.sharingTable td {
	vertical-align: top;
	padding: 10px;
	border: 1px solid #dbdbdb;
  width:25%;
	min-width: 200px;
}
table.sharingTable tr:nth-child(even){
	background: #f3f6f7;
}


.scroll{
max-width: 1000px;
    overflow: auto;
}
.scroll::-webkit-scrollbar{
 height: 10px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}

.mb-top {
    margin-top: 20px;
}

.privacyList li {
    position: relative;

    &:before {
        position: absolute;
        top: 0.7em;
        left: 1em;
        display: block;
        content: "";
        width: 5px;
        height: 5px;
        background: #505032;
        border-radius: 50%;
    }
}

.privacyTable {
    margin-bottom: 20px;
    border-top: solid 1px #e1e1e1;
    border-left: solid 1px #e1e1e1;
}

.privacyTable th {
    width: 25%;
    padding: 10px;
    border-right: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    text-align: center;
    background-color: #f1f1f1;
}

.privacyTable td {
    width: 25%;
    padding: 10px;
    border-right: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    vertical-align: middle;
}
