@charset "utf-8";

/* コース・料金
   ========================================================================== */
#course .price-treatment {
  margin-top: 20px;
}
@media (min-width:769px){
  #course .price-treatment {
    margin-top: 30px;
  }
}

#course article {
  margin-top: 20px;
}
#course article:first-of-type {
  margin-top: 0;
}
#course section {
  margin-top: 20px;
}
@media (min-width:769px){
  #course article {
    margin-top: 60px;
  }
  #course section {
    margin-top: 40px;
  }
}

.flow li {
  display: flex;
  padding-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px dotted #b7b7b7;
}
.flow li > div:first-of-type {
  width: 30%;
  font-size: 0;
  margin-right: 10px;
}
.flow li > div {
  width: calc(100% - 30% - 10px);
}
.flow h4 {
  margin-bottom: 10px;
}
section .notes {
  margin-top: 10px;
}
@media (min-width:769px){
  .flow li {
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .flow li > div:first-of-type {
    width: 280px;
    margin-right: 30px;
  }
  .flow li > div {
    width: calc(100% - 280px - 30px);
  }
  .flow h4 {
    margin-bottom: 20px;
  }
}

.pt-price-wrap li {
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #d2d2d2;
}
.pt-price-wrap li > div:first-of-type {
  color: #74af02;
  font-weight: bold;
}
@media (min-width:769px){
  .pt-price-wrap li {
    display: flex;
    justify-content: space-between;
    font-size: 1.8rem;
    line-height: 1.0;
    padding: 20px;
    margin-top: 20px;
  }
  .pt-price-wrap li div {
    width: 50%;
  }
  .pt-price-wrap li > div:last-of-type {
    text-align: right;
  }
}


.balloon {
 	position: relative;
	display: inline-block;
  background-color: #e33939;
  color: #fff;
  font-weight: bold;
  text-align: center;
	padding: 8px 10px;
  margin: 20px auto 10px auto;
  border-radius: 6px;
}
.balloon:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -6px;
	border: 6px solid transparent;
	border-top: 14px solid #e33939;
}
@media (min-width:769px){
  .balloon {
    font-size: 2.8rem;
    padding: 14px 30px;
    margin: 30px auto 20px auto;
    border-radius: 10px;
  }
  .balloon:before{
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 20px solid #e33939;
  }
}

.pt-price-lst {
  margin-top: 10px;
  border: 1px solid #d2d2d2;
}
.pt-price-lst > div {
  width: 100%;
}
.pt-price-lst .course-title {
  border-bottom: 1px solid #d2d2d2;
}
.pt-price-lst .course-title div {
  font-weight: bold;
  line-height: 1.7;
  padding: 10px;
}
.pt-price-lst .price-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.pt-price-lst .price-box > div:first-of-type span {
  font-size: 1.8rem;
}
.pt-price-lst .price-box > div:last-of-type span {
  display: block;
  background-color: #e33939;
  color: #fff;
  font-weight: bold;
  padding: 2px 6px;
}
.pt-price-lst .price-1 {
  border-bottom: 1px solid #d2d2d2;
}
.pt-price-lst table {
  width: 100%;
}
.pt-price-lst th,
.pt-price-lst td {
  vertical-align: middle;
  padding: 6px 10px;
  border-bottom: 1px solid #d2d2d2;
}
.pt-price-lst tr:last-of-type th,
.pt-price-lst tr:last-of-type td {
  border-bottom: none;
}
.pt-price-lst th {
  border-right: 1px solid #d2d2d2;
}
.pt-price-lst tr:first-of-type th {
  border-right: none;
}
@media (min-width:769px){
  .pt-price-lst {
    display: flex;
    font-size: 2.0rem;
    line-height: 1.0;
    margin-top: 20px;
  }
  .pt-price-lst .course-title {
    position: relative;
    width: 300px;
    border-bottom: none;
  }
  .pt-price-lst .course-title div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
  }
  .pt-price-lst .price-1,
  .pt-price-lst .price-2 {
    width: calc((100% - 300px) / 2);
  }
  .pt-price-lst .price-1 {
    border-bottom: none;
  }
  .pt-price-lst table {
    border-left: 1px solid #d2d2d2;
  }
  .pt-price-lst th,
  .pt-price-lst td {
    padding: 20px;
  }
  .pt-price-lst > div {
    width: calc(100% / 3);
  }
  .pt-price-lst .price-box > div:first-of-type span {
    font-size: 2.4rem;
  }
  .pt-price-lst .price-box > div:last-of-type span {
    font-size: 1.6rem;
    padding: 8px;
  }
}

