@charset "UTF-8";
/** * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) * Richard Clark (http://richclarkdesign.com) * http://cssreset.com */
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;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

img {
  display: block;
}

.ctaButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 20px 16px;
  background: #FF5002;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  box-shadow: 3px 3px 4px 1px rgba(0, 0, 0, 0.5);
  transition: all ease 0.15s;
  line-height: 1.4;
}
.ctaButton__mainText {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .ctaButton__mainText {
    font-size: 26px;
  }
}
.ctaButton__specialOfferL1 {
  font-size: 17px;
  background: #fff;
  font-weight: bold;
  border-radius: 80px;
  padding: 10px 18px 8px;
  margin-bottom: 10px;
  color: #E80A2D;
}
.ctaButton__specialOfferL1 span {
  font-size: 22px;
  margin-right: 3px;
}
.ctaButton__specialOfferL1 br {
  display: none;
}
@media screen and (max-width: 767px) {
  .ctaButton__specialOfferL1 br {
    display: block;
  }
}
.ctaButton__specialOfferL2 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ctaButton__specialOfferL2 {
    font-size: 16px;
  }
}
.ctaButton__specialOfferL2 br {
  display: none;
}
@media screen and (max-width: 767px) {
  .ctaButton__specialOfferL2 br {
    display: block;
  }
}
.ctaButton__subText {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .ctaButton__subText {
    font-size: 14px;
  }
}
.ctaButton:hover {
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(6px);
}

