@charset "UTF-8";
body {
  visibility: hidden;
  padding-top: 70px;
  color: #2d344b;
  font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.wf-active body {
  visibility: visible;
}

body#top > section:nth-child(odd) {
  background-color: #f2f5ff;
}

.wrapper {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 80px 20px;
}

a {
  color: #2d344b;
  text-decoration: none;
}

ul {
  list-style-type: none;
}

ol {
  padding-left: 0;
  list-style-type: none;
  counter-reset: item;
}

ol li {
  margin-bottom: 8px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

ol li:before {
  padding-right: .5em;
  content: counter(item) ".";
  counter-increment: item;
}

ul ol, ol ol {
  padding-left: 1em;
}

ul ol li:first-child, ol ol li:first-child {
  margin-top: 8px;
}

ul ol li:before, ol ol li:before {
  content: "(" counter(item) ")";
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: middle;
}

.head-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 222px;
  background: #3171ca url(../images/img_main-bg.png) center no-repeat;
  background-size: cover;
}

.head-title h1 {
  color: #fff;
  font-size: 37px;
  font-weight: 500;
  line-height: normal;
}

.btn-flex {
  display: flex;
  justify-content: center;
}

a.btn {
  display: inline-block;
  width: 360px;
  margin: 0 10px;
  padding: 17px 32px 18px;
  border-radius: 32px;
  box-shadow: 0 4px 10px 0 rgba(0, 26, 99, 0.2);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: .2s;
}

a.btn.main {
  background: #0054ac;
  color: #fff;
}

a.btn.main:hover {
  background: #3171ca;
}

a.btn.accent {
  background: #ffb300;
  color: #000;
}

a.btn.accent:hover {
  background: #ffc631;
}

a.btn:hover {
  transform: translate3d(0, 2px, 0);
  box-shadow: none;
  text-decoration: none;
}

a.main-arrow {
  display: inline-block;
  position: relative;
  width: 13em;
  padding-left: 30px;
  background: url(../images/ic_arrow1.png) 0 0 no-repeat;
  background-size: 22px;
  color: #2d344b;
  font-weight: 700;
  text-align: center;
}

a.main-arrow:hover {
  color: #0054ac;
}

h2 {
  margin-bottom: 48px;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

h2.mb32 {
  margin-bottom: 32px;
}

h2 + p {
  margin-bottom: 48px;
  font-size: 18px;
  text-align: center;
}

h3 {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

p {
  font-weight: 400;
}

.price-type {
  color: #0054ac;
  font-size: 16px;
}

.price-strong {
  font-size: 32px;
  font-weight: 700;
}

.time-strong {
  font-size: 24px;
  font-weight: 700;
}

table {
  border-collapse: collapse;
}

table.base-style {
  width: 100%;
  border-top: 1px solid #ddd;
  color: #444;
}

table.base-style th, table.base-style td {
  padding: 12px 16px;
  border-bottom: 1px solid #ddd;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}

table.base-style th {
  width: 17em;
  background: #f7f7f7;
}

.conversion {
  padding: 60px 0 48px;
  background: #0054ac url(../images/img_cv-bg.png) no-repeat center center;
  background-size: cover;
  text-align: center;
}

.conversion h2 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 24px;
}

.conversion p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.conversion h2 + p {
  margin-bottom: 32px;
}

.conversion .btn-flex {
  margin-bottom: 32px;
}

.ellipsis_1row {
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis_rows {
  position: relative;
  overflow: hidden;
  text-align: justify;
}

.ellipsis_rows::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1em;
  background-color: #fff;
  content: '…';
}

.ellipsis_rows::after {
  position: absolute;
  right: 0;
  width: 1em;
  height: 1.2em;
  background-color: #fff;
  content: '';
}

header#header {
  z-index: 10;
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
}

header#header.header-shadow {
  box-shadow: 0 4px 10px 0 rgba(0, 26, 99, 0.2);
}

header#header .wrapper {
  display: flex;
  justify-content: space-between;
  width: 1232px;
  max-width: 1232px;
  padding: 0 16px;
}

header#header .header-logo {
  height: 70px;
  font-size: 18px;
  line-height: 70px;
}

header#header .header-logo a span {
  font-weight: bold;
}

nav {
  height: 100%;
}