.lead {
  margin-top: 10px;
}
@media (min-width:769px){
  .lead {
    margin-top: 20px;
  }
}



.pt-explanation .images-1 img {
  width: 100%;
  margin-top: 10px;
}
.pt-explanation .text-1 {
  margin-top: 10px;
}
.pt-explanation .text-1 p {
  font-size: 1.6rem;
}
.pt-explanation .text-1 span {
  color: #74af02;
  font-size: 1.6rem;
  font-weight: bold;
}
.pt-explanation .images-2 {
  overflow: hidden;
  margin-top: 20px;
}
.pt-explanation .images-2 figure {
  float: left;
  width: calc((100% - 10px) / 2);
  line-height: 1.0;
  margin: 0 10px 14px 0;
}
.pt-explanation .images-2 figure:nth-of-type(2n) {
  margin-right: 0;
}
.pt-explanation .images-2 figure:last-of-type {
  margin-bottom: 0;
}
.pt-explanation .images-2 figcaption {
  font-size: 1.2rem;
  margin-top: 6px;
}
@media (min-width:769px){
  .pt-explanation .images-1 img {
    width: 550px;
    margin-top: 20px;
  }
  .pt-explanation .text-1 {
    font-size: 2.0rem;
    text-align: center;
    margin-top: 20px;
  }
  .pt-explanation .text-1 p {
    font-size: 2.4rem;
  }
  .pt-explanation .text-1 span {
    font-size: 3.0rem;
  }
  .pt-explanation .images-2 {
    overflow: visible;
    display: flex;
    margin-top: 30px;
  }
  .pt-explanation .images-2 figure {
    float: none;
    width: calc(100% / 5);
    margin-right: 20px;
  }
  .pt-explanation .images-2 figure:nth-of-type(2n) {
    margin-right: 20px;
  }
  .pt-explanation .images-2 figure:last-of-type {
    margin-right: 0;
  }
  .pt-explanation .images-2 figcaption {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

.pt-explanation .text-2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: url("../../common/img/bg-grid.png");
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #ddd;
}
.pt-explanation .text-2 p {
  font-size: 1.6rem;
}
.pt-explanation .text-2 p span {
  color: #74af02;
  font-weight: bold;
}
.pt-explanation ol {
  counter-reset: my-counter;
  margin-top: 10px;
}
.pt-explanation ol li {
  position: relative;
  padding-left: 20px;
}
.pt-explanation ol li:before {
  content: counter(my-counter)'.';
  counter-increment: my-counter;
  color: #74af02;
  margin: 0 4px 0 -20px;
}
@media (min-width:768px){
  .pt-explanation .text-2 {
    padding: 30px;
    margin-top: 30px;
  }
  .pt-explanation .text-2 p {
    font-size: 2.6rem;
    text-align: center;
  }
  .pt-explanation ol {
    margin-top: 20px;
  }
  .pt-explanation ol li {
    font-size: 2.2rem;
    padding-left: 10px;
  }
  .pt-explanation ol li:before {
    margin: 0 10px 0 -30px;
  }
}


.pt-flow .images {
  overflow: hidden;
  margin-top: 20px;
}
.pt-flow .images figure {
  float: left;
  width: calc((100% - 10px) / 2);
  line-height: 1.0;
  margin: 0 10px 14px 0;
}
.pt-flow .images figure:nth-of-type(2n) {
  margin-right: 0;
}
.pt-flow .images figure:last-of-type {
  margin-bottom: 0;
}
.pt-flow .images figcaption {
  font-size: 1.2rem;
  margin-top: 6px;
}
.pt-flow .images span {
  color: #74af02;
}
@media (min-width:768px){
  .pt-flow .images {
    overflow: visible;
    display: flex;
    margin-top: 30px;
  }
  .pt-flow .images figure {
    float: none;
    width: calc(100% / 4);
    margin-right: 20px;
  }
  .pt-flow .images figure:nth-of-type(2n) {
    margin-right: 20px;
  }
  .pt-flow .images figure:last-of-type {
    margin-right: 0;
  }
  .pt-flow .images figcaption {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  
}