.menuButton {
  line-height: 1.4;
}
.menuButton._new .menuButton__link {
  border-bottom: 5px solid #06a8cd;
}
.menuButton._renew .menuButton__link {
  border-bottom: 5px solid #60b300;
}
.menuButton._individual .menuButton__link {
  border-bottom: 5px solid #eaac07;
}
.menuButton__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80px;
  text-align: center;
  background: #F2F5F7;
  border-bottom: 5px solid #004E9A;
  box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, 0.25);
  transition: all ease 0.15s;
  position: relative;
}
.menuButton__link:hover {
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.menuButton__itemSub {
  font-size: 14px;
}
.menuButton__itemSub span {
  font-size: 17px;
  font-weight: bold;
}
.menuButton__itemMain {
  font-size: 20px;
  font-weight: bold;
}
.menuButton__bubble {
  position: absolute;
  top: -30px;
  right: 5px;
  z-index: 10;
  white-space: nowrap;
}
@media screen and (max-width: 1060px) {
  .menuButton__bubble {
    top: -35px;
    right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .menuButton__bubble {
    top: -12px;
    right: -15px;
  }
}

.ctaBlock {
  max-width: 570px;
  font-weight: normal;
}
.ctaBlock_center {
  margin-right: auto;
  margin-left: auto;
}
.ctaBlock_bgHasColor .ctaBlock__noteLead {
  color: #fff;
}
@media screen and (max-width: 1060px) {
  .ctaBlock {
    margin-right: auto;
    margin-left: auto;
  }
}
.ctaBlock__button {
  margin-bottom: 13px;
}
.ctaBlock__noteLead {
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1060px) {
  .ctaBlock__noteLead {
    font-size: 13px;
    text-align: left;
  }
}
.ctaBlock__noteLink {
  font-size: 17px;
  padding-bottom: 4px;
  border-bottom: 1px solid #FFBA00;
  color: #FFBA00 !important;
}
.ctaBlock__noteLink span {
  font-size: 12px;
}

/* --------------------------------------------
 * 　吹き出し
 * -------------------------------------------- */
.speechBubble {
  font-size: 12px;
  background: #E80A2D;
  color: #fff;
  padding: 5px 4px 2px;
  border-radius: 3px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .speechBubble {
    font-size: 11px;
  }
}
.speechBubble::after {
  position: absolute;
  left: 50%;
  bottom: -20px;
  z-index: -1;
  transform: translateX(-50%) rotate(15deg);
  content: "";
  width: 0;
  height: 10px;
  border-top: 20px solid #E80A2D;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

/* --------------------------------------------
 * 　オーダーリスト
 * -------------------------------------------- */
.orderList {
  counter-reset: number;
}
.orderList__item {
  counter-increment: number;
  margin-bottom: 15px;
  display: flex;
}
.orderList__item::before {
  content: counter(number);
  color: #fff;
  background: #004E9A;
  width: 39px;
  height: 39px;
  min-width: 39px;
  margin-right: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orderList__itemInner {
  padding-top: 9px;
}
.orderList__heading {
  color: #004E9A;
  font-weight: bold;
  margin-bottom: 5px;
}
.orderList__link {
  color: #004E9A;
  text-decoration: underline;
}

/* --------------------------------------------
 * 　お問い合わせフォーム（サービス / トライアル）
 * -------------------------------------------- */
.contactFormWrap table {
  width: 100%;
  font-size: 16px;
}
.contactFormWrap table td {
  vertical-align: middle;
}
.contactFormWrap table .contact_required {
  color: #fff;
  font-size: 12px;
  background: #E80A2D;
  border-radius: 2px;
  padding: 2px 5px 2px;
  margin-left: 5px;
  display: inline-block;
}
.contactFormWrap table .td_left {
  width: 220px;
  padding-bottom: 17px;
  font-size: 15px;
}
.contactFormWrap table .td_right {
  width: calc(100% - 220px);
  padding: 0 0 17px 15px;
}
.contactFormWrap table .td_right input {
  width: 100%;
  height: 50px;
  padding: 5px;
  font-size: 16px;
}
.contactFormWrap table .td_right textarea {
  width: 100%;
  height: 150px;
  padding: 5px;
}
.contactFormWrap table span.error {
  font-size: 13px;
  color: #E80A2D;
}
.contactFormWrap .btn_send {
  text-align: center;
}
.contactFormWrap .btn_send button[type=submit] {
  background: #10376B;
  padding: 15px 0 11px;
  border-radius: 3px;
  color: #fff;
  width: 100%;
  max-width: 320px;
}
.contactFormWrap p {
  margin: 0 0 15px 0;
}
.contactFormWrap input, .contactFormWrap select {
  width: 100%;
  height: 45px;
  padding: 5px 5px 3px;
  border-radius: 3px;
  border: none;
  font-size: 16px;
}
.contactFormWrap input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0 3px 3px 0;
}
.contactFormWrap input::-moz-placeholder {
  font-size: 12px;
}
.contactFormWrap input::placeholder {
  font-size: 12px;
}
.contactFormWrap textarea {
  width: 100%;
  height: 150px;
  padding: 5px 5px 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 16px;
}
.contactFormWrap .flexwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contactFormWrap input, .contactFormWrap textarea, .contactFormWrap select {
  background: #edf2f7;
  border: none;
  outline: none;
}
.contactFormWrap tr td .any {
  display: inline-block;
  color: #fff;
  background: #a1d5c3;
  padding: 3px 7px 1px;
  margin-left: 5px;
  border-radius: 2px;
  font-size: 12px;
}
.contactFormWrap tr td .required {
  display: inline-block;
  color: #fff;
  background: #ff4300;
  padding: 3px 4px 3px;
  margin-left: 5px;
  border-radius: 2px;
  font-size: 11px;
}
.contactFormWrap .error {
  font-size: 12px !important;
  color: #e13426 !important;
}
.contactFormWrap .acceptance {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}
.contactFormWrap .acceptance a {
  color: #004E9A;
  text-decoration: underline;
}
.contactFormWrap .acceptance span {
  display: inline-block;
  vertical-align: middle;
}
.contactFormWrap .acceptance .acc_note {
  width: 310px;
  line-height: 1.2em;
}
.contactFormWrap .submit_box {
  text-align: center;
  margin: 15px 0 0;
}
.contactFormWrap .submit_box input[type=submit] {
  background: #004E9A;
  border: none;
  border-radius: 3px;
  padding: 0;
  font-size: 16px;
  color: #fff;
  display: inline-block !important;
  width: 100%;
  height: 50px;
  max-width: 380px;
}
.contactFormWrap .submit_box input[type=submit]:hover {
  cursor: pointer;
}
.contactFormWrap .submit_box input[type=submit]:disabled {
  background: #eee;
  color: #454545;
}
.contactFormWrap input[type=submit].back {
  margin-top: 15px;
}

/* --------------------------------------------
 * 　モーダル
 * -------------------------------------------- */
.js_modal:hover {
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.4);
}
.modal__heading {
  font-weight: bold;
  margin-bottom: 5px;
}
.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fefefe;
  padding: 40px;
  width: 92%;
  max-width: 820px;
  line-height: 1.8;
  position: relative;
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
.modal__close:hover, .modal__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal__link {
  color: #004E9A;
  text-decoration: underline;
}

/*
**************************************************　基本設定
*/
html {
  overflow-x: hidden;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #353535;
  font-size: 16px;
  line-height: 1.7;
  word-wrap: break-word;
  overflow-wrap: break-all;
  word-break: break-all;
  overflow-x: hidden;
}

body * {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #353535;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  pointer-events: none;
}

mark {
  font-style: normal;
}

.only_mobile {
  display: none !important;
}
@media screen and (max-width: 576px) {
  .only_mobile {
    display: block !important;
  }
}

/* --------------------------------------------
 * 　バッジ
 * -------------------------------------------- */
.badge {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  padding: 0.3em 0.3em 0.1em;
  background: #ff0050;
}

.bgColorRenew {
  background-color: #60b300 !important;
}

.bgColorNew {
  background-color: #06a8cd !important;
}

.bgColorIndividual {
  background-color: #eaac07;
}

.bgColorFree {
  background-color: #54626E;
}

/*
****************************    サービスサイト #service_page_wrap
*/
.app_fade {
  opacity: 0;
}

.app_fade_bottom {
  opacity: 0;
  transform: translateY(20px);
}

.app_fade_left {
  opacity: 0;
  transform: translateX(220px);
}

.app_fade_scroll_left {
  opacity: 0;
  transform: translateX(1000px);
}

.app_fade_scroll_right {
  opacity: 0;
  transform: translateX(-1000px);
}

.app_fade_scroll_bottom {
  opacity: 0;
  transform: translateY(200px);
}

.on_tablet {
  display: none;
}

.w_inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1240px) {
  .w_inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.w_inner900 {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .w_inner900 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sec_head {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #10376B;
  margin-bottom: 60px;
  text-align: center;
}
.sec_head .inner {
  display: inline-block;
}
.sec_head .inner.new {
  position: relative;
}
.sec_head .inner.new::before {
  position: absolute;
  top: -15px;
  left: -20px;
  content: "NEW";
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  padding: 3px 4px 2px;
  background: #ff0050;
  transform: rotate(-20deg);
}

header #main_menu {
  width: 100%;
  position: fixed;
  z-index: 100;
  background: #10376B;
  border-bottom: 1px solid #214f8c;
}
header #main_menu ul.action_ctr_wrap {
  display: flex;
  justify-content: flex-end;
}
header #main_menu ul.action_ctr_wrap li {
  margin-left: 3px;
}
header #main_menu ul.action_ctr_wrap li a {
  display: block;
  border-radius: 2px;
  padding: 7px 14px 5px;
}
header #main_menu ul.action_ctr_wrap li a.red {
  background: #E80A2D;
}
header #main_menu ul.action_ctr_wrap li a.orange {
  background: #FFBA00;
}
header #main_menu .order_top_link {
  display: none;
}
header #main_menu .inner {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 8px;
}
header #main_menu .inner .logo {
  margin-right: auto;
  font-size: 13px;
  padding-top: 3px;
}
header #main_menu .inner .logo a {
  color: #fff;
}
header #main_menu .inner ul {
  display: flex;
  align-items: center;
}
header #main_menu .inner ul li {
  margin-right: 18px;
  position: relative;
}
header #main_menu .inner ul li.new::before {
  position: absolute;
  top: -8px;
  left: -16px;
  content: "NEW";
  font-weight: bold;
  font-size: 10px;
  color: #fff;
  padding: 1px 2px 1px;
  background: #ff0050;
  transform: rotate(-40deg);
}
header #main_menu .inner ul li a {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
header #main_menu .sp_menu {
  display: none;
}

.pcMenu {
  display: flex;
  align-items: center;
}
.pcMenu__trial {
  margin-right: 18px;
}
.pcMenu__login {
  font-size: 14px;
  font-weight: normal;
}
.pcMenu__link {
  color: #fff;
}
.pcMenu__link_button {
  display: block;
  font-size: 15px;
  font-weight: bold;
  background: #FF5002;
  padding: 4px 8px 4px 8px;
  text-align: center;
  border-radius: 3px;
  line-height: 1.4;
}
.pcMenu__link_button span {
  font-size: 11px;
  font-weight: normal;
}

