@charset "UTF-8";
/* ----------------------------------------------
pageTitle
----------------------------------------------*/
#pageTitle h1 {
  background: url(../img/title-back-sp.png) center top 20px no-repeat;
  background-size: 780px auto;
}
#pageTitle.privacy h1 {
		background: none;
}
#pageTitle.privacy h1 img {
	margin-top: -15px;
}
@media print, screen and (min-width:768px){
  #pageTitle h1 {
    background: url(../img/title-back.png) center top 40px no-repeat;
    background-size: 980px auto;
  }
	 #pageTitle.privacy h1 {
    background: url(../img/privacy-back.png) center top 40px no-repeat;
    background-size: 980px auto;
  }
	#pageTitle.privacy h1 img {
	margin-top: 0;
}
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #pageTitle h1 {
      background: url(../img/title-back@2x.png) center top 40px no-repeat;
      background-size: 980px auto;
    }
		#pageTitle.privacy h1 {
      background: url(../img/privacy-back@2x.png) center top 40px no-repeat;
      background-size: 980px auto;
    }
  }
}

/* ----------------------------------------------
info
----------------------------------------------*/
.info {
  width: 100%;
  padding: 40px 0 100px;
}
.lead {
  width: 100%;
  padding: 0 15px;
  position: relative;
}
.lead .text {
  width: 100%;
  padding: 23px 23px 28px;
  border: 2px solid #ccc;
  border-radius: 15px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
}
.lead .illust {
  width: 122px;
  position: absolute;
  right: 3px;
  bottom: -96px;
  z-index: 1;
}
@media print, screen and (min-width:768px){
  .info {
    width: 980px;
    margin: 0 auto;
    padding: 80px 0 112px 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .lead {
    width: 100%;
    padding: 0;
    position: relative;
  }
  .lead .text {
    width: 850px;
    padding: 34px 58px;
    border-radius: 20px;
    font-size: 2rem;
    line-height: 2;
  }
  .lead .illust {
    width: 156px;
    right: 0px;
    bottom: -112px;
  }
}

/* ----------------------------------------------
section
----------------------------------------------*/
section .sectionWrap {
  padding: 0 15px;
}
@media print, screen and (min-width:768px){
  section .sectionWrap {
    width: 980px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

/* ----------------------------------------------
tel
----------------------------------------------*/
#tel img {
  max-width: 100%;
  height: auto;
}
#tel h2 {
  padding-bottom: 40px;
}
#tel h2 img {
  width: 263px;
  height: auto;
}
#tel .telBox {
  width: 100%;
  max-width: 450px;
  margin:  0 auto;
  padding: 30px 5px 15px;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}
#tel .telBox .telNum {
  padding-bottom: 25px;
  color: #ebc300;
  text-align: center;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
#tel .telBox .telNum a {
  text-decoration: none;
}
#tel .telBox .text {
  padding-left: 133px;
  font-size: 1.8rem;
  line-height: 1.5;
}
#tel .telBox .text span {
  display: block;
  font-weight: 500;
}
#tel .telBox .illust {
  width: 114px;
  position: absolute;
  left: 9px;
  bottom: -7px;
}
@media print, screen and (min-width:768px){
  #tel h2 {
    width: 110px;
    padding-bottom: 0;
  }
  #tel h2 img {
    width: 83px;
    height: auto;
  }
  #tel .telBox {
    width: 830px;
    max-width: 830px;
    margin: 0;
    padding: 25px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
  }
  #tel .telBox::before {
    content: "";
    width: 1px;
    height: calc(100% - 50px);
    border-right: 1px dashed #b3b3b3;
    position: absolute;
    left: 450px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #tel .telBox .telNum {
    width: 441px;
    padding: 18px 31px 30px 30px;
    font-size: 5.4rem;
  }
  #tel .telBox .text {
    width: 357px;
    padding: 20px 30px 22px;
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
  }
  #tel .telBox .text span {
    display: inline;
    font-weight: 500;
  }
  #tel .telBox .illust {
    width: 162px;
    position: absolute;
    left: 55px;
    bottom: auto;
    top: -93px;
  }
}