nav ul {
  display: flex;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

nav ul li:not(:last-of-type) {
  margin-left: 32px;
  padding-top: 2px;
  border-bottom: 2px solid transparent;
}

nav ul li:not(:last-of-type):hover {
  border-color: #0054ac;
}

nav ul li:not(:last-of-type) a {
  display: block;
  height: 100%;
  line-height: 66px;
}

nav ul li:last-of-type {
  align-items: center;
  height: 36px;
  margin: auto;
  margin-left: 24px;
}

nav ul li:last-of-type a {
  display: inline-block;
  padding: 0 16px;
  border-radius: 18px;
  background-color: #0054ac;
  color: #fff;
  line-height: 36px;
  transition: .2s;
}

nav ul li:last-of-type a:hover {
  transform: translate3d(0, 2px, 0);
  background-color: #3171ca;
}

.footer-nav {
  background: #f5f5f5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer-nav .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.footer-nav .wrapper .footer-logo {
  height: 78px;
  line-height: 78px;
}

.footer-nav .wrapper .footer-logo a span {
  font-weight: bold;
}

.footer-nav .wrapper ul {
  display: flex;
  justify-content: space-between;
  width: 916px;
}

.footer-nav .wrapper ul li {
  line-height: 78px;
}

.footer-nav .wrapper ul li a:hover {
  text-decoration: underline;
}

.footer-btm {
  background: #2f2e34;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer-btm .wrapper {
  padding: 32px 0;
  font-size: 14px;
}

.footer-btm .wrapper .footer-btm-menu ul {
  display: flex;
  justify-content: center;
  margin-bottom: 34px;
}

.footer-btm .wrapper .footer-btm-menu ul li a {
  color: #fff;
}

.footer-btm .wrapper .footer-btm-menu ul li a:hover {
  text-decoration: underline;
}

.footer-btm .wrapper .footer-btm-menu ul li + li {
  margin-left: 16px;
  padding-left: 16px;
  border-left: 2px solid #ccc;
}

.footer-btm .wrapper .copyright {
  color: #fff;
  text-align: center;
}

/* トップ 
----------------------------------------- */
#top .main-visual {
  height: 468px;
  background: #3171ca url(../images/img_main-bg.png) center no-repeat;
  background-size: cover;
}

#top .main-visual .wrapper {
  display: flex;
  position: relative;
  max-width: 1200px;
  padding: 24px 76px;
}

#top .main-visual .wrapper img {
  position: absolute;
  top: 50%;
  right: 76px;
  width: 570px;
  height: 356px;
  transform: translateY(-50%);
}

#top .main-visual-text-container {
  position: absolute;
  top: 50%;
  left: 76px;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 700;
}

#top .main-visual-text-container h1.main-visual-title {
  margin-bottom: 44px;
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 4px 10px rgba(0, 26, 99, 0.2);
}

#top .main-visual-text-container h1.main-visual-title .main-visual-subtitle {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 400;
  text-shadow: 0 4px 10px rgba(0, 26, 99, 0.2);
}

#top .main-visual-text-container .btn-flex {
  justify-content: flex-start;
}

#top .main-visual-text-container .btn-flex a.btn {
  margin: 0;
}

#top .contact-line {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  padding: 16px 0;
  background: #00348a;
  color: #fff;
}

#top .contact-line p:first-of-type {
  font-size: 18px;
  font-weight: 500;
}

#top .contact-line p.contact-line-tel {
  display: flex;
  align-items: center;
  margin-left: 24px;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}

#top .contact-line p.contact-line-tel:before {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  background-image: url("../images/ic_tel.png");
  background-size: 32px;
  content: '';
}

#top .contact-line p:last-of-type {
  margin-left: 24px;
  font-size: 14px;
  font-weight: 500;
}

#top .appeal-point-balloon {
  position: relative;
  width: 550px;
  margin: 0 auto 40px;
  padding: 8px 0;
  border-radius: 44px;
  background-color: #ffb300;
  font-size: 32px;
  font-weight: 700;
}

#top .appeal-point-balloon .strong-font {
  font-size: 48px;
}

#top .appeal-point-balloon:before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -16px;
  border: 16px solid transparent;
  border-top: 16px solid #ffb300;
  content: "";
}

#top .reduction-time-flex {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

#top .reduction-time {
  position: relative;
  width: 404px;
  height: 524px;
  margin-right: 40px;
  padding: 40px 34px;
  border-radius: 4px;
  background-color: #f2f5ff;
  font-size: 18px;
  font-weight: 400;
}

#top .reduction-time:last-of-type {
  margin-right: 0;
}

#top .reduction-time dt {
  position: absolute;
  padding: 12px 0 12px 16px;
}

#top .reduction-time dd {
  margin: 0 0 5px;
  padding: 12px 16px 12px 10em;
  background-color: #fff;
  text-align: right;
}

