@charset "UTF-8";
/* @content */
#plan #page_header .title {
  background: url(../images/plan/plan_main@2x.jpg);
  background-repeat: no-repeat;
  background-size: 805px;
  background-position: right;
  padding: 1px 0;
  width: 1280px;
  margin: 0 auto;
}
#plan #page_header h2 {
  margin-bottom: 0;
  padding: 35px 0 20px;
  width: 470px;
  line-height: 1.4;
}
#plan #page_header .page_title__text {
  margin-bottom: 60px;
}
#plan #main-area {
    width: 740px;
    margin: 0;
}
#plan #section10 {
  margin: 40px 0 20px;
  padding: 0;
}
#plan .flex-container {
  display: flex;
  justify-content: space-between;
}
#plan .sub-tx {
  font-size: 16px;
  margin: 20px 0 30px;
  text-align: center;
}
#plan .content-title {
  background: #311D1C;
  color: #fff;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
#plan .content__inner__title {
  background: url(../images/common/border_bg.jpg);
  display: block;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  font-family: 'Noto Serif JP', sans-serif;
  padding: 10px 25px;
  text-align: left;
}
#plan .inner__area {
  margin: 0 auto 40px;
  width: 570px;
}
#plan .inner__area__detail {
  margin-bottom: 20px;
}
#plan .inner__area__detail:last-child {
  margin-bottom: 0;
}
#plan .inner__area__title {
  color: #000;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}