.keyview {
  position: relative;
  padding-bottom: 60px;
  background: url("./../img/header_bg.png") left -80px center no-repeat, #10376B;
  background-size: 83%;
  color: #fff;
}
.keyview a {
  color: #fff;
}
.keyview #header_main {
  padding-top: 90px;
}
.keyview #header_main .inner {
  display: flex;
}
.keyview #header_main .inner .catch {
  flex: 1 0 740px;
}
.keyview #header_main .inner .catch .head {
  font-weight: bold;
}
.keyview #header_main .inner .catch .head .ttl_tag {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.keyview #header_main .inner .catch .head .ttl_tag .sub {
  font-size: 23px;
}
.keyview #header_main .inner .catch .head .ttl_tag .sub span {
  font-size: 28px;
  background: #fff;
  padding: 8px 12px 6px;
  display: inline-block;
  color: #10376B;
}
.keyview #header_main .inner .catch .head .ttl_tag .sub span.yellow {
  background: #FFBA00;
}
.keyview #header_main .inner .catch .head .ttl_tag .subject {
  margin-left: 16px;
  font-size: 21px;
  line-height: 1em;
}
.keyview #header_main .inner .catch .head .ttl {
  font-size: 50px;
  margin-bottom: 40px;
}
.keyview #header_main .inner .catch .head .header_catch {
  font-size: 50px;
  margin-bottom: -5px;
}
.keyview #header_main .inner .catch .head .day {
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 40px;
}
.keyview #header_main .inner .catch ul {
  display: flex;
}
.keyview #header_main .inner .catch ul li {
  width: 187px;
  height: 187px;
  border-radius: 94px;
  background: #fff;
  margin-right: 22px;
  text-align: center;
  font-size: 21px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 34px;
  color: #10376B;
  font-weight: bold;
}
.keyview #header_main .inner .catch ul li:first-child {
  font-size: 16px;
}
.keyview #header_main .inner .catch ul li:first-child span {
  font-size: 21px;
}
.keyview #header_main .inner .catch ul li .icon {
  margin-bottom: 15px;
  height: 45px;
  display: flex;
  align-items: center;
}
.keyview #header_main .inner .catch ul li .icon img {
  height: 100%;
}
.keyview #header_main .inner .catch ul li .txt span {
  line-height: 21px;
  border-bottom: 5px solid #FFBA00;
  display: inline-block;
}
.keyview #header_main .inner .img {
  width: 40%;
  min-width: 40%;
  margin-top: -30px;
  position: relative;
  bottom: 10px;
  right: -30px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .keyview #header_main .inner .img {
    bottom: -10px;
  }
}
.keyview__mainCatch {
  margin-bottom: 5px;
}
.keyview__ctaWrapper {
  position: relative;
  z-index: 10;
}

