@charset "UTF-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
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,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  padding: 0;
  margin: 0;
}
input,
select {
  vertical-align: middle;
}
body {
  -webkit-text-size-adjust: 100%;
  font-family: Roboto, Arial, "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  line-height: 1.6;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
body * {
  word-wrap: break-word;
  box-sizing: border-box;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
main {
  display: block;
}
a {
  color: #000;
  text-decoration: none;
}
img,
video {
  vertical-align: top;
  max-width: 100%;
}
input,
select,
textarea {
  font-size: 15px;
  outline: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  line-height: 1.7;
  font-family: Roboto, Arial, "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
}
input::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
  display: none;
}
em {
  font-style: normal;
}
::selection {
  background: #7bc859;
  color: #fff !important;
}
.l-footer_global {
  width: calc(100% - 60px);
  font-size: 12px;
  padding-bottom: 30px;
  position: relative;
}
.l-footer_global:before {
  content: "";
  display: block;
  width: 94%;
  margin: 0 auto;
  border-top: 1px solid #ecf1ef;
}
.l-footer_global .sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 0 0;
}
.l-footer_global .sitemap .hdg {
  font-size: 18px;
  line-height: 1.4;
}
.l-footer_global .sitemap .hdg a {
  color: #00ae68;
}
.l-footer_global .sitemap a {
  display: block;
  padding: 10px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.l-footer_global .sitemap a:hover {
  color: #00ae68;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.l-footer_global .sitemap ul {
  width: 20%;
  padding: 0 3%;
  margin-bottom: 50px;
}
.l-footer_global .sitemap .others a {
  color: #8d8d8d;
}
.l-footer_global .sitemap .others a:hover {
  color: #00ae68;
}
.l-footer_global .sitemap .others .hdg {
  pointer-events: none;
  visibility: hidden;
}
.l-footer_global .groups {
  overflow: hidden;
  padding: 0 calc(3% + 300px) 0 3%;
  position: relative;
}
.l-footer_global .groups .hdg {
  font-size: 18px;
  margin-bottom: 22px;
}
.l-footer_global .groups .hdg .desc {
  font-size: 12px;
  display: inline-block;
}
.l-footer_global .groups .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-footer_global .groups li {
  font-size: 10px;
  position: relative;
  margin: 0 20px 20px 0;
  width: 220px;
}
.l-footer_global .groups li:after {
  background: url(https://www.jt.com/form_common/common_jt_form/images/ico/blank_black.png) no-repeat;
  background-size: 11px 8px;
  width: 11px;
  height: 8px;
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
}
.l-footer_global .groups li:last-child {
  margin-right: 0;
}
.l-footer_global .groups a {
  display: block;
  padding: 9px;
  height: 50px;
  background-color: #ecf1ef;
}
.l-footer_global .groups a::after {
  content: "";
  position: absolute;
  top: 50%;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  right: 14px;
}
.l-footer_global .groups a:hover {
  -webkit-animation: global_button-hover-gray 1s forwards;
  animation: global_button-hover-gray 1s forwards;
}
.l-footer_global .groups a:hover::after {
  right: 9px;
}
.l-footer_global .groups a span {
  color: #777;
}
.l-footer_global .copyright {
  color: #777;
  padding: 0 3%;
  text-align: right;
  margin-top: calc(-30px - 1em);
}
.l-footer_global .to-top {
  display: none;
}
.l-footer_global .to-top .btn {
  position: relative;
}
.l-footer_global .to-top a {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: -20px;
  right: 3%;
  background-color: #fff;
  border: 1px solid #00ae68;
  tap-highlight-color: transparent;
}
.l-footer_global .to-top a:after {
  position: absolute;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #00ae68;
  border-left: 1px solid #00ae68;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -2px 0 0 -4px;
}
.l-header_global {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  box-shadow: -8px 0 8px -1px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  z-index: 19;
}
.l-header_global.is-open .global-nav {
  height: 100%;
}
.l-header_global.is-open .global-nav .sec {
  -webkit-animation: l-header_gobal_fadein 1.5s forwards;
  animation: l-header_gobal_fadein 1.5s forwards;
}
.l-header_global.is-open .overlay {
  height: 100%;
}
.l-header_global.is-open .overlay .bg {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
}
.l-header_global.is-open .overlay .bg:nth-child(1) {
  -webkit-transition: background-color 0.5s, opacity 0.6s 0.28s;
  transition: background-color 0.5s, opacity 0.6s 0.28s;
}
.l-header_global.is-open .overlay .bg:nth-child(2) {
  -webkit-transition: background-color 0.5s, opacity 0.6s 0.21s;
  transition: background-color 0.5s, opacity 0.6s 0.21s;
}
.l-header_global.is-open .overlay .bg:nth-child(3) {
  -webkit-transition: background-color 0.5s, opacity 0.6s 0.14s;
  transition: background-color 0.5s, opacity 0.6s 0.14s;
}
.l-header_global.is-open .overlay .bg:nth-child(4) {
  -webkit-transition: background-color 0.5s, opacity 0.6s 70ms;
  transition: background-color 0.5s, opacity 0.6s 70ms;
}
.l-header_global.is-open .overlay .bg:nth-child(5) {
  -webkit-transition: background-color 0.5s, opacity 0.6s 0ms;
  transition: background-color 0.5s, opacity 0.6s 0ms;
}
.l-header_global.is-open .overlay .bg.is-active {
  background: #000;
}
.l-header_global.is-close .global-nav {
  -webkit-animation: l-header_gobal_fadehide 1.5s forwards;
  animation: l-header_gobal_fadehide 1.5s forwards;
}
.l-header_global.is-close .global-nav .sec {
  -webkit-animation: l-header_gobal_fadeout 1.5s forwards;
  animation: l-header_gobal_fadeout 1.5s forwards;
}
.l-header_global.is-close .overlay {
  -webkit-animation: l-header_gobal_fadehide 1.5s forwards;
  animation: l-header_gobal_fadehide 1.5s forwards;
}
.l-header_global.is-close .overlay .bg {
  opacity: 0;
}
.l-header_global.is-close .overlay .bg:nth-child(1) {
  -webkit-transition: opacity 1s 0ms;
  transition: opacity 1s 0ms;
}
.l-header_global.is-close .overlay .bg:nth-child(2) {
  -webkit-transition: opacity 1s 50ms;
  transition: opacity 1s 50ms;
}
.l-header_global.is-close .overlay .bg:nth-child(3) {
  -webkit-transition: opacity 1s 0.1s;
  transition: opacity 1s 0.1s;
}
.l-header_global.is-close .overlay .bg:nth-child(4) {
  -webkit-transition: opacity 1s 0.15s;
  transition: opacity 1s 0.15s;
}
.l-header_global.is-close .overlay .bg:nth-child(5) {
  -webkit-transition: opacity 1s 0.2s;
  transition: opacity 1s 0.2s;
}
.l-header_global .header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  z-index: 11;
  height: 100%;
  padding-top: 10px;
}
.l-header_global .header-inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
}
.l-header_global .menu-btn .line-wrapper {
  position: relative;
  width: 20px;
  height: 15px;
}
.l-header_global .menu-btn .line {
  position: absolute;
  height: 1px;
  width: 100%;
  background: #00ae68;
  right: 0;
  top: 0;
}
.l-header_global .menu-btn .line:nth-child(1) {
  -webkit-transition: width 1.5s;
  transition: width 1.5s;
}
.l-header_global .menu-btn .line:nth-child(2) {
  top: 7px;
  width: 15px;
}
.l-header_global .menu-btn .line:nth-child(3) {
  top: 14px;
  width: 15px;
}
.l-header_global .search img {
  width: 20px;
}
.l-header_global .inquiry img {
  width: 20px;
}
.l-header_global .logo {
  position: absolute;
  top: 50%;
  margin: -25px 0 0;
  height: auto;
  width: 100%;
}
.l-header_global .logo img {
  width: 30px;
}
.l-header_global .logo a {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header_global .to-top {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.l-header_global .to-top.is-active .arrow {
  bottom: 106%;
}
.l-header_global .to-top.is-active .arrow::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-header_global .to-top.is-active .arrow::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-header_global .to-top a {
  position: relative;
  height: 30px;
}
.l-header_global .to-top a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  border-left: 1px solid #00ae68;
}
.l-header_global .to-top .arrow {
  position: absolute;
  width: 15px;
  bottom: 0;
  left: 50%;
  margin-left: -7px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.l-header_global .to-top .arrow::after,
.l-header_global .to-top .arrow::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 1px;
  background: #00ae68;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.l-header_global .to-top .arrow::before {
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.l-header_global .to-top .arrow::after {
  right: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.l-header_global .global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  width: calc(100% - 60px);
  left: 0;
  top: 0;
  z-index: 6;
  height: 0;
  overflow: hidden;
}
.l-header_global .global-nav a {
  color: #fff;
  display: block;
  padding: 10px calc(100% / 20 * 3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.l-header_global .global-nav a:hover {
  color: #00ae68;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.l-header_global .global-nav .nav-inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header_global .global-nav .sec {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0px;
}
/*
 20191121 Closeボタンを「カテゴリー名」の位置に設置するため、当記述をコメントアウト
.l-header_global .global-nav .sec:last-child .cat-name {
  pointer-events: none;
  visibility: hidden
}
*/
.l-header_global .global-nav .sec:last-child a {
  color: #8d8d8d;
}
.l-header_global .global-nav .sec:last-child a:hover {
  color: #00ae68;
}
.l-header_global .global-nav .cat-name {
  font-size: 18px;
}
.l-header_global .global-nav .cat-name a {
  color: #00ae68;
  cursor: default;
}
.l-header_global .global-nav .cat-name a:hover {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.l-header_global .close-btn {
  font-size: 18px;
}
.l-header_global .close-btn a:hover {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.l-header_global .close-btn a:hover span::after,
.l-header_global .close-btn a:hover span::before {
  background: #00ae68;
}
.l-header_global .close-btn span {
  padding-left: 25px;
  position: relative;
}
.l-header_global .close-btn span::before {
  content: "";
  left: 0;
  top: 50%;
  width: 14px;
  height: 1px;
  background: #8d8d8d;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header_global .close-btn span::after {
  content: "";
  left: 0;
  top: 50%;
  width: 14px;
  height: 1px;
  background: #8d8d8d;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header_global .close-btn.sec-close {
  display: none;
}
/*
20191121 Closeボタンを「カテゴリー名」の位置に設置するため、当記述をコメントアウト
.l-header_global .close-btn.header-close {
  position: absolute;
  width: calc((100% - 60px) * .2);
  top: 50px
}
*/
.l-header_global .overlay {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 60px);
  left: 0;
  top: 0;
  height: 0;
  overflow: hidden;
  z-index: 5;
}
.l-header_global .overlay .bg {
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0px;
}
.l-wrapper_content-outer {
  position: relative;
  padding: 50px 20% 0 0;
}
.l-wrapper_content-outer.is-no-line::before {
  display: none;
}
.l-wrapper_content-outer > :first-child {
  margin-top: 0;
}
.l-wrapper_content-outer::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #e5e5e5;
  height: calc(100% - 50px);
  right: 18.5%;
  top: 50px;
}
.l-wrapper_content-outer::after {
  content: "";
  display: table;
}
.l-wrapper_main {
  width: calc(100% - 60px);
}
.c-btn_link {
  margin: 45px 0;
  padding: 0 calc(100% / 80 * 3);
  width: calc(100% / 80 * 20);
  line-height: 1.4;
}
.c-btn_link.is-medium {
  width: calc(100% / 80 * 40);
}
.c-btn_link.is-long {
  width: calc(100% / 80 * 60);
}
.c-btn_link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 58px;
  background: #00ae68;
  color: #fff;
  padding: 5px 25px 5px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn_link a::after {
  content: "";
  position: absolute;
  top: 50%;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  right: 14px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -4px;
}
.c-btn_link a:hover {
  -webkit-animation: global_button-hover 1s forwards;
  animation: global_button-hover 1s forwards;
}
.c-btn_link a:hover::after {
  right: 9px;
}
.c-btn_link a[target="_blank"]::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  border: none;
  width: 15px;
  height: 12px;
  background: url(https://www.jt.com/form_common/common_jt_form/images/ico/blank_white.png) no-repeat center;
  background-size: contain;
  margin-top: -7px;
}
.c-btn_link a:hover::after {
  right: 9px;
}
.c-btn_prev-next {
  overflow: hidden;
  margin: 50px 0;
  padding: 0 calc(100% / 80 * 1.5);
}
.c-btn_prev-next .prev {
  position: relative;
  float: left;
  width: calc(100% / 80 * 14);
  background: #ecf1ef;
}
.c-btn_prev-next .prev::after {
  content: "";
  position: absolute;
  top: 50%;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  right: 14px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -4px;
  left: 14px;
}
.c-btn_prev-next .prev:hover {
  -webkit-animation: global_button-hover-gray 1s forwards;
  animation: global_button-hover-gray 1s forwards;
}
.c-btn_prev-next .prev:hover::after {
  left: 9px;
}
.c-btn_prev-next .prev a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 58px;
  color: #000;
  padding: 5px 10px 5px 30px;
}
.c-btn_prev-next .next {
  float: right;
  position: relative;
  width: calc(100% / 80 * 38.5);
  background: #00ae68;
}
.c-btn_prev-next .next::after {
  content: "";
  position: absolute;
  top: 50%;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  right: 14px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -4px;
}
.c-btn_prev-next .next:hover {
  -webkit-animation: global_button-hover 1s forwards;
  animation: global_button-hover 1s forwards;
}
.c-btn_prev-next .next:hover::after {
  right: 9px;
}
.c-btn_prev-next .next a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 58px;
  color: #fff;
  text-align: left;
  padding: 5px 25px 5px 10px;
}
.c-btn_prev-next .next input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 58px;
  color: #fff;
  background: 0 0;
  padding: 5px 25px 5px 10px;
  text-align: left;
  cursor: pointer;
  width: 100%;
}
.c-heading_lv2 {
  font-size: 40px;
  line-height: 1.4;
  margin: 84px 0 28px;
  padding: 0 calc(100% / 80 * 3);
}
.c-heading_lv3 {
  font-size: 30px;
  line-height: 1.4;
  margin: 58px 0 20px;
  padding: 0 calc(100% / 80 * 3);
}
.c-heading_lv4 {
  font-size: 20px;
  line-height: 1.4;
  margin: 64px 0 32px;
  padding: 0 calc(100% / 80 * 3);
}
.c-list_general-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 21px 0;
  padding: 0 calc(100% / 80 * 3);
}
.c-list_general-01 li {
  position: relative;
  padding-left: 1.5em;
  counter-increment: count;
}
.c-list_general-01 li + li {
  margin-top: 18px;
}
.c-list_general-01 li:first-child {
  margin-top: 0;
}
.c-list_general-01 .inner.is-square li:before {
  content: "■";
  color: #00ae68;
  display: block;
  font-size: 10px;
  position: absolute;
  margin-left: -2.1em;
  top: 5px;
}
.c-list_general-01 .inner.is-decimal li {
  counter-increment: count;
}
.c-list_general-01 .inner.is-decimal li:before {
  content: counter(count);
  color: #00ae68;
  display: block;
  position: absolute;
  margin-left: -1.5em;
}
.c-list_note {
  font-size: 14px;
  padding: 0 calc(100% / 80 * 3);
  color: #8d8d8d;
  margin: 18px 0 38px;
}
.c-list_note .list {
  display: table;
}
.c-list_note .list li {
  display: table-row;
}
.c-list_note .list li + li .ref,
.c-list_note .list li + li .text {
  padding-top: 18px;
}
.c-list_note .list .ref {
  display: table-cell;
  white-space: nowrap;
  padding-right: 5px;
}
.c-list_note .list .text {
  display: table-cell;
}
.c-list_note a {
  color: #00ae68;
  text-decoration: underline;
}
.c-list_note a[target="_blank"]::after {
  content: "";
  display: inline-block;
  background: url(https://www.jt.com/form_common/common_jt_form/images/ico/blank_green.png) no-repeat right;
  background-size: 12px;
  width: 12px;
  height: 12px;
  padding-left: 5px;
}
.c-list_note a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  background: url(https://www.jt.com/form_common/common_jt_form/images/ico/pdf.png) no-repeat right;
  background-size: 10px 13px;
  width: 10px;
  height: 13px;
  padding-left: 5px;
}
.c-list_note a:hover {
  text-decoration: none;
}
.c-list_steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: calc(100% / 80 * 3);
  color: #00ae68;
  line-height: 1.3;
  margin: 45px 0;
}
.c-list_steps li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0px;
  margin-right: calc(100% / 80 * 3);
  height: 40px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-list_steps li.is-current ~ li {
  color: #bbb;
}
.c-list_steps li.is-current ~ li::before {
  background: #bbb;
}
.c-list_steps li.is-current ~ li::after {
  border-color: #bbb;
}
.c-list_steps li.is-current ~ li .step {
  background: #bbb;
}
.c-list_steps li:last-child::after {
  border-top: none;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  height: 13px;
  bottom: -6px;
}
.c-list_steps li::before {
  content: "";
  height: 1px;
  width: 100%;
  background: #00ae68;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-list_steps li::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #00ae68;
  border-right: 1px solid #00ae68;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -4px;
  right: 0;
}
.c-list_steps .step {
  background: #00ae68;
  color: #fff;
  font-size: 13px;
  padding: 3px 6px;
  margin-right: 8px;
  white-space: nowrap;
}
.c-nav_breadcrumb {
  padding: 75px 3% 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-nav_breadcrumb li {
  position: relative;
  color: #00ae68;
  margin-right: 6px;
}
.c-nav_breadcrumb li + li {
  padding-left: 21px;
}
.c-nav_breadcrumb li + li::before {
  content: "";
  top: 8px;
  left: 2px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.c-text_arrow-link {
  margin: 21px 0;
  padding: 0 calc(100% / 80 * 3);
}
.c-text_arrow-link a {
  position: relative;
  color: #00ae68;
  padding-right: 26px;
}
.c-text_arrow-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  right: 14px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #00ae68;
  border-right: 1px solid #00ae68;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -4px;
}
.c-text_arrow-link a[target="_blank"]::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  border: none;
  width: 15px;
  height: 12px;
  background: url(https://www.jt.com/form_common/common_jt_form/images/ico/blank_green.png) no-repeat center;
  background-size: contain;
  margin-top: -7px;
  right: 5px;
}
.c-text_arrow-link a[href$=".pdf"]::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  border: none;
  width: 16px;
  height: 16px;
  background: url(https://www.jt.com/form_common/common_jt_form/images/ico/pdf.png) no-repeat center;
  background-size: contain;
  margin-top: -9px;
  right: 5px;
}
.c-text_arrow-link a:hover::after {
  right: 9px;
}
.c-text_arrow-link a:hover[target="_blank"]::after {
  right: 0;
}
.c-text_arrow-link a:hover[href$=".pdf"]::after {
  right: 0;
}
.c-text_error {
  background-color: #fde1d6;
  color: #e66d43;
  padding: 45px calc(100% / 80 * 3);
  margin: 50px 0;
}
.c-text_general-01 {
  margin: 21px 0;
  padding: 0 calc(100% / 80 * 3);
}
.c-text_general-01 em {
  font-style: italic;
}
.c-text_general-01 strong {
  font-weight: 700;
}
.c-text_general-01 a {
  color: #00ae68;
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
.c-text_general-01 a[target="_blank"]:after {
  content: "";
  display: inline-block;
  background: url(https://www.jt.com/form_common/common_jt_form/images/ico/blank_green.png) no-repeat right;
  border: 0;
  background-size: 12px;
  width: 12px;
  height: 12px;
  padding-left: 10px;
  margin-left: 0;
  margin-right: 10px;
  top: 0;
}
.c-text_general-01 a[href$="pdf"]:after {
  content: "";
  display: inline-block;
  background: url(https://www.jt.com/form_common/common_jt_form/images/ico/pdf.png) no-repeat right;
  border: 0;
  background-size: 10px 13px;
  width: 10px;
  height: 13px;
  padding-left: 10px;
  margin-left: 0;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.c-text_general-01 a:hover {
  text-decoration: none;
}
.c-unique_form-input {
  margin: 45px 0 20px;
}
.c-unique_form-input + .c-unique_form-input {
  margin: 20px 0;
}
.c-unique_form-input.is-error .input-sec {
  background: #fde1d6;
}
.c-unique_form-input.is-error .text-input,
.c-unique_form-input.is-error .textarea-input {
  border-bottom: 1px solid #efad96;
}
.c-unique_form-input.is-short .input-sec {
  width: calc(100% / 80 * 20);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.c-unique_form-input.is-short textarea {
  padding: 15px calc(100% / 20 * 1.5);
}
.c-unique_form-input.is-short .confirm,
.c-unique_form-input.is-short .input-list,
.c-unique_form-input.is-short .select-input,
.c-unique_form-input.is-short .telephone-input,
.c-unique_form-input.is-short .text-input {
  padding: 0 calc(100% / 20 * 1.5);
}
.c-unique_form-input.is-medium .input-sec {
  width: calc(100% / 80 * 40);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.c-unique_form-input.is-medium textarea {
  padding: 15px calc(100% / 40 * 1.5);
}
.c-unique_form-input.is-medium .confirm,
.c-unique_form-input.is-medium .input-list,
.c-unique_form-input.is-medium .select-input,
.c-unique_form-input.is-medium .telephone-input,
.c-unique_form-input.is-medium .text-input {
  padding: 0 calc(100% / 40 * 1.5);
}
.c-unique_form-input .input-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-unique_form-input .heading-sec {
  padding: 18px calc(100% / 80 * 1.5);
  background: #d8eae2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(100% / 80 * 20);
}
.c-unique_form-input .required {
  color: #de6135;
}
.c-unique_form-input .input-sec {
  background: #ecf1ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-unique_form-input input[type="checkbox"] {
  display: none;
}
.c-unique_form-input input[type="checkbox"]:checked + .checkbox-mark {
  background-image: url(https://www.jt.com/form_common/common_jt_form/images/ico/checkbox_checked.png);
}
.c-unique_form-input input[type="radio"] {
  display: none;
}
.c-unique_form-input input[type="radio"]:checked + .radio-mark {
  border: 1px solid #00ae68;
  background: #00ae68;
}
.c-unique_form-input input[type="text"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  background: 0 0;
}
.c-unique_form-input select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  background: 0 0;
}
.c-unique_form-input textarea {
  width: 100%;
  height: 100%;
  padding: 15px calc(100% / 60 * 1.5);
  background: 0 0;
  resize: vertical;
  display: block;
}
.c-unique_form-input label {
  cursor: pointer;
}
.c-unique_form-input .checkbox-mark {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(https://www.jt.com/form_common/common_jt_form/images/ico/checkbox.png) no-repeat center;
  background-size: contain;
}
.c-unique_form-input .radio-mark {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #a9d7c5;
  background: #fff;
  border-radius: 50%;
}
.c-unique_form-input .input-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 calc(100% / 80 * 1.5);
  width: 100%;
}
.c-unique_form-input .input-list li {
  margin-right: 40px;
}
.c-unique_form-input .input-list label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-unique_form-input .input-list .label {
  margin-left: 10px;
}
.c-unique_form-input .text-input {
  width: 100%;
  height: 100%;
  padding: 0 calc(100% / 60 * 1.5);
  border-bottom: 1px solid #a9d7c5;
}
.c-unique_form-input .telephone-input {
  width: 100%;
  height: 100%;
  padding: 0 calc(100% / 60 * 1.5);
  border-bottom: 1px solid #a9d7c5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-unique_form-input .telephone-input .area {
  width: calc(100% / 57 * 18.5);
}
.c-unique_form-input .telephone-input .number {
  position: relative;
  padding-left: calc(100% / 57 * 1.5);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-unique_form-input .telephone-input .number::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 60%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #a9d7c5;
}
.c-unique_form-input .select-input {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 calc(100% / 60 * 1.5);
}
.c-unique_form-input .select-input::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -5px;
  pointer-events: none;
}
.c-unique_form-input .textarea-input {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #a9d7c5;
}
.c-unique_form-input .confirm {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 18px calc(100% / 60 * 1.5);
}
.c-unique_form-input .error-message {
  margin-left: calc(100% / 80 * 20);
  padding: 5px calc(100% / 80 * 1.5) 0;
  color: #e17049;
}
.c-unique_form-input .error-message:empty {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .l-footer_global {
    width: 100%;
  }
  .l-footer_global .sitemap {
    padding: 60px 0 0;
  }
  .l-footer_global .sitemap ul {
    width: 25%;
    margin-bottom: 30px;
  }
  .l-footer_global .sitemap .others {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-top: 30px;
  }
  .l-footer_global .sitemap .others:before {
    content: "";
    display: block;
    border-top: 1px solid #ecf1ef;
    position: absolute;
    top: 0;
    width: 94%;
  }
  .l-footer_global .sitemap .others li {
    width: 50%;
  }
  .l-footer_global .sitemap .others li:first-child {
    display: none;
  }
  .l-footer_global .groups {
    padding: 0 3%;
  }
  .l-footer_global .copyright {
    margin-top: 0;
    text-align: left;
  }
  .l-footer_global .to-top {
    display: block;
  }
  .l-header_global {
    width: 100%;
    height: 50px;
  }
  .l-header_global.is-shadow {
    box-shadow: 0 -8px 8px 8px rgba(0, 0, 0, 0.3);
  }
  .l-header_global.is-open .menu-btn .line-wrapper span:nth-child(1) {
    width: 23px !important;
    -webkit-transform: rotate(-45deg) translate(-4px, 6px);
    -ms-transform: rotate(-45deg) translate(-4px, 6px);
    transform: rotate(-45deg) translate(-4px, 6px);
  }
  .l-header_global.is-open .menu-btn .line-wrapper span:nth-child(2) {
    width: 23px;
    -webkit-transform: rotate(45deg) translate(1.5px, -1.5px);
    -ms-transform: rotate(45deg) translate(1.5px, -1.5px);
    transform: rotate(45deg) translate(1.5px, -1.5px);
  }
  .l-header_global.is-open .menu-btn .line-wrapper span:nth-child(3) {
    opacity: 0;
  }
  .l-header_global .header-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 0;
  }
  .l-header_global .menu-btn a {
    padding: 0 3vw 0 20px;
  }
  .l-header_global .menu-btn .line:nth-child(1) {
    -webkit-transition: none;
    transition: none;
  }
  .l-header_global .search a {
    padding: 0 20px 0 25px;
  }
  .l-header_global .inquiry a {
    padding: 0 20px;
  }
  .l-header_global .logo a {
    padding: 0 3vw;
  }
  .l-header_global .logo {
    width: auto;
    left: 0;
  }
  .l-header_global .to-top {
    display: none;
  }
  .l-header_global .global-nav {
    width: 100%;
  }
  .l-header_global .global-nav .sec:last-child ul {
    height: auto;
    opacity: 1;
  }
  .l-header_global .close-btn.header-close {
    display: none;
  }
  .l-header_global .overlay {
    width: 100%;
  }
  .l-wrapper_content-outer {
    padding: 40px 0 0;
  }
  .l-wrapper_content-outer::before {
    display: none;
  }
  .l-wrapper_main.is-no-local-nav {
    margin-top: 50px;
  }
  .l-wrapper_main {
    width: 100%;
    margin-top: 90px;
  }
  .c-btn_link {
    padding: 0 3%;
    width: calc(100% / 80 * 40);
  }
  .c-btn_prev-next {
    padding: 0 3%;
    margin: 40px 0;
  }
  .c-heading_lv2 {
    font-size: 36px;
    margin: 75px 0 24px;
    padding: 0 3%;
  }
  .c-heading_lv3 {
    font-size: 27px;
    margin: 52px 0 16px;
    padding: 0 3%;
  }
  .c-list_general-01 {
    padding: 0 calc(100% * 0.03);
  }
  .c-list_note {
    padding: 0 3%;
  }
  .c-list_steps {
    padding-left: 3%;
  }
  .c-list_steps li {
    margin-right: 3%;
  }
  .c-text_arrow-link {
    padding: 0 calc(100% * 0.03);
  }
  .c-text_error {
    padding: 40px 3%;
    margin: 40px 0;
  }
  .c-text_general-01 {
    padding: 0 calc(100% * 0.03);
  }
}
@media screen and (max-width: 768px) {
  .l-footer_global .sitemap ul {
    width: 50%;
  }
  .l-footer_global .sitemap .others {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-header_global.is-open .global-nav .sec {
    -webkit-animation: l-header_gobal_fadein 0.5s forwards;
    animation: l-header_gobal_fadein 0.5s forwards;
  }
  .l-header_global.is-close .global-nav {
    -webkit-animation: l-header_gobal_fadehide 0.5s forwards;
    animation: l-header_gobal_fadehide 0.5s forwards;
  }
  .l-header_global.is-close .global-nav .sec {
    -webkit-animation: l-header_gobal_fadeout 0.5s forwards;
    animation: l-header_gobal_fadeout 0.5s forwards;
  }
  .l-header_global.is-close .overlay {
    -webkit-animation: l-header_gobal_fadehide 0.5s forwards;
    animation: l-header_gobal_fadehide 0.5s forwards;
  }
  .l-header_global .global-nav {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .l-header_global .global-nav a {
    padding: 10px 3%;
  }
  .l-header_global .global-nav a:hover {
    color: #fff;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .l-header_global .global-nav .nav-inner {
    padding: 80px 0;
    display: block;
  }
  .l-header_global .global-nav .sec {
    padding: 10px 0;
  }

  /*
 20191121 Closeボタンを「カテゴリー名」の位置に設置するため、当記述をコメントアウト
.l-header_global .global-nav .sec:last-child .cat-name {
    display: none
  }
*/

  .l-header_global .global-nav .sec.is-open {
    background: #000;
  }
  .l-header_global .global-nav .sec.is-open ul {
    height: auto;
    opacity: 1;
  }
  .l-header_global .global-nav .sec.is-open .sec-close {
    display: block;
  }
  .l-header_global .global-nav .sec ul {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-header_global .global-nav .cat-name a {
    color: #00ae68;
  }
  .l-header_global .close-btn {
    margin-top: 30px;
  }
  .l-header_global .close-btn a {
    color: #8d8d8d;
  }
  .l-header_global .overlay {
    background: rgba(0, 0, 0, 0.9);
  }
  .l-header_global .overlay .bg {
    display: none;
  }
  .l-header_global .overlay .bg:last-child {
    display: none;
  }
  .c-btn_link a {
    min-height: 50px;
    padding: 5px 25px 5px 13px;
  }
  .c-btn_prev-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-btn_prev-next .prev {
    width: auto;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .c-btn_prev-next .prev a {
    min-height: 50px;
    padding: 5px 13px 5px 30px;
  }
  .c-btn_prev-next .next {
    width: auto;
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    margin-left: 10px;
  }
  .c-btn_prev-next .next:only-child {
    margin-left: 0;
  }
  .c-btn_prev-next .next a {
    min-height: 50px;
    padding: 5px 25px 5px 13px;
    text-align: right;
  }
  .c-btn_prev-next .next input {
    min-height: 50px;
    padding: 5px 25px 5px 13px;
    text-align: right;
  }
  .c-list_steps li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding-bottom: 15px;
  }
  .c-list_steps .step {
    margin-bottom: 5px;
  }
  .c-unique_form-input {
    margin: 40px 0 30px;
  }
  .c-unique_form-input + .c-unique_form-input {
    margin: 30px 0;
  }
  .c-unique_form-input.is-short .input-sec {
    width: auto;
  }
  .c-unique_form-input.is-short textarea {
    padding: 15px 3%;
  }
  .c-unique_form-input.is-short .confirm,
  .c-unique_form-input.is-short .input-list,
  .c-unique_form-input.is-short .select-input,
  .c-unique_form-input.is-short .telephone-input,
  .c-unique_form-input.is-short .text-input {
    padding: 18px 3%;
  }
  .c-unique_form-input.is-medium .input-sec {
    width: auto;
  }
  .c-unique_form-input.is-medium textarea {
    padding: 15px 3%;
  }
  .c-unique_form-input.is-medium .confirm,
  .c-unique_form-input.is-medium .input-list,
  .c-unique_form-input.is-medium .select-input,
  .c-unique_form-input.is-medium .telephone-input,
  .c-unique_form-input.is-medium .text-input {
    padding: 18px 3%;
  }
  .c-unique_form-input .input-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-unique_form-input .heading-sec {
    padding: 18px 3%;
    width: auto;
  }
  .c-unique_form-input .checkbox-mark {
    width: 20px;
    height: 20px;
  }
  .c-unique_form-input .radio-mark {
    width: 20px;
    height: 20px;
  }
  .c-unique_form-input .input-list {
    padding: 18px 3%;
  }
  .c-unique_form-input .text-input {
    padding: 18px 3%;
  }
  .c-unique_form-input .telephone-input {
    padding: 0 3%;
  }
  .c-unique_form-input .telephone-input .area {
    padding: 18px 0;
  }
  .c-unique_form-input .telephone-input .number {
    padding: 18px 0 18px 3%;
  }
  .c-unique_form-input .select-input {
    padding: 0 3%;
  }
  .c-unique_form-input .confirm {
    padding: 18px 3%;
  }
  .c-unique_form-input .error-message {
    margin-left: 0;
    padding: 10px 3% 0;
  }
}
@media screen and (max-width: 425px) {
  .l-footer_global:before {
    width: 87.5%;
  }
  .l-footer_global .sitemap ul {
    padding: 0 6.25%;
  }
  .l-footer_global .sitemap .others:before {
    width: 87%;
  }
  .l-footer_global .groups {
    padding: 0 6.25%;
  }
  .l-footer_global .groups li {
    width: 100%;
    margin: 0 0 20px;
  }
  .l-footer_global .groups a {
    height: auto;
  }
  .l-footer_global .copyright {
    text-align: center;
  }
  .l-footer_global .to-top a {
    right: 6.25%;
  }
  .l-header_global .menu-btn a {
    padding: 0 6.25vw 0 4vw;
  }
  .l-header_global .logo a {
    padding: 0 6.25vw;
  }
  .l-header_global .global-nav a {
    padding: 10px 6.25%;
  }
  .c-btn_link {
    margin: 36px 0;
    padding: 0 6.25%;
    width: auto;
  }
  .c-btn_link.is-medium {
    width: auto;
  }
  .c-btn_link.is-long {
    width: auto;
  }
  .c-btn_prev-next {
    padding: 0 6.25%;
    margin: 35px 0;
  }
  .c-heading_lv2 {
    font-size: 32px;
    margin: 67px 0 20px;
    padding: 0 6.25%;
  }
  .c-heading_lv3 {
    font-size: 25px;
    margin: 46px 0 12px;
    padding: 0 6.25%;
  }
  .c-heading_lv4 {
    font-size: 18px;
    margin: 51px 0 23px;
    padding: 0 6.25%;
  }
  .c-list_general-01 {
    padding: 0 6.25%;
  }
  .c-list_note {
    padding: 0 6.25%;
    margin: 10px 0 28px;
  }
  .c-list_steps {
    padding: 0 6.25%;
    margin: 30px 0;
  }
  .c-list_steps li {
    margin-right: 0;
  }
  .c-list_steps li + li {
    margin-left: 10px;
  }
  .c-list_steps li::after {
    width: 6px;
    height: 6px;
    bottom: -3px;
  }
  .c-nav_breadcrumb {
    padding: 40px 6.25% 23px;
  }
  .c-text_arrow-link {
    padding: 0 6.25%;
  }
  .c-text_error {
    padding: 36px 6.25%;
    margin: 30px 0;
  }
  .c-text_general-01 {
    padding: 0 6.25%;
  }
  .c-unique_form-input.is-short textarea {
    padding: 15px 6.25%;
  }
  .c-unique_form-input.is-short .confirm,
  .c-unique_form-input.is-short .input-list,
  .c-unique_form-input.is-short .select-input,
  .c-unique_form-input.is-short .telephone-input,
  .c-unique_form-input.is-short .text-input {
    padding: 15px 6.25%;
  }
  .c-unique_form-input.is-medium textarea {
    padding: 15px 6.25%;
  }
  .c-unique_form-input.is-medium .confirm,
  .c-unique_form-input.is-medium .input-list,
  .c-unique_form-input.is-medium .select-input,
  .c-unique_form-input.is-medium .telephone-input,
  .c-unique_form-input.is-medium .text-input {
    padding: 15px 6.25%;
  }
  .c-unique_form-input .heading-sec {
    padding: 15px 6.25%;
  }
  .c-unique_form-input input[type="text"] {
    font-size: 16px;
  }
  .c-unique_form-input select {
    font-size: 16px;
  }
  .c-unique_form-input textarea {
    font-size: 16px;
    padding: 15px 6.25%;
  }
  .c-unique_form-input .input-list {
    padding: 15px 6.25%;
  }
  .c-unique_form-input .text-input {
    padding: 15px 6.25%;
  }
  .c-unique_form-input .telephone-input {
    padding: 0 6.25%;
  }
  .c-unique_form-input .telephone-input .number {
    padding: 15px 0 15px 6.25%;
  }
  .c-unique_form-input .select-input {
    padding: 0 6.25%;
  }
  .c-unique_form-input .confirm {
    padding: 15px 6.25%;
  }
  .c-unique_form-input .error-message {
    margin-left: 0;
    padding: 10px 6.25% 0;
  }
}
@-moz-document url-prefix() {
  .c-unique_form-input select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    color: transparent;
    text-shadow: 0 0 0 #000;
  }
}
@-webkit-keyframes global_button-hover {
  0% {
    background: #7bc859;
  }
  100% {
    background: #079d71;
  }
}
@keyframes global_button-hover {
  0% {
    background: #7bc859;
  }
  100% {
    background: #079d71;
  }
}
@-webkit-keyframes global_button-hover-gray {
  0% {
    background: #fff;
  }
  100% {
    background: #d8dedc;
  }
}
@keyframes global_button-hover-gray {
  0% {
    background: #fff;
  }
  100% {
    background: #d8dedc;
  }
}
@-webkit-keyframes l-header_gobal_fadehide {
  0% {
    height: 100%;
    opacity: 1;
  }
  99% {
    height: 100%;
    opacity: 0;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
@keyframes l-header_gobal_fadehide {
  0% {
    height: 100%;
    opacity: 1;
  }
  99% {
    height: 100%;
    opacity: 0;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
@-webkit-keyframes l-header_gobal_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes l-header_gobal_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes l-header_gobal_fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes l-header_gobal_fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
