@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : privacy.css
 author     : Ability Consultant
 style info : プライバシーポリシー
=================================================================== */
.wrp_pri .pnav, .wrp_pri .con_pri {
  width: 1140px;
  margin: auto;
}
@media only screen and (max-width: 1139px) {
  .wrp_pri .pnav, .wrp_pri .con_pri {
    width: 91.66667%;
  }
}

/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
html.lower #contents .con_title .page_title {
  text-shadow: 0px 0px 20px #965c41;
}
html.lower #contents .con_title .page_title .jp {
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_title .page_title {
    text-shadow: 0px 0px 10px #965c41;
  }
}

/* -----------------------------------------------------------
	wrp_pri
----------------------------------------------------------- */
.wrp_pri {
  background: #19407b;
  padding-bottom: 90px;
}
.wrp_pri .pnav {
  border-bottom: 1px solid #4a6896;
  text-align: center;
  letter-spacing: -.40em;
  padding: 40px 0 30px;
}
.wrp_pri .pnav li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-left: 51px;
  letter-spacing: .05em;
}
.mouse .wrp_pri .pnav li {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .wrp_pri .pnav li:hover, .touch .wrp_pri .pnav li.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .wrp_pri .pnav li {
  -webkit-tap-highlight-color: transparent;
}
.touch .wrp_pri .pnav li.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.wrp_pri .pnav li a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.wrp_pri .pnav li a .txt {
  display: inline-block;
  text-align: center;
  position: relative;
  height: 3em;
}
.wrp_pri .pnav li a .txt:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  font-size: 143%;
  position: absolute;
  width: 1em;
  bottom: -5%;
  margin-left: 0;
  line-height: 1em;
  left: 50%;
  right: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-transition: bottom 0.35s;
  -o-transition: bottom 0.35s;
  -webkit-transition: bottom 0.35s;
  transition: bottom 0.35s;
}
.wrp_pri .pnav li:hover a .txt:after {
  bottom: -13%;
}
.wrp_pri .pnav li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .wrp_pri .pnav {
    padding: 6% 0;
  }
  .wrp_pri .pnav li {
    width: 50% !important;
    margin-top: 3%;
    margin-left: 0;
  }
  .wrp_pri .pnav li a .txt {
    height: 4em;
  }
  .wrp_pri .pnav li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.wrp_pri .con_pri {
  margin: 100px auto 0;
  line-height: 1.6;
}
.wrp_pri .con_pri h3 {
  text-align: center;
  font-weight: 100;
  margin: 20px auto;
}
.wrp_pri .con_pri h3 .jp {
  display: block;
  font-size: 222%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  margin-top: .3em;
  letter-spacing: .1em;
  color: #2f2f2f;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_pri .con_pri h3 .jp {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_pri .con_pri h3 .jp {
    font-size: 150%;
  }
}
.wrp_pri .con_pri h3 .en {
  display: block;
  color: #a3a3a3;
  font-size: 72%;
  letter-spacing: .05em;
  margin-top: .5em;
  font-family: "Arial Regular",Times,Garamond,Georgia,serif;
}
.wrp_pri .con_pri h3:before {
  content: "";
  display: block;
  background: url(../images/common/bg_title.png) no-repeat center center;
  width: 14px;
  height: 14px;
  margin: auto;
}
.wrp_pri .con_pri h3 .jp {
  color: #fff;
}
.wrp_pri .con_pri .box_pri {
  margin-top: 60px;
}
.wrp_pri .con_pri .box_pri h4 {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  color: #fff;
  font-weight: 100;
  font-size: 165%;
  letter-spacing: .08em;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_pri .con_pri .box_pri h4 {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_pri .con_pri .box_pri h4 {
    font-size: 129%;
  }
}
.wrp_pri .con_pri .box_pri h4 span {
  vertical-align: middle;
  line-height: 1em;
}
.wrp_pri .con_pri .box_pri h4:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: #9d7d45;
  width: 14px;
  height: 14px;
  margin-right: .5em;
}
.wrp_pri .con_pri .box_pri .box_txt {
  margin-left: 1.5em;
  margin-top: 10px;
  color: #c2ccda;
  font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_pri .con_pri .box_pri .box_txt {
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_pri .con_pri .box_pri .box_txt {
    font-size: 93%;
  }
}
.wrp_pri .con_pri .box_pri .box_txt ol li {
  margin-top: 20px;
}
.wrp_pri .con_pri .box_pri .box_txt ol li.line {
  list-style-position: inside;
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.wrp_pri .con_pri .box_pri .box_txt ol li ol {
  margin-left: 1.2em;
}
.wrp_pri .con_pri .box_pri .box_txt ol li ol li {
  margin-top: 0;
}
.wrp_pri .con_pri .box_pri .box_txt .name {
  margin-top: 20px;
}
.wrp_pri .con_pri_web {
  border-top: 1px dotted #ffffff;
  padding-top: 65px;
}
.wrp_pri .con_pri_web .catch {
  text-align: center;
  color: #c2ccda;
  margin-top: 50px;
  line-height: 1.8;
  font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_pri .con_pri_web .catch {
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_pri .con_pri_web .catch {
    font-size: 93%;
  }
}
.wrp_pri .con_pri_web .box_pri .box_txt ol li {
  margin-top: 0 !important;
}
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .wrp_pri .con_pri h4 {
    font-size: 19px !important;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_pri .con_pri {
    margin: 12% auto 0;
    line-height: 1.4;
  }
  .wrp_pri .con_pri .box_pri {
    margin-top: 8%;
  }
  .wrp_pri .con_pri .box_pri h4 {
    font-size: 16px !important;
  }
  .wrp_pri .con_pri .box_pri h4:before {
    width: 10px;
    height: 10px;
  }
  .wrp_pri .con_pri .box_pri .box_txt {
    margin-top: 1em;
    margin-left: 1.3em;
    font-size: 13px !important;
  }
  .wrp_pri .con_pri .box_pri .box_txt ol li {
    margin-top: 1.2em;
  }
  .wrp_pri .con_pri_web {
    padding-top: 6%;
  }
  .wrp_pri .con_pri_web .catch {
    margin-top: 12%;
    line-height: 1.6;
    text-align: left;
  }
}
