@charset "utf-8";

/* box */

.module {
  margin-top: 40px;
}
.module .header {
  margin-bottom: 23px;
  *zoom: 1;
}
.module .header:after {
  content: "";
  display: block;
  clear: both;
}
.module .header h2 {
  float: left;
  margin-right: 24px;
}

.commonSection01 {
  clear: both;
  margin: 0 16px 40px;
  *zoom: 1;
}
.commonSection02 {
  clear: both;
  margin: 0 16px 16px;
  line-height: 1.7;
  *zoom: 1;
}
.commonSection01:after,
.commonSection02:after {
  content: "";
  display: block;
  clear: both;
}
.commonSection01 .textL,
.commonSection01 .textR,
.commonSection01 .text,
.commonSection02 .text {
  line-height: 1.7;
}
.commonSection01 .text p,
.commonSection02 .text p,
.commonSection01 .textL p,
.commonSection01 .textR p,
.commonSection01 figcaption,
.commonSection02 figcaption {
  margin-bottom: 1.3em;
}
.textL,
.textR,
.imgL,
.imgR {
  width: 47.84482%;
}
.textL,
.imgL {
  float: left;
}
.textR,
.imgR {
  float: right;
}
.commonSection01 .img,
.commonSection02 .img {
  margin-bottom: 0.5em;
  border: 8px solid #f6f6f6;
}
.commonSection02 .img {
  margin-bottom: 5px;
}
.commonSection01 .img img,
.commonSection02 .img img {
  width: 100%;
  height: auto;
}

