@charset "UTF-8";
/* CSS Document */
.interviewArea {
	margin-bottom: 70px;
	background-color: #fff;
}
.interviewArea .inner {
	padding: 70px 140px;
	text-align: center;
}
.interviewArea .inner .boder {
	padding: 50px 0;
	border: 2px solid #FF8000;
}
.interviewArea .inner .boder .ttl {
	padding-top: 30px;
	font-size: 20px;
    font-weight: bold;
}
.interviewArea .inner .boder .txt {
	padding: 30px 0;
	font-size: 16px;
}
.interviewArea .inner .boder .txt {
	padding: 25px 20px 40px;
	font-size: 16px;
}
.interviewArea .inner .boder .h4Area_02 {
	text-align: center;
	display: inline-block;
}
.interviewArea .inner .boder .h4Area_02 h4 {
	font-size: 31px;
	font-weight: bold;
	color: #FF8000;
	padding-bottom: 10px;
	position: relative;
}
.interviewArea .inner .boder .h4Area_02 h4:after {
	content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #AD8405;
}
.interviewArea .inner .boder .btnArea .btn a {
	padding: 20px 100px;
	display: inline-block;
	background-color: #72BA2A;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.1em;
}
.interviewArea .inner .boder .btnArea .btn a:hover {
	background-color: #4E463F;
}