#plan .inner__area__title span {
  color: #D8006C;
  font-family: 'YakuHanJP','Noto Sans JP',sans-serif;
  font-size: 20px;
}
#plan .inner__area__title small {
  font-size: 17px;
}
#plan .inner__area .flex-container {
  align-items: center;
  padding-left: 20px;
}
#plan .flex-container__info {
  border: 1px solid #2F4C9B;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px;
  text-align: center;
}
#plan .flex-container__info span {
  font-size: 30px;
}
#plan .wide-180 {
  width: 180px;
}
#plan .wide-130 {
  width: 130px;
}
#plan .video-tx {
  margin-bottom: 20px;
}
#plan .inner__area__detail iframe {
 width: 600px;
 height: 340px; 
}
#plan .detail-area {
  margin-bottom: 40px;
}
#plan .detail__title {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#plan .table-area table {
  border-collapse: collapse;
  width: 100%;
}
#plan .table-area table tbody,
#plan .table-area table tbody tr {
  border-collapse: collapse;
}
#plan .table-area table tr th,
#plan .table-area table tr td {
  border: 1px solid #3E1100;
  border-collapse: collapse;
  font-weight: normal;
  padding: 10px 5px;
  text-align: center;
  vertical-align: top;
}
#plan .table-area table tr th {
  border-bottom: 4px double #3E1100;
}
#plan .table-area table tr .border-double {
  border-right: 4px double #3E1100;
} 
#plan .table-area table tr th:nth-child(1),
#plan .table-area table tr td:nth-child(1) {
  width: 30%;
}
#plan .table-area table tr th:nth-child(2),
#plan .table-area table tr td:nth-child(2) {
  width: 20%;
}
#plan .table-area table tr th:nth-child(3),
#plan .table-area table tr td:nth-child(3) {
  width: 20%;
}
#plan .table-area table tr th:nth-child(4),
#plan .table-area table tr td:nth-child(4) {
  width: 30%;
}
#plan .table-area table {
  border-collapse: collapse;
  width: 100%;
}
#plan .table-area table .yellow {
  background: #FFFACB;
}
#plan .table-area table .green {
  background: #D9E6B3;
}
#plan .table-area table .blue {
  color: #3F80B9;
  font-weight: bold;
}
#plan .text-right {
  text-align: right;
}
#plan .b-position::before {
  top: 28%;
}
#plan .before-none::before {
  content: none !important;
}
#plan .accordion-container {
  position: relative;
  width: 100%;
  outline: 0;
  cursor: pointer
}
#plan .accordion-container .acordion-title {
  background: url(../images/common/border_bg.jpg);
  border-top: 1px solid #fff;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  justify-content: center;
  position: relative;
  margin: 0 0 10px;
  padding: 15px;
}
#plan .acordion-title{
  position: relative;
}
#plan .acordion-title:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#plan .is-open::after {
  transform: rotate(-45deg);
}
#plan .accordion-content02 {
  cursor: auto;
  display: none;
  padding: 20px 0 80px;
}
#plan .accordion-content02 .accordion-content__inner {
  margin-bottom: 40px;
}
#plan .accordion-content02 .plan-month-area {
  border: 6px solid #42210B;
  margin-bottom: 30px;
  padding: 10px 20px;
  text-align: center;
}
#plan .accordion-content02 .bottom-20 {
  margin-bottom: 20px;
}
#plan .accordion-content02 .plan-month-area p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
#plan .accordion-content02 .plan-month-area p span {
  font-size: 30px;
}
#plan .accordion-content02 .course-area table {
  width: 100%;
  border-collapse: collapse;
}
#plan .accordion-content02 .course-area table tr:nth-child(odd){
  background: #e0e0e0;
}
#plan .accordion-content02 .course-area table tr:first-child{
  background: #C8C8C8;
}
#plan .accordion-content02 .course-area table tr th,
#plan .accordion-content02 .course-area table tr td {
  padding: 7px 1px;
  border: 1px solid #3E1100;
  text-align: center;
}
#plan .accordion-content02 .course-area table tr td {
  line-height: 1.2;
}
#plan .accordion-content02 .course-area table tr th:nth-child(1),
#plan .accordion-content02 .course-area table tr td:nth-child(1) {
  width: 20%;
}
#plan .accordion-content02 .course-area table tr th:nth-child(2),
#plan .accordion-content02 .course-area table tr td:nth-child(2) {
  width: 25%;
}
#plan .accordion-content02 .course-area table tr th:nth-child(3),
#plan .accordion-content02 .course-area table tr td:nth-child(3) {
  width: 25%;
}
#plan .accordion-content02 .course-area table tr th:nth-child(4),
#plan .accordion-content02 .course-area table tr td:nth-child(4) {
  width: 30%;
}
#plan .accordion-content02 .course-area table th big {
  font-size: 20px;
}
#plan .accordion-content02 .course-area table th b {
  font-size: 20px;
}
#plan .accordion-content02 .course-area table .circle {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 14px;;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding-top: 2px;
  margin-right: 2px;
}
#plan .accordion-content02 .course-area table .red-bg {
  background: #D93A42;
}
#plan .accordion-content02 .course-area table .red {
  color: #D93A42;
}
#plan .accordion-content02 .course-area table .violet-bg {
  background: #552773;
}
#plan .accordion-content02 .course-area table .violet {
  color: #552773;
}
#plan .accordion-content02 .course-area table .green02-bg {
  background: #0A4C20;
}
#plan .accordion-content02 .course-area .green02 {
  color: #0A4C20;
}
#plan .accordion-content02 .graph-area {
  margin: 40px 0;
}
#plan .accordion-content02 .graph-area__flex-container-column {
  display: flex;
  flex-flow: column;
  margin-bottom: 20px;
}
#plan .accordion-content02 .graph-area__flex-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#plan .accordion-content02 .graph-area__yellow {
  background: #FFF801;
  font-size: 24px;
  font-weight: bold;
  height: 130px;
  line-height: 1.2;
  padding: 35px;
  text-align: center;
}
#plan .accordion-content02 .left-tx {
  width: 31.1%;
  text-align: center;
}
#plan .accordion-content02 .right-tx {
  padding: 50px;
  width: 65%;
  text-align: center;
}
#plan .border{
  display: inline-block;
  position: relative;
}
#plan .border::before {
  border-top: solid 2px #000;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: calc(50% - 3px);
  width: 100%;
}
#plan .border::after {
  border-bottom: solid 2px #000;
  bottom: calc(50% - 3px);
  content: '';
  height: 1px;
  left: 0;
  position: absolute; 
  width: 100%;
}
#plan .blue-attent {
  color: #3F80BA;
  font-size: 24px;
  font-weight: bold;
  padding: 0 !important;
}
#plan .button-area {
  display: flex;
  justify-content: center;
}
#plan .course__desc {
  width: 315px;
}
#plan .photo-area {
  width: 54.4%;
}
#plan .course__desc dd {
  border: 1px solid #3E1100;
  border-bottom: none;
  text-align: center;
  height: 43px;
  line-height: 1;
  padding: 5px 0;
}
#plan .course__desc .p-top {
  padding-top: 12px;
}
#plan .course__desc dd small {
  font-size: 12px;
}
#plan .course__desc dd:last-child{
  border-bottom: 1px solid #3E1100;
}
#plan .course__desc dd:nth-child(odd) {
  background: #E0E0E0;
}
#plan .m-top05 {
  margin-top: 5px;
}
#plan .button-area {
  margin-top: 30px;
}
.mutual-area {
  margin-top: 40px; 
}
#plan #section30 {
  padding-bottom: 20px;
}
#plan #section40 {
  padding-bottom: 60px;
}
@media screen and (max-width: 1230px) {
  #plan  #page_header .title {
    background-size: 700px;
    padding: 1px 0;
    width: auto;
  }
  #plan #page_header .page_title__text {
    margin-bottom: 20px;
  }
  #plan .equal-right {
    display: flex;
    justify-content: flex-end;
  }
  #plan .equal-right img {
    width: 100%;
  }
}
/****************/
/*  小PC表示　max 1024px  */
/****************/
@media screen and (max-width: 1024px) {
  #plan #page_header .page_title__text {
    margin-bottom: 0;
    text-align: center;
  }
  #plan #page_header .title {
    background-size: 100vw;
    background-position: top;
    padding: 35px 0;
    width: auto;
  }
  #plan #section10 #main-area {
    width: 100%;
  }
  #plan #page_header h2 {
    padding: 10px 0;
    width: 100%;
    font-size: 20px;
  }
  #plan #section10 .message-area .recruit-bnr {
    margin: 15px 0;
  }
  #plan #section30 {
    padding-bottom: 0;
  }
  #plan #section40 {
    padding-bottom: 30px;
  }
}
/****************/
/*  ipad表示　max 768px  */
/****************/
@media screen and (max-width: 768px) {

}
/****************/
/*  ipad表示　max 767px  */
/****************/
@media screen and (max-width: 767px) {
  #plan .inner__area {
    width: 100%;
  }
  #plan .flex-container__info {
    font-size: 16px;
  }
  #plan .inner__area .flex-container {
    padding-left: 0;
  }
  #plan .flex-container__info span {
    font-size: 18px;
  }
  #plan .content__inner__title {
    padding: 10px 15px;
  }
  #plan .inner__area__title {
    font-size: 18px;
  }
  #plan .inner__area__title span {
    font-size: 18px;
  }
  #plan .inner__area .flex-container {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #plan .flex-container > div {
    margin-right: 4px;
  }
  #plan .flex-container > div:first-child {
    margin-bottom: 0px;
  }
  #plan .wide-180 {
    width: auto;
  }
  #plan .wide-130 {
    width: auto;
  }
  #plan .inner__area__detail iframe {
    width: 100%;
  }
}

