/*============================ section ==================================*/
section.contents#atok-plan {
  background-image: url("../images/18.png");
  background-size: auto;
  background-repeat: repeat;
}
section.contents#atok-plan .content {
  margin-top: 0;
}
section.contents#atok-plan #atok-plan-detail {
  margin-top: 50px;
}
section.contents#atok-plan #atok-plan-detail *[class*=plan-]{
  color: #333;
}
section.contents#atok-plan #atok-plan-detail .plan-table {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 5px;
}
section.contents#atok-plan #atok-plan-detail .plan-table ul, section.contents#atok-plan #atok-plan-detail .plan-table ol {
  padding: 0;
  margin: 0;
}
section.contents#atok-plan #atok-plan-detail .plan-table .body {
  background: #fff;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
section.contents#atok-plan #atok-plan-detail .plan-table .body .row:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px dotted;
  position: absolute;
  bottom: 0;
  left: 0;
}
section.contents#atok-plan #atok-plan-detail .plan-table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  section.contents#atok-plan #atok-plan-detail .plan-table .row-head {
    position: sticky;
    top: 50px;
    z-index: 2;
  }
}
section.contents#atok-plan #atok-plan-detail .plan-table .row .col {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  section.contents#atok-plan #atok-plan-detail .plan-table .row .col:nth-child(1) {
    z-index: 1;
    position: relative;
  }
  section.contents#atok-plan #atok-plan-detail .plan-table .row .col:nth-child(1)::after {
    content: "";
    display: block;
    width: 30px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 50%);
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  section.contents#atok-plan #atok-plan-detail .plan-table .row .col:nth-child(1) .col_title {
    width: 200%;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
  }
}
section.contents#atok-plan #atok-plan-detail .plan-table .row .col:nth-child(2) {
  background: #f8f8f8;
}
@media only screen and (max-width: 767px) {
  section.contents#atok-plan #atok-plan-detail .plan-table .row .col:nth-child(2) .col_title {
    display: none;
  }
}
section.contents#atok-plan #atok-plan-detail .plan-table .row .col-head {
  border-top: 4px solid rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: 24px;
  padding: 20px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media only screen and (min-width: 768px) {
  section.contents#atok-plan #atok-plan-detail .plan-table .row .col-head {
    border-radius: 5px 5px 0 0;
  }
}
section.contents#atok-plan #atok-plan-detail .plan-table .row .col-head small {
  display: block;
  font-size: 0.5em;
}
section.contents#atok-plan #atok-plan-detail .plan-table .row .col-head.is-premium {
  background: -webkit-gradient(linear, right top, left top, from(#dab747), color-stop(50%, #fce69f), to(#dab747));
  background: linear-gradient(to left, #dab747 0%, #fce69f 50%, #dab747 100%);
  color: #cb8d01;
}
section.contents#atok-plan #atok-plan-detail .plan-table .row .col-head.is-basics {
  background: #d6d6d6;
  color: #7e7e7e;
}
@media only screen and (min-width: 768px) {
  section.contents#atok-plan #atok-plan-detail .plan-table .row .col-head.is-basics {
    padding: 10px 20px;
  }
}
section.contents#atok-plan #atok-plan-detail .plan-table .row .col-section {
  padding: 10px 20px 20px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  section.contents#atok-plan #atok-plan-detail .plan-table .row .col-section {
    padding: 50px 20px 20px;
  }
}
section.contents#atok-plan #atok-plan-detail .plan-table .row .col_title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #7e7e7e;
}
@media only screen and (max-width: 767px) {
  section.contents#atok-plan #atok-plan-detail .plan-table .row .col_title {
    font-size: 14px;
  }
}
section.contents#atok-plan #atok-plan-detail .plan-table .row .col_text {
  font-size: 14px;
  font-weight: bold;
}
section.contents#atok-plan #atok-plan-detail .plan-table .row .col_text .strong {
  font-size: 2em;
}
@media only screen and (min-width: 768px) {
  section.contents#atok-plan #atok-plan-detail .plan-table .row .col_text ul {
    text-align: left;
    margin: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  section.contents#atok-plan #atok-plan-detail .plan-table .row .col_text ul li + li {
    margin-top: 10px;
  }
}
section.contents#atok-plan #atok-plan-detail .plan-table .row .col_text ul small {
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  section.contents#atok-plan #atok-plan-detail .plan-table .row .col_text ul small {
    margin-left: 1em;
  }
}
@media only screen and (max-width: 767px) {
  section.contents#atok-plan #atok-plan-detail .plan-table .row .col_text ul small {
    display: block;
  }
}
section.contents#atok-plan #atok-plan-detail .plan-table .row .col_text ul.is-disc {
  list-style: disc;
}
@media only screen and (max-width: 767px) {
  section.contents#atok-plan #atok-plan-detail .plan-table .row .col_text ul.is-disc {
    text-align: left;
    padding-left: 1.5em;
  }
}
section.contents#atok-plan #atok-plan-detail .plan-table .row .col_note {
  font-size: 12px;
  margin-top: 10px;
}
section.contents#atok-plan #atok-plan-detail .plan-table .row .col .is-none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #7e7e7e;
}
section.contents#atok-plan #atok-plan-detail .plan-table .row .col .application-list {
  display: inline-block;
  text-align: left;
}
section.contents#atok-plan #atok-plan-detail .plan-table .row .col .application-list li.item {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  section.contents#atok-plan #atok-plan-detail .plan-table .row .col .application-list li.item {
    line-height: 2em;
  }
}
@media only screen and (max-width: 767px) {
  section.contents#atok-plan #atok-plan-detail .plan-table .row .col .application-list li.item {
    text-align: center;
  }
}
section.contents#atok-plan #atok-plan-detail .plan-table .row .col .application-list li.item + li.item {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  section.contents#atok-plan #atok-plan-detail .plan-table .row .col .application-list li.item small {
    margin-left: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  section.contents#atok-plan #atok-plan-detail .plan-table .row .col .application-list li.item small {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  section.contents#atok-plan #atok-plan-detail .plan-table .row .col .application-list li.item:not(.is-none) {
    text-indent: -2.25em;
  }
}
section.contents#atok-plan #atok-plan-detail .plan-table .row .col .application-list li .icon {
  width: 2em;
  height: 2em;
  background: #fff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  vertical-align: bottom;
  text-indent: 0;
}
@media only screen and (min-width: 768px) {
  section.contents#atok-plan #atok-plan-detail .plan-table .row .col .application-list li .icon {
    display: inline-block;
    margin: 0 0.25em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  section.contents#atok-plan #atok-plan-detail .plan-table .row .col .application-list li .icon {
    display: block;
    margin: 0 auto 0.25em;
  }
}
section.contents#atok-plan #atok-plan-detail .plan-table .row .col .application-list li .icon img {
  max-width: 100%;
}
section.contents#atok-plan #atok-plan-detail .plan-table .row .col .application-list_note {
  margin-top: 20px;
  font-size: 12px;
  text-align: left;
}
section.contents#atok-plan #atok-plan-detail .plan-table .row .col .application-list_note summary {
  cursor: pointer;
}
section.contents#atok-plan #atok-plan-detail .plan-table .row .col .application-list_note .inner {
  background: #ecf8ff;
  padding: 10px;
}
section.contents#atok-plan #atok-plan-detail .plan-table .row .col .application-list_note .inner > *:first-child {
  margin-top: 0 !important;
}
section.contents#atok-plan #atok-plan-detail .plan-table .row .col .application-list_note .title {
  color: #4686ff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin: 1.5em 0 0.5em;
}
section.contents#atok-plan #atok-plan-detail .plan-table .row .col .application-list_note ul {
  margin: 0;
  padding: 0 0 0 2em;
  list-style: disc;
}
section.contents#atok-plan #atok-plan-detail .plan-select {
  max-width: 800px;
  margin: 0 auto;
}
section.contents#atok-plan #atok-plan-detail .plan-select .select-area {
  overflow: hidden;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  section.contents#atok-plan #atok-plan-detail .plan-select .select-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  section.contents#atok-plan #atok-plan-detail .plan-select .select-area {
    background: #fff;
    padding: 30px 0 20px;
  }
}
section.contents#atok-plan #atok-plan-detail .plan-select .select-area ul {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  section.contents#atok-plan #atok-plan-detail .plan-select .select-area ul {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 30px 10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (max-width: 767px) {
  section.contents#atok-plan #atok-plan-detail .plan-select .select-area ul {
    padding: 0 10px;
  }
}
section.contents#atok-plan #atok-plan-detail .plan-select .select-area ul li {
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  section.contents#atok-plan #atok-plan-detail .plan-select .select-area ul li {
    width: calc(50% - 20px);
  }
}
section.contents#atok-plan #atok-plan-detail .plan-select .select-area ul.is-premium {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  section.contents#atok-plan #atok-plan-detail .plan-select .select-area ul.is-premium {
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) {
  section.contents#atok-plan #atok-plan-detail .plan-select .select-area ul.is-basics {
    background: #f8f8f8;
  }
}
section.contents#atok-plan #atok-plan-detail .plan-select label {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 15px 10px 10px;
  position: relative;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 2px #d6d6d6, 0 0 10px 1px rgba(4, 0, 0, 0.1);
          box-shadow: inset 0 0 0 2px #d6d6d6, 0 0 10px 1px rgba(4, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section.contents#atok-plan #atok-plan-detail .plan-select label .recommend {
  position: absolute;
  bottom: calc(100% + .25em);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #DD020F;
  padding: 0 0.5em;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  section.contents#atok-plan #atok-plan-detail .plan-select label .recommend {
    bottom: calc(100% - .5em);
    background: #DD020F;
    color: #fff;
    border-radius: 3em;
  }
}
section.contents#atok-plan #atok-plan-detail .plan-select label .name {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  section.contents#atok-plan #atok-plan-detail .plan-select label .name > span {
    padding-right: 1em;
  }
}
@media only screen and (min-width: 768px) {
  section.contents#atok-plan #atok-plan-detail .plan-select label .name > span {
    display: block;
  }
}
section.contents#atok-plan #atok-plan-detail .plan-select label .name.is-premium > span {
  color: #cb8d01;
}
section.contents#atok-plan #atok-plan-detail .plan-select label .name.is-basics > span {
  color: #7e7e7e;
}
section.contents#atok-plan #atok-plan-detail .plan-select label .price {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  section.contents#atok-plan #atok-plan-detail .plan-select label .price small {
    display: block;
  }
}
section.contents#atok-plan #atok-plan-detail .plan-select label:hover {
  -webkit-box-shadow: inset 0 0 0 2px #d6d6d6;
          box-shadow: inset 0 0 0 2px #d6d6d6;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