.priceBox {
	overflow: hidden;
	text-align: center;
}
.priceBox01 {
	background-color: rgba(68,68,68,0.9);
	color: #FFF;
}
.priceBox01 .inner {
	padding: 70px 90px;
}
.priceBox01 .h3Area h3 {
    color: #FFF;
}
.priceBox01 .h3Area h3::after {
    background-color: #B6E487;
}
.priceBox01 .inner .txt {
	padding: 40px 10px 10px;
	font-size: 16px;
	line-height: 2;
}
.priceBox02 {
	margin-bottom: 140px;
}
.priceBox02 .inner {
	padding: 30px 50px 50px;
}
.priceBox02 .inner .h4Area {
	display: block;
	width: 70%;
	margin: 0 auto;
	background-color: #4E463F;
	border-radius: 30px;
	color: #FFF;
}
.priceBox02 .inner .h4Area h4 {
	font-size: 28px;
	padding: 15px 0;
	line-height: 30px;
}
.priceBox02 .inner .h4Area h4 span {
	font-size: .6em;
}
.priceList {
	overflow: hidden;
	padding: 30px 0;
	margin-bottom: 50px;
}
.priceList:nth-child(odd) {
	background-color: rgba(255,255,255,0.9);
}
.priceList:nth-child(even) {
	background-color: rgba(255,254,240,0.9);
}
.priceList .imgBox {
	width: 25%;
	margin: 0 2%;
	text-align: center;
}
.priceList .txtBox {
	width: 65%;
	margin: 0 2%;
	text-align: left;
}
.priceList .txtBox h5 {
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	padding-left: 45px;
	position: relative;
}
.priceList .txtBox h5 span {
	font-size: .8em;
	font-weight: bold;
}
.priceList .txtBox h5:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 36px;
	height: 39px;
	top: 0;
	left: 0;
	background-image: url(../img/price/mark.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.priceList .txtBox .price {
	padding-right: 3em;
	font-size: 22px;
	text-align: right;
	color: #AC8405;
}
.priceList .txtBox .txt {
	padding: 20px 3em;
	font-size: 16px;
	line-height: 1.8
}
.priceList .left {
	float: left;
}
.priceList .right {
	float: right;
}
.paypayBox {
	overflow: hidden;
  padding: 50px 0;
	background-color: #fff;
	margin-bottom: 50px;
}
.paypayBox .inner {
  padding: 0 20px;
}
.paypayBox .left {
	float: left;
	width: 40%;
}
.paypayBox .left p {
	padding: 20px 2.5em;
    font-size: 16px;
    line-height: 1.5;
}
.paypayBox .right {
	float: right;
	width: 55%;
}
.paypayBox .paypay {
	padding: 20px 30px;
	font-size: 28px;
    font-weight: bold;
    line-height: 40px;
	border-bottom: 1px dotted #4E463F;
	position: relative;
	border-left: 8px solid #4E463F;
}
.cancel-policy {
  padding: 0 20px 50px;
  max-width: 1000px;
  margin: 0 auto;
}
.cancel-policy .cancel-inner {
  padding: 50px 30px;
  border: 2px solid #4E463F;
}
.cancel-policy h4 {
  text-align: center;
  font-size: 31px;
  font-weight: bold;
  color: #4E463F;
  padding-bottom: 10px;
  position: relative;
}
.cancel-policy h4:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #AD8405;
}
.cancel-policy .item {
  padding-top: 20px;
  max-width: 760px;
  margin: 0 auto;
}
.cancel-policy .item p,
.cancel-policy .item ul {
  padding-top: 20px;
}
.cancel-policy .item ul li {
  padding-left: 16px;
  position: relative;
  line-height: 1.4;
}
.cancel-policy .item ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 736px) {
  .interviewArea {
    margin-bottom: 70px;
  }
  .interviewArea .inner {
    padding: 40px 3vw;
  }
  .interviewArea .inner .boder {
    padding: 30px 0;
  }
  .interviewArea .inner .boder .ttl {
    padding-top: 20px;
    font-size: 15px;
  }
  .interviewArea .inner .boder .txt {
    padding: 25px 3vw 30px;
    font-size: 14px;
    text-align: left;
    line-height: 1.3;
  }
  .interviewArea .inner .boder .h4Area_02 h4 {
    font-size: 22px;
  }
  .interviewArea .inner .boder .h4Area_02 h4:after {
      width: 20px;
  }
  .interviewArea .inner .boder .btnArea {
    padding: 0 3vw;
  }
  .interviewArea .inner .boder .btnArea .btn a {
    padding: 15px 0;
    display: block;
    font-size: 15px;
  }
  .priceBox01 .inner {
      padding: 40px 3vw;
  }
  .priceBox01 .inner {
    font-size: 19px;
    font-weight: bold;
    letter-spacing: .05em;
  }
  .priceBox01 .inner .h3Area {
    margin-bottom: 30px;
  }
  .priceBox01 .inner .h3Area p {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 5px;
  }
  .priceBox01 .inner .txt {
    padding: 0 2vw 20px;
    font-size: 15px;
    line-height: 1.3;
    text-align: left;
  }
  .priceBox01,
  .priceBox02 {
    margin-bottom: 20px;
  }
  .priceBox02 .inner {
    padding: 20px 3vw;
  }
  .priceBox02 .inner .h4Area {
    width: 90%;
  }
  .priceBox02 .inner .h4Area h4 {
    font-size: 21px;
    padding: 10px 0;
    line-height: 30px;
  }
  .priceList {
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .priceList .left {
    float: none;
  }
  .priceList .right {
    float: none;
  }
  .priceList .imgBox {
    width: 80%;
    max-width: 190px;
    margin: 0 auto;
  }
  .priceList .txtBox {
    width: 100%;
    margin: 20px auto 0;
  }
  .priceList .txtBox h5 {
    display: block;
    font-size: 20px;
    line-height: 25px;
    margin-left: 10px;
  }
  .priceList .txtBox h5 span {
    display: block;
  }
  .priceList .txtBox .price {
    padding-right: 1em;
    font-size: 19px;
    text-align: right;
  }
  .priceList .txtBox .txt {
    padding: 20px 1em;
    font-size: 14px;
    line-height: 1.3;
}
  .paypayBox {
    overflow: hidden;
    padding: 50px 0;
    background-color: #fff;
    margin-bottom: 50px;
  }
  .paypayBox .inner {
    padding: 0 3vw;
    width: 100%;
  }
  .paypayBox .left {
    float: none;
    width: 100%;
  }
  .paypayBox .left p {
    padding: 20px 1em;
    font-size: 14px;
    line-height: 1.3;
  }
  .paypayBox .right {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .paypayBox .paypay {
    font-size: 20px;
    line-height: 25px;
    border-left: 4px solid #4E463F;
  }

  .cancel-policy {
    padding: 0 3vw 40px;
  }
  .cancel-policy .cancel-inner {
    padding: 30px 16px;
  }
  .cancel-policy h4 {
    font-size: 22px;
  }
  .cancel-policy h4:after {
    width: 20px;
  }
  .cancel-policy .item {
    padding-top: 20px;
  }
  .cancel-policy .item p {
    padding-top: 10px;
    line-height: 1.4;
  }
  .cancel-policy .item ul li {
    padding-bottom: 10px;
    font-size: 13px;
  }

}

