*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
}

strong {
  font-weight: bold;
}

.entry-content {
  padding-left: 20px;
  padding-right: 20px;
}

.entry-content sup {
  font-size: 50%;
}

.entry-content img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.entry-content p {
  font-size: 15px;
}

.entry-content p, .entry-content li {
  line-height: 28px;
}

.entry-content p + p {
  margin-top: 10px;
}

.entry-content .link {
  color: #E50012;
  text-decoration: underline;
}

.entry-content .link:hover {
  text-decoration: none;
}

.template2 .entry-content h2,
.template3 .entry-content h2 {
  background-image: url(../images/common/header-border.png);
  background-repeat: no-repeat;
  font-size: 34px;
  font-weight: bold;
  color: #11214D;
  padding-top: 31px ;
  margin: 0 -20px 63px;
  line-height: 50px;
}

.entry-content h3 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 25px;
  line-height: 38px;
}

.entry-content h4 {
  color: #E50012;
  font-size: 18px;
  font-weight: bold;
  margin: 42px 0 20px;
  line-height: 32px;
}

.entry-content h5 {
  color: #E50012;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 17px;
  line-height: 28px;
}

.pc-show {
  display: block;
}

.pc-hide {
  display: none;
}

.va-top {
  vertical-align: top !important;
}

.text-red {
  color: #E50012;
}

.text-center {
  text-align: center;
}

.bg-blue {
  background-color: #F2F4F8;
}

