/*-----------------------------------------------------------
reset
--------------------------------------------------------------*/
.privacy *,
.privacy *:before,
.privacy *:after {
  zoom: 1;
  box-sizing: border-box;
}
html {
  line-height: 1;
  text-size-adjust: none;
}
body {
  color: #333;
  font-size: 12px;
  font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-size-adjust: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #61482d;
  text-decoration: none;
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
textarea {
  resize: vertical;
}
input[type='checkbox'],
input[type='radio'] {
  display: none;
}
input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}

/*-----------------------------------------------------------
common
--------------------------------------------------------------*/
/*  layout  */
#contents .inner{
  max-width: 950px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px){
  #contents .inner{
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
}

/* 既存スタイルの調整 */
#footer{
  line-height: 1.5;
}

/*-----------------------------------------------------------
cotents
--------------------------------------------------------------*/
.privacy{
  font-size: 14px;
  line-height: 1.8;
  padding-bottom: 60px;
}
#contents.privacy{
  padding-top: 10px;
}
.maincontents a{
  color:#09c;
}
.maincontents a:hover{
  color: #0cf;
  text-decoration: underline;
}
.link-top a{
  color:#61482d;
}
#contents .nobreadcrumbs{
  margin-top: 32px;
}
.breadcrumbs{
  display: flex;
  flex-wrap:wrap;
  font-size: 12px;
  margin-bottom: 32px;
}
.breadcrumbs-item{
  margin-right: 5px;
  font-size: 12px;
}
.maintitle{
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  border-left: 5px solid #FF8C19;
  padding: 9px 0 6px 16px;
  margin-bottom: 24px;
}
.maintitle--fs-small{
  font-size: 18px;
}
.primarytitle{
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  border-bottom: 2px solid #FF8C19;
  padding: 10px 0;
  margin-bottom: 24px;
  margin-top: 32px;
}
.secondarytitle{
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}
.rulesecondarytitle{
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 16px;
  margin-top: 32px;
}
.primarytitle + .rulesecondarytitle{
  margin-top: 24px;
}
/* .rulesecondarytitle + ol > li{
  margin-top: 24px;
} */
.maintxt,
.maintxt p,
.maintxt li{
  font-size: 14px;
}
.maintxt + .maintxt{
  margin-top: 16px;
}
.backlink{
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .nobreadcrumbs{
    margin-top: 0;
  }
  .breadcrumbs{
    margin-bottom: 16px;
  }
  #contents{
    padding: 10px 10px 40px;
  }
  .inner > .maincontents{
    margin-top: 16px;
  }
  .maintitle{
    font-size: 20px;
    line-height: 1.4;
    padding: 3px 0 3px 10px;
    margin-bottom: 16px;
  }
  .maintitle--mb-small{
    margin-bottom: 16px!important;
  }
  .primarytitle{
    line-height: 1.5;
    padding: 7px 0;
    margin-bottom: 16px;
  }
  #text-detail .primarytitle:first-child{
      margin-top: 24px;
  }
  .rulesecondarytitle{
    margin-top: 24px;
  }
  .primarytitle + .rulesecondarytitle{
    margin-top: 16px;
  }
  .rulesecondarytitle + ol > li{
    margin-top: 16px;
  }
  .backlink{
    margin-top: 40px;
  }
}