#top .reduction-time p {
  position: absolute;
  bottom: 32px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  vertical-align: bottom;
}

#top .notes {
  font-size: 14px;
}

#top .notes-flex {
  display: flex;
  position: relative;
  width: 100%;
  height: 147px;
  margin-bottom: 32px;
}

#top .notes-flex .notes:first-of-type {
  position: absolute;
  left: 166px;
}

#top .notes-flex .notes:last-of-type {
  position: absolute;
  left: 610px;
}

#top .appeal-point .btn-flex {
  flex-direction: column-reverse;
  align-items: center;
}

#top .appeal-point .btn-flex a.btn.accent {
  margin-bottom: 32px;
}

#top .main-feature-flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

#top .main-feature-flex section {
  box-sizing: border-box;
  width: 100%;
  max-width: calc((100% - 16px * 2) / 3);
  margin-right: 16px;
  padding: 40px 32px;
  border-radius: 15px;
  background-color: #fff;
}

#top .main-feature-flex section:nth-child(3n) {
  margin-right: 0;
}

#top .main-feature-flex section:nth-child(n+4) {
  margin-top: 16px;
}

#top .main-feature-flex section p {
  text-align: justify;
}

#top .main-feature-flex section img {
  width: 312px;
  height: 180px;
  margin: 0 auto 32px;
}

#top .main-function h2 + p {
  margin-bottom: 32px;
}

#top .main-function h3 {
  margin-bottom: 28px;
  font-weight: 700;
}

#top .main-function h3 + p {
  margin-bottom: 40px;
  text-align: center;
}

#top .main-function section:last-of-type h3 + p {
  margin-bottom: 80px;
}

#top .main-function dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 42px;
}

#top .main-function dl::after {
  display: block;
  width: 312px;
  content: "";
}

#top .main-function dl div {
  width: 312px;
  margin-bottom: 80px;
}

#top .main-function dl dt {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 4px;
  border-bottom: 3px solid #d6d8e0;
  font-size: 20px;
}

#top .main-function dl dt:before {
  position: absolute;
  bottom: -3px;
  width: 106px;
  border-bottom: 3px solid #0054ac;
  content: "";
}

#top .main-function dl dd {
  text-align: justify;
}

#top .management-appeal {
  box-sizing: border-box;
  width: 1160px;
  margin-bottom: 40px;
  padding: 40px 32px;
  border-radius: 15px;
  background-color: #fff;
}

#top .management-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 42px;
}

#top .management-flex::after {
  display: block;
  width: 512px;
  content: "";
}

#top .management-flex section {
  width: 512px;
  margin-bottom: 32px;
}

#top .management-flex h3 {
  position: relative;
  margin-bottom: 28px;
  margin-bottom: 24px;
  padding-bottom: 4px;
  border-bottom: 3px solid #d6d8e0;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}

#top .management-flex h3:before {
  position: absolute;
  bottom: -3px;
  width: 30%;
  border-bottom: 3px solid #0054ac;
  content: "";
}

#top .management-flex img {
  width: 1093px;
  height: 612px;
}

#top .management-flex ul li {
  padding: 1.3em;
  border-radius: 10px;
  background-color: #fff;
  text-align: justify;
}

#top .management-flex ul li:not(:last-child) {
  margin-bottom: 10px;
}

#top .operability-flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

#top .operability-flex section {
  box-sizing: border-box;
  width: 100%;
  max-width: calc((100% - 16px) / 2);
  margin-right: 16px;
  padding: 40px 32px;
  border-radius: 15px;
  background-color: #f2f5ff;
}

#top .operability-flex section:nth-child(2n) {
  margin-right: 0;
}

#top .operability-flex section:nth-child(n+3) {
  margin-top: 16px;
}

#top .operability-flex section p {
  text-align: justify;
}

#top .operability-flex section video {
  width: 508px;
  margin: 0 auto 32px;
}

#top .operability-flex section img {
  width: 508px;
  height: 287px;
  margin: 0 auto 32px;
}

#top .main-price-flex {
  display: flex;
  position: relative;
  border: 1px solid #b8bcc9;
  background-color: #fff;
}

#top .main-price-flex::before, #top .main-price-flex::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #b8bcc9;
  content: '';
}

#top .main-price-flex::before {
  left: calc(33.333% + 2px);
  left: calc(25% + 2px);
  left: calc(50% + 2px);
}

#top .main-price-flex::after {
  right: calc(33.333% + 2px);
  right: calc(25% + 2px);
}