section.contents#atok-plan #atok-plan-detail .plan-select input {
  display: none;
}
section.contents#atok-plan #atok-plan-detail .plan-select input:checked ~ label {
  color: #4686ff;
  -webkit-box-shadow: inset 0 0 0 4px #4686ff;
          box-shadow: inset 0 0 0 4px #4686ff;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
section.contents#atok-plan #atok-plan-detail .plan-select_note {
  font-size: 12px;
  margin: 5px 0 0 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 767px) {
  section.contents#atok-plan #atok-plan-detail .plan-select_note {
    text-align: center;
  }
}
section.contents#atok-plan #atok-plan-detail .plan-privilege {
  max-width: 700px;
  width: 90%;
  margin: 40px auto 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
section.contents#atok-plan #atok-plan-detail .plan-privilege_head {
  text-align: center;
  font-size: 16px;
  padding: 1em;
}
section.contents#atok-plan #atok-plan-detail .plan-privilege_body {
  font-size: 12px;
  padding: 0 20px 20px;
}
section.contents#atok-plan #atok-plan-detail .plan-privilege_body ul {
  list-style: disc;
  margin: 0;
  padding-left: 2em;
}
section.contents#atok-plan #atok-plan-detail .plan-privilege_body ul li {
  color: #fff;
}
section.contents#atok-plan #atok-plan-detail .plan-privilege_body ul li + li {
  margin-top: 1em;
}
section.contents#atok-plan #atok-plan-detail .plan-privilege_body * {
  color: #7e7e7e;
}
section.contents#atok-plan #atok-plan-detail .plan-notes {
  background: #fff;
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}
section.contents#atok-plan #atok-plan-detail .plan-notes_head {
  text-align: center;
  font-size: 16px;
  padding: 1em 2em 1em 1em;
  position: relative;
  display: block;
  cursor: pointer;
}
section.contents#atok-plan #atok-plan-detail .plan-notes_head::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid;
  border-bottom: 2px solid;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