/*----------------- 01 top -----------------*/
.top{
  padding-top: 32px;
}
.navilink{
  display: flex;
  flex-wrap: wrap;
  width: 950px;
  margin: 32px 0 60px 1px;
}
.navilink-item{
  border: 1px solid #DDDDDD;
  width: calc(100% / 3);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  box-sizing: border-box;
  margin-top: -1px;
  margin-left: -1px;
  position: relative;
}
.navilink-item > a{
  color: #333;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 74px;
}
.navilink-item > a:hover{
  color: gray;
  text-decoration: none;
}
.navilink-item > a::after{
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: 16px;
	width: 8px;
	height: 8px;
	margin: auto 0;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	-webkit-transform: translate(0, 0) rotate(-45deg);
	transform: translate(0px, 0px) rotate(-45deg);
}
.navilink-item--down > a::after{
  -webkit-transform: translate(0, 0) rotate(45deg);
	transform: translate(0px, 0px) rotate(45deg);
}
.navilink-pulldown{
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: -1px;
  text-align: left;
  border: 1px solid #DDDDDD;
  border-top: none;
  padding: 0 0 24px 24px;
  width: 317px;
  top: 74px;
  background: #fff;
}
.navilink-item:hover .navilink-pulldown{
  visibility: visible;
  opacity: 1;
}
.pulldownlink-item{
  font-weight: normal;
  font-size: 12px;
}
.pulldownlink-item + .pulldownlink-item{
  margin-top: 16px;
}
.icon--outlink{
  padding-right: 5px;
}
.icon--outlink::after {
  display: inline-block;
  background-image: url(/c/ppm/img/external_icon.png);
  background-repeat: no-repeat;
  background-size: 10px 8px;
  width: 10px;
  height: 8px;
  background-position: 0 0;
  margin-left: 5px;
  content: "";
}
.icon--link-right{
  position: relative;
  padding-left: 13px;
  display: inline-block;
}
.icon--link-right::before {
  content: "";
  position: absolute;
  bottom: auto;
  top: 5px;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #61482D;
}
.icon--link-left{
  position: relative;
  padding-left: 13px;
  color: #61482D!important;
  display: inline-block; 
}
.icon--link-left::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  border-color: transparent #61482D transparent transparent ;
}
.whitebox{
  border: 1px solid #BABABA;
  /* padding: 16px 24px 24px; */
  padding: 16px 24px 0;
}
.whitebox .maintxt{
  padding: 16px 14px 0;
}
.whitebox > .maintxt:last-of-type{
  padding-bottom: 24px;
}
.whitebox--mt-big{
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .navilink{
    flex-wrap:nowrap;
    flex-direction: column;
    margin-top: 36px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin: 32px 0 0 0;
    margin-left: -50vw;
    margin-right: -50vw;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0 5px;
  }
  .navilink-item{
    width: calc(100% - 10px);
    text-align: left;
    border: none;
    margin: 0 auto;
  }
  .navilink-item + .navilink-item{
    border-top: 1px solid #ddd;
  }
  .navilink-item > a{
    justify-content: flex-start;
    height: 68px;
    padding-left: 15px;
  }
  .navilink-item > a::after{
    right: 16px;
    z-index: 2;
    top: 29px;
    bottom: auto;
  }
  .navilink-item--down:before,
  .navilink-item--down:after{
    display: block;
    content: '';
    background-color: #ccc;
    position: absolute;
    width: 12px;
    height: 2px;
    right: 16px;
    z-index: 2;
  }
  .navilink-item--down > a:after{
    border: none;
  }
  .navilink-item--down:before {
    width: 2px;
    height: 12px;
    right: 21px;
    top: 28px;
  }
  .navilink-item--down:after{
    top: 33px;
  }
  .icon-negative:before{
    display: none;
  }
  .navilink-pulldown{
    visibility: visible;
    opacity: 1;
    position: relative;
    width: 100%;
    top: 0;
    padding: 32px 0 32px 31px;
    border: none;
    border-top: 1px solid #DDDDDD;
    display: none;
  }
  .show{
    display:block;
  }
  .pulldownlink-item + .pulldownlink-item{
    margin-top: 24px;
  }
  .break--pc{
    display: none;
  }
  .whitebox{
    padding: 10px 10px 0;
  }
  .whitebox--mt-big{
    margin-top: 24px;
  }

}

