:root {
  --Classico: "classico-urw", "游ゴシック体", "游ゴシック Medium","Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
/*------------------------------------------------------------
    contact
------------------------------------------------------------*/
   body {
       background: #fff;
   }
   .contact.mainContents {
       background: #fff;
   }
   .privacyItem {
       margin-bottom: 30px;
   }
   .privacyItem ul {
   	width: 100%;
   }
   .privacyItem ul li {
   	display: flex;
   	margin-bottom: 8px;
   	flex-wrap: wrap;
   }
     .contact1Piece {
    margin: 140px 0 26px;
    text-align: center;
     }
  .contact1Piece .contact1title {
	font-family: var(--Classico);
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    margin-top: 2px;
    margin-bottom: 38px;
    }  
 .contact1Piece .contact1subtitle {
/*     font-family: 'Noto Serif JP'; */
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: .8px;
    color: #333;
	}

  .contact1Piece .contact1Iduc {
	font-size: 15px;
	color: #5F5F5F;
	line-height: 2.52;
	letter-spacing: 0.7px;
	text-align: center;
  }
  
  .contact2Piece {
	margin-bottom: 100px;
	max-width: 800px;
	margin: 0 auto 150px;
  }
  
  .contact2Piece .conQaTitle {
	border-bottom: 2px solid #989795;
	font-size: 25px;
	text-align: center;
	padding-bottom: 45px;
  }
  
  .contact2Piece .qaList {
	margin-bottom: 95px;
  }
  
  .contact2Piece .contact2btm ul {
	display: flex;
	justify-content: center;
  }
  
  .contact2Piece .contact2btm li {
	width: 47%;
	text-align: center;
  }
  
  .contact2Piece .contact2btm li:first-child {
	padding-right: 60px;
  }
  
  .contact2Piece .contact2btmDesc {
	font-size: 15px;
	color: #5F5F5F;
	margin-bottom: 26px;
  }
  
  .contact2Piece .contact2btm li a {
	display: block;
	padding: 17px 20px;
	min-width: 200px;
	background: #fff;
	border: 1px solid #e8e8e8;
	font-size: 20px;
	line-height: 1.2;
	transition: background .5s ease;
  }
  
  .contact2Piece .contact2btm li a:hover {
	color: inherit;
	background: #e8e8e8;
  }
  
  .contact3Piece {
	background: #fff;
	padding: 72px 0 67px;
	color: #5F5F5F;
  }
  
  .contact3Piece .contact3cont > p {
	color: #000;
	font-size: 24px;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 26px;
  }
  
  .contact3Piece .contact3cont {
	max-width: 800px;
	margin: 0 auto;
  }
  
  .contact3Piece .contact3Main {
	font-size: 13px;
	line-height: 2;
	margin-bottom: 45px;
	letter-spacing: .5px;
  }
  
  .contact3Piece .contact3Main a {
	text-decoration: underline;
  }
  
  .contact3Piece .contact3Btm ul {
	display: flex;
	justify-content: center;
	text-align: center;
  }
  
  .contact3Piece .contact3Btm ul li {
	width: 49.5%;
  }
  
  .contact3Piece .contact3Btm ul li:first-child {
	/* border-right: 1px solid #c7c6c4; */
  }
  
  .contact3Piece .cont3BtmTitle {
	font-size: 13px;
	letter-spacing: .4px;
	margin-bottom: 20px;
	margin: 17px 0 20px;
  }
  
  .contact3Piece .cont3Btn {
	width: 300px;
	line-height: 2.6;
	font-size: 20px;
	background: #fff;
	display: block;
	margin: 0 auto;
	padding: 0 5px;
	border: 1px solid #E5E4E2;
	overflow: hidden;
	box-sizing: border-box;
	transition: background .5s ease,color .5s ease;
	color: #7F730D;
  }
  
  .contact3Piece .cont3Btn:hover {
	/* color: #fff; */
	background: #FBFAF8;
  }
  
  .contact3Piece .cont3Btn:hover svg {
	fill: #7F730D;
  }
  
  .contact3Piece .cont3Btn .iconTarget {
	fill: #7F730D;
	width: 16px;
	height: 10px;
	vertical-align: 0px;
	transition: fill .5s ease;
  }
  
  .contact3Piece .contact3Btm li p {
	text-align: center;
	margin-top: 11px;
	font-size: 11px;
	color: #666;
	line-height: 1.6;
	letter-spacing: .5px;
  }
  
  .contact3Piece .contact3Btm li:last-child p {
	margin-top: 5px;
  }
  
  .contact3Piece .contact3Btm .cont3Tel {
	font-size: 22px;
	padding-top: 1px;
	letter-spacing: 1px;
  }
  
  .contact3Piece .contact3Btm .cont3Tel > div {
	display: inline-block;
  }
  
  .contact3Piece .contact3Btm .cont3Tel img {
	width: 27px;
	vertical-align: baseline;
	margin-right: 15px;
  }
  
  .contact3Piece .contact3Btm .cont3Pos {
	transform: translateX(-27px);
  }

.privacyItem .fadeInAnim .priWord {
/*     font-family: Noto Serif JP; */
    font-size: 15px;
}


.inner .privacyItem .priWord {
/*     font-family: Noto Sans JP; */
    font-size: 14px;
}

   .privacyItem .fadeInAnim {
       margin-bottom: 100px;
   }
.fadeInAnim.last.visible {
    text-align: center;
    margin-top: 80px;
    }
.mainContents {
    margin: 0 auto;
    padding: 0px 20px;
}


/*------------------------------------------------------------
   legal
------------------------------------------------------------*/
	.mainContents.contact {
	    max-width: 800px;
	}
	.mainContentsRContent h2.title {
		padding: 144px 0 0 0;
		margin: 0;
		text-align: center;
/* 		font-family: 'Perpetua Regular'; */
		font-size: 40px;
		letter-spacing: .2px;
	}
	
	.mainContentsRContent .subtitle {
		font-size: 1.3rem;
		display: block;
		color: #333;
		text-align: center;
	}
    
	.legal .mainContentsInner {
		color: #333;
		margin-bottom: 120px;
		border: none;
	}
	.legal .mainContentsInner dd {
		font-size: 14px;
		font-weight: 300;
		letter-spacing: .4px;
		line-height: 1.7;
	}
	.legal .boxTr dt {
		font-weight: 500;
	}

/*------------------------------------------------------------
   privacy
------------------------------------------------------------*/	
	
.privacypolicy .privacyItem .priTitle {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    padding-bottom: 16px;
    border-bottom: 0;
}	
		
	
.privacypolicy {
    padding: 2% 2.5%;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
}	
	
	
	
	
  @media all and (min-width: 0) and (max-width: 767px) {
	.qaTextA .qaWord a {
	  line-height: 1.5;
	}
  
	.qaTextA .qaWord a:hover {
	  color: #666;
	}
  
/*	.contact1Piece {
	  margin-bottom: 57px;
	  padding-top: 79px;
	}*/
	
 .contact1Piece {
    margin: 80px 0 10px;
    text-align: center;
	} 
	.contact1Piece .contact1title {
	  font-size: 23px;
		margin-bottom: 20px;
		margin-top: 8px;
	}
  
	.contact1Piece .contact1Iduc {
	  font-size: 14px;
	  line-height: 1.85;
	  letter-spacing: 0.6px;
	  margin: 0 30px;
	  text-align: left;
	}
  
	.contact2Piece {
	  margin: 0 auto 100px;
	  padding: 0;
	}
  
	.contact2Piece .conQaTitle {
	  font-size: 23px;
	  margin: 0 25px;
	  padding-bottom: 35px;
	}
  
	.contact2Piece .qaList {
	  border: none;
	  margin: 0 25px 66px;
	}
  
	.contact2Piece .contact2btm {
	  margin: 0 25px;
	}
  
	.contact2Piece .contact2btm ul {
	  display: block;
	}
  
	.contact2Piece .contact2btm li {
	  width: 100%;
	}
  
	.contact2Piece .contact2btm li:first-child {
	  padding-right: 0px;
	  margin-bottom: 35px;
	}
  
	.contact2Piece .contact2btmDesc {
	  font-size: 14px;
	  margin-bottom: 17px;
	  letter-spacing: .5px;
	}
  
	.contact2Piece .contact2btm li a {
	  padding: 14px 20px;
	}
  
	.contact3Piece {
	  padding: 64px 0 68px;
	}
  
	.contact3Piece .contact3cont > p {
	  font-size: 22px;
	}
  
	.contact3Piece .contact3cont {
	  margin: 0 25px;
	}
  
	.contact3Piece .contact3Main {
	  font-size: 12px;
	  line-height: 1.9;
	  margin-bottom: 42px;
	}
  
	.contact3Piece .contact3Btm ul {
	  display: block;
	}
  
	.contact3Piece .contact3Btm ul li {
	  width: 100%;
	}
  
	.contact3Piece .contact3Btm ul li:first-child {
	  border-right: 0;
	  padding-bottom: 37px;
	}
  
	.contact3Piece .cont3BtmTitle {
	  font-size: 12px;
	  margin: 17px 0;
	}
  
	.contact3Btm ul li:last-child .cont3BtmTitle {
	  margin: 36px 0 7px;
	}
  
	.contact3Piece .cont3Btn {
	  line-height: 2.5;
	  width: auto;
	  margin: 0 12px;
	}
  
	.contact3Piece .contact3Btm .cont3Pos {
	  transform: translateX(0);
	}
  
	.contact3Piece .contact3Btm .cont3Tel a {
	  display: inline-block !important;
	  font-size: 22px;
	  letter-spacing: 1px;
	}
  
	.contact3Piece .contact3Btm li p {
	  margin-top: 14px;
	  transform: scale(.9) !important;
	}
  
	.contact2Piece .contact2btm li a:hover {
	  color: inherit;
	  background: #f3f3f3;
	}
  
	.contact3Piece .cont3Btn:hover {
	  color: inherit;
	  background: #fff;
	}
  
	.contact3Piece .cont3Btn:hover svg {
	  fill: inherit;
	}
	/*qa*/
	.faqWrap {
	  padding-top: 79px;
	  padding-bottom: 68px;
	}
  
	.faqWrap .baseTitleWrap {
	  margin-bottom: 38px;
	}
  
	.faqConWrap {
	  padding-top: 0;
	  margin: 0 25px;
	  border-top: none;
	}
  
	.faqConWrap .baseSelect ul {
	  width: 100%;
	}
  
	.faqConList {
	  float: none;
	  width: auto;
	  margin-bottom: 55px;
	}
  
	.faqNav {
	  float: none;
	}
  
	.baseSelect.faqSelect {
	  width: 100%;
	  float: none;
	  margin-bottom: 63px;
	}
  
	.baseSelect.faqSelect p {
	  padding: 17px 20px 17px 18px;
	  font-size: 15px;
	  border: 1px solid #c7c6c4;
	  border-top: 2px solid #FBFAF8;
	}
  
	.baseSelect.faqSelect p::after {
	  top: 52%;
	  right: 18px;
	}
  
	.faqItemTop {
	  margin-top: 0px;
	  margin-bottom: 34px;
	}
  
	.faqItemTitle {
	  margin-bottom: 14px;
	  font-size: 22px;
	  letter-spacing: .8px;
	  text-align: center;
	}
  
	.faqItemIntro {
	  font-size: 12px;
	  letter-spacing: 1.2px;
	  line-height: 1.9;
	}
  
	.faqNav li {
	  margin-bottom: 26px;
	  float: left;
	  width: 100%;
	}
  
	.faqNav li br {
	  display: none !important;
	}
  
	.faqNav li:nth-child(2n) {
	  width: 100%;
	}
  
	.faqNav li:nth-child(2n) a {
	  padding-right: 0;
	}
  
	.faqNav a::after {
	  top: 10px;
	}
  
	.faqNav a {
	  padding-right: 0;
	}
  
	.faqNav a br {
	  line-height: 0;
	}
  
	/*qaList*/
	.qaTextQ {
	  padding: 5px 5px 10px;
	  font-size: 13px;
	  letter-spacing: .8px;
	  line-height: 1.6;
	}
  
	.qaText {
	  font-size: 30px;
	}
  
	.qaTextQ .qaText {
	  margin-right: 14px;
	}
  
	.qaTextQ:hover {
	  background: inherit;
	}
  
	.qaTextQ .qaWord {
	  margin-top: 15px;
	  margin-bottom: 7px;
	}
  
	.qaTextA {
	  margin-top: -19px;
	  padding: 0 7px 20px;
	  font-size: 13px;
	  letter-spacing: .5px;
	}
  
	.qaTextA .qaText {
	  margin-right: 16px;
	}
  
	.qaTextA .qaWord {
	  margin-top: 9px;
	  line-height: 1.62;
	}
 
	.privacyItem .fadeInAnim .priWord {
	    font-size: 13px;
	} 
 
	.inner .privacyItem .priWord {
	    font-size: 13px;
	} 
	 
	.mainContents.contact {
	    padding: 0;
	} 
	.contact1Piece .contact1subtitle {
	    font-size: 14px;
	    letter-spacing: 0.5px;
/* 	    font-family: 'Noto Serif JP'; */
	} 
	
  }
  
  @media all and (min-width: 0) and (max-width: 360px) {
	.faqNav a {
	  letter-spacing: -.3px;
	}
  }
  
  @media all and (min-width: 0) and (max-width: 320px) {
	.faqNav a {
	  letter-spacing: -.8px;
	}
  }
  
  /*------------------------------------------------------------
	  enContact
  ------------------------------------------------------------*/
  .lang-en .contact1Piece .contact1Iduc {
/* 	font-family: 'Perpetua Regular'; */
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .1px;
  }
  
  .lang-en .contact2Piece .conQaTitle {
/* 	font-family: 'Perpetua Regular'; */
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	letter-spacing: -.3px;
  }
  
  .lang-en .contact2Piece .contact2btmDesc {
/* 	font-family: 'Perpetua Regular'; */
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
  }
  
  .lang-en .contact3Piece .contact3cont > p {
/* 	font-family: 'Perpetua Regular'; */
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
  }
  
  .lang-en .contact3Piece .contact3Main {
/* 	font-family: 'Perpetua Regular'; */
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: .1px;
	line-height: 1.45;
  }
  
  .lang-en .contact3Piece .cont3BtmTitle {
/* 	font-family: 'Perpetua Regular'; */
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: .1px;
  }
  
  .lang-en .contact3Piece .contact3Btm li p {
/* 	font-family: 'Roboto', sans-serif; */
	font-style: normal;
	font-weight: normal;
	letter-spacing: .15px;
  }
  
  .lang-en .contact3Piece .contact3Btm .cont3Tel,
  .lang-en .contact3Piece .contact3Btm .cont3Tel a {
/* 	font-family: 'Perpetua Regular'; */
	font-style: normal;
	font-weight: normal;
	font-size: 28px;
	letter-spacing: .2px;
  }
  
  @media all and (min-width: 0) and (max-width: 767px) {
	.lang-en .contact1Piece .contact1Iduc {
	  font-size: 18px;
	  line-height: 1.4;
	  letter-spacing: .2px;
	}
  
	.lang-en .contact2Piece .conQaTitle {
	  font-size: 28px;
	}
  
	.lang-en .contact2Piece .contact2btmDesc {
	  font-size: 18px;
	  letter-spacing: .2px;
	}
  
	.lang-en .contact3Piece .contact3cont > p {
	  font-size: 28px;
	  letter-spacing: .2px;
	}
  
	.lang-en .contact3Piece .contact3Main {
	  font-size: 14px;
	  line-height: 1.5;
	}
  
	.lang-en .contact3Piece .contact3Btm li p {
	  transform: scale(1) !important;
	}
  
  }
  /*------------------------------------------------------------
	  enFaq
  ------------------------------------------------------------*/
  .lang-en .faqNav a {
/* 	font-family: 'Perpetua Regular'; */
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0;
  }
  
  .lang-en .faqItemTitle {
/* 	font-family: 'Perpetua Regular'; */
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	letter-spacing: .2px;
  }
  
  .lang-en .faqItemIntro {
/* 	font-family: 'Perpetua Regular'; */
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: .1px;
	line-height: 1.3;
  }
  
  .lang-en .qaTextQ .qaWord {
/* 	font-family: 'Perpetua Regular'; */
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: .2px;
  }
  
  .lang-en .qaWord {
/* 	font-family: 'Roboto', sans-serif; */
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: .4px;
  }
  
  @media all and (min-width: 0) and (max-width: 767px) {
	.lang-en .baseSelect.faqSelect p,
	.lang-en .faqSelect li {
/* 	  font-family: 'Perpetua Regular'; */
	  font-style: normal;
	  font-weight: normal;
	  font-size: 19px;
	}
  
	.lang-en .faqNav {
	  display: flex;
	  flex-wrap: wrap;
	}
	
	.lang-en .faqNav a {
		line-height: 1.2;
	}
  
	.lang-en .faqNav li {
	  width: 100%;
	}
  
	.lang-en .faqItemTitle {
	  font-size: 28px;
	}
  
	.lang-en .faqItemIntro {
	  font-size: 14px;
	  line-height: 1.4;
	}
  
	.lang-en .qaWord.-notoSans {
	  font-size: 13px;
	}
  
	.lang-en .faqNav li:nth-child(2n) {
	  width: 100%;
	}
  
  
  
  .mainContentsRContent h2.title {
    margin: 79px 0 0;
    text-align: center;
/*     font-family: 'Perpetua Regular'; */
    font-size: 30px;
    letter-spacing: .2px;
	}
  
  
  
  
  
  
  
  
  
  
  
  }

/*------------------------------------------------------------
	Agreement
------------------------------------------------------------*/
.agreement .contact1Piece .contact1title {
	font-size: 32px;
	margin-bottom: 8px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.agreement .contact1Piece .contact1title {
		font-size: 23px;
		margin-bottom: 8px;
	}
	.agreement .privacyItem .fadeInAnim {
		margin-bottom: 75px;
	}
}