@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");
#news .page-heading {
  background-image: url(../images/service/service_title_heading.png);
  margin-bottom: 90px;
}
#news .contents_two-column {
  box-sizing: border-box;
  width: 80.31%;
  max-width: 1028px;
  min-width: 828px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
}
#news .contents_two-column .primary {
  width: 696px;
}
#news .pagenate {
  text-align: center;
  margin-top: 60px;
}
#news .pagenate .page-numbers {
  display: inline-block;
  box-sizing: border-box;
  height: 46px;
  width: 46px;
  line-height: 46px;
  margin: 0 6px;
  border: 1px solid #00254e;
}
#news .pagenate .current {
  background-color: #00254e;
  color: #fff;
}
#news .training-table-wrap {
  overflow-x: scroll;
}
#news .al-center a {
  color: #00254e;
  cursor: pointer;
}
#news .al-center a:hover {
  color: #fff;
}
#news .mt-30 {
  margin-top: 30px;
}
#news .mt-60 {
  margin-top: 60px;
}
#news .mb-15 {
  margin-bottom: 15px;
}
#news .-center {
  text-align: center;
}
#news .mb-m-30 {
  margin-bottom: -30px;
}
#news .news-img_lg {
  overflow-x: scroll;
}
#news .news-img_lg img {
  min-width: 1100px;
}
#news .training-table {
  border: 1px solid #cfd1dc;
}
#news .training-table th {
  padding: 10px;
  color: #005bab;
  background: #e8f0f8;
}
#news .training-table td {
  padding: 10px;
}
#news .training-table .-rl {
  white-space: normal;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-lr;
}
#news .training-table .-wd30p {
  min-width: 300px !important;
}
#news .training-table .-wd25p {
  min-width: 250px !important;
}
#news .training-table .-wd120 {
  width: 120px !important;
}
#news .training-table .-left {
  text-align: start;
  vertical-align: middle;
}
#news .training-table .-nl {
  white-space: normal;
}
#news .training-table .t_blank {
  text-decoration: underline;
  color: #005bab;
}
#news .training-table .t_blank::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  background-image: url(../images/common/header_icon_open_blue.png);
  background-size: cover;
  margin-left: 8px;
}

#sidebar {
  width: 244px;
  margin-right: 15px;
}
#sidebar ul {
  min-width: 244px;
}
#sidebar .widget {
  background-color: #777f8b;
  list-style: none;
}
#sidebar .widget h2 {
  display: flex;
  align-items: center;
  line-height: 1.64;
  padding: 8.5px 14px;
  font-weight: 300;
  color: #fff;
}
#sidebar .widget li {
  box-sizing: border-box;
  background-color: #f3f4f5;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  margin-top: -1px;
  font-weight: 300;
}
#sidebar .widget li a {
  display: flex;
  align-items: center;
  line-height: 1.64;
  padding: 8.5px 14px;
  transition: background-color 0.4s cubic-bezier(0.78, 0.07, 0, 1);
}
#sidebar .widget li a:hover {
  background-color: #d0d4d9;
}
#sidebar .widget li.active {
  background-color: #d0d4d9;
}