/* ----------------------------------------------
web
----------------------------------------------*/
#web {
  padding-bottom: 92px;
}
#web img {
  max-width: 100%;
  height: auto;
}
#web h2 {
  padding-bottom: 40px;
}
#web h2 img {
  width: 262px;
  height: auto;
}
#web .webBox {
  width: 100%;
}
#web .lead {
  padding: 0 130px 12px 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
#web .tableBox {
  width: 100%;
  padding: 8px 13px;
  border: 2px solid #ccc;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}
#web .tableBox .illust {
  width: 127px;
  position: absolute;
  top: -69px;
  right: -3px;
}
#web .webBox .privacyLink {
  padding: 40px 10px 10px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.7;
  background: url(../img/privacy-line.svg) left top repeat-x;
  background-size: 14px 2px;
}
#web .webBox .privacyLink p {
  padding-bottom: 20px;
}
#web .webBox .privacyLink a {
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
}
@media print, screen and (min-width:768px){
  #web {
    padding: 140px 0 117px;
  }
  #web .sectionWrap {
    align-items: flex-start;
  }
  #web h2 {
    padding-bottom: 0;
  }
  #web h2 img {
    width: 34px;
    height: auto;
  }
  #web .webBox {
    width: 830px;
    position: relative;
  }
  #web .lead {
    padding: 0 230px 12px 40px;
    font-size: 1.8rem;
    line-height: 1.5;
    position: absolute;
    left: 0;
    top: -40px;
  }
  #web .tableBox {
    width: 100%;
    padding: 10px 28px;
    border-radius: 20px;
  }
  #web .tableBox .illust {
    width: 181px;
    top: -98px;
    right: 37px;
  }
  #web .webBox .privacyLink {
    margin: 0 auto;
    padding: 55px 0 25px;
    font-size: 1.7rem;
    line-height: 1.7;
  }
  #web .webBox .privacyLink a {
    font-size: 2rem;
  }
  #web .webBox .privacyLink span {
    display: block;
  }
}

/* ----------------------------------------------
table
----------------------------------------------*/
table {
  width: 100%;
  border-collapse:collapse;
  table-layout: fixed;
  margin-bottom: 20px;
}
table tr {
  background: url(../../img/table-line.svg) left bottom repeat-x;
  background-size: 5px 1px;
}
table tr:last-child {
  background: none;
}
table th {
  padding: 24px 5px 20px;
  color: #4d4d4d;
  text-align: left;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500;
}
table th.type2 {
  padding-top: 22px;
  padding-bottom: 16px;
}
table th .thBox {
  width: 100%;
	position: relative;
	display: block;
  padding-left: 65px;
}
table th .icon {
  width: 54px;
  height: 32px;
  padding: 7px 0 0 3px; 
  display: block;
  background-color: #ebc300;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  position: absolute;
  top: -6px;
  left: 0px;
}
table td {
  padding: 0 5px 20px;
  font-size: 1.7rem;
  line-height: 1.7;
  word-wrap: break-word;
}
@media screen and (max-width:767px) {
  table tr,
  table th,
  table td {
    display: block;
  }
}
@media print, screen and (min-width:768px){
  table {
    width: 100%;
    border-collapse:collapse;
    margin-bottom: 40px;
  }
  table th {
    width: 260px;
    padding: 32px 5px 20px;
    margin: 0;
    font-size: 1.8rem;
    line-height: 1;
    vertical-align: top;
  }
  table th.type2 {
    padding-top: 34px;
    padding-left: 70px;
  }
  table td {

    padding: 18px 10px 18px 0;
    font-size: 1.8rem;
    line-height: 1.7;
  }
}

