@import url(liset.css);
@media screen and (max-width: 991px) {
  html {
    scroll-padding-top: 572px;
  }
}
.accordion-button:not(.collapsed) {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #FEFEFE 46%, #D8D8D8 100%) 0% 0% no-repeat padding-box;
}

body {
  background-color: #f3f3f3;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

header {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #FEFEFE 46%, #D8D8D8 100%) 0% 0% no-repeat padding-box;
  margin: 0 auto;
  border-top: 5px solid #3C82FA;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
}
header .navbar-brand {
  font-size: 20px;
  font-weight: bold;
  color: #3d3d3d;
}
header .navbar-brand img {
  height: 56px;
}
header .navbar-brand:hover {
  color: #3C82FA;
}

.navbar-nav {
  margin-left: 32px;
}

.nav-item {
  margin-right: 24px;
}

.h-992 {
  display: contents;
}

.h-991 {
  display: none;
}

.h-lnk p {
  color: #3d3d3d;
  font-size: 20px;
  padding: 8px 0px;
  text-align: center;
}
.h-lnk p:hover {
  color: #3C82FA;
}

.h-btn {
  background: transparent linear-gradient(180deg, #6092FF 0%, #4C73C9 66%, #4365B0 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 50px;
}
.h-btn p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 32px;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  header .navbar-brand {
    font-size: 20px;
  }
  header .navbar-brand img {
    height: 50px;
  }
  .navbar-nav {
    margin-left: 24px;
  }
  .nav-item {
    margin-right: 12px;
  }
  .h-lnk p {
    font-size: 18px;
    padding: 6px 0px;
  }
  .h-btn p {
    font-size: 18PX;
    padding: 6px 24px;
  }
}
@media screen and (max-width: 1200px) {
  header .navbar-brand {
    font-size: 16px;
    letter-spacing: 0;
  }
  header .navbar-brand img {
    height: 36px;
  }
  .navbar-nav {
    margin-left: 12px;
  }
  .nav-item {
    margin-right: 12px;
  }
  .h-lnk p {
    font-size: 16px;
    padding: 4px 0px;
  }
  .h-btn p {
    font-size: 16PX;
    padding: 4px 16px;
  }
}
@media screen and (max-width: 991px) {
  header {
    border-top: 3px solid #3C82FA;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  }
  header .navbar-brand {
    font-size: 16px;
  }
  header .navbar-brand img {
    height: 30px;
  }
  .navbar-nav {
    margin-top: 36px;
    margin-left: 0;
  }
  .nav-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .h-lnk {
    position: relative;
  }
  .h-lnk p {
    text-align: left;
    padding: 4px 0px;
    font-size: 24px;
    border-bottom: solid 1px #585858;
    letter-spacing: 0.15em;
  }
  .h-lnk p::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0px;
    height: 35px;
    width: 35px;
    background-image: url("../img/h-button.svg");
  }
  .h-btn p {
    font-size: 24pX;
    padding: 4px 16px;
    letter-spacing: 0.15em;
  }
}
article {
  margin-bottom: 64px;
}

section {
  margin-bottom: 48px;
}

h1 {
  line-height: 1.8em;
  font-size: 20px;
}

h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  padding: 11px 0px 12px 16px;
  color: #3d3d3d;
  border-left: 5px solid #3C82FA;
  background-color: #e7e7e7;
  letter-spacing: 0.1em;
}