.mainCatch {
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .mainCatch::before {
    content: "";
    position: absolute;
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92vw;
    height: 92vw;
    border-radius: 50%;
  }
}
.mainCatch__lead {
  font-size: 25px;
  color: #FFBA00;
}
@media screen and (max-width: 767px) {
  .mainCatch__lead {
    font-size: 22px;
  }
}
.mainCatch__block {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1060px) {
  .mainCatch__block {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .mainCatch__block {
    display: block;
  }
}
.mainCatch__sub {
  font-size: 20px;
  padding-top: 6px;
}
.mainCatch__sub span {
  font-size: 31px;
}
.mainCatch__sub span a {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .mainCatch__sub {
    font-size: 16px;
  }
  .mainCatch__sub span {
    font-size: 25px;
  }
}
.mainCatch__main {
  font-size: 76px;
}
@media screen and (max-width: 767px) {
  .mainCatch__main {
    font-size: 59px;
  }
}

.subCatch {
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}
.subCatch__main {
  font-size: 25px;
  margin-bottom: 4px;
}
.subCatch__main br {
  display: none;
}
.subCatch__main span {
  font-size: 32px;
  color: #FFBA00;
}
@media screen and (max-width: 767px) {
  .subCatch__main {
    font-size: 19px;
    margin-bottom: 16px;
  }
  .subCatch__main br {
    display: block;
  }
  .subCatch__main span {
    font-size: 26px;
  }
}
.subCatch__sub {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .subCatch__sub {
    font-size: 16px;
  }
}

.secMenu {
  display: flex;
  gap: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1060px) {
  .secMenu {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .secMenu {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.secMenu__block {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .secMenu__block {
    margin-bottom: 25px;
  }
}
.secMenu__block:first-child {
  flex: 0 1 270px;
}
.secMenu__block:nth-child(2) {
  flex: 0 1 560px;
}
.secMenu__block:nth-child(3) {
  flex: 0 1 270px;
}
@media screen and (max-width: 767px) {
  .secMenu__block:nth-child(3) {
    margin-bottom: 0;
  }
}
.secMenu__heading {
  display: inline-block;
  color: #fff;
  background: #595757;
  font-size: 15px;
  padding: 5px 7px 3px;
  flex: 0 0 auto;
  align-self: flex-start;
  margin-top: -3px;
  margin-bottom: 5px;
}
.secMenu__list {
  display: flex;
  flex: 1 0 auto;
  gap: 20px;
}
@media screen and (max-width: 1060px) {
  .secMenu__list {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .secMenu__list {
    display: block;
  }
}
.secMenu__item {
  flex: 0 1 270px;
}
@media screen and (max-width: 767px) {
  .secMenu__item {
    margin-bottom: 10px;
  }
}
.secMenu__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .secMenu__item:last-child {
    margin-bottom: 0;
  }
}

.sec_topic {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.sec_topic .main {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 1060px) {
  .sec_topic .main {
    font-size: 25px;
  }
}
.sec_topic .main br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec_topic .main br {
    display: block;
  }
}
.sec_topic .main span {
  color: #1190d2;
}
@media screen and (max-width: 767px) {
  .sec_topic .main {
    font-size: 24px;
  }
}
.sec_topic .application_deadline {
  color: #f33838;
  font-weight: bold;
}
.sec_topic .note {
  font-size: 14px;
  margin-bottom: 5px;
}
.sec_topic .link {
  text-decoration: underline;
  color: #1190d2;
}

.bookPresent {
  background: #F8F2E3;
  padding-top: 70px;
  padding-bottom: 70px;
}
.bookPresent__inner {
  width: 92%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.bookPresent__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.bookPresent__headingSup {
  margin-bottom: 15px;
}
.bookPresent__headingText {
  background: #DFB708;
  color: #fff;
  padding: 5px 8px 3px;
  font-size: 1.9375rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .bookPresent__headingText {
    font-size: 1.4375rem;
  }
}
.bookPresent__lead {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bookPresent__lead {
    font-size: 1rem;
  }
  .bookPresent__lead br {
    display: none;
  }
}
.bookPresent__period {
  font-size: 1.125rem;
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
.bookPresent__period span {
  font-size: 0.9375rem;
}
.bookPresent__content {
  margin-bottom: 20px;
}
.bookPresent__note {
  font-size: 0.875rem;
  line-height: 1.6;
}

.sec_about {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  background: #F2F5F7;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_about {
    padding-top: 50px;
  }
}
.sec_about .head {
  font-size: 34px;
  font-weight: bold;
  color: #10376B;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec_about .head {
    margin-bottom: 30px;
  }
}
.sec_about .lead {
  font-size: 15px;
  margin-bottom: 40px;
}
.sec_about .lead p {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .sec_about .lead {
    text-align: left;
  }
  .sec_about .lead p br {
    display: none;
  }
}
.sec_about .catch {
  font-size: 24px;
  font-weight: bold;
  color: #10376B;
  margin-bottom: 20px;
}
.sec_about .about_img {
  position: relative;
  text-align: center;
  width: 100%;
  left: 0;
}
.sec_about .about_img img {
  display: inline-block;
  max-width: 90%;
}

/* --------------------------------------------
 * 　ユーザーボイス
 * -------------------------------------------- */
.sec_userVoice {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec_userVoice {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sec_userVoice .sec_head {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .sec_userVoice .sec_head {
    margin-bottom: 75px;
  }
}

.userVoice {
  display: flex;
  flex-wrap: wrap;
  gap: 72px 30px;
}
@media screen and (max-width: 767px) {
  .userVoice {
    display: block;
  }
}
.userVoice__item {
  flex: 1 1 calc((100% - 60px) / 3);
  background: #F2F5F7;
  padding: 30px;
}
@media screen and (max-width: 1060px) {
  .userVoice__item {
    flex: 1 1 calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .userVoice__item {
    padding: 15px;
    margin-bottom: 70px;
  }
  .userVoice__item:last-child {
    margin-bottom: 0;
  }
}
.userVoice__icon {
  margin-top: -77px;
  margin-bottom: 10px;
  text-align: center;
}
.userVoice__icon img {
  display: inline-block;
}
.userVoice__attr {
  text-align: center;
  margin-bottom: 20px;
}
.userVoice__title {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 10px;
}
.userVoice__content {
  font-size: 14px;
  line-height: 1.85;
}

/* --------------------------------------------
 * 　メリット
 * -------------------------------------------- */
.sec_merit {
  padding-top: 80px;
  padding-bottom: 180px;
  background: #F2F5F7;
}
@media screen and (max-width: 767px) {
  .sec_merit {
    padding-top: 50px;
  }
}
.sec_merit .box_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec_merit .box_wrap .box {
  width: calc(50% - 30px);
  min-width: calc(50% - 30px);
  margin-bottom: 50px;
}
.sec_merit .box_wrap .box .head {
  display: flex;
  align-items: center;
  font-weight: bold;
  border-bottom: 1px dotted #10376B;
  padding-bottom: 16px;
  margin-bottom: 20px;
  color: #10376B;
}
.sec_merit .box_wrap .box .head .icon {
  width: 90px;
  min-width: 90px;
}
.sec_merit .box_wrap .box .head .txt .num {
  color: #FFBA00;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .sec_merit .box_wrap .box .head .txt .num {
    font-size: 17px;
  }
}
.sec_merit .box_wrap .box .head .txt .ttl {
  font-size: 32px;
}
.sec_merit .box_wrap .box .detail {
  font-size: 15px;
}

.sec_functions {
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
}
.sec_functions .functions_img {
  position: absolute;
  top: -220px;
  right: -210px;
}
.sec_functions .box_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sec_functions .box_wrap .box_fullwide {
  width: 100%;
  text-align: center;
  margin-bottom: 100px;
}
.sec_functions .box_wrap .box {
  width: calc(50% - 30px);
  min-width: calc(50% - 30px);
  margin-bottom: 50px;
  text-align: center;
}
.sec_functions .box_wrap .box:nth-child(odd) {
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .sec_functions .box_wrap .box {
    width: 100%;
    min-width: 100%;
  }
  .sec_functions .box_wrap .box:nth-child(odd) {
    margin-right: 0;
  }
}
.sec_functions .box_wrap > div .new {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  padding: 3px 4px 1px;
  background: #ff0050;
  margin-bottom: 5px;
}
.sec_functions .box_wrap > div .sub {
  font-size: 21px;
  margin-bottom: 2px;
  font-weight: bold;
  color: #FFBA00;
}
@media screen and (max-width: 576px) {
  .sec_functions .box_wrap > div .sub {
    font-size: 18px;
  }
}
.sec_functions .box_wrap > div .main {
  font-size: 42px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #10376B;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_functions .box_wrap > div .main {
    font-size: 26px;
  }
}
.sec_functions .box_wrap > div .detail {
  max-width: 570px;
  margin: 0 auto 10px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .sec_functions .box_wrap > div .detail {
    text-align: left;
  }
}
.sec_functions .box_wrap > div .detail a {
  color: #004E9A;
  text-decoration: underline;
}
.sec_functions .box_wrap > div .detail .note {
  color: red;
  font-size: 14px;
}
.sec_functions .box_wrap > div .detail .note2 {
  margin-top: 5px;
  font-size: 13px;
  color: #555;
  border-radius: 20px;
  background: #f1f1f1;
  padding: 8px 5px 4px;
}
.sec_functions .box_wrap > div .img video {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec_functions .box_wrap > div .img {
    text-align: center;
  }
  .sec_functions .box_wrap > div .img img {
    display: inline-block;
  }
}

.sec_lead_trial {
  padding-top: 80px;
  padding-bottom: 40px;
}
.sec_lead_trial .sec_head .draw_txtbox {
  position: relative;
}
.sec_lead_trial .sec_head .draw_txtbox span.draw_txt {
  position: relative;
}
.sec_lead_trial .sec_head .draw_txtbox span.draw_txt span.color {
  color: #E80A2D;
}
.sec_lead_trial .sec_head .draw_txtbox span.drawline {
  width: 0;
  height: 5px;
  background: #E80A2D;
  position: absolute;
  bottom: -7px;
  left: 0;
}
.sec_lead_trial .lead {
  margin-bottom: 55px;
  text-align: center;
  font-size: 15px;
  line-height: 1.4em;
}
.sec_lead_trial .flow_box {
  display: flex;
  justify-content: space-between;
}
.sec_lead_trial .flow_box .box {
  width: calc(33.33333% - 10px);
  min-width: calc(33.33333% - 10px);
  background: #F2F5F7;
  padding: 25px 20px 16px;
}
.sec_lead_trial .flow_box .box .ttl {
  font-size: 21px;
  font-weight: bold;
  color: #10376B;
  text-align: center;
  margin-bottom: 20px;
}
.sec_lead_trial .flow_box .box .detail {
  margin-bottom: 15px;
}
.sec_lead_trial .flow_box .box .detail img {
  display: inline-block;
  margin: 0 2px;
  position: relative;
  top: 3px;
  height: 20px;
}
.sec_lead_trial .flow_box .box .btn_start_trial {
  display: block;
  background: #E80A2D;
  text-align: center;
  color: #fff;
  padding: 15px 0 12px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
}
.sec_lead_trial .arrow {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.sec_lead_trial .arrow img {
  display: inline-block;
}
.sec_lead_trial .explain {
  text-align: center;
  font-size: 15px;
  line-height: 1.4em;
  margin-bottom: 40px;
}
.sec_lead_trial .about_card {
  display: flex;
  border: 1px solid #10376B;
  padding: 30px 30px 20px;
  margin-bottom: 10px;
}
.sec_lead_trial .about_card .txt {
  flex-grow: 1;
}
.sec_lead_trial .about_card .txt .ttl {
  font-size: 23px;
  color: #10376B;
  font-weight: bold;
  margin-bottom: 15px;
}
.sec_lead_trial .about_card .txt .ttl span {
  color: #E80A2D;
}
.sec_lead_trial .about_card .txt .detail {
  color: #10376B;
  line-height: 1.6em;
}
.sec_lead_trial .about_card .img {
  width: 300px;
  min-width: 300px;
  margin-left: 50px;
}
.sec_lead_trial .about_card .img figcaption {
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
}

.sec_guide {
  background: #10376B;
  padding-top: 80px;
  padding-bottom: 80px;
}
.sec_guide .guide_head {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.sec_guide .guide_head span {
  font-size: 22px;
}
.sec_guide ul.note {
  margin-bottom: 60px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.sec_guide ul.note li {
  display: flex;
  justify-content: center;
  border-bottom: 1px dotted #fff;
  color: #fff;
  margin-bottom: 5px;
  padding: 3px 0 3px;
}
.sec_guide ul.note li .icon {
  width: 20px;
  min-width: 20px;
}
.sec_guide ul.note li .txt {
  flex-wrap: 1;
}
.sec_guide .price_table {
  background: #fff;
  padding: 40px 140px;
  margin-bottom: 30px;
}
.sec_guide .price_table .inner {
  background: #fff;
}
.sec_guide .price_table table {
  width: 100%;
}
.sec_guide .price_table table th {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  padding: 23px 0 8px;
  line-height: 1em;
}
.sec_guide .price_table table th span {
  font-size: 15px;
  font-weight: normal;
}
.sec_guide .price_table table th.line {
  padding: 0;
}
.sec_guide .price_table table td {
  width: 33.33333%;
  text-align: center;
  padding: 0 20px;
  vertical-align: middle;
}
.sec_guide .price_table table td.line {
  width: 20px;
  padding: 0 10px;
  position: relative;
  height: 90px;
}
.sec_guide .price_table table td.line:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ddd;
}
.sec_guide .price_table table td .main {
  font-weight: bold;
  font-size: 24px;
}
.sec_guide .price_table table td .sub {
  font-size: 12px;
  color: #999;
}
.sec_guide .price_table table td .sub i {
  font-size: 14px;
  margin-left: 2px;
  color: #004E9A;
}
.sec_guide .price_table table td.btn {
  padding: 20px 0 0;
  color: #fff;
}
.sec_guide .price_table table td.btn a {
  display: flex;
  width: 100%;
  height: 70px;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.4);
  border-radius: 40px;
  border: 2px solid #fff;
}
.sec_guide .price_table table td .limitedPlan {
  line-height: 1;
  margin-top: 10px;
}
.sec_guide .price_table table td .limitedPlan .speechBubble {
  line-height: 1.4;
  margin-left: auto;
  margin-right: 27px;
  position: relative;
  max-width: 6em;
  z-index: 1;
}
.sec_guide .price_table table td .limitedPlan .speechBubble::after {
  transform: translateX(-50%) rotate(21deg);
}
.sec_guide .price_table table td .limitedPlan .container {
  margin-top: 3px;
}
@media screen and (max-width: 1060px) {
  .sec_guide .price_table table td .limitedPlan .container {
    margin-top: 10px;
  }
}
.sec_guide .price_table table td .limitedPlan .container > div {
  display: inline-block;
}
.sec_guide .price_table table td .limitedPlan .container .note {
  line-height: 1.6;
  color: #555;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 0.6875rem;
}
.sec_guide .price_table table td .limitedPlan .container .note span {
  color: #E80A2D;
  font-weight: bold;
}
.sec_guide .price_table table tr.price {
  font-size: 34px;
  font-weight: bold;
}
.sec_guide .price_table table tr.price td {
  border-bottom: 1px dotted #ddd;
}
.sec_guide .price_table table tr.price td > div {
  display: inline-block;
}
.sec_guide .price_table table tr.price td .yen {
  font-size: 13px;
}
.sec_guide .price_table table tr.price td.line {
  border-bottom: none;
}
.sec_guide .price_table table tr.price span {
  font-size: 12px;
  font-weight: normal;
}
.sec_guide .price_table table tr.account td {
  border-bottom: 1px dotted #ddd;
}
.sec_guide .price_table table tr.account td.line {
  border-bottom: none;
}
.sec_guide .price_table table tr.ctaRow td {
  padding-top: 30px;
}
.sec_guide .price_table table tr.ctaRow td.line {
  width: 20px;
  padding: 0 10px;
}
.sec_guide .price_table table tr.ctaRow .speechBubble {
  line-height: 1.4;
  top: -45px;
  right: unset;
  left: 50%;
  transform: translateX(-50%);
}
.sec_guide .price_table table tr.ctaRow .speechBubble::after {
  transform: translateX(-50%);
}
.sec_guide .price_table table tr.note {
  font-size: 13px;
}
.sec_guide .price_table table tr.note td {
  padding-top: 10px !important;
}
.sec_guide .price_table table tr.note td.line:before {
  display: none;
}
.sec_guide .about_tob_course .inner {
  margin-top: 30px;
  padding: 30px 30px 20px;
  border: 1px dotted #10376B;
  background: #fff;
}
.sec_guide .about_tob_course .inner ul li {
  list-style: disc;
  margin-left: 25px;
  padding: 5px 0 3px;
}
.sec_guide .about_tob_course .inner ul li .example {
  font-size: 14px;
  margin-top: 10px;
  padding: 10px;
  border-radius: 3px;
  background: #f8f8f8;
}
.sec_guide .about_tob_course .inner .ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.sec_guide .about_free_trial .inner {
  margin-top: 30px;
  padding: 30px 30px 20px;
  border: 5px solid #677d9a;
  background: #fff;
}
.sec_guide .about_free_trial .head {
  text-align: center;
  font-size: 28px;
  color: #E80A2D;
  font-weight: bold;
  margin-bottom: 20px;
}
.sec_guide .about_free_trial .lead p {
  margin-bottom: 10px;
}
.sec_guide .about_free_trial .lead ul {
  margin: 10px 0;
}
.sec_guide .about_free_trial .lead ul li {
  font-size: 18px;
  font-weight: bold;
  color: #10376B;
}
.sec_guide .about_free_trial .note {
  font-size: 14px;
}

.sec_up {
  margin-top: 50px;
  padding-bottom: 80px;
  background: #F2F5F7;
}
.sec_up .sec_up_header {
  background: url("./../img/header_content.jpg") no-repeat center;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 80px;
  margin-bottom: 50px;
  color: #fff;
}
.sec_up .sec_up_header .sec_head {
  color: #fff;
}
.sec_up .lead {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 40px;
}
.sec_up .lead .top {
  font-size: 20px;
  margin-bottom: 5px;
}
.sec_up .lead .point {
  background: #FFBA00;
  padding: 12px 45px 11px;
  border-radius: 60px;
  display: inline-block;
  margin-bottom: 10px;
}
.sec_up .lead .point .nm_of_ctt {
  font-size: 28px;
}
.sec_up .lead .point .nm_of_ctt span {
  font-size: 40px;
  font-weight: bold;
  color: #E80A2D;
}
.sec_up .lead .point .suppl {
  font-size: 14px;
}
.sec_up .lead .note {
  font-size: 14px;
}
.sec_up .ct_block {
  background: #fff;
  padding: 18px;
  margin-bottom: 10px;
}
.sec_up .ct_block .main:hover {
  cursor: pointer;
}
.sec_up .ct_block .main:hover .display {
  background: #10376B;
  color: #fff !important;
}
.sec_up .ct_block .main {
  display: flex;
  align-items: center;
  background: #fff;
}
.sec_up .ct_block .main .display {
  color: #10376B;
  padding: 8px 15px 5px;
  border-radius: 20px;
  border: 1px solid #10376B;
}
.sec_up .ct_block .main .display i {
  margin-left: 7px;
}
.sec_up .ct_block .main .txt_book_name {
  font-size: 30px;
  width: 230px;
  min-width: 230px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-right: auto;
}
.sec_up .ct_block .main .txt_book_name .badge {
  margin-left: 8px;
}
.sec_up .ct_block .main .nm_of_ctt {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.sec_up .ct_block .main .nm_of_ctt .txt {
  font-size: 18px;
  margin-right: 20px;
}
.sec_up .ct_block .main .nm_of_ctt .num {
  font-size: 38px;
  font-weight: bold;
}
.sec_up .ct_block .ct_list {
  margin-top: 10px;
}
.sec_up .ct_block .ct_list table {
  width: 100%;
}
.sec_up .ct_block .ct_list tr .class {
  width: 20%;
  font-weight: bold;
  padding-left: 20px;
}
.sec_up .ct_block .ct_list tr .format {
  width: 10%;
  text-align: center;
}
.sec_up .ct_block .ct_list tr .nm {
  width: 10%;
  text-align: right;
}
.sec_up .ct_block .ct_list tr .ct {
  width: 60%;
  font-size: 14px;
}
.sec_up .ct_block .ct_list tr .ct a {
  color: #2f6fc5;
  text-decoration: underline;
}
.sec_up .ct_block .ct_list tr .ct ul li {
  list-style: disc;
  margin-left: 20px;
}
.sec_up .ct_block .ct_list tr.child_of .class {
  text-align: center;
  font-weight: normal;
}
.sec_up .ct_block .ct_list th {
  font-weight: normal;
  color: #fff;
  border-right: 1px solid #fff;
  padding: 5px 5px 3px;
}
.sec_up .ct_block .ct_list th:last-child {
  border-right: none;
}
.sec_up .ct_block .ct_list td {
  background: #F7F7F7;
  padding: 18px 10px 16px;
  vertical-align: middle;
  border-bottom: 2px solid #EAEAEA;
}
.sec_up .ct_block .ct_list .parent td {
  border-bottom: none;
}
.sec_up .ct_block .ct_list .child_of td {
  border-bottom: 1px dashed #ddd;
}
.sec_up .ct_block.nihonshi .txt_book_name, .sec_up .ct_block.nihonshi .num {
  color: #FF261C;
}
.sec_up .ct_block.nihonshi .ct_list th {
  background: #FF261C;
}
.sec_up .ct_block.sekaishi .txt_book_name, .sec_up .ct_block.sekaishi .num {
  color: #1E6AA9;
}
.sec_up .ct_block.sekaishi .ct_list th {
  background: #1E6AA9;
}
.sec_up .ct_block.rekishisougou .txt_book_name, .sec_up .ct_block.rekishisougou .num {
  color: #E68500;
}
.sec_up .ct_block.rekishisougou .ct_list th {
  background: #E68500;
}
.sec_up .ct_block.chiri .txt_book_name, .sec_up .ct_block.chiri .num {
  color: #00A64D;
}
.sec_up .ct_block.chiri .ct_list th {
  background: #00A64D;
}
.sec_up .ct_block.chirisougou .txt_book_name, .sec_up .ct_block.chirisougou .num {
  color: #3fa726;
}
.sec_up .ct_block.chirisougou .ct_list th {
  background: #3fa726;
}
.sec_up .ct_block.chiritankyu .txt_book_name, .sec_up .ct_block.chiritankyu .num {
  color: #5b9b21;
}
.sec_up .ct_block.chiritankyu .ct_list th {
  background: #5b9b21;
}
.sec_up .ct_block.koumin .txt_book_name, .sec_up .ct_block.koumin .num {
  color: #5910F7;
}
.sec_up .ct_block.koumin .ct_list th {
  background: #5910F7;
}
.sec_up .ct_block.chugaku .txt_book_name, .sec_up .ct_block.chugaku .num {
  color: #FF5720;
}
.sec_up .ct_block.chugaku .ct_list th {
  background: #FF5720;
}
.sec_up .ct_block.others .txt_book_name, .sec_up .ct_block.others .num {
  color: #555;
}
.sec_up .ct_block.others .ct_list th {
  background: #555;
}

.secContact {
  padding-top: 70px;
  padding-bottom: 60px;
}
.secContact .sec_head span {
  font-size: 28px;
}
.secContact .lead {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .secContact .lead {
    text-align: left;
  }
}
.secContact .lead span {
  color: #E80A2D;
}
.secContact .other {
  margin-bottom: 30px;
  line-height: 1.6em;
}
.secContact__formWrapper {
  max-width: 810px;
  margin-right: auto;
  margin-left: auto;
}

footer {
  border-top: 1px solid #ddd;
  padding: 5px 0 3px;
}
footer .cright {
  text-align: center;
  font-size: 11px;
}

.mail_sent {
  padding-top: 30vh;
  text-align: center;
}
.mail_sent .head {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}
.mail_sent .con {
  margin-bottom: 30px;
}
.mail_sent .back a {
  color: #10376B;
}

.top_news {
  padding: 10px;
  border: 5px solid #ddd;
}

.order_top_link {
  margin-bottom: 30px;
  display: flex;
}
.order_top_link a {
  display: flex;
  align-items: center;
  background: #ff0050;
  border: 2px solid #fff;
  box-shadow: 1px 1px 3px 2px black;
  padding: 12px 12px 9px;
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
  margin-right: 10px;
}
.order_top_link a:last-child {
  margin-right: 0;
}
.order_top_link a .txt {
  flex: 1 1 auto;
}
.order_top_link a .icon {
  margin-left: 8px;
}

.toRenewWrapper {
  text-align: center;
  margin-bottom: 15px;
}
.toRenewWrapper__link {
  text-decoration: underline;
  font-size: 14px;
}
.toRenewWrapper__link b {
  color: #60b300;
}

.to_order_site {
  margin-top: 20px;
  margin-bottom: 30px;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
}
.to_order_site.personal a {
  background: #2b7be6;
}
.to_order_site a {
  display: block;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 2em;
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.5);
  padding: 10px 10px 8px;
  color: #fff;
  font-size: 18px;
}
.to_order_site a br {
  display: none;
}

.mw_wp_form {
  width: 100%;
  font-size: 16px;
}
.mw_wp_form.mw_wp_form_complete {
  padding: 20px;
  background: #f8f8f8;
  margin-bottom: 30px;
}

/********************************************* ポップアップニュース */
#important_news {
  text-align: center;
  position: absolute;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.6);
  top: 6vh;
  left: 10vw;
  width: 80vw;
  max-height: 90vh;
  padding: 40px 30px 30px;
  background: #035296;
  border: 5px solid #fff;
  color: #fff;
  position: fixed;
  overflow: auto;
  z-index: 9999;
}
#important_news .inner_close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid #fff;
  padding: 6px 10px 3px;
  font-size: 14px;
  cursor: pointer;
}
#important_news .close {
  margin-top: 15px;
  padding: 20px 60px;
  background: #fff;
  text-align: center;
  color: #035296;
  cursor: pointer;
}

#important_news .ttl {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 1.6em;
}

#important_news a {
  color: #fff;
  text-decoration: underline;
}