/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {
  #plan #section10 {
    margin: 40px 0 0px;
    padding: 0;
  }
  #plan #section10 #main-area .plan-area {
    margin: 20px auto 0;
    width: 100%;
  }
  #plan #section10 #main-area .plan-area dl {
    font-size: 14px;
    flex-flow: column;
  }
  #plan #section10 #main-area .plan-area dl dt,
  #plan #section10 #main-area .plan-area dl dd {
    width: 100%;
  }
  #plan .table-area {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #plan .table-area__scorll-area {
    width: 820px;
  }
  #plan #section10 #main-area .table-area table th:first-child,
  #plan #section10 #main-area .table-area table td:first-child {
    padding: 5px 10px;
  }
  #plan .accordion-container .acordion-title {
    font-size: 16px;
  }
  #plan .accordion-content02 .plan-month-area p {
    font-size: 16px;
  }
  #plan .accordion-content02 .plan-month-area p span {
    font-size: 22px;
  }
  #plan .accordion-content02 .plan-month-area {
    margin-bottom: 15px;
  }
  #plan .accordion-content02 .accordion-content__inner {
    margin-bottom: 20px;
  }
  #plan .accordion-content02 .course-area .course-area__table-area {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #plan .accordion-content02 .course-area .course-area__table-area table {
    width: 640px;
  }
  
  #plan .accordion-content02 .left-tx {
    width: 48%;
  }
  #plan .accordion-content02 .right-tx {
    padding: 20px;
    width: 48%;
  }
  #plan .accordion-content02 .graph-area__flex-container {
    margin-bottom: 20px;
  }
  #plan .accordion-content02 .graph-area__yellow {
    font-size: 16px;
    height: auto;
    padding: 20px;
  }
  #plan .blue-attent {
    font-size: 16px;
  }
  #plan .accordion-content02 .graph-area {
    margin: 20px 0;
  }
  #plan .button-area {
    margin-top: 15px;
  }
  #plan .accordion-content02 {
    padding: 20px 0 40px;
  }
  .accordion-content__inner .flex-container {
    flex-flow: column;
  }
  #plan .graph-area .flex-container {
    flex-flow: column;
  }
  #plan .graph-area .flex-container > div:first-child {
    margin-bottom: 20px;
  }
  #plan .course__desc {
    width: 100%;
  }
  #plan .photo-area {
    width: 100%;
  }
}