.h-3 {
  margin-bottom: 32px;
}
.h-3 h3 {
  font-size: 24px;
  font-weight: bold;
  padding: 0px 16px;
  background: linear-gradient(transparent 60%, #D4EFFF 30%);
  display: inline;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  section {
    margin-bottom: 40px;
  }
  h2 {
    font-size: 24px;
    margin-bottom: 32px;
    padding: 7px 0px 8px 12px;
    border-left: 3px solid #3C82FA;
    letter-spacing: 0.025em;
  }
  .h-3 {
    margin-bottom: 28px;
  }
  .h-3 h3 {
    font-size: 20px;
    padding: 0px 8px;
    letter-spacing: 0.025em;
  }
}
#mv {
  background-color: #ffffff;
  background-image: url(../img/mv_pc.png);
  width: 100%;
  padding: 4% 0;
  background-position: center;
  background-size: cover;
  position: unset;
  top: 0;
  left: 0;
}
#mv .mv_container #mv_paragraph div {
  position: absolute;
  padding: 7% 0 1% 0;
}
#mv .mv_container #mv_paragraph div h1 {
  margin-bottom: 36px;
  color: #4c73c9;
  font-weight: bold;
  text-align: center;
}
#mv .mv_container #mv_paragraph div h1 .big {
  font-size: 48px;
}
#mv .mv_container #mv_paragraph div button {
  padding: 24px 32px;
  background: transparent linear-gradient(180deg, #6092FF 0%, #4C73C9 66%, #4365B0 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 50px;
  border: none;
}
#mv .mv_container #mv_paragraph div button a {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
}
#mv .mv_container #mv_img img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #mv .mv_container #mv_paragraph div {
    padding: 10% 0;
  }
  #mv .mv_container #mv_paragraph div h1 {
    line-height: 1.6em;
    font-size: 20px;
    margin-bottom: 16px;
  }
  #mv .mv_container #mv_paragraph div h1 .big {
    font-size: 36px;
  }
  #mv .mv_container #mv_paragraph div button {
    padding: 16px 32px;
    border-radius: 50px;
  }
  #mv .mv_container #mv_paragraph div button a {
    font-size: 18px;
  }
  #mv .mv_container #mv_img img {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #mv .mv_container #mv_paragraph div {
    padding: 8% 0;
  }
  #mv .mv_container #mv_paragraph div h1 {
    line-height: 1.6em;
    font-size: 18px;
    margin-bottom: 16px;
    letter-spacing: 0;
  }
  #mv .mv_container #mv_paragraph div h1 .big {
    font-size: 28px;
  }
  #mv .mv_container #mv_paragraph div button {
    padding: 12px 16px;
    border-radius: 50px;
  }
  #mv .mv_container #mv_paragraph div button a {
    font-size: 16px;
  }
  #mv .mv_container #mv_img img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #mv {
    background-image: url(../img/mv_sp.png);
    padding: 14% 0;
  }
  #mv .mv_container {
    flex-direction: column-reverse;
  }
  #mv .mv_container #mv_paragraph div {
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
  #mv .mv_container #mv_paragraph div h1 {
    line-height: 1.6em;
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 0;
  }
  #mv .mv_container #mv_paragraph div button {
    padding: 12px 24px;
    border-radius: 50px;
  }
  #mv .mv_container #mv_paragraph div button a {
    font-size: 14px;
  }
  #mv .mv_container #mv_img img {
    width: 100%;
  }
}
p {
  font-size: 16px;
  line-height: 1.8em;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

.scroll__container {
  height: 119px;
}

@media screen and (max-width: 991px) {
  .scroll__container {
    height: 72px;
  }
}
#about #about_paragraph {
  padding: 40px 36px 0px 36px;
  background-color: #3d3d3d;
}
#about #about_paragraph p {
  color: #fff;
  font-size: 20px;
  line-height: 2.2;
  margin-bottom: 60px;
}
#about .pc {
  display: block !important;
}
#about .sp {
  display: none !important;
}

@media screen and (max-width: 1584px) {
  #about #about_paragraph {
    padding: 36px 32px 0px 32px;
  }
  #about #about_paragraph p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1328px) {
  #about #about_paragraph {
    padding: 36px 32px 0px 32px;
  }
  #about #about_paragraph p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1050px) {
  #about #about_paragraph {
    padding: 24px 16px 0px 16px;
  }
  #about #about_paragraph p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 868px) {
  #about #about_paragraph {
    padding: 16px 8px 0px 8px;
  }
  #about #about_paragraph p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  #about #about_paragraph {
    padding: 36px 16px 0px 16px;
  }
  #about #about_paragraph p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  #about .pc {
    display: none !important;
  }
  #about .sp {
    display: block !important;
  }
}
#video_sub h4 {
  font-size: 24px;
  margin-bottom: 12px;
}
#video_sub ul {
  margin-bottom: 24px;
}
#video_sub ul li {
  margin-bottom: 12px;
  padding: 0px 12px;
}
#video_sub ul li a {
  color: #3d3d3d;
  font-size: 20px;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #FEFEFE 46%, #D8D8D8 100%) 0% 0% no-repeat padding-box;
  padding: 16px 12px 16px 48px;
  display: block;
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s all ease 0s;
}
#video_sub ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  height: 32px;
  width: 32px;
  background-image: url("../img/video_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#video_sub ul li a:hover {
  box-shadow: 5px 5px 10px #3d3d3d;
}