.news_list .news_list_item {
  padding: 45px 0;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.news_list .news_info {
  font-family: "Roboto Condensed", Hiragino Sans, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.news_list .news_info .date {
  color: #005bab;
  font-weight: 700;
}
.news_list .news_info .cate {
  background-color: #005bab;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  padding: 2px 10px;
  margin-left: 15px;
}
.news_list .news_title {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 45px;
}
.news_list p:not(.news_info) {
  line-height: 2;
}
.news_list p:not(.news_info) a {
  color: #005bab;
}
.news_list .multi-txt {
  word-break: break-all;
}
.news_list .multi-txt p:not(.news_info),
.news_list .multi-txt p:not(:last-child) {
  margin-bottom: 32px;
}
.news_list .multi-txt .fw-bold {
  font-weight: bold !important;
}
.news_list .multi-txt .txt-center {
  text-align: center;
}
.news_list .multi-txt .txt-right {
  text-align: right;
}
.news_list .multi-txt .mb-0 {
  margin-bottom: 0 !important;
}
.news_list .multi-txt li {
  line-height: 2;
  margin-left: 16px;
}
.news_list .multi-txt li:not(:last-child) {
  margin-bottom: 16px;
}
.news_list .multi-txt table,
.news_list .multi-txt td,
.news_list .multi-txt th {
  min-width: 100%;
  border: 1px solid #cfd1dc;
  border-collapse: collapse;
  font-size: 12px;
  text-align: center;
  line-height: 1.7;
  white-space: nowrap;
}
.news_list .multi-txt tbody td:nth-child(n+2) {
  text-align: left;
}
.news_list .multi-txt tr .table-name {
  width: 25%;
  vertical-align: middle;
  text-align: center;
}
.news_list .multi-txt tr .table-new-old {
  width: 3%;
  vertical-align: middle;
  text-align: center;
}
.news_list .multi-txt tr .table-content {
  width: 35.5%;
}
.news_list .multi-txt tr .table-indent {
  padding-left: 59px;
  text-indent: -54px;
}
.news_list .multi-txt td,
.news_list .multi-txt th {
  padding: 5px;
}
.news_list .multi-txt th {
  background: #fff;
}

#contact .contents {
  box-sizing: border-box;
  width: 80.31%;
  max-width: 1028px;
  min-width: 828px;
  margin-right: auto;
  margin-left: auto;
  max-width: 853px;
}
#contact .contents .text {
  line-height: 2;
  margin: 0 auto 1em;
}
#contact .contents .links {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 45px;
}
#contact .contents .links a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  background-color: #f3f4f5;
  min-width: 33%;
  height: 60px;
}
#contact .contents .links a.now {
  color: #fff;
  background-color: #00254e;
  pointer-events: none;
}
#contact .page-heading {
  background-image: url(../images/others/others_title_heading.png);
  margin-bottom: 90px;
}
#contact .gray {
  background-color: #f3f4f5;
}
#contact .contents_form {
  box-sizing: border-box;
  width: 80.31%;
  max-width: 1028px;
  min-width: 828px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  max-width: 853px;
}
#contact .contents_form .notice {
  text-align: right;
  margin-bottom: 1em;
}
#contact .contents_form .gray {
  box-sizing: border-box;
  padding: 90px;
}
#contact .contents_form h2 {
  font-size: 2rem;
  font-weight: 300;
  margin-top: 60px;
  margin-bottom: 30px;
}
#contact .contents_form .text {
  line-height: 2;
}
#contact .contents_form ul li {
  position: relative;
}
#contact .contents_form li.text {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
#contact .contents_form li.text label {
  min-width: 176px;
  line-height: 2;
  line-height: 45px;
}
#contact .contents_form li.text span {
  width: 100%;
}
#contact .contents_form li.text input {
  box-sizing: border-box;
  background-color: #fff;
  height: 45px;
  width: 100%;
  border: 1px solid #e8e8e8;
  padding-left: 15px;
  font-size: 1.5rem;
}
#contact .contents_form li.text.half span {
  width: 248px;
}
#contact .contents_form li.textarea {
  display: flex;
  justify-content: space-between;
}
#contact .contents_form li.textarea label {
  min-width: 176px;
  line-height: 2;
}
#contact .contents_form li.textarea span {
  width: 100%;
}
#contact .contents_form li.textarea textarea {
  box-sizing: border-box;
  background-color: #fff;
  line-height: 2;
  height: 200px;
  width: 100%;
  border: 1px solid #e8e8e8;
  padding: 15px;
  font-size: 1.5rem;
}
#contact .contents_form li.radio {
  display: flex;
  margin-bottom: 19px;
}
#contact .contents_form li.radio label.left {
  min-width: 176px;
  line-height: 2;
  display: inline-block;
}
#contact .contents_form li.radio span.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
}
#contact .contents_form li.radio label:not(.left) span {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  margin-bottom: 15px;
}
#contact .contents_form li.radio label:not(.left) span::before {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  width: 23px;
  height: 23px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 15px;
}
#contact .contents_form li.radio input:checked + span::after,
#contact .contents_form li.radio input[type=hidden].wpcf7c-conf-hidden + span::after {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #00254e;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  left: 6px;
  top: 6px;
}
#contact .contents_form li.select {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
#contact .contents_form li.select label {
  min-width: 176px;
  line-height: 2;
  line-height: 45px;
}
#contact .contents_form li.select span {
  width: 248px;
  position: relative;
}
#contact .contents_form li.select select {
  box-sizing: border-box;
  background-color: #fff;
  line-height: 45px;
  width: 100%;
  border: 1px solid #e8e8e8;
  padding-left: 15px;
  font-size: 1.5rem;
  border-radius: none;
}
#contact .contents_form li.select span.wpcf7-form-control-wrap:not(.menu-01)::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #393c41 transparent transparent transparent;
  position: absolute;
  right: 15px;
  top: 17px;
  pointer-events: none;
}
#contact .acceptance_wrap {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
#contact .acceptance_wrap label span {
  display: inline-block;
  position: relative;
  margin: 0 0 15px 0;
}
#contact .acceptance_wrap label span::before {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  width: 23px;
  height: 23px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 15px;
}
#contact .acceptance_wrap input[type=checkbox]:checked + span::after,
#contact .acceptance_wrap input[type=hidden].wpcf7c-conf-hidden + span::after {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #00254e;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  left: 6px;
  top: 6px;
  transition: opacity 0.3s ease-in-out;
}
#contact .acceptance_wrap .acceptance_text {
  color: #ee2f30;
  font-size: 1.3rem;
}
#contact .submit_wrap {
  text-align: center;
}
#contact .submit_wrap input {
  box-sizing: border-box;
  height: 60px;
  width: 320px;
  line-height: 60px;
  font-size: 1.5rem;
  background-color: #00254e;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
#contact .notice span,
#contact label.required {
  display: inline-block;
  position: relative;
}
#contact .notice span::before,
#contact label.required::before {
  content: "＊";
  color: #005bab;
  position: absolute;
  left: -1.2em;
}

.screen-reader-response {
  color: #ee2f30;
  text-align: center;
  margin: 15px auto;
}
.screen-reader-response ul {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #ee2f30;
}

.wpcf7-response-output {
  color: #ee2f30;
  text-align: center;
  margin: 45px auto 0;
}

.wpcf7-acceptance-missing,
.wpcf7-validation-errors {
  margin: 0 !important;
  transform: translate(0, -125px);
}

.wpcf7c-conf {
  background: transparent !important;
  border: none !important;
}

input.wpcf7c-btn-back {
  margin-right: 1em;
}

.li-border.wpcf7c-elm-step2 {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  bottom: 0;
  left: 0;
}

div.wpcf7-mail-sent-ok {
  display: none !important;
}

.line-table td {
  white-space: normal !important;
}/*# sourceMappingURL=wp.css.map */