#top .main-price-flex table {
  width: 100%;
  max-width: calc(100% / 3);
  max-width: calc(100% / 4);
  border: none;
  border-collapse: collapse;
}

#top .main-price-flex table thead tr th {
  padding-bottom: 8px;
  font-size: 18px;
  text-align: center;
}

#top .main-price-flex table thead tr th img {
  width: 160px;
  height: 92px;
  margin: 20px 0 8px;
}

#top .main-price-flex table thead tr th span {
  font-size: 16px;
  font-weight: 400;
}

#top .main-price-flex table thead tr:last-of-type th {
  padding-bottom: 0;
}

#top .main-price-flex table tbody tr td {
  padding-bottom: 8px;
  text-align: center;
}

#top .main-price-flex table tbody tr td .btn {
  max-width: 280px;
  margin: 32px 0;
}

#top .main-price-flex table tbody tr:last-of-type td {
  padding-bottom: 0;
}

#top .main-price-flex table:last-of-type tbody tr:nth-of-type(2) td {
  padding-bottom: 32px;
}

#top .main-price .notes {
  margin: 32px 0;
  text-align: center;
}

#top .main-example-flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

#top .main-example-flex section {
  box-sizing: border-box;
  width: 100%;
  max-width: calc((100% - 16px * 2) / 3);
  margin-right: 16px;
  padding: 40px 32px;
  border-radius: 15px;
  background-color: #f2f5ff;
}

#top .main-example-flex section:nth-child(3n) {
  margin-right: 0;
}

#top .main-example-flex section img {
  width: 312px;
  height: 143px;
  margin: 0 auto 16px;
}

#top .main-example-flex section h3 {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

#top .main-example-flex section p {
  font-size: 14px;
  text-align: justify;
}

#top .main-example-flex section p:first-of-type {
  margin-bottom: 16px;
}

#top .faq .wrapper {
  max-width: 960px;
}

#top .faq .wrapper dl dt {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  border-radius: 10px;
  background-color: #fff;
  font-weight: 700;
  line-height: 1.6;
}

#top .faq .wrapper dl dt::before {
  margin-right: 16px;
  color: #3171ca;
  font-size: 18px;
  font-weight: 500;
  content: 'Q.';
}

#top .faq .wrapper dl dd {
  display: flex;
  padding: 20px 24px 32px;
  line-height: 1.6;
}

#top .faq .wrapper dl dd::before {
  margin-right: 16px;
  color: #de4d4d;
  font-size: 18px;
  font-weight: 500;
  content: 'A.';
}

#top .main-news ul {
  max-width: 920px;
  margin: 0 auto 48px;
  font-size: 16px;
}

#top .main-news ul li a {
  display: block;
  padding: 16px;
  border-bottom: 1px solid #b8bcc9;
  color: #2d344b;
}

#top .main-news ul li a:hover {
  text-decoration: underline;
}

#top .main-news ul li a span {
  margin-right: 2rem;
}

#top .main-news ul li:first-of-type {
  border-top: 1px solid #b8bcc9;
}

/* 機能一覧 
----------------------------------------- */
#function .function-contents .wrapper {
  padding-top: 0;
}

#function .head-title + .function-contents .wrapper {
  padding-top: 80px;
}

#function .function-contents h2, #function .function-contents h3 {
  margin-bottom: 24px;
}

#function .function-contents h3 {
  font-weight: 500;
}

#function .function-contents h2 + p {
  margin-bottom: 40px;
}

#function .function-contents dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 42px;
}

#function .function-contents dl::after {
  display: block;
  width: 312px;
  content: "";
}

#function .function-contents dl div {
  width: 312px;
  margin-bottom: 80px;
}

#function .function-contents dl dt {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 4px;
  border-bottom: 3px solid #d6d8e0;
  font-size: 20px;
}

#function .function-contents dl dt:before {
  position: absolute;
  bottom: -3px;
  width: 106px;
  border-bottom: 3px solid #0054ac;
  content: "";
}

#function .function-contents dl dd {
  text-align: justify;
}

#function .function-flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

#function .function-flex section {
  box-sizing: border-box;
  width: 100%;
  max-width: calc((100% - 16px) / 2);
  margin-right: 16px;
  padding: 40px 32px;
  border-radius: 15px;
  background-color: #f2f5ff;
}

#function .function-flex section:nth-child(2n) {
  margin-right: 0;
}

#function .function-flex section p {
  text-align: justify;
}

#function .function-flex section img {
  width: 508px;
  height: 287px;
  margin: 0 auto 32px;
}