#video_main {
  margin-bottom: 64px;
}
#video_main video {
  padding: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1328px) {
  #video_sub h4 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  #video_sub ul {
    margin-bottom: 24px;
  }
  #video_sub ul li {
    margin-bottom: 12px;
  }
  #video_sub ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #video_sub h4 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  #video_sub ul {
    margin-bottom: 24px;
  }
  #video_sub ul li {
    margin-bottom: 12px;
  }
  #video_sub ul li a {
    font-size: 16px;
  }
}
#lineup h4 {
  display: inline-block;
  border: 2px solid #3C82FA;
  border-radius: 50px;
  padding: 4px 32px;
  font-size: 28px;
  margin-bottom: 12px;
}
#lineup .table-scroll {
  margin: 0 auto;
}
#lineup .table-human td {
  width: 142px;
}
#lineup .table-ict td {
  width: 120px;
}
#lineup .table-ict .td-job {
  width: 274px;
  font-size: 1rem;
}
#lineup table {
  width: 100%;
  min-width: 1296px;
  box-sizing: border-box;
}
#lineup table tr {
  height: 50px;
  border-bottom: 1px solid #3d3d3d;
}
#lineup table .tr-caption {
  background-color: #a4a4a4;
}
#lineup table .tr-even {
  background-color: #d3d3d3;
}
#lineup table th {
  width: auto;
  font-size: 1rem;
  vertical-align: middle;
  border: 1px solid #3d3d3d;
  padding: 0 0.5rem;
}
#lineup table td {
  font-size: 1.25rem;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #3d3d3d;
}
#lineup table .th-target {
  text-align: center;
}
#lineup table .th-course {
  height: 2rem;
  width: 302px;
}

@media screen and (max-width: 1399px) {
  #lineup .table-scroll {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 1199px) {
  #lineup h4 {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
.lineup-title h5 .accordion-button {
  min-height: 79px;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #FEFEFE 46%, #D8D8D8 100%) 0% 0% no-repeat padding-box;
}
.lineup-title h5 .accordion-button .l-t-p {
  font-size: 22px;
  font-weight: bold;
  flex-direction: column;
  line-height: 1em;
  color: #3d3d3d;
  letter-spacing: 0.1em;
}
.lineup-title h5 .accordion-button .l-t-p .title-small {
  font-size: 16px;
  letter-spacing: 0.1em;
}

.accordion p {
  font-size: 20px;
  line-height: 2em;
}
.accordion h6 {
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.accordion li {
  margin-bottom: 12px;
}
.accordion li .l-a-t {
  margin-left: 24px;
}

@media screen and (max-width: 767px) {
  .lineup-title h5 .accordion-button {
    min-height: 65px;
  }
  .lineup-title h5 .accordion-button .l-t-p {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.0125em;
  }
  .lineup-title h5 .accordion-button .l-t-p .title-small {
    font-size: 12px;
    letter-spacing: 0;
  }
  .accordion p {
    font-size: 14px;
    line-height: 1.8;
  }
}
#completion .comp_p {
  margin: auto 0;
  margin-bottom: 36px;
}
#completion p {
  font-size: 24px;
  margin-bottom: 12px;
}
#completion img {
  max-height: 300px;
  width: auto;
}

@media screen and (max-width: 1199px) {
  #completion h4 {
    font-size: 24px;
    margin-bottom: 18px;
  }
  #completion p {
    font-size: 20px;
    margin-bottom: 16px;
  }
  #completion img {
    max-height: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #completion .comp_p {
    padding-top: 0px;
  }
  #completion p {
    font-size: 16px;
    margin-bottom: 16px;
  }
  #completion img {
    max-height: none;
    width: 100%;
  }
}
#company h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 24px;
}
#company table {
  margin-bottom: 48px;
  width: 100%;
  letter-spacing: 0.075em;
}
#company table tr {
  margin-bottom: 24px;
  border-bottom: 1px dotted #3C82FA;
}
#company table tr th {
  width: 175px;
  font-size: 20px;
}
#company table tr td {
  padding: 8px 0;
  line-height: 2.2;
  font-size: 20px;
}
#company table tr td a {
  color: #3d3d3d;
}
#company table tr td a:hover {
  color: #3C82FA;
}