/*----------------------------------------------
form
----------------------------------------------*/
input,
textarea,
select {
	font-size: 100%;
	line-height: 1.6;
  line-height: 1.6;
	outline: none;
  font-family: 'Zen Maru Gothic', "Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  background-color: #fafafa;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  color: #4d4d4d;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="search"] {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 50px;
	padding: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
textarea {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 250px;
	padding: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
select::-ms-expand {
	display: none;
}
select {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 50px;
	padding: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #b3b3b3;
	background: #fafafa url(../img/arrow-select.svg) right 8px center no-repeat; 
	background-size: 24px 24px;
}
@media all and (min-width: 768px) {
 .btnBox .btn a {
    font-size: 2.4rem;
    padding-bottom: 2px;
  }
.btnBox .btn a:hover {
    border: 2px solid #ebc300;
  }
}

/*----------------------------------------------
btnBox
----------------------------------------------*/
#web .btnBox {
  width: 100%;
  padding-top: 45px;
}
#web .webBox .btn a {
  width: calc(100% - 50px);
  margin: 0 auto;
  position: relative;
	z-index: 2;
	font-size: 2.2rem;
  line-height: 1;
	font-weight: 500;
	display: block;
	height: 70px;
  padding: 20px 120px 3px 50px;
	border-radius: 35px;
	border: 2px solid #ffe155;
	background: #ffffe1 url(../../img/btn-arrow01.svg) right 10px center no-repeat; 
  background-size: 124px 42px;
	color: #666;
	text-decoration: none;
}
@media screen and (max-width:360px) {
  #web .webBox .btn {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  #web .btnBox {
    padding-top: 60px;
  }
  #web .webBox .btn a {
    width: 310px;
    max-width: auto;
    margin: 0 auto;
  }
  #web .webBox .btn a:hover {
    -webkit-transition: all .4s;
    transition: all .4s;
		background: #ebc300 url(../../img/btn-arrow03.svg) right 10px center no-repeat; 
    background-size: 124px 42px;
  }
}


/*----------------------------------------------
error
----------------------------------------------*/
.error {
	width: 100%;
	margin: 10px auto;
	padding: 18px 15px;
	color: #F00;
	font-size: 1.5rem;
	line-height: 170%;
	background-color: #FFEBEB;
  border-radius: 8px;
}
.error h3 {
	font-size: 1.7rem;
	line-height: 150%;
	font-weight: bold;
	padding-bottom: 20px;
	text-align: left;
}
.error p {
	text-indent: -1em;
	padding: 0 0 5px 1em;
}

@media all and (min-width: 768px) {
	.error {
		font-size: 1.6rem;
		line-height: 140%;
		margin-bottom: 20px;
		padding: 20px 50px;
	}
	.error h3 {
		font-size: 1.8rem;
		line-height: 170%;
		text-align: center;
	}
}

/* ----------------------------------------------
kakunin
----------------------------------------------*/
#web.kakunin {
  padding-top: 40px;
}
#web.kakunin table {
  margin-bottom: 0;
}
#web.kakunin th {
  padding: 20px 5px 12px;
}
#web.kakunin td {
  padding: 0 5px 20px;
}
#web.kakunin .soushinBtn {
  margin-bottom: 40px;
}
#web.kakunin .backBtn {
  width: calc(100% - 50px);
  max-width: 325px;
  margin: 0 auto;
}
#web.kakunin .backBtn .btn {
  width: 150px;
  margin: 0;
}
#web.kakunin .backBtn .btn a {
	display: block;
	width: 100%;
  background: #f2f2f2 url(../img/back-arrow.svg) left 10px center no-repeat; 
  background-size: 52px 27px;
  border-radius: 30px;
	padding: 18px 0 0 70px;
}
#web.kakunin .backBtn a {
  color: #999999;
	font-size: 2rem;
  line-height: 1;
	height: 60px;
  padding: 0 0px 1px 56px;
	border-radius: 30px;
	border: 2px solid #e6e6e6;
}
@media screen and (max-width:360px) {
  #web.kakunin .backBtn {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  #web.kakunin {
    padding-top: 140px;
  }
  #web.kakunin th {
    width: 210px;
    padding: 20px 10px;
    line-height: 1.8;
  }
  #web.kakunin td {
    padding: 20px 10px;
    line-height: 1.8;
  }
  #web.kakunin .btnBox {
    display: flex;
    justify-content: center;
  }
  #web.kakunin .soushinBtn {
    margin: 0 50px;
    order: 2;
  }
  #web.kakunin .backBtn {
    width: 170px;
    max-width: auto;
    margin: 0 50px;
  }
  #web.kakunin .backBtn .btn a {
    width: 170px;
    background-size: 58px 29px;
    border-radius: 35px;
		height: 70px;
    font-size: 2.2rem;
    line-height: 1;
    padding: 20px 0px 3px 80px;
  }
  #web.kakunin .backBtn a:hover {
    color: #fff;
    border: 2px solid #b3b3b3;
    background: #b3b3b3 url(../img/back-arrow.svg) left 10px center no-repeat; 
    background-size: 58px 29px;
  }
}

