@charset "UTF-8";
/*--------------------------
 変数
----------------------------*/
/*--------------------------
    中央配置
----------------------------*/
/* 上下左右中央配置 */
/* 上下のみ中央配置 */
/* 左右のみ中央配置 */
/* 中央配置解除 */
/*--------------------------
 ページスタイル
----------------------------*/

/*PC用*/
@media screen and (min-width:641px) {

  #privacy #under_main_img {
    background: url(../images/privacy/pagetitle.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 430px;
    padding: 0px !important;
    margin-bottom: 135px;
    position: relative;
  }
  
  #privacy #under_main_img .main_txt {
    display: inline-block;
    color: #fff;
    font-size: 4.5rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  #privacy #under_main_img .main_en_txt {
    display: block;
    font-size: 2rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 57%;
  }
  
  #privacy #under_main_img::after {
    content: '';
    display: block;
    background: url(../images/common/pagettl_deco.svg) no-repeat center center;
    background-size: contain;
    width: 250px;
    height: 77px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -35px;
  }
  
  #privacy .leadTxt {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 0px;
  }
  
  #privacy .contactBlock {
    width: 100%;
    text-align: center;
    color: #fff;
  }
  
  #privacy .contactBlock__link {
    background: #A00000;
  }
  
  #privacy .contactBlock__link a {
    display: inline-block;
    padding: 20px 0px;
    color: #fff;
    font-size: 22px;
    position: relative;
  }
  
  #privacy .contactBlock__link a span {
    display: block;
    font-size: 14px;
  }
  
  #privacy .contactBlock__link a::after {
    content: '';
    display: block;
    background: url(../images/common/icon_link_arrow.svg) no-repeat center center;
    background-size: contain;
    width: 13px;
    height: 26px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -26px;
  }
  
  #privacy .contactBlock__TelFax {
    background: #460000;
    padding: 35px 0px;
    display: flex;
    justify-content: center;
  }
  
  #privacy .contactBlock__TelFax__inner {
    padding: 0px 0px;
  }
  
  #privacy .contactBlock__TelFax__inner h5 {
    font-size: 16px;
    font-weight: bold;
  }
  
  #privacy .contactBlock__TelFax__inner h5::after {
    content: '';
    display: block;
    background: #B59F74;
    width: 90px;
    height: 2px;
    margin: 10px auto;
  }
  
  #privacy .contactBlock__TelFax__inner p.telNo {
    font-size: 38px;
    font-weight: bold;
    padding-left: 43px;
    position: relative;
  }
  
  #privacy .contactBlock__TelFax__inner p.telNo::before {
    content: '';
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../images/common/icon_tel.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0px;
  }
  
  #privacy .contactBlock__TelFax__inner p.faxNo {
    font-size: 38px;
    font-weight: bold;
    padding-left: 43px;
    position: relative;
  }
  
  #privacy .contactBlock__TelFax__inner p.faxNo::before {
    content: '';
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../images/common/icon_fax.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0px;
  }
  
  #privacy .contactBlock__TelFax__inner p.time {
    font-size: 16px;
  }
  
  #privacy .contactBlock__TelFax__inner.line {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding-right: 30px;
    margin-right: 30px;
  }
  
  #privacy .cntsBlock {
    padding: 0px 0px 100px 0px;
  }
  
  #privacy .cntsBlock.slideBlockWrap {
    padding: 75px 0px 0px 0px;
  }
  
  #privacy .cntsBlock__ttl {
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
  }
  
  #privacy .cntsBlock__ttl span {
    display: block;
    font-size: 16px;
    color: #B59F74;
  }
  
  #privacy .cntsBlock__ttl::before {
    content: '';
    display: block;
    width: 1px;
    height: 100px;
    background: #B59F74;
    margin: 0px auto;
  }
  
  #privacy .cntsBlock__ttlMid {
    text-align: center;
    font-size: 26px;
    margin-bottom: 50px;
  }
  
  #privacy .cntsBlock__ttlMid::after {
    content: '';
    display: block;
    width: 135px;
    height: 5px;
    background: #B59F74;
    margin: 10px auto 0px auto;
  }
  
  #privacy .cntsBlock p.txt_catch {
    text-align: center;
    font-size: 22px;
    margin-bottom: 50px;
  }
  
  #privacy .cntsBlock__inner {
    width: 1120px;
    margin: 0px auto 0px auto;
  }
  
  #privacy .cntsBlock__inner p {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  
  #privacy .cntsBlock__inner table {
    width: 100%;
    border-top: 1px solid #ded6c0;
    background: #fdf8eb;
  }
  
  #privacy .cntsBlock__inner table th,
  #privacy .cntsBlock__inner table td {
    padding: 20px;
    font-size: 1.6rem;
    text-align: left;
    border-bottom: 1px solid #ded6c0;
  }
  
  #privacy .cntsBlock__inner table th {
    white-space: nowrap;
  }
  
  #privacy .cntsBlock__inner dl dt {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 10px;
    margin: 35px 0px 10px 0px;
    border-bottom: 1px dotted #ccc;
  }
  
  #privacy .cntsBlock__inner dl dd {
    font-size: 1.6rem;
    padding-left: 35px;
    margin-bottom: 50px;
  }
  
  #privacy .cntsBlock__inner dl dd ul {
    padding-left: 30px;
  }
  
  #privacy .cntsBlock__inner dl dd ul li {
    list-style: disc;
  }
  
  #privacy .cntsBlock .pd_s {
    padding: 0px 0px !important;
  }
  

}