@media screen and (max-width: 767px) {
  #company h4 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  #company table {
    margin-bottom: 36px;
    letter-spacing: 0.025em;
  }
  #company table tr {
    margin-bottom: 16px;
  }
  #company table tr th {
    width: 110px;
    font-size: 13px;
  }
  #company table tr td {
    padding: 4px 0;
    line-height: 1.8;
    font-size: 13px;
  }
}
#subscription {
  align-items: center;
}
#subscription .subsc {
  padding-left: 0;
  width: 100%;
}
#subscription .subsc li {
  list-style-type: none;
  border: 2px solid #3C82FA;
  padding: 16px;
  border-radius: 16px;
}
#subscription .subsc li dl dt {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2pt dashed #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
#subscription .subsc li dl dd {
  margin: 0;
}
#subscription .subsc li dl .step {
  color: #3C82FA;
  margin-right: 0.5em;
}
#subscription .subsc li dl p {
  line-height: 1.6;
  font-size: 18px;
}
#subscription .subsc li dl h4 {
  font-weight: bold;
}
#subscription .subsc li dl h5 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#subscription .subsc li dl #step3-p {
  color: #6092FF;
}
#subscription .subsc li dl #step3-e {
  color: #e66a68;
}
#subscription .subsc li:not(:last-child) {
  margin-bottom: 40px;
  position: relative;
}
#subscription .subsc li:not(:last-child)::after {
  content: "";
  position: absolute;
  border: 20px solid transparent;
  width: 0;
  height: 0;
  bottom: -53px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top-color: #3C82FA;
}

@media screen and (max-width: 1584px) {
  #subscription .subsc li {
    padding: 16px;
    border-radius: 16px;
  }
  #subscription .subsc li dl dt {
    font-size: 22px;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
  #subscription .subsc li dl .step {
    margin-right: 0.5em;
  }
  #subscription .subsc li dl p {
    line-height: 1.6;
    font-size: 1rem;
  }
  #subscription .subsc li dl h5 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  #subscription .subsc li:not(:last-child) {
    margin-bottom: 40px;
  }
}
#price .set {
  border: 10px solid #3C82FA;
}
#price .set h5 {
  background-color: #3C82FA;
}
#price .set p {
  color: #3C82FA;
}
#price .one {
  border: 10px solid #6d6d6d;
}
#price .one h5 {
  background-color: #6d6d6d;
}
#price .one p {
  color: #6d6d6d;
}
#price .plan {
  border-radius: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #fff;
}
#price .plan h5 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  padding: 16px 24px;
}
#price .plan p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
#price .plan p .plan_price {
  font-size: 48px;
  margin-left: 12px;
}
#price .plan .plan_comp {
  position: relative;
  height: 180px;
}
#price .plan .plan_comp .plan_translate {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 100%;
}
#price .plan .plan_comp .plan_note {
  font-size: 16px;
}
#price .group small {
  font-size: 12px;
}

.f-btn {
  max-width: 540px;
  background: transparent linear-gradient(180deg, #6092FF 0%, #4C73C9 66%, #4365B0 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  margin: 0 auto;
  justify-content: center;
  border-radius: 6px;
}
.f-btn p {
  color: #fff;
  font-size: 24PX;
  font-weight: bold;
  padding: 16px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #price .set {
    margin-bottom: 32px;
  }
  #price .group small {
    font-size: 12px;
  }
}
#application .person-btn,
#application .entity-btn {
  border-radius: 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
#application .person-btn h5,
#application .entity-btn h5 {
  font-size: 28px;
  color: #FFFFFF;
  padding: 32px 24px;
  font-weight: bold;
}
#application a::after {
  transition: 0.3s all ease 0s;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
}
#application .person-btn {
  background-color: #97db57;
  background: transparent linear-gradient(180deg, #6092FF 0%, #4C73C9 66%, #4365B0 100%) 0% 0% no-repeat padding-box;
}
#application .entity-btn {
  background-color: #e66a68;
  background: transparent linear-gradient(180deg, #e66a68 0%, #de6260 66%, #d45b59 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 767px) {
  #application .person-btn {
    margin-bottom: 36px;
  }
  #application .person-btn,
  #application .entity-btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 540px;
  }
}

