/*----------------------------------
  plan
----------------------------------*/
#plan a {
  color: #000;
  text-decoration: none;
  transition: all .3s; }
  #plan a:hover {
    opacity: 0.6; }
#plan .bg {
  max-width: 1260px;
  background-color: #fff;
  margin: 60px auto 75px; }
  #plan .bg .bginner {
    width: calc(100vw - 50px);
    padding: 60px 80px 55px;
    background-color: #fff; }
#plan .categoryTtl {
  font-size: 36px;
  margin-bottom: 40px; }
#plan .linkArea {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px; }
  #plan .linkArea li {
    margin: 0 30px 20px 0; }
#plan .searchArea {
  max-width: 1100px;
  padding: 40px;
  margin-bottom: 60px;
  background-color: #f2f2f2;
  box-sizing: border-box; }
  #plan .searchArea a {
    color: #0068b7;
    font-size: 14px;
    text-decoration: underline; }
  #plan .searchArea .ttlArea {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px; }
    #plan .searchArea .ttlArea .search {
      line-height: 1;
      padding-left: 50px;
      position: relative; }
      #plan .searchArea .ttlArea .search:before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background: url(../img/plan/ico_search.png) 0 0 no-repeat;
        background-size: 30px 30px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%); }
  #plan .searchArea .searchTtl {
    padding: 5px 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border: none; }
  #plan .searchArea .ac .ac-parent {
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    #plan .searchArea .ac .ac-parent span {
      display: block;
      width: 30px;
      height: 30px;
      border: 1px #000 solid;
      position: relative;
      margin-left: 20px; }
      #plan .searchArea .ac .ac-parent span:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 6px;
        width: 19px;
        height: 1px;
        background: #000;
        transform: translateY(-50%); }
      #plan .searchArea .ac .ac-parent span:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 15px;
        width: 1px;
        height: 19px;
        background: #000;
        transform: translateY(-50%);
        transition: .3s; }
    #plan .searchArea .ac .ac-parent.open span:after {
      top: 25%;
      opacity: 0;
      transform: rotate(90deg); }
  #plan .searchArea .ac .ac-child {
    display: none;
    padding-top: 30px; }
#plan .itemArea {
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap; }
  #plan .itemArea li {
    max-width: 348px;
    margin: 0 28px 40px 0; }
    #plan .itemArea li:nth-child(3n) {
      margin: 0 0 40px 0; }
    #plan .itemArea li figure {
      width: 348px;
      height: 348px;
      padding: 30px;
      border: 1px #bfbfbf solid;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      margin-bottom: 20px; }
      #plan .itemArea li figure img {
        width: 100%;
        height: auto; }
      #plan .itemArea li figure:before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background: url(../img/plan/ico_arrow_box.png) 0 0 no-repeat;
        background-size: 30px 30px;
        position: absolute;
        right: 0;
        bottom: 0; }
    #plan .itemArea li .txtArea dl {
      display: flex;
      align-items: center;
      font-size: 14px;
      margin-bottom: 15px; }
      #plan .itemArea li .txtArea dl dt {
        padding: 5px 15px;
        text-align: center;
        background-color: #efefef; }
      #plan .itemArea li .txtArea dl dd {
        padding: 0 20px 0 10px; }
    #plan .itemArea li .txtArea .txt {
      font-size: 18px;
      line-height: 1.6; }
#plan .columnArea {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px; }
  #plan .columnArea .mainColumn {
    max-width: 730px;
    width: 100%; }
  #plan .columnArea .rightColumn {
    max-width: 340px;
    width: 100%; }
    #plan .columnArea .rightColumn .ttl {
      font-size: 16px;
      padding: 5px 10px;
      background-color: #f2f2f2;
      margin-bottom: 20px; }
    #plan .columnArea .rightColumn .itemArea li {
      margin: 0 auto 20px; }
      #plan .columnArea .rightColumn .itemArea li figure {
        width: 340px;
        height: 340px;
        margin-bottom: 10px; }
      #plan .columnArea .rightColumn .itemArea li .txt {
        font-size: 14px; }
#plan .planName {
  font-size: 28px;
  letter-spacing: 0.05em;
  margin-bottom: 30px; }
#plan .dataArea a {
  color: #0068b7;
  font-size: 14px;
  text-decoration: underline; }
#plan .dataArea .ttl {
  font-size: 18px;
  margin-bottom: 10px; }
#plan .dataArea .txt {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px; }
#plan .dataArea figure {
  max-width: 730px;
  margin-bottom: 40px; }
  #plan .dataArea figure img {
    width: 100%;
    height: auto; }
