@charset "UTF-8";
@charset "UTF-8";
/* CSS Document */
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
*,
::after,
::before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
}
hr {
  overflow: visible;
  height: 0;
}
details,
main {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden] {
  display: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
pre {
  font-size: 1em;
}
b,
strong {
  font-weight: bolder;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
[disabled] {
  cursor: default;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
  color: inherit;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
svg:not([fill]) {
  fill: currentColor;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
/* footer, */
/* header, */
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  border-style: none;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: top;
  background: transparent;
}
html {
  overflow-y: scroll;
}
body {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:active,
a:active,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}
ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  margin-block-start: 0;
  margin-block-end: 0;
}
p {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  width/***/: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  table-layout: fixed;
}
tr,
th,
td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
br {
  letter-spacing: none;
}
/******************************************************* common ******************************************************/
html {
  scroll-behavior: smooth;
}
main {
  width: 100%;
}
.pta_application {
  width: 100%;
  height: 100%;
  background: #effafb;
  padding: 0 0 60px;
  color: #333333;
}
.pta_application_main {
  width: 100%;
  margin: auto;
  padding: 50px 0 0;
}
.pta_application_maincontents {
  max-width: 1360px;
  width: 95%;
  margin: 0 auto;
}
.pta_application_main_sp {
  display: none;
}
.pta_application_method {
  max-width: 1360px;
  width: 95%;
  margin: 30px auto;
  border: 2px #20b4f5 solid;
}
.pta_application_method h2 {
  background: #20b4f5;
  color: #ffffff;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  padding: 13px;
}
.pta_application_method_contents {
  width: 95%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  padding: 20px 0 0;
}
.pta_application_method_contents dl {
  width: 20%;
  padding: 0 10px 15px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.pta_application_method_contents dl:after {
  content: "";
  background: #21b4f5;
  height: calc(tan(60deg) * 50px / 2);
  width: 40px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  right: -20px;
  top: 45%;
  z-index: 3;
}
.pta_application_method_contents dl:last-child:after {
  display: none;
}
.pta_application_method_contents dl dt {
  width: 90%;
  margin: auto;
  background: #21b4f5;
  border-radius: 28px;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  position: relative;
  z-index: 2;
}
.pta_application_method_contents dl dt:before {
  content: "";
  width: 15px;
  height: 15px;
  line-height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  left: 10px;
}
.pta_application_method_contents dl dt:after {
  content: "";
  width: 15px;
  height: 15px;
  line-height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
}
.pta_application_method_contents dl dd {
  padding: 20px 10px 10px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  top: -10px;
  flex-grow: 1;
  color: #21b4f5;
  text-align: center;
  font-size: 22px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.pta_application_method_contents dl dd span {
  max-width: 170px;
  width: 90%;
  display: block;
  margin: 10px auto 0;
}
.shaded_wh {
  width: 100%;
  height: 60px;
  display: block;
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 10px, #effafb 0, #effafb 35px);
}
.pta_application_form {
  max-width: 1360px;
  width: 95%;
  margin: 30px auto 0 auto;
}
.pta_application_form h2 {
  background: #1890ee;
  color: #ffffff;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  padding: 13px;
  position: relative;
  margin: 30px auto 50px;
}
.pta_application_form h2:after {
  content: "";
  background: #1890ee;
  height: calc(tan(60deg) * 60px / 2);
  width: 80px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: inherit;
  bottom: -35px;
  z-index: 3;
}
.pta_application_form_contents {
  width: 95%;
  margin: 0 auto 100px;
  background: #ffffff;
  border-radius: 40px;
  padding: 20px;
  position: relative;
}
.pta_application_form_contents.p_a_f_c_last {
  margin: 0 auto;
}
.pta_application_form_contents:after {
  content: "";
  background: #1890ee;
  height: calc(tan(60deg) * 80px / 2);
  width: 100px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: inherit;
  bottom: -55px;
  z-index: 3;
}
.pta_application_form_step {
  max-width: 310px;
  width: 90%;
  margin: 20px auto;
  background: #1890ee;
  border-radius: 40px;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  position: relative;
  z-index: 2;
}
.pta_application_form_step:before {
  content: "";
  width: 20px;
  height: 20px;
  line-height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: 15px;
}
.pta_application_form_step:after {
  content: "";
  width: 20px;
  height: 20px;
  line-height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 15px;
}
.pta_application_form_title {
  color: #1890ee;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  padding: 0 0 15px 0;
}
.pta_application_form_text {
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
  padding: 5px 0;
}
.pta_application_notice {
  font-size: 16px;
  color: #ff0000;
  display: block;
  padding: 5px 0;
}
.pta_application_form_setarea {
  width: 100%;
  display: flex;
  padding: 30px 0 20px;
  gap: 20px 30px;
  justify-content: center;
}
.pta_application_form_set {
  width: 30%;
  padding: 10px;
  border-right: 1px dashed #1690ee;
  display: flex;
  flex-direction: column;
}
.pta_application_form_set:last-child {
  border-right: none;
}
.pta_application_form_itemtitle {
  color: #1690ee;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  padding: 0 0 15px 0;
}
.pta_application_form_set_img {
  width: 90%;
  margin: 15px auto 20px;
  border: 1px solid #707070;
}
.pta_application_form_set dl {
  flex-grow: 1;
}
.pta_application_form_set_price {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
  vertical-align: bottom;
  padding: 20px 0 15px;
}
.pta_application_form_set_price span {
  display: inline-block;
  font-size: 22px;
  vertical-align: bottom;
}
.checkboxitem {
  display: flex;
  align-items: center;
  column-gap: 8px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
  margin: 15px auto 0;
}
.checkboxitem:not(:last-of-type) {
  margin-bottom: 16px;
}
.checkbox {
  appearance: none;
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #aaaaaa;
  border-radius: 1px;
  cursor: pointer;
}
.checkbox:checked::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 4px;
  width: 20px;
  height: 10px;
  border-bottom: 3px solid #1890ee;
  border-left: 3px solid #1890ee;
  transform: rotate(-45deg);
}
input[type="text"] {
  width: 100%;
  padding: 2px;
  margin: 10px auto 5px;
  border: 1px solid #aaaaaa;
  background: #ffffff;
  border-radius: 1px;
  box-sizing: border-box;
  vertical-align: baseline;
}
input[type="text"]:focus {
  border-color: #1690ee;
  box-shadow: 0 0 5px rgba(22, 144, 238, 0.5);
  outline: none;
}
input.inputpieces {
  text-align: center;
}
input.totalpieces {
  width: 170px;
  text-align: right;
}
label.totalpieces_num {
  vertical-align: baseline;
  padding: 0 0 0 5px;
}
.pta_application_form_inputarea {
  width: 170px;
  margin: auto;
  text-align: center;
  position: relative;
}
.pta_application_form_inputarea:before {
  content: "ー";
  position: absolute;
  left: 3px;
  top: 13px;
  color: #333333;
  width: 1em;
  display: inline-block;
}
.pta_application_form_inputarea:after {
  content: "＋";
  position: absolute;
  right: 3px;
  top: 13px;
  color: #333333;
  width: 1em;
  display: inline-block;
}
.pta_application_form_totalinputarea {
  margin: auto;
  text-align: center;
}
.pta_application_form_optionsubtitle {
  text-align: center;
  padding: 15px 0 0 0;
}
.pta_application_form_optionsubtitle span {
  color: #ee7801;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  padding: 0 0 5px 0;
  display: inline-block;
  border-bottom: 3px solid #ee7801;
  position: relative;
}
.pta_application_form_optionsubtitle span:after {
  content: "";
  background: #ee7801;
  height: calc(16px / 2 * tan(60deg));
  width: 16px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  margin: auto;
}
.pta_application_form_optionarea {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 30px 0 20px;
  align-items: stretch;
}
.pta_application_form_item {
  padding: 10px;
  width: fit-content;
}
.pta_application_form_itemimg {
  max-width: 350px;
  width: 90%;
  border: 1px solid #707070;
  margin: auto;
}
/* .pta_application_form_item dl {
} */
.pta_application_form_item dt {
  text-align: center;
  font-size: 20px;
  padding: 15px 0;
  flex-grow: 1;
}
.pta_application_form_item dt span {
  display: block;
  font-size: 16px;
}
.pta_application_form_item dd {
  font-size: 30px;
  line-height: 1.2em;
  font-weight: bold;
  vertical-align: bottom;
  text-align: center;
}
.pta_application_form_item dd span {
  font-size: 22px;
  display: inline-block;
}
.pta_application_form_outerarea {
  width: 100%;
  display: flex;
  padding: 30px 0 20px;
  gap: 20px 0;
  justify-content: center;
  align-items: stretch;
}
.pta_application_form_outer {
  width: fit-content;
  padding: 20px;
}
.pta_application_form_outer p {
  text-align: center;
}
.pta_application_form_outer:first-child {
  border-right: 1px dashed #1690ee;
}
.pta_application_form_outer_img {
  max-width: 550px;
  width: 90%;
  margin: 15px auto 20px;
}
.pta_application_form_blue {
  border: 1px dashed #1690ee;
  padding: 20px;
  margin: 15px auto 40px;
  max-width: 830px;
  width: 100%;
}
.pta_application_form_blue dt {
  color: #1690ee;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  text-align: center;
  padding: 0 0 10px 0;
}
.pta_application_form_separate {
  max-width: 1070px;
  width: 100%;
  background: #effafb;
  margin: 0 auto 20px;
  padding: 30px 10px;
}
.pta_application_form_separate .pta_application_form_item {
  margin: auto;
}
.pta_application_title_sub {
  margin: 0 auto 20px;
  text-align: center;
}
.pta_application_title_sub span {
  display: inline-block;
  border-bottom: 2px solid #1690ee;
  color: #1690ee;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  text-align: center;
  margin: auto;
}
.pta_application_btn_calculation {
  max-width: 520px;
  width: 100%;
  margin: 40px auto;
}
.pta_application_btn_calculation a {
  width: 100%;
  height: 100%;
  display: block;
  border: 3px solid #eec316;
  border-radius: 50px;
  background: #ffffff;
  transition: 0.6s;
  color: #eec316;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  text-align: center;
  padding: 15px 10px;
}
.pta_application_btn_calculation a:hover {
  background: #eec316;
  color: #ffffff;
}
.p_a_f_c_last:after {
  display: none;
}
.p_a_f_s_cart {
  background: #eec316;
  font-size: 30px;
}
.pta_application_btn_cart {
  max-width: 520px;
  width: 100%;
  margin: 40px auto;
}
.pta_application_btn_cart a {
  width: 100%;
  height: 100%;
  display: block;
  border: 3px solid #ee7800;
  border-radius: 50px;
  background: #ee7800;
  transition: 0.6s;
  color: #ffffff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  text-align: center;
  padding: 15px 0px;
}
.pta_application_btn_cart a:hover {
  background: #ffffff;
  color: #ee7800;
}
.table_wrap {
  width: 95%;
  margin: 30px auto 0;
  overflow-x: auto;
}
.pta_application_form_cartitem {
  width: 100%;
  white-space: nowrap;
  border-collapse: collapse;
  table-layout: auto;
}
.pta_application_form_cartitem th,
.pta_application_form_cartitem td {
  border-collapse: collapse;
  padding: 10px 15px;
  border-bottom: 1px solid #9b9b9b;
  vertical-align: middle;
  font-size: 16px;
  white-space: nowrap;
}
.pta_application_form_cartitem th {
  text-align: center;
}
.pta_application_form_cartitem th.p_a_f_ci_th01 {
  border-right: 1px dashed #9b9b9b;
}
.pta_application_form_cartitem th.p_a_f_ci_th02 {
  border-right: 1px dashed #9b9b9b;
}
.pta_application_form_cartitem th.p_a_f_ci_th03 {
  border-right: 1px dashed #9b9b9b;
}
.pta_application_form_cartitem th.p_a_f_ci_th04 {
  text-align: right;
}
.pta_application_form_cartitem td.p_a_f_ci_td01 {
  min-width: 100px;
  width: 15%;
}
.pta_application_form_cartitem td.p_a_f_ci_td02 {
  width: 25%;
  border-right: 1px dashed #9b9b9b;
}
.pta_application_form_cartitem td.p_a_f_ci_td03 {
  text-align: right;
  width: 10%;
  border-right: 1px dashed #9b9b9b;
}
.pta_application_form_cartitem td.p_a_f_ci_td04 {
  width: 20%;
  font-size: 14px;
  text-align: center;
}
.pta_application_form_cartitem .p_a_f_ci_td05 {
  width: 15%;
  font-size: 14px;
  text-align: center;
  border-right: 1px dashed #9b9b9b;
}
.pta_application_form_cartitem .p_a_f_ci_td05 span {
  background: #f7f7f7;
  display: inline-block;
  padding: 10px;
  min-width: 100px;
}
.pta_application_form_cartitem .p_a_f_ci_td06 {
  width: 15%;
  text-align: right;
}
.p_a_f_ci_td01 p {
  max-width: 120px;
  width: 95%;
  margin: auto;
  border: 1px solid #707070;
}
.p_a_f_ci_cart_category {
  display: inline-block;
  color: #ffffff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  background: #1890ee;
  text-align: center;
  line-height: 1.2em;
  padding: 5px;
}
.pta_application_form_cartitem .pta_application_form_inputarea {
  width: 120px;
}
.pta_application_form_cartitem .p_a_f_ci_tr_last td {
  border-bottom: none;
  text-align: right;
}
.pta_application_form_cartitem .p_a_f_ci_tr_last td.p_a_f_ci_td02,
.pta_application_form_cartitem .p_a_f_ci_tr_last td.p_a_f_ci_td03,
.pta_application_form_cartitem .p_a_f_ci_tr_last td.p_a_f_ci_td05 {
  border-right: none;
}
.pta_application_main_title {
  max-width: 910px;
  width: 95%;
  margin: auto;
  padding: 50px 0 0;
}
.pta_application_beforecart {
  width: 90%;
  border: 1px dashed #ee7801;
  padding: 20px;
  margin: 40px auto 20px;
}
.pta_application_beforecart h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 26px;
  color: #ee7801;
  text-align: center;
}
.pta_application_beforecart h3:before {
  content: "";
  background: url("../img/pta/icon_notice.png") no-repeat;
  background-size: contain;
  width: 40px;
  height: 37px;
  display: inline-block;
  margin: 0 15px 0 0;
}
.pta_application_beforecart h3:after {
  content: "";
  background: url("../img/pta/icon_notice.png") no-repeat;
  background-size: contain;
  width: 40px;
  height: 37px;
  display: inline-block;
  margin: 0 0 0 15px;
}
.pta_application_beforecart dt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #ee7801;
  text-align: center;
  position: relative;
  padding: 20px 0;
  margin: 0 auto 10px;
}
.pta_application_beforecart dt:before {
  content: "＞";
  transform: rotate(90deg);
  font-size: 16px;
  color: #ee7801;
  width: 1em;
  height: 1em;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
}
.pta_application_form_customer {
  width: 90%;
  margin: 20px auto 50px;
  white-space: nowrap;
  border-collapse: collapse;
  table-layout: auto;
}
.pta_application_line_b {
  border-bottom: 1px dashed #1890ee;
  display: block;
  width: 100%;
  height: 1px;
  margin: 50px auto;
}
.pta_application_form_customer th,
.pta_application_form_customer td {
  border-collapse: collapse;
  font-size: 16px;
  white-space: nowrap;
  text-align: left;
}
.pta_application_form_customer th {
  width: 30%;
  padding: 15px 10px 10px;
}
.pta_application_form_customer td {
  width: 70%;
  padding: 5px 10px 10px;
}
.txt_required {
  color: #ff0000;
  display: inline-block;
  font-size: 0.8em;
  vertical-align: baseline;
}
.input_post {
  width: 80px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: baseline;
}
.pta_application_payment {
  width: 90%;
  margin: 20px auto;
  padding: 20px;
  border: 1px dashed#1890EE;
}
.pta_application_payment dt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 24px;
  font-language-override: 20px;
  text-align: center;
  color: #1890ee;
  padding: 0 0 10px;
}
.pta_application_payment .pta_application_notice {
  text-align: center;
}
.pta_application_form_text_sm {
  font-size: 0.8em;
  display: block;
}
@media screen and (max-width: 1200px) {
  .pta_application_method_contents dl dt {
    font-size: 14px;
  }
  .pta_application_method_contents dl dt:before {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
  }
  .pta_application_method_contents dl dt:after {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
  }
  .pta_application_method_contents dl dd {
    font-size: 16px;
  }
  .pta_application_method h2 {
    font-size: 22px;
  }
  .pta_application_form h2 {
    font-size: 26px;
  }
  .pta_application_form_step {
    font-size: 20px;
  }
  .pta_application_form_outer p {
    text-align: inherit;
  }
  .pta_application_form_title {
    font-size: 24px;
  }
  .pta_application_form_itemtitle {
    font-size: 22px;
  }
  .pta_application_form_optionsubtitle span {
    font-size: 22px;
  }
}
@media screen and (max-width: 840px) {
  .pta_application_form_customer th {
    width: 100%;
    display: block;
    padding: 0;
  }
  .pta_application_form_customer td {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 680px) {
  .pta_application_main {
    background: none;
  }
  .pta_application_main_pc {
    display: none;
  }
  .pta_application_main_sp {
    display: block;
  }
  .pta_application_method_contents {
    display: inherit;
  }
  .pta_application_method_contents dl {
    width: 90%;
    padding: 0 10px 25px;
    margin: 0 auto 20px;
  }
  .pta_application_method_contents dl:after {
    content: "";
    background: #21b4f5;
    height: calc(tan(60deg) * 50px / 2);
    width: 50px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: inherit;
    bottom: -5px;
    z-index: 3;
  }
  .pta_application_form_setarea {
    display: inherit;
  }
  .pta_application_form_set {
    width: 90%;
    border-right: none;
    border-bottom: 1px dashed #1690ee;
    margin: auto;
  }
  .pta_application_form_set:last-child {
    border-bottom: none;
  }
  .pta_application_form_optionarea {
    display: inherit;
  }
  .pta_application_form_item {
    width: 90%;
    margin: auto;
  }
  .pta_application_form_outerarea {
    display: inherit;
  }
  .pta_application_form_outer {
    width: 95%;
    margin: auto;
  }
  .pta_application_form_outer:first-child {
    border-right: none;
    border-bottom: 1px dashed #1690ee;
  }
  .pta_application_btn_calculation a {
    font-size: 28px;
  }
  .pta_application_beforecart h3:before {
    content: "";
    background: url("../img/pta/icon_notice.png") no-repeat;
    background-size: contain;
    width: 40px;
    height: 37px;
    display: block;
    margin: 0 auto 10px;
  }
  .pta_application_beforecart h3:after {
    display: none;
  }
  .pta_application_btn_cart a {
    font-size: 28px;
  }
}

/* カスタマイズ */
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}
header .header-top .search-form input {
  margin: 0;
}
header .header-bottom .link_icon {
  display: none;
}
header .header-bottom,
header.scrolled .header-bottom {
  background-color: transparent;
}
.pta_application {
  padding: 30px 0 100px;
}
@media screen and (min-width: 1000px) {
  .pta_application {
    padding: 70px 0 100px;
  }
}

header .menu {
  top: 46px;
  height: calc(100dvh - 46px);
  overflow-y: unset;
}

header .header-bottom {
  height: auto !important;
  position: relative;
}

header .header-bottom .nav-wrapper {
  padding: 0;
}

header a.header_logo {
  position: absolute;
  top: 10px;
  z-index: 100;
}

header .menu .search-form input {
  margin: auto;
}

.pta_application_form_setarea {
  gap: 20px 0;
}

.pta_application_form_set {
  padding: 10px 15px;
}

@media screen and (min-width: 1024px) {
  .pta_application_form_set {
    padding: 10px 20px;
  }
}

@media screen and (min-width: 1200px) {
  .pta_application_form_set {
    padding: 10px 30px;
  }
}