/* 料金 
----------------------------------------- */
#price .price-contents h2, #price .price-contents h3 {
  margin-bottom: 24px;
}

#price .price-contents h2 + p {
  margin-bottom: 24px;
  font-size: 16px;
}

#price table.price-table {
  width: 100%;
  margin: 80px 0;
  border-bottom: 1px solid #d6d8e0;
  border-collapse: collapse;
  border-spacing: 0;
}

#price table.price-table .price-table-bg {
  background-color: #f2f5ff;
}

#price table.price-table thead tr:last-of-type {
  border-bottom: 1px solid #d6d8e0;
}

#price table.price-table thead tr:last-of-type td {
  padding: 8px 0 32px;
}

#price table.price-table thead tr td {
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

#price table.price-table thead tr td img {
  width: 160px;
  height: 92px;
  margin: 40px 0 8px;
}

#price table.price-table thead tr td .btn-flex {
  margin-bottom: 0;
}

#price table.price-table thead tr td .btn-flex a.btn {
  width: auto;
}

#price table.price-table tbody tr th, #price table.price-table tbody tr td {
  padding: 12px 0;
  border-bottom: 1px solid #d6d8e0;
}

#price table.price-table tbody tr th {
  font-weight: 400;
  text-align: left;
}

#price table.price-table tbody tr td {
  text-align: center;
}

#price table.price-table tbody:nth-of-type(-n+2) tr th,
#price table.price-table tbody:nth-of-type(-n+2) tr td {
  padding: 18px 0;
}

#price table.price-table.price-table-series-title {
  vertical-align: top;
}

#price .price-include-flex {
  display: flex;
  justify-content: center;
}

#price .price-include {
  width: 500px;
  margin-right: 40px;
  padding: 40px 34px;
  border-radius: 4px;
  background-color: #f2f5ff;
  font-size: 18px;
  font-weight: 400;
}

#price .price-include li {
  margin: 0 0 5px;
  padding: 12px 16px;
  background-color: #fff;
}

#price .price-include p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 700;
}

#price .price-include p:before {
  width: 38px;
  height: 30px;
  background: url("../images/ic_maru.png") 0 50% no-repeat;
  background-size: 30px;
  content: "";
}

#price .price-include:last-of-type {
  margin-right: 0;
}

#price .price-include:last-of-type ul ul li {
  margin: 0;
  padding-bottom: 0;
  padding-left: 2em;
  text-indent: -1em;
}

#price .price-include:last-of-type ul ul li:before {
  display: inline-block;
  height: 14px;
  padding-right: 0.8em;
  background: url("../images/ic_arrow2.png") 0 50% no-repeat;
  content: "";
}

#price .price-include:last-of-type p:before {
  background: url("../images/ic_batsu2.png") 0 50% no-repeat;
}

#price .usage-flow ul.usage-flow-list {
  display: flex;
  margin-bottom: 16px;
  padding: 0 28px 0 10px;
}

#price .usage-flow ul.usage-flow-list li {
  flex: 1;
}

#price .usage-flow ul.usage-flow-list li + li {
  margin-left: 32px;
}

#price .usage-flow ul.usage-flow-list li div.usage-flow-list-title {
  position: relative;
  margin-right: 16px;
  margin-bottom: 25px;
  padding: 19px 0 17px 12px;
  background: #3171ca;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

#price .usage-flow ul.usage-flow-list li div.usage-flow-list-title:after {
  position: absolute;
  top: 0;
  right: -28px;
  bottom: 0;
  width: 0;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-width: 32px 0 32px 28px;
  border-style: solid;
  border-color: transparent transparent transparent #3171ca;
  content: '';
}

/* 更新情報共通部分 
----------------------------------------- */
.news-contents {
  display: flex;
  justify-content: space-between;
}

.news-contents.wrapper {
  padding: 80px 0;
}

.news article {
  width: 840px;
}

.news article .news-info {
  display: flex;
}

.news article .news-info .news-info-date {
  margin: 0 20px 0 0;
  color: #2d344b;
  font-size: 14px;
  line-height: 24px;
}

.news article .news-info .news-info-cat a {
  margin: 0;
  padding: 6px 8px;
  border: solid 1px #0054ac;
  border-radius: 32px;
  background: #fff;
  color: #0054ac;
  font-size: 14px;
}

.news article .news-info .news-info-cat a:hover {
  background-color: #0054ac;
  color: #fff;
}

.news article .news-text p {
  margin-bottom: 1rem;
  line-height: 27px;
}