.Form {
  margin-left: auto;
  margin-right: auto;
}
.Form .Form-Item {
  border-bottom: 1px dotted #3C82FA;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  align-items: center;
}
.Form .Form-Item:nth-child(5) {
  border-bottom: 1px dotted #3C82FA;
}
.Form .Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 20px;
}
.Form .Form-Item-Label.isMsg {
  margin-bottom: auto;
}
.Form .Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #3C82FA;
  color: #fff;
  font-size: 14px;
}
.Form .Form-Item-Label-optional {
  border-radius: 6px;
  margin-right: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #949494;
  color: #fff;
  font-size: 14px;
}
.Form .Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 12px;
  height: 48px;
  width: 100%;
  background: #eaedf2;
  font-size: 18px;
}
.Form .Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 12px;
  height: 216px;
  width: 100%;
  background: #eaedf2;
  font-size: 18px;
}
.Form .Form-Item-radio {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 32px;
  background: #eaedf2;
  font-size: 18px;
}
.Form .mwform-radio-field-text {
  font-size: 20px;
}
.Form .mwform-checkbox-field {
  margin-bottom: 8px;
}
.Form .horizontal-item {
  margin-left: 0px !important;
  margin-right: 18px;
  margin-bottom: 8px;
}
.Form .Form-Subject-Label {
  font-size: 24px;
  margin-bottom: 12px;
}
.Form .Form-Human {
  margin-bottom: 24px;
}
.Form .privacy-policy {
  margin-top: 24px;
  text-align: center;
  font-size: 18px;
}
.Form .privacy-policy a {
  text-decoration: underline;
}
.Form .privacy-policy a:hover {
  text-decoration: none;
}
.Form .Form-Submit {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Form .Form-Submit .Form-Btn {
  border-radius: 6px;
  margin-left: 48px;
  margin-right: 48px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 350px;
  display: block;
  letter-spacing: 0.05em;
  background: transparent linear-gradient(180deg, #6092FF 0%, #4C73C9 66%, #4365B0 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border: none;
}
.Form input[name=submitBack] {
  background: #828282;
}
.Form .error {
  width: 200px;
  margin-left: 12px;
}
.Form #complete {
  padding: 80px 0px;
}
.Form #complete p {
  text-align: center;
}
.Form #complete #thanks {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .Form .Form-Item {
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
  .Form .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 18px;
  }
  .Form .Form-Item-Label.isMsg {
    margin-top: 0;
    margin-bottom: 18px;
  }
  .Form .Form-Item-Label-Required {
    border-radius: 4px;
    width: 32px;
    font-size: 10px;
  }
  .Form .Form-Item-Label-optional {
    border-radius: 4px;
    width: 32px;
    font-size: 10px;
  }
  .Form .Form-Item-Input {
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
  .Form .Form-Item-Textarea {
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
  .Form .Form-Item-radio {
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
  .Form .mwform-radio-field-text {
    font-size: 15px;
  }
  .Form .Form-Submit {
    flex-direction: column-reverse;
  }
  .Form .Form-Submit .Form-Btn {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .Form .error {
    width: 200px;
    margin-left: 0px;
    margin-top: 12px;
  }
  #complete {
    padding: 64px 0px;
  }
  #complete p {
    font-size: 14px;
    line-height: 1.4em;
  }
  #complete #thanks {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 24px;
  }
}
.single {
  margin-top: 60px;
}