#important_news p {
  margin-bottom: 30px;
}

#important_news p:last-child {
  margin-bottom: 0px;
}

/* --------------------------------------------
 * 　サブページ
 * -------------------------------------------- */
.subKeyview {
  background: #F2F5F7;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.subKeyview._simpleHeader {
  padding-bottom: 10px;
}
.subKeyview._simpleHeader .subKeyview__breadcrumb {
  margin-bottom: 0;
}
.subKeyview._freetrialHeader {
  margin-bottom: 0;
}
.subKeyview__breadcrumb {
  font-size: 13px;
  margin-bottom: 35px;
}
.subKeyview__headEnTitle {
  margin-bottom: 6px;
}
.subKeyview__headJaTitle {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}
.subKeyview__description {
  font-size: 15px;
}

.subpageContainer {
  min-height: calc(100vh - 170px);
}
.subpageContainer._hasSidebar {
  display: flex;
}
@media screen and (max-width: 767px) {
  .subpageContainer._hasSidebar {
    display: block;
  }
}
.subpageContainer._hasSidebar .subpageContainer__main {
  flex: 1 1 auto;
}
.subpageContainer._hasSidebar .subpageContainer__side {
  flex: 0 0 300px;
}

/* --------------------------------------------
 * 　お役立ち情報
 * -------------------------------------------- */