.news aside {
  width: 300px;
}

.news aside h2.category {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 16px;
  border-bottom: 3px solid #d6d8e0;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
}

.news aside h2.category:before {
  position: absolute;
  bottom: -3px;
  width: 106px;
  border-bottom: 3px solid #0054ac;
  content: "";
}

.news aside ul.category-list {
  margin-bottom: 60px;
  list-style: none;
}

.news aside ul.category-list li {
  border-bottom: 1px #d6d8e0 solid;
}

.news aside ul.category-list li a {
  display: block;
  padding: 24px 10px;
}

.news aside ul.category-list li a:hover {
  color: #0054ac;
}

.news aside ul.category-list li.catselect a {
  color: #0054ac;
}

/* 更新情報 
----------------------------------------- */
#news h2.news-list-title {
  position: relative;
  margin-bottom: 4px;
  padding-bottom: 22px;
  border-bottom: 3px solid #d6d8e0;
  color: #2d344b;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  text-align: left;
}

#news h2.news-list-title:before {
  position: absolute;
  bottom: -3px;
  width: 184px;
  border-bottom: 3px solid #0054ac;
  content: "";
}

#news article {
  display: flex;
  height: 266px;
  border-bottom: 1px solid #d6d8e0;
}

#news article .news-entry-eyecatch a {
  display: block;
  margin-top: 24px;
}

#news article .news-entry-eyecatch a:hover {
  opacity: 0.8;
}

#news article .news-entry-eyecatch a img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}

#news article .news-entry-contents {
  width: 554px;
  padding: 24px 0 20px 40px;
}

#news article .news-header {
  margin-bottom: 0;
}

#news article .news-header .news-header-title {
  width: 100%;
  max-height: 31px;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

#news article .news-header .news-header-title a:hover {
  color: #0054ac;
}

#news article .news-text {
  width: 514px;
  margin-top: 0;
  padding: 24px 0 0;
}

#news article .news-text p {
  max-height: 81px;
}

#news article .news-text .read-more {
  color: #0054ac;
}

#news ul.pagination {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  padding: 0;
  list-style: none;
}

#news ul.pagination li {
  text-align: center;
}

#news ul.pagination li a {
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 3px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 100%;
  color: #0054ac;
  font-size: 14px;
  line-height: 32px;
  text-decoration: none;
  cursor: default;
}

#news ul.pagination li a.current {
  background-color: #0054ac;
  color: #fff;
}

#news ul.pagination li a.page-move:hover {
  background-color: #0054ac;
  color: #fff;
  cursor: pointer;
}

/* 更新情報詳細 
----------------------------------------- */
#news-details article {
  padding: 0 20px;
}

#news-details article .news-header {
  margin-bottom: 40px;
}

#news-details article .news-header .news-title {
  margin-bottom: 24px;
  color: #2d344b;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3em;
  text-align: left;
}

#news-details article img.eyecatch {
  margin-bottom: 2rem;
}

#news-details article .news-detail-text h1, #news-details article .news-detail-text h2, #news-details article .news-detail-text h3, #news-details article .news-detail-text h4 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  text-align: left;
}

#news-details article .news-detail-text h1 {
  font-size: 37px;
}

#news-details article .news-detail-text h2 {
  font-size: 32px;
}

#news-details article .news-detail-text h2 + p {
  margin-bottom: 0;
  font-size: 16px;
  text-align: left;
}

#news-details article .news-detail-text h3 {
  font-size: 24px;
}

#news-details article .news-detail-text h4 {
  font-size: 16px;
}

#news-details article .news-detail-text p {
  text-align: left;
}

#news-details article .news-detail-text a {
  text-decoration: underline;
}

/* お問い合わせ 
----------------------------------------- */
#contact table td label.error, #contact-check table td label.error {
  display: block;
  color: #F89406;
  font-weight: 700;
}

#contact table td label.error:before, #contact-check table td label.error:before {
  display: inline-block;
  height: 18px;
  margin-right: 6px;
  padding: 0 4px;
  border-radius: 3px;
  background-color: #d45645;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  content: "！";
}

#contact table .required-label, #contact-check table .required-label {
  display: inline-block;
  height: 18px;
  margin-left: 5px;
  padding: 0 4px;
  border-radius: 3px;
  background-color: #d45645;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

#contact table .example, #contact-check table .example {
  padding: 4px 8px 0;
  color: #555;
  font-size: 14px;
}

#contact table .radio-set, #contact-check table .radio-set {
  width: 100%;
}