/*----------------- 02 status -----------------*/
.info{
  margin: -22px 0 40px;
}
.infobox{
  border: 2px solid #EC0000;
  border-radius: 5px;
  display: flex;
}
.infobox-title{
  width: 110px;
  background: #EC0000;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.infobox-contents{
  padding: 13px 16px;
}
.infolist-item,
.infolist-item > a{
  display: flex;
}
.infolist-txt{
  margin-left: 10px;
}
.status .primarytitle{
  margin-bottom: 16px;
}
.statuslink{
  line-height: 1.5;
  padding-left: 10px;
}
.statuslink-item{
  font-size: 14px;
}
.statuslink-item + .statuslink-item{
  margin-top: 10px;
}
.btn--center{
  text-align: center;
}
.btn--primary{
  display: inline-block;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  padding: 22px 18px 18px;
  background: #86B92B;
  color: #fff!important;
  text-align: center;
  position: relative;
  min-width: 448px;
  border-bottom: 2px solid #78a628;
  margin-top: 32px;
}
.btn--primary:before,
.btn--gray:before,
.btn--gray-small:before{
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 10px;
  margin: auto; 
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #fff;
}
.btn--primary:hover{
  border-color: #8dc12e;
  border-bottom-color: #88bb2d;
  background-color: #8dc12e;
  text-decoration: none!important;
}
.btn--gray{
  display: inline-block;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  padding: 22px 18px 18px;
  background: #C7C7C7;
  color: #fff!important;
  text-align: center;
  position: relative;
  min-width: 448px;
  border-bottom: 2px solid #BCBCBC;
  margin-top: 32px;
}
.btn--gray-small{
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  padding: 16px 0 14px;
  background: #C7C7C7;
  color: #fff!important;
  text-align: center;
  position: relative;
  min-width: 280px;
  border-bottom: 2px solid #BCBCBC;
}
.note-txt{
  font-size: 12px;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 44px;
}
.statuslink + .secondarytitle{
  margin-top: 24px;
}
.label{
  line-height: 1;
  font-size: 11px;
  color:#505050;
  display: inline-block;
  border-radius: 3px;
  padding: 4px 8px 2px;
  margin-left: 8px;
}
.label--agree{
  border: 1px solid #FF8C19;
}
.label--disagree{
  border: 1px solid #EEEEEE;
  background: #EEEEEE;
}

@media screen and (max-width: 767px) {
  .info{
    margin-bottom: 32px;
  }
  .infobox{
    border: 1px solid #EC0000;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    line-height: 1.5;
  }
  .infobox-title {
    width: auto;
    padding: 10px 10px 9px;
    justify-content:flex-start;
    line-height: 1;
  }
  .infolist-item + .infolist-item{
    margin-top: 4px;
  }
  .btn--primary,
  .btn--gray,
  .btn--gray-small{
    font-size: 16px;
    min-width: 100%;
    line-height: 1.5;
    padding: 13px 18px 11px;
  }
  .btn--primary,
  .btn--gray{
    margin-top: 24px;
  }
  .note-txt{
    margin-bottom: 24px;
  }
}

/*----------------- 05 providingdestination -----------------*/