.policy h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
  padding-left: 16px;
  border-left: 1px solid #000000;
}
.policy .policy-area {
  margin-bottom: 32px;
}
.policy h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.policy ul li {
  margin-bottom: 24px;
}
.policy ul li:last-child {
  margin-bottom: 0px;
}
.policy ul .policy-list li {
  margin-bottom: 16px;
  list-style: disc;
  list-style-position: inside;
}
.policy button {
  padding: 12px 16px;
  background: transparent linear-gradient(180deg, #6092FF 0%, #4C73C9 66%, #4365B0 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 10px;
  border: none;
}
.policy button a {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
}
.policy table {
  margin-bottom: 48px;
  width: 100%;
  letter-spacing: 0.075em;
}
.policy table tr {
  margin-bottom: 24px;
  border-bottom: 1px dotted #3C82FA;
}
.policy table tr th {
  width: 250px;
  font-size: 18px;
}
.policy table tr td {
  padding: 8px 0;
  line-height: 2.2;
  font-size: 18px;
}
.policy table tr td a {
  color: #3d3d3d;
}
.policy table tr td a:hover {
  color: #3C82FA;
}

@media screen and (max-width: 767px) {
  .policy h4 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .policy .policy-area {
    margin-bottom: 24px;
  }
  .policy h5 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .policy ul li {
    margin-bottom: 12px;
  }
  .policy table {
    margin-bottom: 36px;
    letter-spacing: 0.025em;
  }
  .policy table tr {
    margin-bottom: 16px;
  }
  .policy table tr th {
    width: 150px;
    font-size: 13px;
  }
  .policy table tr td {
    padding: 4px 0;
    line-height: 1.8;
    font-size: 13px;
  }
}
#fax-number {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.5rem;
  margin-bottom: 32px;
}

#fax button {
  padding: 24px 32px;
  background: transparent linear-gradient(180deg, #6092FF 0%, #4C73C9 66%, #4365B0 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 50px;
  border: none;
}
#fax button a {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  #fax-number {
    font-size: 32px;
    letter-spacing: 0.25rem;
    margin-bottom: 18px;
  }
  #fax button {
    padding: 18px 24px;
  }
  #fax button a {
    font-size: 16px;
  }
}
.term table {
  margin-bottom: 48px;
  width: 100%;
  letter-spacing: 0.075em;
}
.term table tr {
  margin-bottom: 24px;
  border-bottom: 1px dotted #3C82FA;
}
.term table tr th {
  width: 300px;
  font-size: 22px;
}
.term table tr td {
  padding: 8px 0;
  line-height: 2.2;
  font-size: 22px;
}
.term table tr td a {
  color: #3d3d3d;
}
.term table tr td a:hover {
  color: #3C82FA;
}

@media screen and (max-width: 767px) {
  .term table {
    margin-bottom: 32px;
    width: 100%;
    letter-spacing: 0.075em;
  }
  .term table tr {
    margin-bottom: 16px;
  }
  .term table tr th {
    width: 16px;
    font-size: 16px;
  }
  .term table tr td {
    font-size: 16px;
  }
}
.account .account_guide {
  font-size: 18px;
  margin-bottom: 24px;
}
.account table {
  margin-bottom: 48px;
  width: 100%;
  letter-spacing: 0.075em;
}
.account table tr {
  margin-bottom: 24px;
  border-bottom: 1px dotted #3C82FA;
}
.account table tr th {
  width: 150px;
  font-size: 22px;
}
.account table tr td {
  padding: 8px 0;
  line-height: 2.2;
  font-size: 22px;
}
.account table tr td a {
  color: #3d3d3d;
}
.account table tr td a:hover {
  color: #3C82FA;
}

@media screen and (max-width: 767px) {
  .account .account_guide {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .account table {
    margin-bottom: 32px;
    width: 100%;
    letter-spacing: 0.075em;
  }
  .account table tr {
    margin-bottom: 16px;
  }
  .account table tr th {
    width: 110px;
    font-size: 16px;
  }
  .account table tr td {
    font-size: 16px;
  }
}
footer {
  padding: 2rem 0 1rem 0;
  background-color: #3471B8;
  color: #FFFFFF;
}
footer #footer-logo img {
  height: 64px;
}
footer #copyright {
  font-size: 12px;
  text-align: center;
}
footer #f-menu {
  margin-bottom: 1rem;
}
footer #f-menu ul {
  margin-bottom: 0.75rem;
}
footer #f-menu ul li {
  margin-right: 0.75rem;
  padding-right: 0.75rem;
  line-height: 1;
  border-right: 1px solid #ffffff;
}
footer #f-menu ul li a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
}
footer #f-menu ul li .f-m-li_ext {
  padding-left: 1rem;
  background: url("../img/li_ext.svg") no-repeat 0 50%/11px auto;
}
footer #f-menu ul li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}/*# sourceMappingURL=style.css.map */