#contact table input[type=radio], #contact-check table input[type=radio] {
  margin-right: 4px;
}

#contact table input[type=radio]:not(:first-of-type):not(:nth-of-type(4)), #contact-check table input[type=radio]:not(:first-of-type):not(:nth-of-type(4)) {
  margin-left: 20px;
}

#contact table input[type=text], #contact table input[type=tel], #contact table input[type=email], #contact table textarea, #contact-check table input[type=text], #contact-check table input[type=tel], #contact-check table input[type=email], #contact-check table textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
}

#contact table input[type=text]:focus, #contact table input[type=tel]:focus, #contact table input[type=email]:focus, #contact table textarea:focus, #contact table select:focus, #contact-check table input[type=text]:focus, #contact-check table input[type=tel]:focus, #contact-check table input[type=email]:focus, #contact-check table textarea:focus, #contact-check table select:focus {
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

#contact table .required-item input[type=text]:focus, #contact table .required-item input[type=tel]:focus, #contact table .required-item input[type=email]:focus, #contact table .required-item textarea:focus, #contact table .required-item select:focus, #contact-check table .required-item input[type=text]:focus, #contact-check table .required-item input[type=tel]:focus, #contact-check table .required-item input[type=email]:focus, #contact-check table .required-item textarea:focus, #contact-check table .required-item select:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #D59392;
}

#contact table .zip-set, #contact-check table .zip-set {
  display: flex;
}

#contact table input[name=zip11], #contact-check table input[name=zip11] {
  width: 60%;
}

#contact table #ajaxzip3, #contact-check table #ajaxzip3 {
  margin-left: 20px;
  padding: 10px 20px;
  border-radius: 4px;
  background: #f7f7f7;
  font-weight: 400;
  text-align: center;
  transition: .2s;
}

#contact table #ajaxzip3:hover, #contact-check table #ajaxzip3:hover {
  opacity: 0.8;
}

#contact table #ajaxzip3:focus, #contact-check table #ajaxzip3:focus {
  outline: none;
}

#contact ::-moz-placeholder, #contact-check ::-moz-placeholder {
  color: #ccc;
}

#contact :-ms-input-placeholder, #contact-check :-ms-input-placeholder {
  color: #ccc;
}

#contact ::-ms-input-placeholder, #contact-check ::-ms-input-placeholder {
  color: #ccc;
}

#contact ::placeholder, #contact-check ::placeholder {
  color: #ccc;
}

#contact .privacy-section .privacy-link, #contact-check .privacy-section .privacy-link {
  padding: 16px;
  background: #f7f7f7;
  font-weight: 700;
  text-align: center;
}

#contact .privacy-section .privacy-link a, #contact-check .privacy-section .privacy-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
}

#contact .privacy-section .privacy-link a::after, #contact-check .privacy-section .privacy-link a::after {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background-image: url("../images/ic_link.png");
  background-size: 16px;
  content: '';
}

#contact .privacy-section .privacy-input, #contact-check .privacy-section .privacy-input {
  padding: 20px;
  text-align: center;
}

#contact .privacy-section .privacy-input span, #contact-check .privacy-section .privacy-input span {
  padding-left: 6px;
}

#contact .privacy-section .privacy-input small, #contact-check .privacy-section .privacy-input small {
  display: block;
  margin-top: 8px;
}

#contact .contact-form-btn, #contact-check .contact-form-btn {
  text-align: center;
}

#contact .contact-form-btn button, #contact-check .contact-form-btn button {
  width: 360px;
  margin-top: 20px;
  padding: 17px 32px 18px;
  border-radius: 32px;
  background: #0054ac;
  box-shadow: 0 4px 10px 0 rgba(0, 26, 99, 0.2);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  transition: .2s;
}

#contact .contact-form-btn button:hover, #contact-check .contact-form-btn button:hover {
  transform: translate3d(0, 2px, 0);
  background: #3171ca;
  box-shadow: none;
}

#contact .contact-form-btn button:focus, #contact-check .contact-form-btn button:focus {
  outline: none;
}

#contact .contact-form-btn button:disabled, #contact-check .contact-form-btn button:disabled {
  background: #DCDCDC;
  box-shadow: none;
  cursor: default;
}

#contact .contact-form-btn button:disabled:hover, #contact-check .contact-form-btn button:disabled:hover {
  transform: none;
}

#contact-check .contact-form-btn button {
  margin: 40px 10px 0;
}

#contact-check .contact-form-btn button.contact-submit {
  background: #ffb300;
  color: #000;
}