.fs-sm {
  font-size: 14px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-20 {
  margin-top: 20px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.container {
  width: 100%;
}

.container:not(:first-child) {
  margin-top: 140px;
}

.container-blue-02 {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  margin-top: 30px;
}

.container-blue-02:not(:last-child) {
  margin-bottom: 30px;
}

.container-blue-02 .container-blue-02-text {
  width: calc(65.74% - 40px);
}

.container-blue-02 .container-blue-02-text h3 {
  margin-bottom: 25px;
  line-height: 35px;
  margin-top: 0;
}

.container-blue-02 .container-blue-02-image {
  width: 34.26%;
}

.container-blue-01 {
  padding: 32px 40px 36px;
  margin-top: 30px;
}

.container-blue-01:not(:last-child) {
  margin-bottom: 30px;
}

.container-blue-01 h3,
.container-blue-02 h3 {
  line-height: 33px;
  margin-top: 0;
  display: flex;
}

.container-blue-01 h3 .label-red,
.container-blue-02 h3 .label-red {
  font-size: 22px;
  color: #fff;
  background-color: #E50012;
  border-left: 10px solid #B11723;
  padding: 3.5px 30px 3.5px 20px;
}

.container-blue-01 p {
  margin-top: 21px;
}

.container-2col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.container-2col .container-2col-item {
  width: 48.33%;
  margin-bottom: 73px;
}

.container-2col .container-2col-item:nth-last-of-type(-n + 2) {
  margin-bottom: 0;
}

.container-2col .container-2col-item .item-image-text {
  display: flex;
}

.container-2col .container-2col-item .item-image-text .image {
  width: 13%;
  margin-right: 15px;
}

.container-2col .container-2col-item .item-image-text .image img {
  border-radius: 100%;
  background-color: #E50012;
}

.container-2col .container-2col-item .item-image-text .text {
  width: calc(88% - 15px);
}

.container-2col .container-2col-item .item-image-text .text p:first-child {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}

.content-buttons {
  margin: 32px 0 20px;
}

.content-buttons a {
  padding: 15px 73px 15px 25px;
  display: inline-block;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.content-buttons.blue a {
  background: #11214D url('../images/common/icons/ico_right.png') no-repeat center right;
}

.content-buttons.red a{
  background: #E50012 url('../images/common/icons/ico_right.png') no-repeat center right;
}

.content-buttons.blue a:hover {
  background: #FFF url('../images/common/icons/ico_right_blue.png') no-repeat center right;
  outline: 1px solid #11214D;
  outline-offset: 1px;
  color: #11214D;
}

.content-buttons.red a:hover {
  background: #FFF url('../images/common/icons/ico_right_red.png') no-repeat center right;
  outline: 1px solid #E50012;
  outline-offset: 1px;
  color: #E50012;
}

.table th, .table td {
  border: 1px solid #B7B9BF;
  padding: 8.5px 20px;  
  font-size: 15px;
  line-height: 28px;
  vertical-align: middle;
}

.table-01 th:first-child, .table-01 td:first-child,
.table-02 th:first-child, .table-02 td:first-child {
  border-left: none;
}

.table-01 th:last-child, .table-01 td:last-child,
.table-02 th:last-child, .table-02 td:last-child {
  border-right: none;
}

.table th {
  text-align: center;
  color: #fff;
  background-color: #11214D;
  font-weight: bold;
}


.table-01 td:first-child {
  color: #11214D;
  font-weight: bold;
  background-color: #F2F5F7;
}

.table-01 td[rowspan] + td {
  font-weight: bold;
}

.table-01 td.bg-violet {
  background-color: #949CB1;
  color: #FFF;
}

.table th.bg-red {
  background-color: #E50012;
}

.table td.bg-red {
  background-color: #FDEFED;
}

.table th.bg-dblue {
  background-color: #11214D;
}

.table td.bg-dblue {
  background-color: #EFF2FA;
}

.table th.bg-orange {
  background-color: #D58426;
}

.table td.bg-orange {
  background-color: #FAF3E0;
}

.table th.bg-lblue {
  background-color: #60A1BE;
}

.table td.bg-lblue {
  background-color: #E9F0F5;
}

.table-02 tr:nth-child(odd) {
  background-color: #F2F5F7;
}

.table-qa {
  margin-bottom: 30px;
}

.table-qa td {
  line-height: 28px;
  border: 1px solid #DADDE3;
  padding: 20px 20px 20px 36px;
  text-indent: -20px;
}

.table-qa .question td {
  font-size: 18px;
  font-weight: bold;
}

.table-qa .question span,
.table-qa .answer span {
  font-size: 18px;
  font-weight: bold;
  margin-right: 7px;
}



/*.table .table-sp th {
  padding-top: 6.5px;
  padding-bottom: 6.5px;
}

.table .table-sp-02 th {
  padding: 8.76px 20px;
}*/

/*.table .table-sp-04 th {
  padding: 7px 20px;
}*/

/*.table .table-sp-03 th p {
  line-height: 26px !important;
}
*/
.entry-content li > ul {
  margin-left: 5px;
}

.entry-content ul + ul {
  margin-top: 30px;
}

.list {
  list-style-type: disc;
  margin-left: 20px;
}

.list-marker-red li::marker {
  color: #E50012;
}

.list-marker-red {
  font-size: 15px;
}

.list-marker-red .text-red {
  font-size: 16px;
}

.annotation {
  list-style-type: '※';
  font-size: 14px;
}

.annotation li {
  margin-left: 1em;
  padding-left: 0.5em;
}

.annotation li p {
  font-size: 14px;
}

.table .annotation {
  margin-top: 10px;
}

.table .table-list-01 {
  list-style-type: '※';
  margin-top: 10px;
}

.img-bus, .img-info, .img-refund {
  vertical-align: middle;
  padding: 0 2px;
}

.img-bus {
  content: url(../images/about/spec/001.png);
}

.img-info {
  content: url(../images/about/spec/002.png);
}

.img-refund {
  content: url(../images/about/spec/003.png);
}

.page-content-anchor a {
  font-size: 15px;
  line-height: 30px;
}

.page-content-anchor a:hover {
  color: #E50012;
}

.page-content-anchor a:before {
  content: '\25bc';
  color: #E50012;
  padding-right: 6px;
}

.h3-anchor {
  scroll-margin-top:  100px;
}

.image-desc-2col, .image-desc-1col {
  display: flex;
  justify-content: space-between;
}

.image-desc-2col .list-2col,
.image-desc-1col .image,
.image-desc-1col .desc {
  width: calc(50% - 40px);
}

.image-desc-2col .list-2col .desc {
  margin-top: 20px;
}

.image-desc-1col {
  margin-top: 50px;
}

.container-icon .icon-item {
  display: flex;
  margin-top: 40px;
}

.container-icon .image {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #E50012;
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.container-icon .text {
  width: calc(100% - 80px);
}

.container-icon .text p:first-child {
  font-size: 18px;
}

.icon-2col, .icon-3col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.icon-2col .icon-2col-item {
  width: calc(50% - 20px);
}

.icon-3col .icon-3col-item {
  width: calc(33% - 20px);
}

.flow-pattern-01, .flow-pattern-02 {
  display: flex;
}

.flow-pattern-01 li, .flow-pattern-02 li{
  font-size: 15px;
  line-height: 25px;
  background-color: #F2F4F8;
  border-radius: 8px;
  border: 1px solid #DBDDE3;
  padding: 10.5px 20px;
  position: relative;
}

.flow-pattern-01 li span, .flow-pattern-02 li span {
  color: #E50012;
}

.flow-pattern-01 .use, .flow-pattern-02 .use {
  background-color: #E50012;
  color: #FFF;
}

.flow-pattern-01 .use span, .flow-pattern-02 .use span{
  background-color: #E50012;
  color: #FFF;
}

.flow-pattern-01 li {
  /*width: 18.33%;*/
  width: 220px;
}

.flow-pattern-01 li:not(:last-child) {
  margin-right: 25px;
}

.flow-pattern-02 li {
  /*width: 11.04%;*/
  width: 135px;
}

.flow-pattern-02 li:not(:last-child) {
  margin-right: 17px;
}

.flow-pattern-01 li span, .flow-pattern-02 li span {
  font-size: 17px;
  font-weight: bold;
}

.flow-pattern-01 li:not(:last-child):after, .flow-pattern-02 li:not(:last-child):after {
  content: "";
  top: calc(50% - 8px);
  border-style: solid;
  border-color: transparent transparent transparent #949CB1;
  transition: all .2s ease-in;
  position: absolute;
}

.flow-pattern-01 li:not(:last-child):after {
  right: -20px;
  border-width: 7px 0 7px 10px;
}

.flow-pattern-02 li:not(:last-child):after {
  right: -14px;
  border-width: 6px 0 6px 8px;
}

.table-accordion .question {
  cursor: pointer;
  position: relative;
}

.table-accordion .question td {
  padding-right: 60px;
}

.table-accordion .question::after {
  content: '\25bc';
  color: #E50012;
  position: absolute;
  right: 30px;
  top: calc(50% - 10px);
}

.table-accordion .question.active::after {
  content: '\25b2';
}

.table-accordion .answer {
  display: none;
  overflow: hidden;
}

.slider .text{
  font-size: 15px;
  padding: 8px 0;
  width: 800px;
  margin: 0 auto;
}

.slider li {
  z-index: unset !important;
}

.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
}

.bx-wrapper .bx-pager {
  text-align: center;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #949CB1;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #11214D;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
}

.bx-wrapper .bx-prev {
  left: 120px;
  background: url('https://ekispert.jp/wp-content/themes/skip_theme/images/page-template/slide_arrow_left.png') no-repeat center right;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 120px;
  background: url('https://ekispert.jp/wp-content/themes/skip_theme/images/page-template/slide_arrow_right.png') no-repeat center right;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 40%;
  margin-top: -16px;
  outline: 0;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
}

.entry-content .news-list {
  margin-bottom: 26px;
}

.entry-content .news-list li:not(:last-child) {
  margin-bottom: 10px;
}

.entry-content .news-list .date {
  font-size: 15px;
  font-weight: bold;
  margin-right: 20px;
}

.entry-content .news-list .label {
  font-size: 12.5px;
  color: #5E6B8B;
  text-align: center;
  width: 160px;
  border: 1px solid #939CB1;
  display: inline-block;
}

@media only screen and (min-width: 769px) {
  .entry-content h2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-content-anchor a:not(:last-child) {
    margin-right: 40px;
  }

  .container-blue-01 .label-red,
  .container-blue-02 .label-red {
    margin-left: -40px;
    text-wrap: wrap;
    display: block;
  } 

  .container-blue-01 .heading-main,
  .container-blue-02 .heading-main {
    margin-left: 20px;
  } 
}

@media only screen and (max-width: 768px) {
  .pc-hide {
    display: block;
  }

  .pc-show {
    display: none;
  }

  .container:not(:first-child) {
    margin-top: 90px;
  }

  .entry-content p, .entry-content li {
    line-height: 26px;
  }

  .entry-content h2 {
    font-size: 26px;
    margin: 0 0 50px;
    line-height: 38px;
  }
  
  .template2 .entry-content h2,
  .template3 .entry-content h2 {
    padding: 31px 20px 0;
  }

  .entry-content h3 {
    font-size: 21px;
    line-height: 33px;
  }

  .entry-content h4 {
    font-size: 18px;
  }

  .container-blue-02 {
    flex-direction: column;
    padding: 20px;
  }

  .container-blue-02 .container-blue-02-text,
  .container-blue-02 .container-blue-02-image,
  .container-2col-item {
    width: 100%;
  }

  .container-blue-02 .container-blue-02-image {
    margin-top: 10px;
  }

  .container-blue-01 {
    padding: 25px;
  }

  .container-blue-01 h3 .label-red,
  .container-blue-02 h3 .label-red {
    font-size: 20px;
    margin-left: -25px;
    margin-bottom: 20px;
    display: inline-block;
  }

  .container-2col-item .item-image-text .image {
    width: unset;
  }

  .container-2col-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .table-container table {
    width: 1200px;
  }

  .table-container {
    overflow-x: auto;
  }

  .container-blue-01 h3,
  .container-blue-02 h3 {
    flex-direction: column;
  }
  .container-blue-01 .label-red,
  .container-blue-02 .label-red {
    white-space: unset;
    margin-right: 0;
  } 

  .image-desc-1col, .image-desc-2col {
    flex-direction: column;
  }

  .image-desc-2col .list-2col,
  .image-desc-1col .image,
  .image-desc-1col .desc {
    width: 100%;
  }

  .image-desc-1col .image {
    margin-bottom: 20px;
  }

  .table-sp-layout tr {
    display: flex;
    flex-direction: column;
  }

  .table-sp-layout td {
    width: 100%;
    border-left: none;
    border-right: none;
  }
  .icon-2col, .icon-3col {
    flex-direction: column;
  }

  .icon-2col .icon-2col-item,
  .icon-3col .icon-3col-item {
    width: 100%;
  }

  .icon-2col .icon-2col-item {
    width: 100%;
    margin-top: 40px;
  }

  .flow-pattern-01, .flow-pattern-02 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .flow-pattern-01 li, .flow-pattern-02 li {
    margin-left: auto;
    margin-right: auto;
    width: 48%;
    margin: 0 0 25px;
  }

  .flow-pattern-01 li:nth-child(even),
  .flow-pattern-02 li:nth-child(even) {
    margin-left: 5px;
  }

  .flow-pattern-01 li:not(:last-child):after,
  .flow-pattern-02 li:not(:last-child):after {
    left: calc(100% + 6px);
  }

  .flow-pattern-02 li:not(:last-child):after {
    right: -20px;
    border-width: 7px 0 7px 10px;
  }

  .flow-pattern-01 li:not(:last-child),
  .flow-pattern-02 li {
    margin-right: 8px !important;
  }

  .bx-wrapper .bx-prev, .bx-wrapper .bx-next{
    display: none;
  }
}

@media only screen and (min-width: 1220px) {
  .entry-content {
    padding: 0;
  }

  .entry-content h2 {
    margin: 0 0 63px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 564px) {
  .flow-pattern-01 li, .flow-pattern-02 li {
    width: 46%;
  }
}


/* POSTS STYLES */

.content-information {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}

.content-information .content-date {
  font-size: 15px;
  font-weight: bold;
  margin-right: 20px;
}

.content-information .content-categories {
  font-size: 12.5px;
  color: #5E6B8B;
  text-align: center;
  border: 1px solid #939CB1;
  padding: 4.5px 55px;
}


/* trial_form styles */

.wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field p {
  font-size: 15px;
  line-height: 28px;
}

.wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field h3 {
  font-size: 24px;
  line-height: 38px;
}

.wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field.inline-labels {
    padding: 30px 0;
    border-top: 1px solid #DADDE3;
}

.wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field.inline-labels .wpforms-field-label {
    float: left;
    margin-bottom: 0;
    margin-top: 10px;
    width: 25%;
    color: #11214D;
    font-size: 18px;
    font-weight: bold;
}

.wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field.inline-labels .wpforms-field-label .wpforms-required-label {
    display: none;
}

.wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field.inline-labels.required .wpforms-field-label:after {
    content:  '必須';
    font-size: 13px;
    font-weight: normal;
    color: white;
    padding: 2px 10px;
    background-color: #E50012;
    float: right;
    margin-right: 23px;
}

.wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field.inline-labels .wpforms-field-description {
    left: 25%;
    position: relative;
    width: 75%;
}

.wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field.inline-labels textarea {
    width: 75%;
}

.wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field.agree-checkbox {
    width: 75%;
    left: 25%;
    background-color: #F2F4F8;
    margin-bottom: 20px;
}

.wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field.agree-checkbox ul {
    display: flex;
    justify-content: center;
}

.wpforms-container-full .wpforms-confirmation-container-full {
  background-color: #fff !important;
  border: none !important;
}

.wpforms-container-full button[type=submit] {
  padding: 15px 73px 15px 25px !important;
  display: inline-block !important;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  color: #fff !important;
  background: #E50012 url('../images/common/icons/ico_right.png') no-repeat center right !important;
  left: calc(50% - 105px);
}

.wpforms-container-full button[type=submit]:hover {
  background: #FFF url('../images/common/icons/ico_right_red.png') no-repeat center right !important;
  outline: 1px solid #E50012;
  outline-offset: 1px;
  color: #E50012 !important;
}

@media only screen and (max-width: 768px) {
  .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field.inline-labels .wpforms-field-label {
    width: 100%;
    margin-bottom: 15px;
    float: unset;
  }

  .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field.inline-labels.required .wpforms-field-label:after {
    float: unset;
    margin-left: 23px;
  }

  .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field.inline-labels .wpforms-field-description {
    left: 0;
    width: 100%;
  }

  .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field.inline-labels textarea {
    width: 100%;
  }

  .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field.agree-checkbox {
      width: 100%;
      left: 0;
  }
}
			.page-header .page-menu .wordpress-page-menu .menu-item:nth-of-type(3) .sub-menu-items ul li.first-item {
	display: none;
}

.sitemap-site-list .container a[target="_blank"]::after {
	content: "";
	background-color: red;
	vertical-align: top;
	display: inline-block;
	position: relative;
	top: 0px;
	width: 20px;
	height: 20px;
	margin-left: 8px;
	clip-path: path('M1 19H15V8H1V19L3 17V10H13V17H3ZM3 6H17V17H19V4H3Z');
}