/* ----------------------------------------------
thanks
----------------------------------------------*/
.thanks h2 {
  padding-bottom: 20px;
  margin-bottom: 10px;
  color: #e1b400;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.5;
  border-bottom: 1px dashed #ccc;
}
.thanks p {
  padding: 0.7em 0;
}
@media all and (min-width: 768px) {
  .thanks h2 {
    padding-top: 10px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    font-size: 3rem;
    line-height: 1.5;
  }
  .thanks h2 br {
    display: none;
  }
  .thanks p {
    padding: 0.7em 10px;
  }
}

/* ----------------------------------------------
privacy
----------------------------------------------*/
#privacyArea {
  padding: 50px 0 20px;
  position: relative;
}
  #privacyArea .privacyBox {
    width: 100%;
  }
	#privacyArea .privacyBox + .privacyBox {
		margin-top: 70px;
	}
  #privacyArea .privacyBox .inner {
    width: 100%;
    display: block;
  }
  #privacyArea .privacyBox .inner h3 {
    width: 100%;
    padding: 30px 15px 28px 15px;
    position: relative;
    -webkit-writing-mode:horizontal-tb;
    -ms-writing-mode:lr-tb;
    writing-mode:horizontal-tb;
    font-size: 2.5rem;
    line-height: 1.2;
    text-align: center;
  }
  #privacyArea .privacyBox .inner h3::before {
    content: "";
    width: 96px;
    height: 6px;
    background: url(../img/point-line.svg) left top no-repeat;
    background-size: 96px 6px;
    position: absolute;
    right: auto;
    left: 50%;
    top: auto;
    bottom: -3px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
#privacyArea .privacyBox .inner h3 span {
	display: inline-block;
}
#privacyArea .privacyBox .text {
  padding: 28px 15px 17px;
  font-size: 1.7rem;
  line-height: 1.8;
}
  
	#privacyArea .privacyBox ul {
		list-style: none;
		padding: 10px 1.5em;
	}
	#privacyArea .privacyBox ul li {
		padding-left: 30px;
		font-size: 1.7rem;
		line-height: 1.3;
		background: url("../img/midashi-icon.svg") no-repeat left center;
		background-size: 20px auto;
	}
#privacyArea .privacyBox ul li + li {
	margin-top: 15px;
}
@media print, screen and (min-width:768px){
	  #privacyArea {
    padding-bottom: 70px;
  }
	  #privacyArea .wrap {
    width: 980px;
    margin: 0 auto;
  }
		#privacyArea .privacyBox + .privacyBox {
		margin-top: 100px;
	}
	#privacyArea .privacyBox .inner h3 {
    font-size: 2.8rem;
    line-height: 1;
  }
	#privacyArea .privacyBox .text {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 24px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
	#privacyArea .privacyBox ul {
		list-style: none;
		padding: 0;
	}
		#privacyArea .privacyBox ul li {
		font-size: 1.8rem;
		background: url("../img/midashi-icon.svg") no-repeat left center;
		background-size: 25px auto;
	}
}
.info .lead .text span {
	display: block;
	margin-top: 10px;
	font-size: 85%;
	font-weight: 400;
	line-height: 1.4;
}