.columnCategory {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
}
.columnCategory__item {
  font-size: 1.125rem;
  flex: 0 0 250px;
  text-align: center;
  border-bottom: 3px solid #becbd4;
  background: #f2f5f7;
}
.columnCategory__item:hover, .columnCategory__item.current {
  background: #004E9A;
  border-bottom: 3px solid #004E9A;
}
.columnCategory__item:hover a, .columnCategory__item.current a {
  color: #fff;
}
@media screen and (max-width: 1060px) {
  .columnCategory__item {
    flex: 0 0 200px;
  }
}
@media screen and (max-width: 767px) {
  .columnCategory__item {
    flex: 0 0 100%;
  }
}
.columnCategory__link {
  display: block;
  padding: 13px 0 8px;
  position: relative;
}
@media screen and (max-width: 1060px) {
  .columnCategory__link {
    font-size: 15px;
  }
}

.gridBox__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .gridBox__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .gridBox__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.gridBox__head {
  font-size: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .gridBox__head {
    font-size: 20px;
  }
}
.gridBox__childList {
  font-size: 17px;
}
.gridBox__childItem {
  margin-bottom: 10px;
}
.gridBox__link {
  color: #009AD3;
}
.gridBox__link._recommend::after {
  content: "オススメ！";
  display: inline-block;
  font-size: 12px;
  background: #FFBA00;
  padding: 0.45em 0.15em 0.3em 0.3em;
  margin-top: -3px;
  margin-left: 3px;
  line-height: 1;
  border-radius: 3px;
  color: #fff;
}
.gridBox__link._new::after {
  content: "NEW";
  display: inline-block;
  font-size: 12px;
  background: #FF5002;
  padding: 0.45em 0.3em 0.3em 0.3em;
  margin-top: -3px;
  margin-left: 3px;
  line-height: 1;
  border-radius: 3px;
  color: #fff;
}