#plan .dataArea .data {
  display: flex;
  flex-wrap: wrap;
  border: 1px #dcdcdc solid;
  margin-bottom: 40px; }
  #plan .dataArea .data dt, #plan .dataArea .data dd {
    font-size: 14px;
    border-bottom: 1px #dcdcdc solid;
    box-sizing: border-box; }
  #plan .dataArea .data dt {
    width: 14%;
    padding: 15px 0 15px 20px;
    background-color: #f4f4f4; }
  #plan .dataArea .data dd {
    width: 36%;
    padding: 15px 10px 15px 30px; }
#plan .btn {
  width: 330px;
  height: 46px;
  background-color: #000;
  margin: 0 auto; }
  #plan .btn a {
    display: block;
    width: 330px;
    height: 46px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    position: relative; }
    #plan .btn a:before {
      content: "";
      width: 35px;
      height: 8px;
      background: url(../img/ico_arrow_w.png) 0 0 no-repeat;
      background-size: 35px 8px;
      position: absolute;
      top: 19px;
      right: 10px; }

@media screen and (max-width: 768px) {
  /*----------------------------------
    plan
  ----------------------------------*/
  #plan .bg .bginner {
    width: calc(100% - 30px);
    padding: 30px 15px; }
  #plan .categoryTtl {
    font-size: 24px;
    margin-bottom: 20px; }
  #plan .linkArea {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    #plan .linkArea li {
      margin: 0 30px 10px 0; }
  #plan .searchArea {
    padding: 30px 15px 20px;
    margin-bottom: 30px; }
    #plan .searchArea a {
      font-size: 16px; }
    #plan .searchArea .ttlArea {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 25px; }
      #plan .searchArea .ttlArea .search {
        font-size: 16px;
        padding-left: 25px;
        margin-bottom: 15px; }
        #plan .searchArea .ttlArea .search:before {
          width: 15px;
          height: 15px;
          background-size: 15px 15px; }
    #plan .searchArea .searchTtl {
      font-size: 16px;
      padding: 5px 20px;
      margin-bottom: 20px; }
    #plan .searchArea .ac .ac-parent {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row-reverse; }
      #plan .searchArea .ac .ac-parent span {
        width: 15px;
        height: 15px;
        margin: 0 10px 0 0; }
        #plan .searchArea .ac .ac-parent span:before {
          right: 3px;
          width: 9px;
          height: 1px; }
        #plan .searchArea .ac .ac-parent span:after {
          right: 7px;
          width: 1px;
          height: 9px; }
    #plan .searchArea .ac .ac-child {
      padding-top: 30px; }
  #plan .itemArea {
    display: block; }
    #plan .itemArea li {
      max-width: 348px;
      margin: 0 auto 20px; }
      #plan .itemArea li:nth-child(3n) {
        margin: 0 auto 20px; }
      #plan .itemArea li figure {
        width: 315px;
        height: 315px;
        padding: 26px;
        margin: 0 auto 20px; }
        #plan .itemArea li figure:before {
          width: 26px;
          height: 26px;
          background-size: 26px 26px; }
      #plan .itemArea li .txtArea dl {
        flex-wrap: wrap;
        font-size: 14px;
        margin-bottom: 0; }
        #plan .itemArea li .txtArea dl dt {
          width: 65px;
          padding: 2px 0;
          margin-bottom: 10px; }
        #plan .itemArea li .txtArea dl dd {
          width: calc(100% - 80px);
          padding: 0 0 0 10px;
          margin-bottom: 10px; }
      #plan .itemArea li .txtArea .txt {
        font-size: 16px; }
  #plan .columnArea {
    display: block;
    margin-bottom: 40px; }
    #plan .columnArea .mainColumn {
      max-width: inherit;
      width: 100%; }
    #plan .columnArea .rightColumn {
      max-width: inherit;
      width: 100%; }
      #plan .columnArea .rightColumn .itemArea li {
        margin: 0 auto 20px; }
        #plan .columnArea .rightColumn .itemArea li figure {
          width: 315px;
          height: 315px;
          margin-bottom: 10px; }
        #plan .columnArea .rightColumn .itemArea li .txt {
          font-size: 16px; }
  #plan .planName {
    font-size: 20px;
    letter-spacing: 0.01em;
    margin-bottom: 20px; }
  #plan .dataArea .ttl {
    font-size: 16px;
    margin-bottom: 10px; }
  #plan .dataArea .txt {
    font-size: 14px; }
  #plan .dataArea figure {
    max-width: inherit;
    margin-bottom: 40px; }
  #plan .dataArea .data {
    margin-bottom: 40px; }
    #plan .dataArea .data dt {
      width: 90px;
      padding: 15px 10px; }
    #plan .dataArea .data dd {
      width: calc(100% - 90px);
      padding: 15px 10px; }
  #plan .btn {
    width: 310px; }
    #plan .btn a {
      width: 310px; } }