#contact-check .contact-form-btn button.contact-submit:hover {
  background: #ffc631;
}

/* 事業内容 
----------------------------------------- */
#about .about-difference-contents .wrapper {
  padding: 0 20px;
}

#about .about-support-contents h2 {
  margin-bottom: 24px;
}

#about h3 {
  margin-bottom: 24px;
  font-weight: 500;
}

#about .about-support-flex {
  display: flex;
  flex-wrap: wrap;
}

#about .about-support-flex section {
  box-sizing: border-box;
  width: 100%;
  max-width: calc((100% - 16px) / 2);
  margin-right: 16px;
  padding: 32px;
  border-radius: 15px;
  background-color: #f2f5ff;
}

#about .about-support-flex section:nth-child(2) {
  position: relative;
}

#about .about-support-flex section:nth-child(2):before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -36px;
  width: 56px;
  height: 56px;
  margin: auto 0;
  background: url(../images/ic_arrow3.png) no-repeat;
  background-size: 56px;
  content: "";
}

#about .about-support-flex section:nth-child(2n) {
  margin-right: 0;
}

#about .about-support-flex section p {
  text-align: justify;
}

#about .about-support-flex section img {
  width: 508px;
  height: 150px;
  margin: 0 auto;
}

#about .about-difference-contents .about-difference-flex {
  display: flex;
}

#about .about-difference-contents .about-difference-flex:not(:last-child) {
  margin-bottom: 40px;
}

#about .about-difference-contents img {
  width: 330px;
  max-width: 330px;
  height: 207px;
}

#about .about-difference-contents .difference-text {
  width: 100%;
  padding-left: 40px;
}

#about .about-difference-contents .difference-text dt {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 3px solid #d6d8e0;
  font-size: 24px;
  font-weight: 500;
}

#about .about-difference-contents .difference-text dt:before {
  position: absolute;
  bottom: -3px;
  width: 106px;
  border-bottom: 3px solid #0054ac;
  content: "";
}

#about .about-difference-contents .difference-text dd {
  text-align: justify;
}

/* 特定商取引法に関する法律に基づく表記 
----------------------------------------- */
#tokushoho .tokushoho-contents .wrapper {
  padding: 80px 150px;
}

#tokushoho .tokushoho-contents dl dt {
  font-weight: 700;
}

#tokushoho .tokushoho-contents dl dd {
  margin-bottom: 16px;
}

/* 利用規約 
----------------------------------------- */
#agreement .agreement-contents .wrapper {
  padding: 0 150px;
}

#agreement .agreement-contents p {
  padding: 80px 0;
}

#agreement .agreement-contents h2 {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 3px solid #d6d8e0;
  font-size: 32px;
  font-weight: 500;
  text-align: left;
}

#agreement .agreement-contents h2:before {
  position: absolute;
  bottom: -3px;
  width: 30%;
  border-bottom: 3px solid #0054ac;
  content: "";
}

#agreement .agreement-contents .article {
  padding: 40px 0;
}

#agreement .agreement-contents .article p {
  margin-bottom: 8px;
  padding: 0;
  text-align: left;
}

/* 個人情報保護方針 
----------------------------------------- */
#privacy .privacy-contents .wrapper {
  padding: 80px 150px;
}

#privacy .privacy-contents .wrapper > p {
  padding-bottom: 80px;
}

#privacy .privacy-contents h2 {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 3px solid #d6d8e0;
  font-size: 32px;
  font-weight: 500;
  text-align: left;
}

#privacy .privacy-contents h2:before {
  position: absolute;
  bottom: -3px;
  width: 30%;
  border-bottom: 3px solid #0054ac;
  content: "";
}

#privacy .privacy-contents .article {
  padding: 40px 0;
}

#privacy .privacy-contents .article p {
  margin-bottom: 8px;
  padding: 0;
  text-align: left;
}

/* 情報セキュリティ基本方針 
----------------------------------------- */
#security .security-contents .wrapper {
  padding: 80px 150px;
}

#security .security-contents dl {
  padding: 30px 0;
}

#security .security-contents dl div:not(:last-child) {
  margin-bottom: 36px;
}

#security .security-contents dl dt {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

#security .security-contents dl dd {
  margin-bottom: 16px;
}

@media all and (-ms-high-contrast: none) {
  body {
    visibility: visible;
    font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  }
  h2, h3 {
    font-weight: 700;
  }
  .contact-line p:not(:nth-of-type(2)) {
    font-weight: 700;
  }
  aside.conversion p {
    font-weight: 700;
  }
}