/*SP用*/
@media screen and (max-width: 640px) {

  #privacy #under_main_img {
    background: url(../images/privacy/pagetitle.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 301px;
    padding: 0px !important;
    margin-bottom: 91px;
    position: relative;
  }
  
  #privacy #under_main_img .main_txt {
    display: inline-block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    position: absolute;
    width: 86vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* transform: translate(-50%, -50%); */
    text-align: center;
  }
  
  #privacy #under_main_img .main_en_txt {
    display: block;
    font-size: 1.8rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 57%;
  }
  
  #privacy #under_main_img::after {
    content: '';
    display: block;
    background: url(../images/common/pagettl_deco.svg) no-repeat center center;
    background-size: contain;
    width: 165px;
    height: 77px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -35px;
  }
  
  #privacy .leadTxt {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 0px;
  }
  
  #privacy .contactBlock {
    width: 100%;
    text-align: center;
    color: #fff;
  }
  
  #privacy .contactBlock__link {
    background: #A00000;
  }
  
  #privacy .contactBlock__link a {
    display: inline-block;
    padding: 20px 0px;
    color: #fff;
    font-size: 22px;
    position: relative;
  }
  
  #privacy .contactBlock__link a span {
    display: block;
    font-size: 14px;
  }
  
  #privacy .contactBlock__link a::after {
    content: '';
    display: block;
    background: url(../images/common/icon_link_arrow.svg) no-repeat center center;
    background-size: contain;
    width: 13px;
    height: 26px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -26px;
  }
  
  #privacy .contactBlock__TelFax {
    background: #460000;
    padding: 35px 0px;
    display: block;
    justify-content: center;
  }
  
  #privacy .contactBlock__TelFax__inner {
    padding: 0px 0px;
  }
  
  #privacy .contactBlock__TelFax__inner h5 {
    font-size: 16px;
    font-weight: bold;
  }
  
  #privacy .contactBlock__TelFax__inner h5::after {
    content: '';
    display: block;
    background: #B59F74;
    width: 90px;
    height: 2px;
    margin: 10px auto;
  }
  
  #privacy .contactBlock__TelFax__inner p.telNo {
    font-size: 38px;
    font-weight: bold;
    padding-left: 50px;
    position: relative;
  }
  
  #privacy .contactBlock__TelFax__inner p.telNo::before {
    content: '';
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../images/common/icon_tel.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 28px;
  }
  
  #privacy .contactBlock__TelFax__inner p.faxNo {
    font-size: 38px;
    font-weight: bold;
    padding-left: 43px;
    position: relative;
  }
  
  #privacy .contactBlock__TelFax__inner p.faxNo::before {
    content: '';
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../images/common/icon_fax.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 29px;
  }
  
  #privacy .contactBlock__TelFax__inner p.time {
    font-size: 16px;
  }
  
  #privacy .contactBlock__TelFax__inner.line {
    /* border-right: 1px solid rgba(255, 255, 255, 0.15); */
    padding-right: 0;
    margin-right: 0;
    margin: 0 0 32px;
  }
  
  #privacy .cntsBlock {
    padding: 0px 0px 54px 0px;
  }
  
  #privacy .cntsBlock.slideBlockWrap {
    padding: 75px 0px 0px 0px;
  }
  
  #privacy .cntsBlock__ttl {
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
  }
  
  #privacy .cntsBlock__ttl span {
    display: block;
    font-size: 16px;
    color: #B59F74;
  }
  
  #privacy .cntsBlock__ttl::before {
    content: '';
    display: block;
    width: 1px;
    height: 100px;
    background: #B59F74;
    margin: 0px auto;
  }
  
  #privacy .cntsBlock__ttlMid {
    text-align: center;
    font-size: 26px;
    margin-bottom: 50px;
  }
  
  #privacy .cntsBlock__ttlMid::after {
    content: '';
    display: block;
    width: 135px;
    height: 5px;
    background: #B59F74;
    margin: 10px auto 0px auto;
  }
  
  #privacy .cntsBlock p.txt_catch {
    text-align: center;
    font-size: 22px;
    margin-bottom: 50px;
  }
  
  #privacy .cntsBlock__inner {
    width: 92%;
    margin: 0px auto 0px auto;
  }
  
  #privacy .cntsBlock__inner p {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  
  #privacy .cntsBlock__inner table {
    width: 100%;
    border-top: 1px solid #ded6c0;
    background: #fdf8eb;
  }
  
  #privacy .cntsBlock__inner table th,
  #privacy .cntsBlock__inner table td {
    padding: 20px;
    font-size: 1.6rem;
    text-align: left;
    border-bottom: 1px solid #ded6c0;
  }
  
  #privacy .cntsBlock__inner table th {
    white-space: nowrap;
  }
  
  #privacy .cntsBlock__inner dl dt {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 10px;
    margin: 35px 0px 10px 0px;
    border-bottom: 1px dotted #ccc;
  }
  
  #privacy .cntsBlock__inner dl dd {
    font-size: 1.6rem;
    padding-left: 0px;
    margin-bottom: 50px;
  }
  
  #privacy .cntsBlock__inner dl dd ul {
    padding-left: 30px;
  }
  
  #privacy .cntsBlock__inner dl dd ul li {
    list-style: disc;
  }
  
  #privacy .cntsBlock .pd_s {
    padding: 0px 0px !important;
  }
  

}
