@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
td,
th {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

body {
  margin: 0 auto;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  min-width: 990px;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .content_width {
    max-width: 960px;
  }
  .modal_msg {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 512px;
    padding-bottom: 70px;
    background-color: #ffeb3b;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
    display: none;
  }
  .modal_msg .title {
    padding: 24px 0;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 24px;
    text-align: center;
  }
  .modal_msg p {
    font-size: 14px;
    line-height: 24px;
    color: #424242;
    padding: 0 24px;
  }
  .modal_msg .btn a {
    position: absolute;
    left: 50%;
    bottom: 20px;
    display: block;
    width: 160px;
    height: 32px;
    margin-left: -80px;
    background: url("/assets/img/price/btn_modal.png") no-repeat left top;
    font-size: 13px;
    font-weight: bold;
    line-height: 32px;
    color: #424242;
    text-align: center;
    text-decoration: none;
  }
  .modal_msg .btn_close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 46px;
    height: 46px;
    background: url("/assets/img/price/btn_modal_close.png") no-repeat left top;
    cursor: pointer;
  }
  article {
    min-width: 960px;
  }
  article section#content_header {
    position: relative;
    background-color: #fff9c4;
    padding: 24px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  article section#content_header:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border: 24px solid transparent;
    border-right: 24px solid #ffffff;
    border-bottom: 24px solid #ffffff;
  }
  article section#content_header .inner {
    margin: 0 auto;
  }
  article section#content_header .inner h1 {
    font-size: 28px;
    line-height: 48px;
    padding: 0 16px;
  }
  article section#in_page_link {
    padding: 48px 0;
  }
  article section#in_page_link .inner {
    margin: 0 auto;
  }
  article section#in_page_link .inner ul {
    padding: 0 16px;
    font-size: 0;
  }
  article section#in_page_link .inner ul li {
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    margin-left: 100px;
  }
  article section#in_page_link .inner ul li:first-child {
    margin-left: 0;
  }
  article section#in_page_link .inner ul li a {
    display: block;
    padding-left: 24px;
    background: url("/assets/img/common/arrow-down-yellow.png") no-repeat left top;
    line-height: 24px;
    color: #616161;
  }
  article section#type_of_contract {
    background-color: #fafafa;
    padding: 96px 0;
  }
  article section#type_of_contract .inner {
    width: 832px;
    margin: 0 auto;
  }
  article section#type_of_contract .inner .title {
    font-size: 32px;
    line-height: 48px;
    text-align: center;
  }
  article section#type_of_contract .inner p {
    font-size: 17px;
    line-height: 24px;
    color: #424242;
    text-align: center;
    margin-top: 48px;
  }
  article section#type_of_contract .inner ul {
    font-size: 0;
    margin-top: 48px;
  }
  article section#type_of_contract .inner ul li {
    display: inline-block;
    width: 277px;
    height: 120px;
    font-size: 16px;
    padding: 48px 0 0 127px;
    line-height: 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    color: #424242;
  }
  article section#type_of_contract .inner ul li:nth-child(1) {
    background: url("/assets/img/price/type_img1.png") no-repeat left top;
  }
  article section#type_of_contract .inner ul li:nth-child(2) {
    background: url("/assets/img/price/type_img2.png") no-repeat left top;
  }
  article section#type_of_contract .inner ul li:nth-child(3) {
    background: url("/assets/img/price/type_img3.png") no-repeat left top;
  }
  article section#type_of_contract .inner ul li span.block {
    display: block;
  }
  article section#type_of_contract .inner ul li span.small {
    font-size: 10px;
  }
  article section#type_of_contract .inner .link {
    margin-top: 48px;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
  }
  article section#type_of_contract .inner .link a {
    color: #fba100;
    text-decoration: none;
  }
  article section#type_of_contract .inner .link a:hover {
    text-decoration: underline;
  }
  article section#course {
    padding: 120px 0 72px 0;
    background-color: #ffffff;
  }
  article section#course .inner {
    margin: 0 auto;
    padding: 0 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  article section#course .inner h2 {
    width: 448px;
    height: 48px;
    margin: 0 auto 72px;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    border-top: 2px solid #ffeb3b;
    border-bottom: 2px solid #ffeb3b;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  article section#course .inner .attention_area {
    min-width: 832px;
    width: fit-content;
    padding: 26px 33px;
    background: #fff59d;
    border: #ffeb3b 1px solid;
    margin: 72px auto;
    text-align: center;
    font-size: 14px;
    line-height: 1;
  }
  article section#course .inner .attention_area strong {
    font-weight: bold;
  }
  article section#course .inner .attention_area a {
    color: #fba100;
    text-decoration: underline;
  }
  article section#course .inner table {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  article section#course .inner table tr td,
  article section#course .inner table tr th {
    border-bottom: 1px solid #e0e0e0;
  }
  article section#course .inner table tr td:nth-child(2),
  article section#course .inner table tr th:nth-child(2),
  article section#course .inner table tr td:nth-child(4),
  article section#course .inner table tr th:nth-child(4) {
    border-right: 1px solid #e0e0e0;
  }
  article section#course .inner table tr td:nth-child(3),
  article section#course .inner table tr th:nth-child(3) {
    border-right: 1px solid #e0e0e0;
  }
  article section#course .inner table tr th {
    position: relative;
    vertical-align: middle;
    font-weight: bold;
  }
  article section#course .inner table tr th .normal {
    font-weight: normal;
  }
  article section#course .inner table tr th .btn_question {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 24px;
    height: 24px;
    margin: -12px 0 0;
    background: url("/assets/img/price/icon_question.png") no-repeat left top;
    cursor: pointer;
  }
  article section#course .inner table tr th:nth-child(1) {
    padding: 15px 42px 15px 0;
    width: 25.8620689655%;
    box-sizing: border-box;
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    border-right: 1px solid #e0e0e0;
    text-align: center;
  }
  article section#course .inner table tr th:nth-child(2),
  article section#course .inner table tr th:nth-child(3),
  article section#course .inner table tr th:nth-child(4) {
    width: 24.5689655172%;
  }
  article section#course .inner table tr td {
    text-align: center;
  }
  article section#course .inner table tr:nth-child(1) {
    height: 48px;
  }
  article section#course .inner table tr:nth-child(1) th {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  article section#course .inner table tr:nth-child(1) th:nth-child(1) {
    border-right: 1px solid #fff59d;
  }
  article section#course .inner table tr:nth-child(1) th:nth-child(2),
  article section#course .inner table tr:nth-child(1) th:nth-child(4) {
    background-color: #fff59d;
    position: relative;
    border-right: 1px solid #ffffff;
  }
  article section#course .inner table tr:nth-child(1) th:nth-child(3) {
    background-color: #ffeb3b;
    position: relative;
    border-right: 1px solid #ffffff;
  }
  article section#course .inner table tr:nth-child(1) th:nth-child(3) .icon {
    position: absolute;
    left: -35px;
    top: -40px;
    width: 80px;
    height: 80px;
    background: url("/assets/img/price/icon_recommend.png") no-repeat left top;
  }
  article section#course .inner table tr:nth-child(1) th:nth-child(3) .icon span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  article section#course .inner table tr:nth-child(1) th:nth-child(4) {
    border-right: 1px solid #fff59d;
  }
  article section#course .inner table tr:nth-child(2) td {
    vertical-align: top;
  }
  article section#course .inner table tr:nth-child(2) td:nth-child(3),
  article section#course .inner table tr:nth-child(3) td:nth-child(3),
  article section#course .inner table tr:nth-child(4) td:nth-child(3),
  article section#course .inner table tr:nth-child(5) td:nth-child(3),
  article section#course .inner table tr:nth-child(6) td:nth-child(3),
  article section#course .inner table tr:nth-child(7) td:nth-child(3),
  article section#course .inner table tr:nth-child(8) td:nth-child(3),
  article section#course .inner table tr:nth-child(9) td:nth-child(3) {
    background-color: #fffde7;
    font-weight: bold;
  }
  article section#course .inner table tr:nth-child(4) td,
  article section#course .inner table tr:nth-child(5) td,
  article section#course .inner table tr:nth-child(6) td {
    color: #424242;
  }
  article section#course .inner table tr:nth-child(2) td:nth-child(2),
  article section#course .inner table tr:nth-child(2) td:nth-child(3),
  article section#course .inner table tr:nth-child(2) td:nth-child(4) {
    padding: 58px 21px 26px;
  }
  article section#course .inner table tr:nth-child(2) th:nth-child(1) {
    vertical-align: top;
    padding-top: 58px;
  }
  article section#course .inner table tr:nth-child(2) td .price_m {
    font-size: 18px;
    font-weight: bold;
  }
  article section#course .inner table tr:nth-child(2) td .price_m strong {
    font-size: 36px;
    font-family: Arial, sans-serif;
  }
  article section#course .inner table tr:nth-child(2) td .price_m span.block {
    display: block;
    padding-top: 8px;
  }
  article section#course .inner table tr:nth-child(2) td .price_m span.small {
    font-size: 14px;
  }
  article section#course .inner table tr:nth-child(2) td .price_y {
    font-size: 12px;
    line-height: 24px;
    margin-top: 16px;
  }
  article section#course .inner table tr:nth-child(2) td .btn a {
    display: block;
    width: 184px;
    height: 48px;
    margin: 24px auto;
    background: url("/assets/img/price/btn_start184.png") no-repeat left top;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    color: #000000;
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 9px;
  }
  article section#course .inner table tr:nth-child(2) td .att {
    font-size: 11px;
    color: #757575;
    text-align: left;
    line-height: 16px;
    font-weight: normal;
  }
  article section#course .inner table tr:nth-child(2) td:nth-child(3) .att {
    margin-top: 14px;
  }
  article section#course .inner table tr:nth-child(n+3) td .att {
    font-size: 11px;
    color: #757575;
    text-align: center;
    line-height: 16px;
    font-weight: normal;
    margin: -6px auto 8px;
  }
  article section#course .inner table tr:nth-child(5) td:nth-child(2) .material-icons,
  article section#course .inner table tr:nth-child(5) td:nth-child(3) .material-icons {
    font-weight: bold;
  }
  article section#course .inner table tr:nth-child(5) td:nth-child(2) .material-icons.md-36,
  article section#course .inner table tr:nth-child(5) td:nth-child(3) .material-icons.md-36 {
    font-size: 36px;
    line-height: 48px;
  }
  article section#course .inner table tr:nth-child(5) td,
  article section#course .inner table tr:nth-child(6) td {
    font-size: 20px;
    line-height: 48px;
  }
  article section#course .inner table tr:nth-child(5) td:nth-child(3),
  article section#course .inner table tr:nth-child(6) td:nth-child(3) {
    color: #424242;
  }
  article section#course .inner table tr:nth-child(7) td,
  article section#course .inner table tr:nth-child(9) td {
    font-size: 14px;
    line-height: 24px;
    color: #424242;
  }
  article section#course .inner table tr:nth-child(8) td {
    font-size: 14px;
    line-height: 48px;
    color: #424242;
  }
  article section#course .inner table tr:nth-child(9) td:nth-child(2) {
    padding: 12px 0;
  }
  article section#course .inner table tr:nth-child(10) td,
  article section#course .inner table tr:nth-child(11) td,
  article section#course .inner table tr:nth-child(12) td,
  article section#course .inner table tr:nth-child(18) td,
  article section#course .inner table tr:nth-child(19) td {
    font-size: 14px;
    line-height: 48px;
    color: #424242;
  }
  article section#course .inner table tr:nth-child(13) th {
    height: 72px;
  }
  article section#course .inner table tr:nth-child(13) td .btn_link {
    font-size: 0;
  }
  article section#course .inner table tr:nth-child(13) td .btn_link a {
    display: inline-block;
    width: 135px;
    height: 40px;
    font-size: 10px;
    margin: 0 8px;
  }
  article section#course .inner table tr:nth-child(13) td .btn_link a.btn_app_store {
    background: url("/assets/img/price/btn_app_store202405.png") center/109px auto no-repeat;
  }
  article section#course .inner table tr:nth-child(13) td .btn_link a.btn_google_play {
    background: url("/assets/img/price/btn_google_play202405.png") center/135px auto no-repeat;
  }
  article section#course .inner table tr:nth-child(13) td .btn_link a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  article section#course .inner table tr:nth-child(14) td {
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  article section#course .inner table tr:nth-child(15) td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  article section#course .inner table tr:nth-child(18) th {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 28px;
  }
  article section#course .inner table tr:nth-child(18) th .icon {
    position: absolute;
    left: 0;
    top: 4px;
    width: 36px;
    height: 36px;
    background: url("/assets/img/price/icon_recommend_small.png") no-repeat left top;
  }
  article section#course .inner table tr:nth-child(18) th .icon span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  article section#course .inner table tr:nth-child(16) td {
    font-size: 14px;
    line-height: 24px;
  }
  article section#course .inner table tr:nth-child(17) td {
    font-size: 14px;
    line-height: 24px;
  }
  article section#course .inner table tr:nth-child(18) td {
    font-size: 14px;
    line-height: 24px;
  }
  article section#course .inner table tr:nth-child(20) td,
  article section#course .inner table tr:nth-child(20) th {
    border-bottom: none;
  }
  article section#course .inner table tr:nth-child(20) td:nth-child(1) {
    border-right: 1px solid #fff59d;
  }
  article section#course .inner table tr:nth-child(20) td:nth-child(3) {
    background-color: #ffeb3b;
    border-right: 1px solid #ffffff;
  }
  article section#course .inner table tr:nth-child(20) td:nth-child(2),
  article section#course .inner table tr:nth-child(20) td:nth-child(4) {
    border-right: 1px solid #fff59d;
    background-color: #fff59d;
  }
  article section#course .inner table tr:nth-child(20) td:nth-child(2) {
    border-right: 1px solid #ffffff;
  }
  article section#course .inner table tr:nth-child(20) td:nth-child(2),
  article section#course .inner table tr:nth-child(20) td:nth-child(3),
  article section#course .inner table tr:nth-child(20) td:nth-child(4) {
    font-size: 14px;
    font-weight: bold;
    line-height: 48px;
  }
  article section#course .inner > p {
    font-size: 11px;
    color: #757575;
    padding: 24px 0 0 240px;
    line-height: 16px;
  }
  article section#course .inner > p a {
    color: #fba100;
  }
  article section#course .inner > div.btn_link {
    margin-top: 32px;
    padding: 8px 0;
    width: 49%;
    display: inline-block;
    text-align: right;
  }
  article section#course .inner > div.btn_link a {
    display: block;
    width: 208px;
    height: 32px;
    background: url("/assets/img/price/btn_estimate.png") no-repeat left top;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
    color: #424242;
    text-align: center;
    padding: 4px 0 0 24px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
  }
  article section#roi_banner {
    padding-bottom: 98px;
    overflow: hidden;
  }
  article section#roi_banner .inner {
    margin: 0 auto;
    padding: 0 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  article section#roi_banner .frame {
    background: #fff9c4;
    border: 2px solid #ffeb3b;
    position: relative;
    overflow: visible;
  }
  article section#roi_banner .frame:before {
    content: "";
    width: 240px;
    height: 194px;
    background: url("/assets/img/price/text_roi_baloon.png") no-repeat center center/contain;
    display: block;
    position: absolute;
    left: 30px;
    top: 8px;
    z-index: 10;
  }
  article section#roi_banner .frame h2 {
    height: 82px;
    background: #ffeb3b url("/assets/img/price/title_roi.png") no-repeat center 10px/342px 56px;
  }
  article section#roi_banner .frame h2 span {
    display: none;
  }
  article section#roi_banner .frame dl {
    padding: 22px 0 38px 0;
    overflow: hidden;
    background: url("/assets/img/price/bg_roi.png") no-repeat 169px 4px/713px 149px;
    text-align: center;
    line-height: 24px;
    color: #424242;
  }
  article section#roi_banner .frame dl dt {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
  }
  article section#roi_banner .frame dl dd {
    font-size: 16px;
  }
  article section#roi_banner .frame ul {
    margin: 0 auto 58px auto;
    width: 830px;
    overflow: hidden;
  }
  article section#roi_banner .frame ul li {
    padding-left: 24px;
    padding-right: 34px;
    width: 398px;
    height: 70px;
    box-sizing: border-box;
    background: #fffde7;
    border: 1px solid #ffeb3b;
    line-height: 70px;
  }
  article section#roi_banner .frame ul li.cost {
    float: left;
  }
  article section#roi_banner .frame ul li.time {
    float: right;
  }
  article section#roi_banner .frame ul li span {
    display: block;
    font-weight: bold;
  }
  article section#roi_banner .frame ul li span.title {
    padding-left: 32px;
    float: left;
    background: no-repeat left center/24px 24px;
    font-size: 15px;
    color: #4d4526;
  }
  article section#roi_banner .frame ul li.cost span.title {
    background-image: url("/assets/img/price/icon_roi_cost.png");
  }
  article section#roi_banner .frame ul li.time span.title {
    background-image: url("/assets/img/price/icon_roi_time.png");
  }
  article section#roi_banner .frame ul li span.cost {
    float: right;
    font-size: 36px;
    color: #000000;
  }
  article section#roi_banner .frame ul li span.cost small {
    font-size: 16px;
  }
  article section#roi_banner .frame .btn_link {
    width: 100%;
    position: absolute;
    bottom: -25px;
    left: 0;
    margin: 0;
    padding: 0;
  }
  article section#roi_banner .frame .btn_link a {
    position: relative;
    margin: 0 auto;
    width: 192px;
    height: 48px;
    display: block;
    position: relative;
    background: #ffeb3b;
    line-height: 48px;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
  }
  article section#roi_banner .frame .btn_link a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-top: 24px solid transparent;
    border-right: 24px solid #ffeb3b;
    border-bottom: 24px solid transparent;
    position: absolute;
    left: -48px;
    top: 0;
  }
  article section#roi_banner .frame .btn_link a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 24px solid #ffeb3b;
    border-top: 24px solid transparent;
    border-right: 24px solid transparent;
    border-bottom: 24px solid transparent;
    position: absolute;
    right: -48px;
    top: 0;
  }
  article section#roi_banner .frame .btn_link a:hover {
    opacity: 1;
    background: #fff281;
  }
  article section#roi_banner .frame .btn_link a:hover:before {
    border-right: 24px solid #fff281;
  }
  article section#roi_banner .frame .btn_link a:hover:after {
    border-left: 24px solid #fff281;
  }
  article section#flow {
    padding: 120px 0;
    background-color: #fafafa;
  }
  article section#flow .inner {
    margin: 0 auto;
    padding: 0 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  article section#flow .inner h2 {
    width: 448px;
    height: 48px;
    margin: 0 auto 72px;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    border-top: 2px solid #ffeb3b;
    border-bottom: 2px solid #ffeb3b;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  article section#flow .inner h2 + p {
    font-size: 17px;
    line-height: 24px;
    color: #424242;
    text-align: center;
    padding-bottom: 46px;
  }
  article section#flow .inner .tab_content .tab {
    overflow: hidden;
    position: relative;
    bottom: -1px;
    z-index: 10;
  }
  article section#flow .inner .tab_content .tab ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  article section#flow .inner .tab_content .tab ul li {
    display: flex;
  }
  article section#flow .inner .tab_content .tab ul li a {
    width: 460px;
    height: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    position: relative;
  }
  article section#flow .inner .tab_content .tab ul li a.active {
    background: #fffde7;
    border-bottom: 1px solid #fffde7;
  }
  article section#flow .inner .tab_content .tab ul li a:before {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  article section#flow .inner .tab_content .tab ul li.cybozu a:before {
    background: #b1deea;
  }
  article section#flow .inner .tab_content .tab ul li.partner a:before {
    background: #fdd835;
  }
  article section#flow .inner .tab_content .tab ul li a:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 48px;
    height: 48px;
    background: url("/assets/img/price/bg_flow_tab_btn.png") no-repeat right top;
  }
  article section#flow .inner .tab_content .tab ul li a span {
    padding-top: 20px;
    display: inline-block;
    position: relative;
    line-height: 24px;
    font-size: 17px;
    color: #424242;
  }
  article section#flow .inner .tab_content .tab ul li.cybozu a span {
    padding-left: 44px;
  }
  article section#flow .inner .tab_content .tab ul li.partner a span {
    padding-left: 38px;
  }
  article section#flow .inner .tab_content .tab ul li a span:before {
    content: "";
    position: absolute;
    display: block;
    background: no-repeat center center/contain;
  }
  article section#flow .inner .tab_content .tab ul li.cybozu a span:before {
    width: 39px;
    height: 24px;
    background-image: url("/assets/img/price/icon_tab_cybozu.png");
    top: calc(50% - 7px);
    left: 0;
  }
  article section#flow .inner .tab_content .tab ul li.partner a span:before {
    width: 28px;
    height: 29px;
    background-image: url("/assets/img/price/icon_tab_partner.png");
    top: calc(50% - 13px);
    left: 0;
  }
  article section#flow .inner .tab_content .tab ul li a span small {
    width: 100%;
    display: block;
    position: absolute;
    top: -6px;
    left: 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #807440;
  }
  article section#flow .inner .tab_content .content_frame {
    padding: 46px 28px;
    background: #fffde7;
    border: 1px solid #e0e0e0;
    position: relative;
    z-index: 9;
  }
  article section#flow .inner .tab_content .content_frame .content {
    overflow: hidden;
  }
  article section#flow .inner .tab_content .content_frame .content.cybozu {
    display: none;
  }
  article section#flow .inner .tab_content .content_frame .content .text {
    margin-bottom: 60px;
    float: left;
  }
  article section#flow .inner .tab_content .content_frame .content.partner .text {
    width: 426px;
  }
  article section#flow .inner .tab_content .content_frame .content p.image {
    margin-bottom: 60px;
    width: 352px;
    float: right;
  }
  article section#flow .inner .tab_content .content_frame .content p.copy {
    margin-bottom: 46px;
    line-height: 28px;
    font-size: 17px;
  }
  article section#flow .inner .tab_content .content_frame .content p.copy strong {
    display: inline-block;
    position: relative;
  }
  article section#flow .inner .tab_content .content_frame .content p.copy strong:after {
    content: "";
    width: 100%;
    height: 8px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 4px;
    z-index: -1;
  }
  article section#flow .inner .tab_content .content_frame .content.cybozu p.copy strong:after {
    background: #b1deea;
  }
  article section#flow .inner .tab_content .content_frame .content.partner p.copy strong:after {
    background: #fdd835;
  }
  article section#flow .inner .tab_content .content_frame .content p.more_btn a {
    display: block;
    width: 272px;
    height: 40px;
    margin-top: -16px;
    background: url(/assets/img/price/btn_partner.png) no-repeat left top;
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
    color: #000000;
    text-align: center;
    text-decoration: none;
  }
  article section#flow .inner .tab_content .content_frame .content > ul {
    clear: both;
    float: none;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li {
    padding-bottom: 38px;
    position: relative;
    box-sizing: border-box;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li:before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background: #ffeb3b;
    position: absolute;
    left: 35px;
    top: 0;
    z-index: 0;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li > dl {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li > dl > dt {
    float: left;
    width: 72px;
    height: 72px;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li > dl > dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li > dl > dd {
    margin-left: 100px;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li > dl > dd .title {
    padding-top: 6px;
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 4px;
    letter-spacing: 0.08em;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li > dl > dd .title small {
    font-size: 15px;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li > dl > dd p {
    line-height: 24px;
    font-size: 15px;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li > dl > dd p small {
    display: block;
    line-height: 16px;
    font-size: 11px;
    color: #757575;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li > dl > dd > ul {
    margin-bottom: 24px;
    line-height: 0;
    font-size: 0;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li > dl > dd > ul > li {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    padding: 0 12px;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #424242;
    line-height: 24px;
    font-size: 15px;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li > dl > dd > ul > li:first-child {
    padding-left: 0;
    border-left: none;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li > dl > dd > ul > li:last-child {
    padding-right: 0;
    border-right: none;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li > dl > dd > ul > li > a {
    color: #fba100;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li > dl > dd > a.btn {
    position: absolute;
    right: 0;
    top: 24px;
    display: block;
    width: 240px;
    height: 40px;
    margin-top: -16px;
    background: url("/assets/img/price/btn_trial.png") no-repeat left top;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
    color: #424242;
    text-align: center;
    text-decoration: none;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li:nth-child(1) > dl > dt {
    background: url("/assets/img/price/mark_step1.png") no-repeat left top;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li:nth-child(2) > dl > dt {
    background: url("/assets/img/price/mark_step2.png") no-repeat left top;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li:nth-child(3) > dl > dt {
    background: url("/assets/img/price/mark_step3.png") no-repeat left top;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li:nth-child(4) > dl > dt {
    background: url("/assets/img/price/mark_step4.png") no-repeat left top;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li:nth-child(5) > dl > dt {
    background: url("/assets/img/price/mark_step5.png") no-repeat left top;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li:last-child:before {
    display: none;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame {
    margin-top: 26px;
    padding: 10px 28px 22px 28px;
    background: #ffffff;
    border: 1px solid #fff59d;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl {
    overflow: hidden;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl dt {
    margin-bottom: 12px;
    line-height: 24px;
    font-size: 17px;
    color: #807440;
    letter-spacing: 0.08em;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl dd {
    overflow: hidden;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl dd span {
    display: block;
    line-height: 24px;
    font-size: 15px;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl dd a {
    display: block;
    overflow: hidden;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl dd .image {
    margin-right: 28px;
    width: 128px;
    height: 96px;
    float: left;
    background: no-repeat center center/contain;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl dd .image.img2-1 {
    background-image: url("/assets/img/price/img_exercise2-1.png");
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl dd .image.img2-2 {
    background-image: url("/assets/img/price/img_exercise2-2.png");
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl dd .image.img4 {
    width: 208px;
    background-image: url("/assets/img/price/img_exercise4.png");
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl dd .image.img5-1 {
    background-image: url("/assets/img/price/img_exercise5-1.png");
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl dd .image.img5-2 {
    background-image: url("/assets/img/price/img_exercise5-2.png");
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl dd .text {
    padding-top: 12px;
    margin-bottom: 8px;
    color: #424242;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li:nth-child(4) .exercise_frame dl dd .text {
    padding-top: 2px;
    width: 426px;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl dd .button {
    line-height: 24px;
    color: #fba100;
    float: left;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl dd ul {
    overflow: hidden;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl dd ul li {
    width: 50%;
    float: left;
  }
  article section#start {
    padding: 0 0 120px;
    background-color: #fafafa;
  }
  article section#start .inner {
    background-color: #fff;
    border: 2px solid #ffeb3b;
    margin: 0 auto;
    padding: 0 0 43px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  article section#start .inner h2 {
    background-color: #ffeb3b;
    padding: 16px 0;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #424242;
    margin-bottom: 24px;
  }
  article section#start .inner .start01 {
    display: flex;
    justify-content: center;
  }
  article section#start .inner .text {
    margin: 0 0 0 24px;
  }
  article section#start .inner p {
    line-height: 24px;
  }
  article section#start .inner .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #424242;
    padding-bottom: 24px;
    border-bottom: 1px solid #ffeb3b;
    margin-bottom: 24px;
  }
  article section#start .inner .img {
    display: flex;
    justify-content: center;
    margin-right: 24px;
  }
  article section#start .inner .img div {
    margin: 0 0 0 24px;
  }
  article section#start .inner .link a {
    position: relative;
    margin: 0 auto;
    width: 230px;
    height: 48px;
    display: block;
    position: relative;
    background: #ffeb3b;
    line-height: 48px;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
  }
  article section#start .inner .link {
    width: 100%;
    position: absolute;
    bottom: -25px;
    left: 0;
    margin: 0;
    padding: 0;
  }
  article section#start .inner .link a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-top: 24px solid transparent;
    border-right: 24px solid #ffeb3b;
    border-bottom: 24px solid transparent;
    position: absolute;
    left: -48px;
    top: 0;
  }
  article section#start .inner .link a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 24px solid #ffeb3b;
    border-top: 24px solid transparent;
    border-right: 24px solid transparent;
    border-bottom: 24px solid transparent;
    position: absolute;
    right: -48px;
    top: 0;
  }
  article section#start .inner .link a:hover {
    opacity: 1;
    background: #fff281;
  }
  article section#start .inner .link a:hover:before {
    border-right-color: #fff281;
  }
  article section#start .inner .link a:hover:after {
    border-left-color: #fff281;
  }
  article section#faq {
    padding: 96px 0;
    background-color: #ffffff;
  }
  article section#faq .inner {
    margin: 0 auto;
    padding: 0 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  article section#faq .inner h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    border-bottom: 2px solid #ffeb3b;
    padding-bottom: 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  article section#faq .inner .faq_wrap {
    margin-top: 24px;
    overflow: hidden;
  }
  article section#faq .inner .faq_wrap ul {
    width: 448px;
  }
  article section#faq .inner .faq_wrap ul:nth-child(1) {
    float: left;
  }
  article section#faq .inner .faq_wrap ul:nth-child(2) {
    float: right;
  }
  article section#faq .inner .faq_wrap ul li {
    padding: 1px 24px 1px 40px;
    margin-top: 24px;
    background: url("/assets/img/faq/icon_question.png") no-repeat 0 0;
    font-size: 15px;
    line-height: 24px;
  }
  article section#faq .inner .faq_wrap ul li a {
    color: #424242;
  }
  article section#faq .inner .faq_wrap ul li a:after {
    content: url("/assets/img/faq/pc_icon_blank.png");
    margin-left: 8px;
  }
  article section#faq .inner .faq_wrap ul li a:hover {
    text-decoration: underline;
  }
  article section#faq .inner .link_wrap {
    text-align: center;
    margin-top: 48px;
  }
  article section#faq .inner .link_wrap .link {
    padding: 8px 0;
    display: inline-block;
    margin-right: 32px;
  }
  article section#faq .inner .link_wrap .link a {
    background: url("../../assets/img/material/base_208.png") no-repeat;
    display: block;
    width: 208px;
    line-height: 32px;
    color: inherit;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
  .pc {
    display: none;
  }
  .modal_msg {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 288px;
    padding-bottom: 24px;
    margin: -108px 0 0 -144px;
    background-color: #ffeb3b;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
    display: none;
  }
  .modal_msg .title {
    padding: 24px 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
  }
  .modal_msg p {
    font-size: 15px;
    line-height: 24px;
    color: #424242;
    padding: 0 24px 24px;
  }
  .modal_msg .btn {
    display: block;
    width: 100%;
  }
  .modal_msg .btn a {
    display: block;
    width: 197px;
    height: 38px;
    margin: 0 auto;
    background: url("/assets/img/price/btn_modal.png") no-repeat left top;
    background-size: 197px auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    color: #424242;
    text-align: center;
    text-decoration: none;
  }
  .modal_msg .btn_close {
    position: absolute;
    top: -24px;
    right: 0;
    width: 48px;
    height: 48px;
    background: url("/assets/img/price/btn_modal_close.png") no-repeat left top;
    background-size: 48px auto;
    cursor: pointer;
  }
  article section#content_header {
    position: relative;
    background-color: #fff9c4;
    padding: 24px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  article section#content_header:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right: 8px solid #ffffff;
    border-bottom: 8px solid #ffffff;
  }
  article section#content_header .inner {
    margin: 0 auto;
  }
  article section#content_header .inner h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    padding: 0 16px;
  }
  article section#in_page_link .inner ul {
    margin: 0 auto 16px auto;
    width: 290px;
    font-size: 0;
  }
  article section#in_page_link .inner ul li {
    display: inline-block;
    width: 132px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 12px;
    font-weight: bold;
    line-height: 48px;
  }
  article section#in_page_link .inner ul li:nth-child(odd) {
    margin-right: 24px;
  }
  article section#in_page_link .inner ul li a {
    display: block;
    padding-left: 16px;
    background: url("/assets/img/common/sp/arrow-down-yellow.png") no-repeat left center;
    background-size: 16px auto;
    line-height: 48px;
    color: #616161;
    text-decoration: none;
  }
  article section#type_of_contract {
    background-color: #fafafa;
    padding: 48px 0 96px;
  }
  article section#type_of_contract .inner {
    padding: 0 16px;
  }
  article section#type_of_contract .inner .title {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
  article section#type_of_contract .inner p {
    font-size: 17px;
    line-height: 24px;
    color: #424242;
    margin-top: 24px;
  }
  article section#type_of_contract .inner ul {
    margin: 24px auto 0;
  }
  article section#type_of_contract .inner ul li {
    height: 72px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    color: #424242;
    padding: 0 0 0 80px;
  }
  article section#type_of_contract .inner ul li:nth-child(1) {
    padding-top: 24px;
    background: url("/assets/img/price/sp/type_img1.png") no-repeat left top;
    background-size: 72px auto;
  }
  article section#type_of_contract .inner ul li:nth-child(2) {
    margin-top: 24px;
    background: url("/assets/img/price/sp/type_img2.png") no-repeat left top;
    background-size: 72px auto;
  }
  article section#type_of_contract .inner ul li:nth-child(3) {
    padding-top: 12px;
    margin-top: 24px;
    background: url("/assets/img/price/sp/type_img3.png") no-repeat left top;
    background-size: 72px auto;
  }
  article section#type_of_contract .inner ul li span.block {
    display: block;
  }
  article section#type_of_contract .inner ul li span.small {
    font-size: 13px;
    line-height: 1;
  }
  article section#type_of_contract .inner .link {
    margin-top: 24px;
    text-align: left;
    font-size: 13px;
    line-height: 24px;
  }
  article section#type_of_contract .inner .link a {
    color: #fba100;
    text-decoration: underline;
  }
  article section#course {
    padding: 48px 0 44px;
    background-color: #ffffff;
    overflow: hidden;
  }
  article section#course .inner {
    padding: 0 16px;
  }
  article section#course .inner h2 {
    height: 48px;
    margin: 0 auto 48px;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    border-top: 2px solid #ffeb3b;
    border-bottom: 2px solid #ffeb3b;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  article section#course .inner .course_float {
    position: fixed;
    top: 51px;
    left: 0;
    width: 100%;
    background-color: #fff59d;
    font-size: 0;
    z-index: 10;
    display: none;
    overflow-x: auto;
    pointer-events: none;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
  }
  article section#course .inner .course_float:-webkit-scrollbar {
    display: none;
  }
  article section#course .inner .course_float .scroll {
    min-width: 440px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    box-sizing: border-box;
    padding: 0 16px;
  }
  article section#course .inner .course_float .light,
  article section#course .inner .course_float .standard,
  article section#course .inner .course_float .wide {
    display: block;
    height: 48px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
    padding-top: 22px;
  }
  article section#course .inner .course_float .wide {
    width: 288px;
  }
  article section#course .inner .course_float .light {
    border-right: 0.3125vw solid #ffffff;
    width: 240px;
  }
  article section#course .inner .course_float .standard {
    background: url("/assets/img/price/sp/course_float_recommend.png?0522") center 7px/68px auto no-repeat #ffeb3b;
    border-right: 0.3125vw solid #ffffff;
    width: 288px;
  }
  article section#course .inner .attention_area {
    width: 100%;
    padding: 26px 18px;
    background: #fff59d;
    border: #ffeb3b 1px solid;
    margin: 48px auto 24px;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    box-sizing: border-box;
  }
  article section#course .inner .attention_area strong {
    font-weight: bold;
  }
  article section#course .inner .attention_area a {
    color: #fba100;
    text-decoration: underline;
  }
  article section#course .inner .table_wrap {
    overflow-x: auto;
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  article section#course .inner .table_wrap .scroll {
    min-width: 440px;
  }
  article section#course .inner .table_wrap + .hint {
    position: fixed;
    left: calc(50% - 36px);
    width: 72px;
    top: calc(50% - 24px);
    pointer-events: none;
    transition: opacity 0.4s ease;
    animation: hint 3s ease infinite;
    opacity: 0;
    z-index: 2;
  }
  article section#course .inner .table_wrap + .hint img {
    display: block;
    width: 100%;
    height: auto;
  }
  article section#course .inner .table_wrap + .hint.show {
    opacity: 1;
  }
  article section#course .inner .table_wrap + .hint.hide {
    opacity: 0 !important;
  }
  article section#course .inner table {
    width: 100%;
    display: block;
    padding: 24px 16px 0;
  }
  article section#course .inner table tr {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
  }
  article section#course .inner table th, article section#course .inner table td {
    display: block;
    text-align: center;
  }
  article section#course .inner table th:nth-child(1) {
    width: 100%;
    border-bottom: #e0e0e0 1px solid;
    padding: 9px 0 12px;
    font-size: 15px;
    line-height: 24px;
    position: sticky;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  article section#course .inner table th:nth-child(1) .btn_question {
    position: relative;
    margin-left: 13px;
    width: 24px;
    height: 24px;
    background: url("/assets/img/price/sp/icon_question.png") center/contain no-repeat;
    cursor: pointer;
  }
  article section#course .inner table td {
    padding: 11px 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
  }
  article section#course .inner table td:nth-child(2) {
    width: 29.4117647059%;
  }
  article section#course .inner table td:nth-child(3),
  article section#course .inner table td:nth-child(4) {
    width: 35.2941176471%;
  }
  article section#course .inner table td:nth-child(n+2) {
    border-right: 1px solid #e0e0e0;
  }
  article section#course .inner table td:nth-child(n+2)[colspan="2"] {
    width: 69.6078431373%;
  }
  article section#course .inner table td:nth-child(n+2)[colspan="3"] {
    position: sticky;
    left: 0;
    width: calc(100vw - 32px);
  }
  article section#course .inner table td:last-child {
    margin-right: -2px;
    border-right: none;
  }
  article section#course .inner table tr:nth-child(1) th:nth-child(2),
  article section#course .inner table tr:nth-child(1) th:nth-child(3),
  article section#course .inner table tr:nth-child(1) th:nth-child(4) {
    position: relative;
    width: 33.3333333333%;
    text-align: center;
    margin-bottom: 24px;
    padding-top: 22px;
    padding-bottom: 28px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0.2450980392%;
  }
  article section#course .inner table tr:nth-child(1) th:nth-child(2) .icon,
  article section#course .inner table tr:nth-child(1) th:nth-child(3) .icon,
  article section#course .inner table tr:nth-child(1) th:nth-child(4) .icon {
    position: absolute;
    left: -13px;
    top: -48px;
    width: 48px;
    height: 48px;
    background: url(/assets/img/price/sp/icon_recommend_border.png) no-repeat left top;
    background-size: 48px auto;
  }
  article section#course .inner table tr:nth-child(1) th:nth-child(2) .icon span,
  article section#course .inner table tr:nth-child(1) th:nth-child(3) .icon span,
  article section#course .inner table tr:nth-child(1) th:nth-child(4) .icon span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  article section#course .inner table tr:nth-child(1) th:nth-child(2):before, article section#course .inner table tr:nth-child(1) th:nth-child(2):after,
  article section#course .inner table tr:nth-child(1) th:nth-child(3):before,
  article section#course .inner table tr:nth-child(1) th:nth-child(3):after,
  article section#course .inner table tr:nth-child(1) th:nth-child(4):before,
  article section#course .inner table tr:nth-child(1) th:nth-child(4):after {
    content: "";
    position: absolute;
    z-index: 0;
  }
  article section#course .inner table tr:nth-child(1) th:nth-child(2):before,
  article section#course .inner table tr:nth-child(1) th:nth-child(3):before,
  article section#course .inner table tr:nth-child(1) th:nth-child(4):before {
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 24px);
    background-color: #fff59d;
  }
  article section#course .inner table tr:nth-child(1) th:nth-child(2):after,
  article section#course .inner table tr:nth-child(1) th:nth-child(3):after,
  article section#course .inner table tr:nth-child(1) th:nth-child(4):after {
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 25px solid #fff59d;
    border-right: 71px solid transparent;
    border-left: 71px solid transparent;
    border-bottom: 25px solid transparent;
  }
}
@media screen and (max-width: 767px) and (min-width: 440px) {
  article section#course .inner table tr:nth-child(1) th:nth-child(2):after,
  article section#course .inner table tr:nth-child(1) th:nth-child(3):after,
  article section#course .inner table tr:nth-child(1) th:nth-child(4):after {
    border-right: calc(17.4019607843vw - 5.3333333333px) solid transparent;
    border-left: calc(17.4019607843vw - 5.3333333333px) solid transparent;
  }
}
@media screen and (max-width: 767px) {
  article section#course .inner table tr:nth-child(1) th:nth-child(2) .text,
  article section#course .inner table tr:nth-child(1) th:nth-child(3) .text,
  article section#course .inner table tr:nth-child(1) th:nth-child(4) .text {
    position: relative;
    z-index: 1;
  }
  article section#course .inner table tr:nth-child(1) th:nth-child(2) {
    width: 28.9215686275%;
  }
  article section#course .inner table tr:nth-child(1) th:nth-child(2):after {
    width: 0;
    height: 0;
    border-right: 59px solid transparent;
    border-left: 59px solid transparent;
  }
}
@media screen and (max-width: 767px) and (min-width: 440px) {
  article section#course .inner table tr:nth-child(1) th:nth-child(2):after {
    border-right: calc(14.4607843137vw - 5.3333333333px) solid transparent;
    border-left: calc(14.4607843137vw - 5.3333333333px) solid transparent;
  }
}
@media screen and (max-width: 767px) {
  article section#course .inner table tr:nth-child(1) th:nth-child(3):before {
    background: #ffeb3b;
  }
  article section#course .inner table tr:nth-child(1) th:nth-child(3):after {
    border-top: 25px solid #ffeb3b;
  }
  article section#course .inner table tr:nth-child(1) th:nth-child(3),
  article section#course .inner table tr:nth-child(1) th:nth-child(4) {
    width: 34.8039215686%;
  }
  article section#course .inner table tr:nth-child(2) {
    margin-top: 17px;
  }
  article section#course .inner table tr:nth-child(2) th:nth-child(1) {
    padding-bottom: 24px;
  }
  article section#course .inner table tr:nth-child(2) td:nth-child(3),
  article section#course .inner table tr:nth-child(3) td:nth-child(3),
  article section#course .inner table tr:nth-child(4) td:nth-child(3),
  article section#course .inner table tr:nth-child(5) td:nth-child(3),
  article section#course .inner table tr:nth-child(6) td:nth-child(3),
  article section#course .inner table tr:nth-child(7) td:nth-child(3),
  article section#course .inner table tr:nth-child(8) td:nth-child(3),
  article section#course .inner table tr:nth-child(9) td:nth-child(3) {
    font-weight: bold;
  }
  article section#course .inner table tr:nth-child(2) td {
    padding-top: 25px;
    display: block;
  }
  article section#course .inner table tr:nth-child(2) td .price_m {
    font-size: 14px;
    font-weight: bold;
  }
  article section#course .inner table tr:nth-child(2) td .price_m strong {
    font-size: 20px;
    font-family: Arial, sans-serif;
  }
  article section#course .inner table tr:nth-child(2) td .price_m span.block {
    font-size: 12px;
    display: block;
    padding-top: 6px;
  }
  article section#course .inner table tr:nth-child(2) td .price_m span.small {
    font-size: 12px;
  }
  article section#course .inner table tr:nth-child(2) td .price_y {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
  }
  article section#course .inner table tr:nth-child(2) td .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    margin: 9px auto 0;
    background: url("/assets/img/price/sp/btn_start240.png") center/contain no-repeat;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    color: #000000;
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  article section#course .inner table tr:nth-child(2) td .att {
    font-size: 10px;
    color: #757575;
    text-align: left;
    line-height: 12px;
    font-weight: normal;
  }
  article section#course .inner table tr:nth-child(2) td:nth-child(3) .att {
    margin-top: 11px;
  }
  article section#course .inner table tr:nth-child(n+3) {
    margin-top: 36px;
  }
  article section#course .inner table tr:nth-child(n+3) td .att {
    font-size: 10px;
    color: #757575;
    text-align: left;
    line-height: 12px;
    font-weight: normal;
    margin-top: 8px;
  }
  article section#course .inner table tr:nth-child(n+9) td {
    color: #424242;
  }
  article section#course .inner table tr:nth-child(n+10) {
    margin-top: 19px;
  }
  article section#course .inner table tr:nth-child(13) td {
    padding: 15px 0;
  }
  article section#course .inner table tr:nth-child(13) td .btn_link {
    font-size: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  article section#course .inner table tr:nth-child(13) td .btn_link a {
    display: block;
    height: 40px;
    font-size: 10px;
    margin: 0 6px;
  }
  article section#course .inner table tr:nth-child(13) td .btn_link a.btn_app_store {
    width: 109px;
    background: url("/assets/img/price/btn_app_store202405.png") center/109px auto no-repeat;
  }
  article section#course .inner table tr:nth-child(13) td .btn_link a.btn_google_play {
    width: 135px;
    background: url("/assets/img/price/btn_google_play202405.png") center/135px auto no-repeat;
  }
  article section#course .inner table tr:nth-child(13) td .btn_link a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  article section#course .inner table tr:nth-child(14) td {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: #e0e0e0 1px solid;
  }
  article section#course .inner table tr:nth-child(15) td small {
    /*font-size: 12px;
    line-height: 16px;

    margin-top: 12px;*/
    width: 100%;
  }
  article section#course .inner table tr:nth-child(17) th .icon {
    position: relative;
    width: 36px;
    height: 36px;
    background: url("/assets/img/price/icon_recommend_small.png") no-repeat left top;
    margin-right: 9px;
  }
  article section#course .inner table tr:nth-child(17) th .icon span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  article section#course .inner > p {
    font-size: 13px;
    line-height: 24px;
    color: #424242;
    margin-top: 51px;
  }
  article section#course .inner > p a {
    color: #ff9841;
    text-decoration: none;
  }
  article section#course .inner > div.btn_link {
    margin-top: 55px;
    padding: 8px 0;
  }
  article section#course .inner > div.btn_link + div.btn_link {
    margin-top: 16px;
  }
  article section#course .inner > div.btn_link a {
    display: block;
    width: 200px;
    height: 40px;
    background: url("/assets/img/price/sp/btn_estimate.png") no-repeat left top;
    background-size: 200px auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    color: #000000;
    text-align: center;
    padding: 5px 0 0 24px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
  }
  article section#roi_banner {
    padding-bottom: 120px;
    overflow: hidden;
    position: relative;
  }
  article section#roi_banner:after {
    content: "";
    width: 35px;
    height: 40px;
    display: block;
    background: url("/assets/img/price/sp/img_roi_kid.png") no-repeat center center/contain;
    position: absolute;
    left: calc(50% - 134px);
    bottom: 48px;
  }
  article section#roi_banner .inner {
    margin: 0 auto;
    padding: 100px 16px 0 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  article section#roi_banner .frame {
    background: #fff9c4;
    border: 2px solid #ffeb3b;
    position: relative;
    overflow: visible;
  }
  article section#roi_banner .frame:before {
    content: "";
    width: 262px;
    height: 121px;
    background: url("/assets/img/price/sp/text_roi_baloon.png") no-repeat center center/contain;
    display: block;
    position: absolute;
    right: 0;
    top: -100px;
    z-index: 10;
  }
  article section#roi_banner .frame h2 {
    height: 60px;
    background: #ffeb3b url("/assets/img/price/sp/title_roi.png") no-repeat center center/214.5px 36.5px;
  }
  article section#roi_banner .frame h2 span {
    display: none;
  }
  article section#roi_banner .frame dl {
    padding: 25px 15px 38px 15px;
    overflow: hidden;
    background: url("/assets/img/price/sp/bg_roi.png") no-repeat center center/cover;
    text-align: center;
    line-height: 24px;
    font-size: 17px;
    color: #424242;
  }
  article section#roi_banner .frame dl dt {
    font-weight: bold;
  }
  article section#roi_banner .frame dl dd {
    text-align: left;
    font-size: 16px;
  }
  article section#roi_banner .frame ul {
    margin: 0 auto 40px auto;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #ffeb3b;
  }
  article section#roi_banner .frame ul li {
    padding: 0 13px;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #ffeb3b;
    box-sizing: border-box;
    background: #fffde7;
    overflow: hidden;
    line-height: 0;
  }
  article section#roi_banner .frame ul li span {
    display: block;
    line-height: 70px;
    font-weight: bold;
  }
  article section#roi_banner .frame ul li span.title {
    padding-left: 32px;
    float: left;
    background: no-repeat left center/24px 24px;
    line-height: 64px;
    font-size: 15px;
    color: #4d4526;
  }
  article section#roi_banner .frame ul li.cost span.title {
    background-image: url("/assets/img/price/sp/icon_roi_cost.png");
  }
  article section#roi_banner .frame ul li.time span.title {
    background-image: url("/assets/img/price/sp/icon_roi_time.png");
  }
  article section#roi_banner .frame ul li span.cost {
    float: right;
    font-size: 32px;
    color: #000000;
  }
  article section#roi_banner .frame ul li span.cost small {
    font-size: 16px;
  }
  article section#roi_banner .frame .btn_link {
    width: 100%;
    position: absolute;
    bottom: -25px;
    left: 0;
    margin: 0;
    padding: 0;
  }
  article section#roi_banner .frame .btn_link a {
    position: relative;
    margin: 0 auto;
    width: 192px;
    height: 48px;
    display: block;
    position: relative;
    background: #ffeb3b;
    line-height: 48px;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
  }
  article section#roi_banner .frame .btn_link a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-top: 24px solid transparent;
    border-right: 24px solid #ffeb3b;
    border-bottom: 24px solid transparent;
    position: absolute;
    left: -48px;
    top: 0;
  }
  article section#roi_banner .frame .btn_link a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 24px solid #ffeb3b;
    border-top: 24px solid transparent;
    border-right: 24px solid transparent;
    border-bottom: 24px solid transparent;
    position: absolute;
    right: -48px;
    top: 0;
  }
  article section#roi_banner .frame .btn_link a:hover {
    opacity: 1;
    background: #fff281;
  }
  article section#roi_banner .frame .btn_link a:hover:before {
    border-right: 24px solid #fff281;
  }
  article section#roi_banner .frame .btn_link a:hover:after {
    border-left: 24px solid #fff281;
  }
  article section#flow {
    padding: 48px 0 72px;
    background-color: #fafafa;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  article section#flow .inner {
    padding: 0;
  }
  article section#flow .inner h2 {
    height: 48px;
    margin: 0 16px 48px 16px;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    border-top: 2px solid #ffeb3b;
    border-bottom: 2px solid #ffeb3b;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  article section#flow .inner h2 + p {
    padding: 0 16px;
    font-size: 17px;
    line-height: 24px;
    color: #424242;
    padding-bottom: 50px;
  }
  article section#flow .inner .tab_content .tab {
    padding: 0 16px;
    overflow: hidden;
    position: relative;
    bottom: -1px;
    z-index: 10;
  }
  article section#flow .inner .tab_content .tab ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  article section#flow .inner .tab_content .tab ul li {
    width: calc(50% - 2px);
    display: flex;
  }
  article section#flow .inner .tab_content .tab ul li a {
    width: 100%;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    position: relative;
  }
  article section#flow .inner .tab_content .tab ul li a.active {
    background: #fffde7;
    border-bottom: 1px solid #fffde7;
  }
  article section#flow .inner .tab_content .tab ul li a:before {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  article section#flow .inner .tab_content .tab ul li.cybozu a:before {
    background: #b1deea;
  }
  article section#flow .inner .tab_content .tab ul li.partner a:before {
    background: #fdd835;
  }
  article section#flow .inner .tab_content .tab ul li a:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 24px;
    height: 24px;
    background: url("/assets/img/price/bg_flow_tab_btn.png") no-repeat right top/24px 24px;
  }
  article section#flow .inner .tab_content .tab ul li a span {
    display: inline-block;
    position: relative;
    text-align: left;
    line-height: 15px;
    font-size: 13px;
    color: #424242;
  }
  article section#flow .inner .tab_content .tab ul li.cybozu a span {
    padding-left: 25px;
  }
  article section#flow .inner .tab_content .tab ul li.partner a span {
    padding-top: 20px;
    padding-left: 22px;
  }
  article section#flow .inner .tab_content .tab ul li a span:before {
    content: "";
    position: absolute;
    display: block;
    background: no-repeat center center/contain;
  }
  article section#flow .inner .tab_content .tab ul li.cybozu a span:before {
    width: 19.5px;
    height: 12px;
    background-image: url("/assets/img/price/icon_tab_cybozu.png");
    top: calc(50% - 7px);
    left: 0;
  }
  article section#flow .inner .tab_content .tab ul li.partner a span:before {
    width: 14px;
    height: 14.5px;
    background-image: url("/assets/img/price/icon_tab_partner.png");
    top: calc(50% - 13px);
    left: 0;
  }
  article section#flow .inner .tab_content .tab ul li a span small {
    padding-left: 6px;
    width: 100%;
    display: block;
    position: absolute;
    top: -6px;
    left: 0;
    text-align: center;
    line-height: 12px;
    font-size: 10px;
    font-weight: bold;
    color: #807440;
  }
  article section#flow .inner .tab_content .content_frame {
    padding: 25px 16px;
    background: #fffde7;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    z-index: 9;
  }
  article section#flow .inner .tab_content .content_frame .content {
    overflow: hidden;
  }
  article section#flow .inner .tab_content .content_frame .content.cybozu {
    display: none;
  }
  article section#flow .inner .tab_content .content_frame .content p.image {
    margin-bottom: 23px;
    width: 100%;
    text-align: center;
  }
  article section#flow .inner .tab_content .content_frame .content p.image img {
    max-width: 100%;
  }
  article section#flow .inner .tab_content .content_frame .text {
    margin-bottom: 50px;
  }
  article section#flow .inner .tab_content .content_frame .content p.copy {
    line-height: 28px;
    font-size: 17px;
  }
  article section#flow .inner .tab_content .content_frame .content p.copy strong {
    display: inline-block;
    position: relative;
  }
  article section#flow .inner .tab_content .content_frame .content p.copy strong:after {
    content: "";
    width: 100%;
    height: 8px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 4px;
    z-index: -1;
  }
  article section#flow .inner .tab_content .content_frame .content.cybozu p.copy strong:after {
    background: #b1deea;
  }
  article section#flow .inner .tab_content .content_frame .content.partner p.copy strong:after {
    background: #fdd835;
  }
  article section#flow .inner .tab_content .content_frame .content p.more_btn a {
    margin: 16px auto 0 auto;
    display: block;
    width: 288px;
    height: 40px;
    background: url(/assets/img/price/sp/btn_partner.png) no-repeat left top/contain;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    color: #000000;
    text-align: center;
    text-decoration: none;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li {
    padding-top: 35px;
    padding-bottom: 28px;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #ffeb3b;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li:first-child {
    padding-top: 0;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li > dl {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li > dl > dt {
    float: left;
    width: 48px;
    height: 48px;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li > dl > dt span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li > dl > dd .title {
    padding-top: 12px;
    padding-left: 60px;
    min-height: 48px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 12px;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li > dl > dd .title small {
    font-size: 10px;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li > dl > dd p {
    line-height: 24px;
    font-size: 15px;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li > dl > dd p small {
    display: block;
    line-height: 16px;
    font-size: 11px;
    color: #757575;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li > dl > dd > ul {
    margin-bottom: 24px;
    line-height: 0;
    font-size: 0;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li > dl > dd > ul > li {
    font-size: 12px;
    line-height: 24px;
    font-size: 15px;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li > dl > dd > ul > li:first-child {
    padding-left: 0;
    border-left: none;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li > dl > dd > ul > li:last-child {
    padding-right: 0;
    border-right: none;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li > dl > dd > ul > li > a {
    color: #fba100;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li > dl > dd > a.btn {
    margin: 32px auto 0 auto;
    display: block;
    width: 232px;
    height: 40px;
    background: url("/assets/img/price/sp/btn_trial.png") no-repeat left top/contain;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    color: #424242;
    text-align: center;
    text-decoration: none;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li:nth-child(1) > dl > dt {
    background: url("/assets/img/price/sp/mark_step1.png") no-repeat left top/48px 48px;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li:nth-child(2) > dl > dt {
    background: url("/assets/img/price/sp/mark_step2.png") no-repeat left top/48px 48px;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li:nth-child(3) > dl > dt {
    background: url("/assets/img/price/sp/mark_step3.png") no-repeat left top/48px 48px;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li:nth-child(4) > dl > dt {
    background: url("/assets/img/price/sp/mark_step4.png") no-repeat left top/48px 48px;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li:nth-child(5) > dl > dt {
    background: url("/assets/img/price/sp/mark_step5.png") no-repeat left top/48px 48px;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li:last-child:before {
    display: none;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame {
    margin-top: 26px;
    padding: 24px 25px 0 25px;
    background: #ffffff;
    border: 1px solid #fff59d;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl {
    overflow: hidden;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl dt {
    margin-bottom: 26px;
    text-align: center;
    line-height: 24px;
    font-size: 17px;
    color: #807440;
    letter-spacing: 0.08em;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl dd {
    overflow: hidden;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl dd span {
    display: block;
    line-height: 24px;
    font-size: 15px;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl dd a {
    display: block;
    overflow: hidden;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl dd .image {
    margin-right: 14px;
    width: 64px;
    height: 48px;
    float: left;
    background: no-repeat center center/contain;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl dd .image.img2-1 {
    background-image: url("/assets/img/price/img_exercise2-1.png");
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl dd .image.img2-2 {
    background-image: url("/assets/img/price/img_exercise2-2.png");
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl dd .image.img4 {
    width: 100%;
    height: 107px;
    float: none;
    background-image: url("/assets/img/price/sp/img_exercise4.png");
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl dd .image.img5-1 {
    background-image: url("/assets/img/price/img_exercise5-1.png");
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl dd .image.img5-2 {
    background-image: url("/assets/img/price/img_exercise5-2.png");
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl dd .text {
    margin-left: 77px;
    margin-bottom: 0;
    padding-top: 3px;
    color: #424242;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl dd .button {
    margin-left: 77px;
    line-height: 24px;
    color: #fba100;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li:nth-child(4) .exercise_frame dl dd .image {
    margin-left: 0;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li:nth-child(4) .exercise_frame dl dd .text {
    margin-left: 0;
    padding-top: 12px;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li:nth-child(4) .exercise_frame dl dd .button {
    margin-left: 0;
    margin-bottom: 24px;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl dd ul {
    overflow: hidden;
  }
  article section#flow .inner .tab_content .content_frame .content > ul > li .exercise_frame dl dd ul li {
    margin-bottom: 28px;
  }
  article section#start {
    padding: 0 0 120px;
    background-color: #fafafa;
  }
  article section#start .inner {
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 0 16px;
  }
  article section#start .inner h2 {
    background-color: #ffeb3b;
    padding: 16px 0;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #424242;
    line-height: 24px;
  }
  article section#start .inner .start02 {
    background-color: #fff;
    border: 2px solid #ffeb3b;
    padding: 0 0 48px 0;
  }
  article section#start .inner .start01 {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  article section#start .inner .text {
    margin: 24px 16px;
  }
  article section#start .inner p {
    line-height: 24px;
    font-size: 15px;
  }
  article section#start .inner p.title {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #424242;
    padding-bottom: 24px;
    border-bottom: 1px solid #ffeb3b;
    margin-bottom: 24px;
  }
  article section#start .inner .img {
    display: flex;
    justify-content: center;
    margin-right: 16px;
  }
  article section#start .inner .img div {
    margin: 0 0 0 16px;
  }
  article section#start .inner .img div img {
    width: 100%;
  }
  article section#start .inner .link a {
    margin: 0 auto;
    width: 272px;
    height: 48px;
    display: block;
    position: relative;
    background: #ffeb3b;
    line-height: 48px;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
  }
  article section#start .inner .link {
    width: 100%;
    position: absolute;
    bottom: -24px;
    left: 0;
    margin: 0;
    padding: 0;
  }
  article section#start .inner .link a:before {
    content: "";
    width: 24px;
    height: 48px;
    display: block;
    background: no-repeat center center;
    position: absolute;
    top: 0;
    background-image: url(/resource/images/common_module/pc/btn_b_left.png);
    left: -24px;
  }
  article section#start .inner .link a:after {
    content: "";
    width: 24px;
    height: 48px;
    display: block;
    background: no-repeat center center;
    position: absolute;
    top: 0;
    background-image: url(/resource/images/common_module/pc/btn_b_right.png);
    right: -24px;
  }
  article section#faq {
    padding: 72px 0 96px;
    background-color: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  article section#faq .inner {
    padding: 0 16px;
  }
  article section#faq .inner h2 {
    height: 48px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    border-top: 2px solid #ffeb3b;
    border-bottom: 2px solid #ffeb3b;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  article section#faq .inner h2 + p {
    font-size: 17px;
    line-height: 24px;
    color: #424242;
    padding-bottom: 24px;
  }
  article section#faq .inner .faq_wrap ul {
    margin-bottom: 48px;
  }
  article section#faq .inner .faq_wrap ul li {
    margin-top: 24px;
    font-size: 17px;
    line-height: 24px;
    padding: 1px 0 1px 30px;
    background: url("/assets/img/faq/icon_question.png") no-repeat 1px 3px;
    background-size: 20px 20px;
    margin-bottom: 22px;
  }
  article section#faq .inner .faq_wrap ul li a {
    color: #424242;
  }
  article section#faq .inner .faq_wrap ul li a:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("/assets/img/faq/sp_blank.png");
    background-size: cover;
    margin-left: 2px;
  }
  article section#faq .inner .link_wrap .link {
    padding: 8px 0;
    display: block;
  }
  article section#faq .inner .link_wrap .link a {
    background: url("/assets/img/faq/sp_base.png") no-repeat;
    display: block;
    background-size: cover;
    width: 232px;
    line-height: 40px;
    color: inherit;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: auto;
    letter-spacing: 0;
  }
}
article section .btn:hover,
article section .btn_link a:hover,
article section .link a:hover {
  opacity: 0.5;
}

@keyframes hint {
  0% {
    transform: translateX(-5%);
  }
  50% {
    transform: translateX(5%);
  }
  100% {
    transform: translateX(-5%);
  }
}

article section#course .inner table tr th:nth-child(1) .att {
	display: block;
	font-size: 10px;
	color: #757575;
	text-align: center;
	line-height: 12px;
	font-weight: normal;
}
article section#course .inner table tr th:nth-child(1):has(.att) {
	flex-direction: column;
}
@media screen and (min-width: 768px) {
	article section#course .inner table tr th:nth-child(1) .att {
		display: block;
		font-size: 11px;
		color: #757575;
		text-align: center;
		line-height: 12px;
		font-weight: normal;
		margin-top: 8px;
	}
}