section.contents#atok-plan #atok-plan-detail .plan-notes_body {
  font-size: 12px;
  padding: 0 20px 20px;
  display: none;
}
section.contents#atok-plan #atok-plan-detail .plan-notes_body ul {
  list-style: disc;
  margin: 0;
  padding-left: 2em;
}
section.contents#atok-plan #atok-plan-detail .plan-notes_body * {
  color: #7e7e7e;
}
section.contents#atok-plan #atok-plan-detail .plan-notes_title {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 0.25em;
}
section.contents#atok-plan #atok-plan-detail .plan-notes input {
  display: none;
}
section.contents#atok-plan #atok-plan-detail .plan-notes input:checked ~ .plan-notes_head::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
section.contents#atok-plan #atok-plan-detail .plan-notes input:checked ~ .plan-notes_body {
  display: block;
}
section.contents#atok-plan #atok-plan-detail .plan-aggrement {
  text-align: center;
  padding: 0 20px;
  max-width: 700px;
  margin: 80px auto 0;
}
@media only screen and (max-width: 767px) {
  section.contents#atok-plan #atok-plan-detail .plan-aggrement {
    margin-top: 70px;
  }
}
section.contents#atok-plan #atok-plan-detail .plan-aggrement .text {
  color: #fff;
  font-size: 14px;
  margin: 40px 0 20px;
}
section.contents#atok-plan #atok-plan-detail .plan-aggrement + .plan-aggrement {
  margin-top: 20px;
}