.checkblock{
  background: #F1F1E6;
  font-weight: bold;
}
.checkblock--nonecheck{
  padding: 6px 12px;
}
.check,
.radio{
  display: none;
  border: 0;
  margin: 0;
}
.checklabel,
.radiolabel{
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.checklabel{
  display: block;
  padding: 6px 12px 6px 38px;
}
.radiolabel{
  padding-left: 24px;
  margin-right: 16px;
}
.checklabel::before {
  background: #fff;
  border: 1px solid #707070;
  content: '';
  display: block;
  height: 18px;
  left: 12px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 18px;
  border-radius: 2px;
  box-sizing: border-box;
}
.checklabel::after {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: '';
  display: block;
  height: 12px;
  left: 18px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}
.check:checked ~ .checklabel::before {
  background: #0075FF;
  border-color: #0075FF;
}
.check:checked ~ .checklabel::after {
  border-color: #fff;
}
.radiolabel::before {
  background: #fff;
  border: 1px solid #707070;
  content: '';
  display: block;
  height: 18px;
  left: 0;
  /* margin-top: -10px; */
  position: absolute;
  /* top: 50%; */
  width: 18px;
  border-radius: 50%;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  margin: auto;
}
.radio:checked + .radiolabel::after {
  content: '';
  background: #0075FF;
  display: block;
  height: 12px;
  width: 12px;
  left: 3px;
  position: absolute;
  border-radius: 50%;
  /* top: 6px; */
  top: 0;
  bottom: 0;
  margin: auto;
}
.check:disabled + .checklabel::before {
  background: #DDDDDD;
  border: 1px solid #DDDDDD;
}
.check:disabled + .checklabel::after {
  border: none;
}
.check:checked:disabled + .checklabel::after {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  opacity: 0.5;
}
.radio:disabled + .radiolabel{
  color: #999999;
}
.radio:disabled + .radiolabel::before {
  background: #DDDDDD;
  border: 1px solid #DDDDDD;
}
.radio:checked:disabled + .radiolabel::before {
  border: 1px solid #0075FF;
}
.destinationdate{
  text-align: right;
  margin: 10px 0 32px;
}
.graybox{
  background: #EEEEEE;
  padding: 16px;
}
.graytitle{
  font-weight: bold;
  margin-bottom: 6px;
}
.graybox--mt-big{
  margin-top: 32px;
}
.complete{
  border-radius: 2px;
  background: #CCEBB8;
  font-weight: bold;
  padding: 16px 0;
  position: relative;
  padding-left: 46px;
  margin-bottom: 32px;
  margin-top: -8px;
  
}
.complete:before {
  border: 2px solid #307F00;
  content: '';
  display: block;
  height: 22px;
  left: 16px;
  margin-top: -10px;
  position: absolute;
  top: 26px;
  width: 22px;
  border-radius: 50%;
}
.complete::after {
  border-right: 2px solid #307F00;
  border-bottom: 2px solid #307F00;
  content: '';
  display: block;
  height: 9px;
  left: 24px;
  margin-top: -8px;
  position: absolute;
  top: 29px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}
.att--whitebox {
  margin-top: 8px;
}
@media screen and (max-width: 767px){
  .destinationdate{
    margin-bottom: 24px;
  }
  .complete{
    margin-bottom: 24px;
  }
}

/*----------------- 06 mailnews -----------------*/

.whiteboxtitle{
  background: #F1F1E6;
  padding: 8px 25px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #BABABA;
  border-bottom: none;
}
.error{
  border-radius: 2px;
  background: #FEDDDD;
  color: #EC0000;
  font-weight: bold;
  padding: 16px 0;
  position: relative;
  padding-left: 49px;
  margin-bottom: 40px;
  margin-top: -8px;
  position: relative; 
}
.error:before{
  display: inline-block;
  content:"";
  width: 26px;
  height: 22px;
  background: url(/c/ppm/img/alert_icon.png) no-repeat;
  position: absolute;
  top: 16px;
  left: 16px;
}
.icon--link-down{
  position: relative;
  padding-left: 14px;
  display: inline-block; 
}
.icon--link-down::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #BBBBBB transparent transparent transparent ;
}
.mailnews .icon--link-down{
  margin-top: 24px;
}
.mailnews .primarytitle{
  margin-bottom: 16px;
}
.primarytitle--mt-big{
  margin-top: 32px;
}
.btn--secondary{
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  padding: 16px 0 14px;
  background: #fff;
  color: #86B92C!important;
  text-align: center;
  position: relative;
  min-width: 280px;
  border: 2px solid #86B92C;
}
.btn--secondary:before{
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 10px;
  margin: auto; 
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #86B92C;
}
.btn--secondary:hover{
  opacity: 0.7;
  text-decoration: none!important;
}
.mailaddress{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 16px;
}
.text-error{
  font-weight: bold;
  color: #EC0000;
  font-size: 14px;
}
.text--right{
  text-align: right;
  margin-bottom: 16px;
}
.whitebox--2clm{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.whitebox--left{
  width: 580px;
}
/* .whitebox--2clm + .checkblock{
  margin-top: 32px;
} */
.whitebox + .whiteboxtitle{
  margin-top: 32px;
}
.radioblock{
  padding-bottom: 7px;
}
.maintxt + .checkblock{
  margin-top: 24px;
}
.btn--floating{
  position:fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #F4F4F4;
  padding: 10px;
  text-align: center;
  z-index: 1;
  box-shadow: 0 -1px 4px rgba(0,0,0,0.16);
}
.btn--floating .btn--primary,
.btn--floating .btn--gray{
  margin-top: 0;
}
.show{
  display: block;
}
.hidden{
  display: none;
}
@media screen and (max-width: 767px){
  .whitebox--2clm{
    display: flex;
    flex-direction: column;
    align-items: normal;
    margin-bottom: 24px;
  } 
  .btn--secondary{
    width: 100%;
  }
  .whiteboxtitle{
    padding: 8px 10px 6px;
  }
  .whiteboxtitle + .whitebox{
    padding-top: 24px;
  }
  .whitebox--left{
    width: 100%;
    margin-bottom: 16px;
  }
  .whitebox + .whiteboxtitle{
    margin-top: 24px;
  }
  /* .whitebox--2clm + .checkblock{
    margin-top: 24px;
  } */
  .btn--floating{
    padding: 16px 10px 36px;
  }
  .anchormenu{
    flex-direction: column;
  }
  .anchormenu-item{
    margin-left: 0;
  }
    
}

/*----------------- 04 rule -----------------*/
.number{
  padding-left: 1.5em;
}
.number > li {
  list-style-type: decimal;
  text-indent: 0;
}
.number > li + li{
  margin-top: 24px;
}
.innerList{
  text-indent: -2.5em;
  padding: 8px 0 0 2em;
}
.rulesecondarytitle + .innerList,
.innerText + .innerList{
  padding: 0 0 0 calc(10px + 2em);
}
.innerText + .innerList{
  margin-top: -16px;
}
.number > li > .innerList{
  text-indent: -2em;
}
.number-style{
  padding-left: 0;
}
.number-style > li {
  list-style: none;
  padding-left: 2em;
  text-indent: -2em;
}
.number-style > li + li{
  margin-top: 24px;
}
.number-style > li > .number{
  margin-top: 8px;
}

.hkn-number-style,
.disc-style{
  padding-left: 1em;
}
.hkn-number-style > li {
  list-style: none;
  padding-left: 0.4em;
  text-indent: -1.4em;
}
.disc-style > li{
  list-style: none;
  text-indent: -1em;
}
.innerText {
  margin: 16px 0px 24px 0;
}
.enforce{
  text-align: left;
  margin-top: 24px;
}
.pmbox{
  display:flex;
  justify-content: space-between;
  margin-top: 24px;
  align-items: flex-start;
}
.pmbox-title{
  margin-bottom: 8px;
}
.pmbox-img{
  margin-left: 10px;
}
.normaltable{
  border: 1px solid #DDDDDD;
  margin-top: 16px;
}
.normaltable td{
  border: 1px solid #DDDDDD;
  padding: 16px 8px;
  vertical-align: top;
}
.normaltable-title{
  font-weight: bold;
  background: #EEEEEE;
  border: 1px solid #DDDDDD;
  padding: 12px 8px;
  vertical-align: middle;
}
.normaltable-title--left{
  text-align: left;
  padding: 16px 8px;
  vertical-align: top;
}
.anchormenu{
  display: flex;
}
.anchormenu-item{
  margin-left: 16px;
}
.anchormenu-item:first-child{
  margin-left: 0;
}

@media screen and (max-width: 767px){
  .number > li + li{
    margin-top: 16px;
  } 
  .innerList > li + li{
    margin-top: 8px;
  }
  .innerText {
    margin: 8px 0px 16px 0;
  }
}