/* --------------------------------------------
 * 　サイドバー
 * -------------------------------------------- */
.sideBox {
  padding: 20px;
  border-radius: 10px;
  background: #F2F5F7;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .sideBox {
    margin-left: 0;
  }
}
.sideBox__head {
  font-weight: bold;
  font-size: 17px;
  color: #10376B;
  margin-bottom: 15px;
}

.articleList__item {
  margin-bottom: 7px;
}
.articleList__link {
  color: #009AD3;
}

/* --------------------------------------------
 * 　記事デザイン
 * -------------------------------------------- */
.articleBox {
  padding-bottom: 50px;
}
.articleBox__title {
  font-size: 28px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .articleBox__title {
    font-size: 22px;
  }
}
.articleBox h2 {
  font-weight: bold;
  font-size: 26px;
  color: #10376B;
  margin-top: 60px;
  margin-bottom: 25px;
  padding: 20px 20px 18px;
  background: #F2F5F7;
  border-bottom: 5px solid #c9d9ed;
}
@media screen and (max-width: 767px) {
  .articleBox h2 {
    font-size: 22px;
  }
}
.articleBox h3 {
  font-weight: bold;
  font-size: 22px;
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 7px 0 5px 10px;
  border-left: 7px solid #c9d9ed;
}
@media screen and (max-width: 767px) {
  .articleBox h3 {
    font-size: 18px;
  }
}
.articleBox ol, .articleBox ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 25px;
}
.articleBox ul li {
  list-style: disc;
  margin-bottom: 10px;
}
.articleBox ol li {
  list-style: decimal;
  margin-bottom: 10px;
}
.articleBox p {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.8;
}
.articleBox a {
  color: #009AD3;
  text-decoration: underline;
}
.articleBox strong {
  background: linear-gradient(transparent 70%, #FFBA00 70%);
}
.articleBox table th, .articleBox table td {
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: middle;
}
.articleBox table th {
  background: #e8e8e8;
}
.articleBox .wp-block-image {
  padding: 20px;
  background: #f1f1f1;
  margin-top: 20px;
  margin-bottom: 20px;
}
.articleBox .wp-block-image.styleNone {
  padding: 0;
  background: transparent;
}
.articleBox figcaption {
  color: #555;
  font-size: 14px;
}
.articleBox .aligncenter > figcaption {
  text-align: center;
}

/* --------------------------------------------
 * 　無料トライアル
 * -------------------------------------------- */
.trialWrapper {
  background: #F2F5F7;
}

.trialTop {
  display: flex;
}
@media screen and (max-width: 1060px) {
  .trialTop {
    display: block;
  }
}
.trialTop__lead {
  flex: 1 1 440px;
  margin-right: 35px;
}
@media screen and (max-width: 767px) {
  .trialTop__lead {
    margin-right: 0;
  }
}
.trialTop__form {
  align-self: flex-start;
  flex: 1 1 725px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .trialTop__form {
    padding: 25px;
  }
}
.trialTop__heading {
  font-weight: bold;
}
@media screen and (max-width: 1060px) {
  .trialTop__heading {
    text-align: center;
    border-bottom: 1px dotted #99c4ee;
    margin-bottom: 40px;
  }
}
.trialTop__headingMain {
  font-size: 35px;
  color: #ff5720;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .trialTop__headingMain {
    font-size: 28px;
  }
}
.trialTop__headingSub {
  font-size: 24px;
  margin-bottom: 40px;
  color: #004E9A;
}
@media screen and (max-width: 767px) {
  .trialTop__headingSub {
    font-size: 21px;
  }
}
.trialTop__headingNote {
  margin-bottom: 40px;
}
.trialTop__headingNote a {
  color: #009AD3;
  text-decoration: underline;
}
.trialTop__forIndivisual {
  font-weight: normal;
  font-size: 16px;
  display: inline-block;
  background: #eaac07;
  color: #fff;
  padding: 9px 11px 6px;
  border-radius: 2px;
  margin-bottom: 30px;
  box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, 0.25);
  transition: all ease 0.15s;
}
.trialTop__forIndivisual:hover {
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.trialTop__forIndivisual br {
  display: none;
}
@media screen and (max-width: 767px) {
  .trialTop__forIndivisual br {
    display: block;
  }
}
.trialTop__title {
  font-weight: bold;
  font-size: 21px;
  display: inline-block;
  border-bottom: 1px solid #1E6AA9;
  color: #004E9A;
  margin-bottom: 23px;
}
.trialTop__thanksMain {
  font-size: 20px;
  margin-bottom: 8px;
}

.trialFaq {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .trialFaq {
    padding-bottom: 50px;
  }
}
.trialFaq__heading {
  font-size: 21px;
  color: #004E9A;
  margin-bottom: 50px;
  position: relative;
}
.trialFaq__heading::before {
  content: "";
  width: 80px;
  height: 3px;
  background: #004E9A;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 2;
}
.trialFaq__heading::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #BCCCD6;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1;
}
.trialFaq__block {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #BCCCD6;
}
.trialFaq__question {
  display: flex;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.trialFaq__question::before {
  content: "Q";
  font-size: 21px;
  display: block;
  width: 46px;
  height: 46px;
  min-width: 46px;
  background: #004E9A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  border-radius: 50%;
}
.trialFaq__answer {
  display: flex;
}
.trialFaq__answer::before {
  content: "A";
  font-size: 21px;
  display: block;
  width: 46px;
  height: 46px;
  min-width: 46px;
  background: #FF5720;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  border-radius: 50%;
}
.trialFaq__text {
  margin-top: 12px;
}

.trialInquiry {
  padding-bottom: 80px;
}
.trialInquiry__heading {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #004E9A;
  margin-bottom: 30px;
}
.trialInquiry__lead {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .trialInquiry__lead {
    margin-bottom: 20px;
  }
}
.trialInquiry__means {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .trialInquiry__means {
    display: block;
  }
}
.trialInquiry__toForm {
  display: block;
  color: #fff;
  background: #004E9A;
  flex: 1 1 300px;
  max-width: 300px;
  margin-right: 30px;
  padding: 30px 0 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trialInquiry__toForm {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
}
.trialInquiry__toTel {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .trialInquiry__toTel {
    align-items: center;
  }
}
.trialInquiry__telWrapper {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.trialInquiry__telLeft {
  flex: 0 0 auto;
  margin-right: 15px;
}
.trialInquiry__telRight {
  flex: 1 1 auto;
}
.trialInquiry__number {
  font-size: 25px;
  font-weight: bold;
}
.trialInquiry__reception {
  font-size: 14px;
}
.trialInquiry__note {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .trialInquiry__note {
    text-align: center;
  }
}

/* --------------------------------------------
 * 　404エラー
 * -------------------------------------------- */
#error {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 130px;
}

/* --------------------------------------------
 * 　動画埋め込み
 * -------------------------------------------- */
.videoFrame {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.videoFrame iframe {
  width: 100%;
  height: 100%;
}
.videoFrame::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.videoFrame__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=style.css.map */