.privacySection01 {
  position: relative;
  padding: 8px;
  background: #f6f2ee;
  border-radius: 8px;
  behavior: url(/assets/htc/PIE.htc);
}
.privacySection01 .inner {
  padding: 16px;
  background: #f4f0e8;
  border-radius: 8px;
}
.privacySection01 .title {
  padding: 8px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(204, 204, 204, 0.75);
  border-radius: 4px;
  font-size: 142.9%;
  color: #6a5642;
}
.privacySection01 .text {
  padding: 24px 16px;
  line-height: 1.9;
}
.privacySection01 .title img {
  margin-right: 24px;
  vertical-align: middle;
}
.privacySection01 .photoSet {
  margin-bottom: 24px;
  *zoom: 1;
}
.privacySection01 .photoSet:after {
  content: "";
  display: block;
  clear: both;
}
/*
 // 3col
.privacySection01 .photo {
	float: left;
	width: 31.57894%;
	margin-left: 2.63157%;
}
*/
.privacySection01 .photo {
  float: left;
  width: 48%;
  margin-left: 4%;
}
.privacySection01 .photo:first-child {
  margin: 0;
}
.privacySection01 .photo p {
  border: 8px solid #efefef;
}
.slider {
  padding: 8px;
  background: #efefef;
}
.slider ul {
  width: 100% !important;
}
.slider li {
  width: 100%;
  position: relative;
  width: 100% !important;
  margin: 0 auto;
}
.sliderGuide {
  text-align: center;
}
.sliderGuide li {
  display: inline-block;
  margin: 10px 3px 0 3px;
  height: 8px;
  width: 8px;
  background: url(/assets/img/common/visual_dot_s.png) no-repeat left -8px;
  line-height: 200px;
  *display: inline;
  vertical-align: top;
  *zoom: 1;
  overflow: hidden;
}
.sliderGuide li.cr {
  background-position: left top;
}
.privacySection01 .photo img {
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.birdsEye {
  padding: 40px 56px;
  border: 8px solid #efefef;
  background: #fff;
}
.birdsEye .img {
  text-align: center;
}
.birdsEye .img img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.birdsEye .imgText {
  margin-top: 1.5em;
  line-height: 1.9;
}

/* headLine */

.headLine01 {
  position: relative;
  margin-bottom: 40px;
  padding: 22px 24px;
  border-radius: 4px;
  background: #4f86c5 url(../img/common/headline01_bg.png) no-repeat right
    bottom;
  font-size: 128.6%;
  line-height: 1.2;
  color: #fff;
  behavior: url(/assets/htc/PIE.htc);
}

.headLine02 {
  margin-bottom: 8px;
  padding: 7px 16px;
  background: #eaf4fd;
  border-radius: 4px;
}
.headLine02__large {
  margin-bottom: 1.2em;
  font-size: 142.9%;
}

.u-fs-xxxxl {
  font-size: 48px;
  line-height: 1.1;
}
.u-fs-xxxl {
  font-size: 36px;
  line-height: 1.2;
}
.u-fs-xxl {
  font-size: 34px;
  line-height: 1.3;
}
.u-fs-xl {
  font-size: 30px;
  line-height: 1.4;
}
.u-fs-ll {
  font-size: 24px;
  line-height: 1.5;
}
.u-fs-l {
  font-size: 18px;
}
.u-fs-s {
  font-size: 12px;
}
@media screen and (max-width: 720px) {
  .u-fs-s {
    font-size: 10px;
  }
}

.u-fw-b {
  font-weight: bold;
}

/* tab */
.tab {
}

.tabBtn {
  position: relative;
  margin-bottom: 40px;
  padding: 22px 24px;
  border-radius: 4px;
  background: #4f86c5 url(../img/common/headline01_bg.png) no-repeat right
    bottom;
  font-size: 128.6%;
  line-height: 1.2;
  color: #fff;
  behavior: url(/assets/htc/PIE.htc);
}

/* text */

.textAL {
  text-align: left !important;
}
.textAR {
  text-align: right !important;
}
.textAC {
  text-align: center !important;
}

.textVM {
  vertical-align: middle !important;
}
.textVB {
  vertical-align: bottom !important;
}
.textVT {
  vertical-align: top !important;
}

.u-c-red {
  color: #f33;
}

/* list */

.commonList01 {
}
.commonList01 li {
  margin-left: 1.7em;
  list-style-type: disc;
}

/* iframe */

.youtube-embed {
  position: relative;
  padding-top: 56.25%;
}
.youtube-embed > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* button */

.btnGray a {
  display: inline-block;
  padding: 9px 16px;
  background: #aaa;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  font-size: 85.7%;
  color: #fff;
  line-height: 1;
}
.btnGray.narrow a {
  padding-left: 8px;
  padding-right: 8px;
}

.btnGray.zoom {
  margin-bottom: 24px;
  text-align: right;
}
.btnGray.zoom a {
  padding-right: 30px;
  background-image: url(/assets/img/common/icon_zoom.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 24px auto;
}

.btnBlue a {
  display: inline-block;
  padding: 9px 16px;
  background: #aaa;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  font-size: 85.7%;
  color: #fff;
  line-height: 1;
}
.headLine03 {
  position: relative;
  margin-bottom: 40px;
  padding: 22px 24px;
  border-radius: 4px;
  background: #4f86c5;
  font-size: 128.6%;
  line-height: 1.2;
  color: #fff;
  behavior: url(/assets/htc/PIE.htc);
}

/* width */

.w05 {
  width: 5% !important;
}
.w10 {
  width: 10% !important;
}
.w13 {
  width: 13% !important;
}
.w15 {
  width: 15% !important;
}
.w20 {
  width: 20% !important;
}
.w25 {
  width: 25% !important;
}
.w30 {
  width: 30% !important;
}
.w35 {
  width: 35% !important;
}
.w40 {
  width: 40% !important;
}
.w45 {
  width: 45% !important;
}
.w50 {
  width: 50% !important;
}
.w100 {
  width: 100% !important;
}

/* margin */

.m00 {
  margin: 0 !important;
}
.m03 {
  margin: 3px !important;
}
.m05 {
  margin: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.m35 {
  margin: 35px !important;
}
.m40 {
  margin: 40px !important;
}
.m45 {
  margin: 45px !important;
}
.m50 {
  margin: 50px !important;
}
.mt00 {
  margin-top: 0 !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt12 {
  margin-top: 12px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr00 {
  margin-right: 0 !important;
}
.mr05 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr12 {
  margin-right: 12px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mb00 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb12 {
  margin-bottom: 12px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml00 {
  margin-left: 0 !important;
}
.ml05 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml12 {
  margin-left: 12px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}

/* padding */

.p00 {
  padding: 0 !important;
}
.p03 {
  padding: 3px !important;
}
.p05 {
  padding: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.p35 {
  padding: 35px !important;
}
.p40 {
  padding: 40px !important;
}
.p45 {
  padding: 45px !important;
}
.p50 {
  padding: 50px !important;
}
.pt00 {
  padding-top: 0 !important;
}
.pt05 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt12 {
  padding-top: 12px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pr00 {
  padding-right: 0 !important;
}
.pr05 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr12 {
  padding-right: 12px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pb00 {
  padding-bottom: 0 !important;
}
.pb05 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb12 {
  padding-bottom: 12px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pl00 {
  padding-left: 0 !important;
}
.pl05 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl12 {
  padding-left: 12px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}

/* fontsize */

.fs150 {
  font-size: 150% !important;
}
.fs130 {
  font-size: 130% !important;
}
.fs120 {
  font-size: 120% !important;
}

/* other */

.clear {
  clear: both;
}

.pdfIcon {
  width: 16px;
  height: auto;
  margin-left: 3px;
  vertical-align: -3px;
}

.module .header .btnGray {
  padding-top: 4px;
}

.pager {
  margin: 40px 16px 0;
  line-height: 1;
}
.pager li {
  display: inline-block;
}
.pager a,
.pager span {
  display: inline-block;
  width: 38px;
  margin: 0 5px 5px 0;
  padding: 11px 0;
  background: #fff;
  border: 1px solid #dadada;
  text-align: center;
  behavior: url(/PIE.htc);
}
.pager span.current_page,
.pager a:hover {
  background: #4f86c5;
  border: 1px solid #dadada;
  text-decoration: none;
  color: #fff;
}

.pcHide {
  display: none;
}
.spHide {
  display: block;
}

@media screen and (max-width: 1040px) {
  .md-hide {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .u-md-fs-xxxxl {
    font-size: 36px;
    line-height: 1.2;
  }
  .u-md-fs-xxxl {
    font-size: 30px;
    line-height: 1.2;
  }
  .u-md-fs-xxl {
    font-size: 28px;
    line-height: 1.3;
  }
  .u-md-fs-xl {
    font-size: 24px;
    line-height: 1.4;
  }
  .u-md-fs-ll {
    font-size: 18px;
    line-height: 1.5;
  }
  .u-md-fs-l {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .headLine01 {
    margin-bottom: 20px;
    padding: 11px 12px;
    background-size: 88px auto;
    text-shadow: 0 1px 1px #4f86c5;
    background-image: none;
    font-size: 17px;
  }

  .commonSection01,
  .commonSection02 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .textL,
  .imgL,
  .textR,
  .imgR {
    float: none;
    width: auto;
  }

  .privacySection01 {
    padding: 4px;
  }
  .privacySection01 .inner {
    padding: 8px;
  }
  .privacySection01 .title {
    padding: 8px 8px 8px 46px;
    font-size: 16px;
  }
  .privacySection01 .text {
    padding: 24px 0;
  }
  .privacySection01 .title img {
    margin-right: 8px;
    margin-left: -38px;
    width: 30px;
    height: auto;
  }
  .privacySection01 .photo {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 16px;
  }
  .privacySection01 .photo:first-child {
    margin-bottom: 16px;
  }
  .privacySection01 .photo p {
    border: none;
  }
  .slider {
    padding: 0;
  }
  .birdsEye {
    padding: 10px;
    border: none;
  }

  .pcHide {
    display: block;
  }
  .spHide {
    display: none;
  }

  .u-sm-fs-l {
    font-size: 18px;
  }
  .u-sm-fs-m {
    font-size: 14px;
  }
}