section.contents#atok-plan #atok-plan-detail .plan-submit {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #DD020F;
  border: 1px solid #DD020F;
  border-radius: 3em;
  position: relative;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  font-weight: bold;
  font-size: 20px;
  height: 70px;
}
@media only screen and (max-width: 767px) {
  section.contents#atok-plan #atok-plan-detail .plan-submit {
    font-size: 16px;
    font-size: 4vw;
    height: 15vw;
  }
}
section.contents#atok-plan #atok-plan-detail .plan-submit::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-width: 0.15em 0.15em 0 0;
  border-style: solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1em;
}
section.contents#atok-plan #atok-plan-detail .plan-submit:hover {
  opacity: .8;
}
section.contents#atok-plan #atok-plan-detail .plan-submit .label {
  display: inline-block;
  border: 1px solid;
  border-radius: 3px;
  padding: 0 0.25em;
  margin: 0.15em 0.25em;
}
section.contents#atok-plan #atok-plan-detail .plan-submit.is-wht {
  background: #fff;
  color: #DD020F;
}
section.contents#atok-plan #atok-plan-detail .plan-submit.is-wht:hover {
  opacity: .8;
}
section.contents#atok-plan #atok-plan-detail .plan-arrow {
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding: 20px 0;
}
section.contents#atok-plan #atok-plan-detail .plan-arrow::before, section.contents#atok-plan #atok-plan-detail .plan-arrow::after {
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-width: 0 2px 2px 0;
  border-style: solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
section.contents#atok-plan #atok-plan-detail .plan-arrow--before::before {
  content: "";
  margin: 0 auto 10px;
}
section.contents#atok-plan #atok-plan-detail .plan-arrow--after::after {
  content: "";
  margin: 10px auto 0;
}
section.contents#atok-plan #atok-plan-detail .plan-arrow small {
  font-size: 14px;
}
section.contents#atok-plan #atok-plan-detail [class^=js-plan_].is-hide {
  display: none;
}


/*============================/section ==================================*/

/* 20251106 追加 */
section.contents#atok-plan #atok-plan-detail .plan-table .row {
	display: block;
}
section.contents#atok-plan #atok-plan-detail .plan-table .row .col {
	box-sizing: border-box;
	width: 100%;
}
@media only screen and (max-width: 767px) {
  section.contents#atok-plan #atok-plan-detail .plan-table .row .col:nth-child(1) .col_title {
    width: 100%;
  }
}