@charset "utf-8";

.search_box {
  display: none;
}

.search_box {
  display: inline-block;
  max-width: 98%;
  width: 538px;
  height: 38px;
  border-radius: 6px;
  border: 2px solid #3963bb;
  overflow: hidden;
  margin: 0 auto 20px;
}

.search_box input[type="search"] {
  height: 34px;
  width: calc(100% - 35px);
  padding: 3px 16px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 34px;
  margin: 0;
  outline: none;
  border: none;
  font-size: 18px;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search_box input[type="submit"] {
  cursor: pointer;
  border: none;
  border-radius: 0 3px 3px 0;
  background: url(/img/common/i_search@2x.png) 50% 50% no-repeat #3963bb;
  background-size: 21px auto;
  color: #fff;
  outline: none;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 0;
  margin: auto;
}

/*ブログパーツ 2024 */
.post_content .list_number {
  width: min(800px, 90%);
  border: 1px solid #ccc;
  margin: 30px auto;
  border-radius: 6px;
  padding: 25px 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.post_content .list_number ol {
  counter-reset: item;
  list-style-type: none;
}

.post_content .list_number li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  position: relative;
}

.post_content .list_number li + li {
  margin-top: 0.5em;
}

.post_content .list_number li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
  font-weight: bold;
  color: #3861b8;
}

.post_content blockquote {
  margin: 30px auto;
  position: relative;
  padding: 23px 30px 23px 64px;
  box-sizing: border-box;
  font-style: normal;
  background: #f8f8f8;
  border-left: 4px solid rgba(56, 97, 184, 0.7);
}

.post_content blockquote:before {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  content: "\f10d";
  font-family: FontAwesome;
  color: rgba(56, 97, 184, 0.2);
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
}

.post_content blockquote p {
  padding: 0;
}

.post_content blockquote .txt_from {
  display: block;
  text-align: right;
  color: #8a9ea2;
  margin-top: 10px;
}

.post_content .box_waku01 {
  position: relative;
  border: 1px solid #3861b8;
  padding: 40px 30px 30px 30px;
  margin: 50px auto 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.post_content .box_waku02 {
  position: relative;
  border: 1px solid #3861b8;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  margin: 30px auto;
}

.post_content .box_waku01 .stit_label {
  position: absolute;
  top: 0;
  left: -1px;
  background: #3861b8;
  color: #fff;
  font-weight: bold;
  padding: 7px 10px;
  transform: translateY(-50%);
}

.post_content table {
  border: 1px solid #dcdcdc;
  margin: 30px auto;
}

.post_content table th {
  border: 1px solid #dcdcdc;
  background: #3861b8;
  color: #fff;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

.post_content table td {
  border: 1px solid #dcdcdc;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

/*ブログカード 2024 */
.blogcard {
  line-height: 1;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  word-wrap: break-word;
  margin: 28px auto;
  border-radius: 5px;
}

/*
.blogcard.ex {
  background-color: #f7f7f7;
}*/
.blogcard a {
  color: #333 !important;
  text-decoration: none !important;
  opacity: 1;
  transition: all 0.2s ease;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

  padding: 30px 20px 30px 30px;
  align-items: center;
}
.blogcard a:hover {
  opacity: 0.6;
}

.blogcard_thumbnail {
  width: 196px;
}

.blogcard_thumbnail img {
  width: 100%;
  aspect-ratio: 25/14;
  object-fit: cover;
}
.blogcard_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 14px;
}
.blogcard_excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #909090;
}

.blogcard_content {
  width: calc(100% - 230px);
}

.cta_btn01 {
  margin: 30px auto;
}

.cta_btn01.tC a {
  text-align: center;
  position: relative;
  min-width: 364px;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  padding: 0 30px;
  border-radius: 35px;
  background: linear-gradient(#224ca6 0%, #0087ca 80%);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.4s linear;
}

.cta_btn01.tC a:hover {
  opacity: 0.7;
}

.cta_btn01.grade a:before {
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.1;
  z-index: 1;
}

.cta_btn01.grade a:after {
  display: block;
  content: "";
  top: -50px;
  right: 50%;
  margin: auto;
  position: absolute;
  width: 100px;
  height: 170px;
  background: linear-gradient(-80deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.2;
  transform: rotate(35deg);
  z-index: 3;
}

.cta_btn01.orange a {
  background: linear-gradient(#ff6e00 0%, #ffb400 80%);
}

#inquiry-confirm .table_form td .check dt {
  display: none;
}
.single-advice .post_head .date,
.term-column .news_list2 .date {
  display: none;
}

.term-column .news_list2 li .n_cat {
  margin-left: 0;
}

#form_box table td input[type="text"].w30 {
  width: 8em;
  display: inline-block !important;
}

td .error {
  color: #de3b5e;
  font-weight: bold;
  font-size: 90%;
  display: block;
  padding-bottom: 5px;
}

#form_box table td input.type.error,
#form_box table td input.w30.error {
  display: inline-block;
}

#form_box input.zip {
  width: 8em !important;
}

#form_box input#addr {
  width: 100% !important;
}

#insta #form_box .must {
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 0;
}

#insta #form_box caption {
  color: #fff;
  font-weight: bold;
  padding: 10px;
  background: #3963bb;
  margin-top: 40px;
}

#insta input[type="radio"] {
  margin: 0 3px 3px 5px;
}

#insta .action-close {
  display: none !important;
}

#insta select {
  padding: 10px 10px 10px 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
}

#insta .txt_box_btm {
  margin: 30px auto 40px;
}

#insta .txt_box_btm .bg_blue2 {
  background: #f2f5fa;
  padding: 15px 15px 15px;
  border: 2px solid #3963bb;
  margin: 0 auto 20px;
}

#insta .txt_box_btm table {
  margin: 0 auto 0px;
}

#insta .txt_box_btm th {
  width: 120px;
  padding-right: 10px;
  font-weight: normal;
}

#insta .txt_box_btm td {
  text-align: left;
  padding: 0 0 10px;
}

#insta .txt_box_btm td .totalPrice {
  font-size: 140%;
}

/*
#insta .txt_box_btm dl{
line-height: 30px;
margin: 0 auto 20px;
min-width:320px;
}

#insta .txt_box_btm dt{
width:120px;
text-align: right;
}

#insta .txt_box_btm dd{
width: calc(100% - 140px);
text-align: left;
}*/

#insta .txt_box_btm p.ti {
  margin: 10px auto 0px;
  font-size: 90%;
  text-indent: -1.05em;
  padding-left: 1.05em;
}

#insta .box830 .list01 li {
  padding-left: 1.2em;
}

#insta .box830 .list01 li:before {
  display: block;
  content: "";
  top: 10px;
  left: 5px;
  margin: auto;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 100%;
}

#insta .box830 .txt_box li {
  line-height: 1.8;
}

#insta .privacy_box {
  color: #444;
  padding-top: 40px;
}
#insta .privacy_box .in_box {
  max-width: 100%;
  border: 1px solid #ddd;
  overflow-y: scroll;
  background: #fff;
  height: 30em;
  padding: 18px 18px 5px;
  margin: 0 auto 36px;
  font-size: 14px;
  box-sizing: border-box;
}

#insta .privacy_box .in_box dl {
  line-height: 1.55;
}
#insta .privacy_box .in_box p {
  font-size: 14px;
}
#insta .privacy_box .in_box dt {
  font-weight: bold;
  margin-bottom: 4px;
}
#insta .privacy_box .in_box dd {
  margin-bottom: 25px;
}

#insta .privacy_box .in_box dd li {
  text-indent: -1.6em;
  padding-left: 1.6em;
  margin-bottom: 8px;
}

#insta .stit_bb span.db {
  display: block !important;
}

#insta form table td a {
  text-decoration: underline;
}

#insta form table td a:hover {
  text-decoration: none;
}

.single-seminar .action-close,
.page-template-page .action-close,
.single-advice .action-close {
  display: none !important;
}

#main_contents.clm2 aside .stit_side {
  margin-bottom: 10px;
  font-weight: bold;
  padding: 0 20px;
}

#main_contents.clm2 aside .stit_side span {
  padding-left: 30px;
  line-height: 48px;
  display: inline-block;
}

#main_contents.clm2 aside .stit_side .i_cate {
  background: url(/img/news/i_cate.png) 0px 50% no-repeat;
  background-size: 20px auto;
}

#main_contents.clm2 aside .stit_side .i_tag {
  background: url(/img/news/i_tag.png) 0px 50% no-repeat;
  background-size: 20px auto;
}

.side_cat_list {
  padding-left: 14px;
}

.side_cat_list li {
  padding-left: 26px;
}

.side_cat_list li:before {
  display: block;
  content: "";
  width: 15px;
  height: 3px;
  top: 0;
  left: 8px;
  bottom: 0;
  margin: auto;
  position: absolute;
  background: #aaa;
}

.side_cat_list li.column:before {
  background: #3963bb;
}

.side_cat_list li.news:before {
  background: #08872f;
}

.side_cat_list li.seminar:before {
  background: #7100a5;
}

.side_cat_list li.future:before {
  background: #d94469;
}

.side_cat_list li.past:before {
  background: #ee8031;
}

.side_cat_list li.movie:before {
  background: #3964bb;
}

.side_cat_list li a {
  line-height: 1.4;
  padding: 10px;
}

.side_cat_list.tag li a {
  padding: 7px 10px;
}

/*PC用 css*/

@media screen and (min-width: 481px) {
  /*-----------------------------*/

  body.single-seminar,
  .single-seminar #container,
  body.single-advice,
  .single-advice #container {
    overflow: clip;
  }

  .single-advice #main {
  }

  .breadcrumb ._box1000 {
    padding: 0 20px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  #main_contents.clm2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;
    max-width: 1280px;
    margin: 0 auto;
    overflow: clip;
  }

  #main_contents.clm2 main {
    width: calc(100% - 320px);
  }

  #main_contents.clm2 main .article_box {
    margin: 0 0 30px;
    width: 100%;
  }

  #main_contents.clm2 aside {
    width: 280px;
    padding-top: 72px;
    padding-bottom: 30px;
  }

  #main_contents.clm2 aside .inbox {
    position: sticky;
    top: 190px;
  }

  /*----------------------------------------------------
	form フォーム
----------------------------------------------------*/

  #form_box {
    padding: 32px 0 40px;
    max-width: 1020px;
    margin-inline: auto;
  }

  #form_box .form_wrap {
    padding: 30px 20px 40px;
    max-width: 98%;

    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #download #form_box {
    margin: 0 auto 50px;
  }

  #download #form_box .form_wrap {
    margin-inline: auto;
    max-width: 92%;
  }

  @media screen and (max-width: 1260px) {
    /*-----------------------------*/

    #form_box .box1000 {
      max-width: 1020px;
    }
  } /*-----------------------------*/

  #form_box .form_wrap form {
    max-width: 98%;
    margin-inline: auto;
  }

  #form_box_wrap {
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
  }
  #insta #form_box_wrap {
    padding-bottom: 0px;
    border-bottom: none;
  }

  #insta #form_box_wrap .bg_blue3 {
    padding-bottom: 100px;
  }

  #form_box .tel_box p.time,
  #inquiry .tel_box p.time {
    padding-left: 273px;
    padding-top: 3px;
    text-align: left;
  }

  #form_box .stit03 {
    margin-bottom: 0;
  }

  #form_box .txt02,
  #form_box .txt01 {
    margin-bottom: 20px;
  }

  .confirm2 .txt01,
  .thanks .txt01,
  .thanks .txt02,
  .confirm .txt01,
  .form .txt02 {
    display: none;
  }

  #form_box .txt_btm {
    margin: 25px auto;
  }

  .form_wrap {
    padding: 0 0 60px;
  }

  .table_form {
    width: 100%;
    text-align: left;
    border-top: 1px solid #ccc;
  }

  .table_form tr {
    border-bottom: 1px solid #ccc;
  }

  .table_form th {
    background: #f2f5fa;
    padding: 12px 0 12px 20px;
    vertical-align: middle;
    width: 14em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .table_form td {
    padding: 12px 28px 12px;
    vertical-align: middle;
  }

  #form_box.confirm table th,
  #inquiry-confirm #form_box th {
    font-weight: normal;
  }

  #form_box.confirm table td,
  #inquiry-confirm #form_box td {
    font-weight: bold;
    font-size: 110%;
  }

  #form_box .table_form .vt {
    vertical-align: top;
    padding-top: 25px;
  }

  .table_form td.type_td {
    position: relative;
    padding-bottom: 16px;
  }

  /*
.table_form td .check .error{
position: absolute;
bottom:0.4em;
left:28px;
margin: auto;
}*/
  .table_form td .check dt {
    width: 118px;
  }

  .table_form td .check dt span {
    display: block;
    margin-bottom: 1em;
  }

  .confirm .table_form td .check dt span {
    margin-bottom: 0;
  }

  .table_form td .check dd {
    width: 550px;
  }

  .table_form td .check dd .mwform-checkbox-field {
    width: 255px;
    display: inline-block !important;
  }

  #form_box .table_form .txt_s {
    font-size: 90%;
  }

  #inquiry-confirm td .txt {
    display: none;
  }

  #form_box .table_form td .ph {
    display: block;
    font-size: 14px;
  }

  #form_box .must {
    color: #fff;
    background: #e93b5c;
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
    padding: 2px 3px;
    letter-spacing: 1px;
    line-height: 1.3;
    /*margin-left: 8px;*/
    vertical-align: middle;
    margin-right: 5px;
    border-bottom: 1px solid #fff;
  }

  #form_box table td input[type="text"] {
    width: 70%;
  }

  #form_box table td input.wi100[type="text"] {
    width: 100%;
  }

  #form_box input.d_picker[type="text"] {
    width: 10em;
  }

  #form_box input[type="email"],
  #form_box input[type="tel"],
  #form_box input[type="text"],
  #form_box textarea {
    width: 75%;
    font-size: 15px;
    border: 1px solid #ccc;
    padding: 8px 2%;
    margin-bottom: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  ::-webkit-input-placeholder {
    font-family:
      "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
      "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    color: #b1b1b1;
  }
  ::-moz-placeholder {
    color: #b1b1b1;
    opacity: 1;
    font-family:
      "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
      "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  }
  :-ms-input-placeholder {
    color: #b1b1b1;
    font-family:
      "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
      "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  }

  #form_box .mw_wp_form .error {
    font-size: 90%;
    color: #ff0000;
    font-weight: bold;
  }

  .mwform-checkbox-field input,
  .mwform-radio-field input[type="radio"] {
    margin: 2px 3px 2px 0;
  }

  #form_box .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px;
    display: block;
    padding-bottom: 2px;
    padding-top: 0;
    white-space: nowrap;
  }

  #form_box .mwform-checkbox-field-text {
    line-height: 1.5;
    vertical-align: middle;
  }

  #form_box table td textarea {
    height: 10em;
    width: 100%;
    max-width: 100%;
  }

  .mwform-checkbox-field label {
    display: block;
  }

  #form_box .btn {
    margin: 20px auto 38px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #form_box .btn input {
    display: inline-block;
    width: 324px;
    height: 82px;
    line-height: 70px;
    padding: 0;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 22px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ee8031;
    text-align: center;
    margin: 0 auto;
    border: none;
    cursor: pointer;
  }

  /*
.confirm .btn{
margin: 35px auto 0px !important;
}*/

  .confirm .btn input {
    display: inline-block !important;
    width: 350px !important;
  }

  #insta .confirm .submit {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }

  #insta #form_box .btn input {
    width: 400px;
  }

  #insta #form_box.confirm .submit .btn-submit {
    order: -1;
    margin-bottom: 40px;
  }

  #insta #form_box .btn .btn-back {
    margin: 0 auto;
    height: 56px;
    line-height: 52px;
    font-size: 19px;
  }

  #form_box .btn .back input,
  #form_box .btn .btn-back {
    width: 240px !important;
    background: #aaa !important;
    margin: 0 20px;
    letter-spacing: 2px;
  }

  #form_box .btn input:hover {
    opacity: 0.8;
  }

  #form_box .complete_txt {
    margin: 10px auto 30px;
    font-size: 22px;
  }

  #form_box .txt_thanks {
    padding: 0 30px 0 78px;
  }

  #insta #form_box {
    width: 1000px;
  }

  .box830 {
    width: 830px;
    margin-left: auto;
    margin-right: auto;
  }

  #insta #form_box .form_wrap {
    width: 1000px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 50px 40px;
  }

  #insta .table_form th {
    width: 18em;
  }

  /*----------------------------------------------------
	cms
----------------------------------------------------*/

  .new_post {
    border: 1px solid #ccc;
    margin: 16px auto;
  }

  .new_post th {
    background: #e9effa;
    width: 162px;
    vertical-align: middle;
    border-right: 1px solid #ccc;
    padding: 14px 0;
    font-weight: normal;
    font-size: 16px;
  }

  .new_post td {
    vertical-align: middle;
  }

  .new_post td.meta {
    width: 236px;
    padding: 13px 0;
    padding: 13px 0;
  }

  .new_post td.tit {
    width: 750px;
    padding: 13px 0;
  }

  .new_post td.tit h4 {
    padding-right: 18px;
    font-size: 16px;
  }

  .new_post .date {
    margin: 0 10px 0 0;
    font-size: 15px;
  }

  .new_post .n_cat a {
    background: #3861b8;
    width: 80px;
    display: inline-block;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 2px;
  }

  #index #news_box {
    padding: 20px 90px;
    margin: 20px auto 25px;
  }

  #index #news_box .stit_wrap {
    border-bottom: 3px solid #3963bb;
    padding-bottom: 10px;
  }

  #index #news_box h3 {
    color: #0056a4;
    font-size: 26px;
    line-height: 1.1;
    padding-top: 8px;
    padding-left: 3px;
  }

  .btn02.blue a {
    border: 2px solid #3963bb;
    color: #3963bb;
    line-height: 34px;
    height: 36px;
    padding: 0 12px 0 0;
    min-width: 174px;
    z-index: 9996;
  }

  .btn02.blue a:after {
    right: 18px;
    background: url(/img/top/arrow_btn02_blue.png) 50% 50% no-repeat;
    background-size: 11px auto;
  }

  .btn02.blue a:hover {
    background: #ebf0fb;
  }

  #index .news_list {
    padding: 8px 0 0;
  }

  .news_list li {
    border-bottom: 1px solid #ccc;
    padding: 18px 0;
  }

  .news_list li .date {
    position: absolute;
    top: 18px;
    left: 0;
    margin: auto;
    font-size: 15px;
  }

  .news_list li .n_cat {
    display: inline-block;
    margin-right: 18px;
    position: absolute;
    top: 17px;
    left: 114px;
  }

  .news_list li .n_cat a {
    width: 100px;
    display: inline-block;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 2px;
    margin: auto;
  }

  .n_cat a {
    background: #3861b8;
  }

  .n_cat a.news,
  .n_cat.news a {
    background: #08872f !important;
  }

  .n_cat a.seminar,
  .n_cat.seminar a {
    background: #7100a5 !important;
  }

  .news_list li .tit {
    display: inline-block;
    margin-left: 240px;
    font-size: 16px;
    font-weight: normal;
  }

  .news_list2 {
    padding: 0 0 40px;
    border-top: 1px solid #ccc;
  }

  .news_list2 li {
    border-bottom: 1px solid #ccc;
    padding: 18px 0;
    overflow: hidden;
  }

  .news_list2 li .img {
    width: 142px;
    height: 106px;
    display: inline-block;
  }

  .news_list2 li .img img {
    width: 142px;
    height: 106px;
    object-fit: cover;
    object-position: 50% 0;
    font-family: "object-fit: cover;"; /*IE対策*/
  }

  .news_list2 li .txt_box {
    position: absolute;
    top: 50%;
    left: 170px;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 150px;
    background: url(/img/news/arrow.png) no-repeat;
    background-position: right 20px bottom 50%;
  }

  .news_list2 li .date {
    line-height: 20px;
    font-size: 15px;
    /*vertical-align: top;*/
    padding-top: 1px;
    padding-right: 8px;
  }

  .news_list2 li .n_cat {
    /*display: inline-block;
margin-left: 13px;*/
    height: 20px;
  }

  .news_list2 li .n_cat a {
    vertical-align: top;
    min-width: 5em;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-size: 13px;
    line-height: 20px;
    padding: 0 8px;
  }

  .news_list2 .meta_wrap,
  .news_list2 li .tag {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
  }

  .news_list2 li .tag a {
    background: #777;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    padding: 0 8px 0px;
    line-height: 20px;
    border-radius: 3px;
  }

  .news_list2 li .tit {
    font-size: 18px;
    font-weight: normal;
    padding-top: 10px;
  }

  .news_list2 li .more:hover {
    background: rgba(99, 99, 99, 0.05);
  }

  .case_slide {
    width: 1020px;
    margin: 0 auto;
  }

  .case_slide .slick-list {
    width: 1020px;
    overflow: hidden;
  }

  #case_slide article {
    float: left;
    width: 332px;
    height: 133px;
    border: 1px solid #ccc;
    margin: 24px 8px 24px 1px;
  }

  #case_slide .tit {
    display: block;
  }

  .single .article_box {
    width: 970px;
    max-width: 100%;
    margin: 0 auto 30px;
  }

  .article_box {
    margin-bottom: 30px;
  }

  .article_box .meta_wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px;
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .article_box .meta_wrap .tag {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px;
    align-items: flex-start;
  }

  .article_box .meta_wrap .tag li {
    vertical-align: top;
    height: 20px;
  }

  .article_box .meta_wrap .tag a {
    border-radius: 3px;
  }

  .article_box .post_head {
    margin-bottom: 24px;
  }

  .article_box .post_head .cat {
    padding-left: 3px;
    height: 20px;
  }

  .article_box .post_head .cat a {
    background: #3861b8;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    height: 20px;
    padding: 0 6px 0;
    /*margin-bottom: 4px;*/
  }

  .article_box .post_head .cat a.cat02 {
    background: #08872e;
  }

  .article_box .post_head > .tag {
    display: inline-block;
    font-size: 0;
    padding-bottom: 4px;
  }

  .article_box .post_head > .tag li {
    display: inline-block;
    margin-left: 4px;
  }

  /*
.article_box .post_head .tag{
display: inline-block;
margin-right: 4px;
}*/

  .article_box .post_head .tag a {
    background: #eaeef8;
    display: inline-block;
    color: #333;
    font-size: 11px;
    line-height: 20px;
    padding: 0px 6px 0;
  }

  .article_box .post_head .name {
    font-size: 16px;
    font-weight: bold;
    padding: 4px 4px 0;
    line-height: 1.2;
  }

  .article_box .post_head .date {
    font-size: 12px;
    padding-left: 3px;
    padding-right: 10px;
  }

  .article_box .post_head .n_cat a {
    background: #3861b8;
    min-width: 6em;
    padding: 0 4px;
    display: inline-block;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .article_box .post_head .n_cat a.news {
    background: #39a6bb;
  }

  .article_box .post_tit {
    font-size: 26px;
    padding: 3px 3px 6px;
    line-height: 1.4;
    color: #0056a4;
    border-bottom: 3px solid #0056a4;
  }

  .article_box .post_content {
    margin: 0 auto 50px;
    /*min-height: 200px;*/
  }

  #case .article_box .post_content h3:not(.stit_h3):not(.stit_h4):not(.wp-block-heading) {
    padding: 7px 16px 7px;
    font-size: 20px;
    position: relative;
    line-height: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #0056a4;
    color: #0056a4;
  }

  #case .article_box .post_content h3:not(.stit_h3):not(.stit_h4):not(.wp-block-heading):before {
    display: block;
    content: "";
    width: 4px;
    height: 30px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: #0056a4;
  }

  #case .article_box .post_content h3.stit_h3:before,
  #case .article_box .post_content h3.stit_h4:before {
    display: none;
  }

  .article_box .post_content .txt_box .stit_h2,
  .post_content .txt_box .stit_h2 {
    background: #e9f2fa;
    font-size: 22px !important;
    padding: 10px 25px 10px 25px;
    margin-bottom: 20px;
    margin-top: 25px;
    font-weight: bold;
  }

  .article_box .post_content .txt_box .stit_h3 {
    border: 1px solid #3f569c;
    font-size: 20px !important;
    padding: 10px 20px;
    margin-bottom: 20px;
    margin-top: 25px;
    font-weight: bold;
  }

  .article_box .post_content .txt_box .stit_h4 {
    border-bottom: 1px solid #ccc;
    font-size: 20px !important;
    padding: 8px 10px 8px;
    margin-bottom: 20px;
    margin-top: 25px;
    font-weight: bold;
  }

  .article_box .post_content .txt_box {
    padding: 0 4px;
  }

  .post_content .txt_box ul {
    width: 800px;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 24px 22px 13px;
    margin: 1em auto 1.5em;
    box-sizing: border-box;
  }

  .article_box .post_content .txt_box .stit_h2 + ul {
    margin: 2em auto 2em;
  }

  .post_content .txt_box ul li {
    margin-bottom: 9px;
  }

  .post_content .txt_box ul li::after {
    top: 0.5em;
    left: 1px;
    width: 10px;
    height: 10px;
    background-color: #014e9a;
    border-radius: 100%;
  }

  .post_content .img01 {
    text-align: center;
  }

  .post_content .img01 img {
    display: inline-block;
    max-height: 420px;
    margin-bottom: 40px;
  }

  #case .post_content .img02 {
    float: left;
    margin: 0 20px 15px 0;
  }

  #case .post_content .img02 img {
    max-width: 220px;
  }

  #case .post_content h2 {
    font-size: 24px !important;
    position: relative;
    margin-bottom: 23px;
  }

  .post_content h3 {
    font-size: 125% !important;
    margin-bottom: 14px;
  }
  .post_content h4 {
    font-size: 110% !important;
    margin-bottom: 14px;
  }

  #case .post_content .txt_box p {
    margin-bottom: 1em;
  }

  .post_content .txt_box p img {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .wc-shortcodes-row p img {
    padding-top: 0;
    padding-bottom: 0;
  }

  .post_content img.alignnone {
    display: block;
  }

  .post_content img.aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .post_content img.alignleft {
    text-align: left;
    display: block;
    float: left;
    margin: 0 30px 10px 0px;
  }

  .post_content img.alignright {
    text-align: right;
    display: block;
    float: right;
    margin: 0 0 10px 30px;
  }

  .w_box {
    margin-top: 70px;
    border: 1px solid #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 40px 36px 10px;
  }

  .w_box .o_img img {
    width: 238px;
    height: auto;
    padding-right: 28px;
    padding-bottom: 20px;
    display: inline-block;
  }

  .w_box .o_img {
    display: inline-block;
    float: left;
  }

  .w_box h5 {
    background: #014f9a;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    padding: 0 18px;
    letter-spacing: 1.4px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 36px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .w_box .name {
    margin-bottom: 10px;
  }

  .w_box .name span {
    padding-right: 1em;
    font-weight: normal;
  }

  .w_box .p_txt {
    padding-bottom: 20px;
  }

  .pagenavi {
    overflow: hidden;
    margin: 20px auto 40px;
  }

  .pagenavi .prev {
    display: inline-block;
    margin-right: 40px;
  }

  .pagenavi .prev a:hover,
  .pagenavi .prev a {
    padding: 2px 12px 1px 12px;
  }

  .pagenavi .next {
    display: inline-block;
    margin-left: 40px;
  }

  .pagenavi .next a:hover,
  .pagenavi .next a {
    padding: 2px 12px 1px 12px;
  }

  .pagenavi .in_box {
    display: inline-block;
  }

  .pagenavi {
    font-size: 0;
  }

  /*
.pagenavi .current:first-child:last-child{
display: none;
}*/

  .pagenavi .current,
  .pagenavi a {
    font-size: 16px;
    display: inline-block;
    margin: 0 4px 10px;
    line-height: 2.2em;
    padding: 3px 17px 2px;
    background: #ccc;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .pagenavi a:hover,
  .pagenavi .current {
    color: #fff;
    background: #999;
  }

  .pagenavi a:hover {
    text-decoration: none !important;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
  }

  h3.bg_gray {
    line-height: 65px;
    font-size: 26px;
  }

/*
  #advice .related_box {
    margin: 0 auto 45px;
  }
 

  .lwptoc {
    text-align: center;
    margin: 0;
  }

  .article_box .lwptoc_i {
    margin: 30px auto 40px;
    text-align: left;
    width: 800px;
    max-width: 100%;
    border-radius: 0;
    padding: 35px;
    box-sizing: border-box;
  }

  .article_box .lwptoc_header {
    padding-bottom: 10px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ccc;
  }

  .article_box .lwptoc_header b {
    font-size: 28px;
    letter-spacing: 5px;
  }
 */

  /*----------------------------------------------------
	inq
----------------------------------------------------*/

  #inq00 .lead01 {
    color: #1e3a6e;
    font-size: 40px;
    margin: 8px auto;
  }

  #inq00 .lead01 span {
    display: inline-block;
    background: #1e3a6e;
    color: #fafb6f;
    padding: 1px 4px;
    margin-right: 8px;
  }

  #inq00 .lead01 .marker_y {
    padding: 6px 0 6px 5px;
  }

  .tel_wrap3 {
    width: 970px;
    margin: 0 auto 40px;
    padding: 18px 75px 18px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }

  .tel_wrap3 .fuki {
    background: url(/img/inquiry/inq0_av.png) left 50% no-repeat;
    padding-left: 88px;
    margin-bottom: 16px;
    padding-top: 5px;
  }

  .tel_wrap3 .fuki > span {
    display: block;
    position: relative;
    font-size: 28px;
    width: 714px;
    color: #fafb6f;
    border: 1px solid #fff;
    line-height: 56px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: left;
    padding: 3px 10px 3px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .tel_wrap3 .fuki > span span {
  }

  .tel_wrap3 .fuki.l2 > span {
    padding-top: 8px;
    line-height: 1.4;
    padding-bottom: 15px;
  }

  #inquiry2 .tel_wrap3 .fuki > span {
    font-size: 19px;
    color: #fff;
    line-height: 1.5;
    padding: 10px 0 10px 25px;
  }

  #inquiry2 .tel_wrap3 .fuki em {
    font-size: 25px;
    line-height: 1.3;
    color: #fafb6f;
    padding-top: 8px;
    display: block;
  }

  .tel_wrap3 .fuki > span:before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    top: 0;
    left: -10px;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: url(/img/inquiry/fuki_w.png) 50% 50% no-repeat;
  }

  .tel_wrap3 .time_box {
    width: 295px;
    padding-top: 10px;
  }

  .tel_wrap3 .tel_box {
    width: 513px;
  }

  .tel_wrap3 .time_box h5 {
    font-size: 19px;
    color: #333;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    line-height: 34px;
    margin-bottom: 10px;
  }

  .tel_wrap3 .tel {
    background: url(/img/inquiry/i_freedial3.png) 0 65% no-repeat;
    padding-left: 54px;
    font-size: 80px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1;
  }

  .tel_wrap3 .time {
    font-size: 14px;
    line-height: 1.2;
  }

  #inq00 .clm2_btn {
    margin: 25px auto 60px;
  }

  #inq00 .clm2_btn li {
    width: 468px;
    border: 2px solid #de3b5e;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 10px 10px 18px;
  }

  #inq00 .clm2_btn li.navy {
    border: 2px solid #0b2a6d;
  }

  #inq00 .clm2_btn li h4.txt23 {
    margin: 7px auto;
    line-height: 1.4;
  }

  #inq00 .clm2_btn li h4.txt18 {
    margin: 0px auto 5px;
    line-height: 1.4;
  }

  #inq00 .clm2_btn li .btn01 a {
    font-size: 22px;
  }

  .btn01.navy a {
    background: #0b2a6d;
  }

  .btn_link2022 {
    margin: 30px auto 50px;
  }

  .btn_link2022 .txt_ex {
    padding: 0 20px;
    position: relative;
    margin-bottom: 10px;
  }

  .btn_link2022 .txt_ex:before,
  .btn_link2022 .txt_ex:after {
    display: block;
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: #333;
    transform: rotate(-40deg);
  }

  .btn_link2022 .txt_ex:after {
    right: 0;
    left: auto;
    transform: rotate(40deg);
  }

  .box970.w800 {
    width: 780px;
  }

  .btn_link2022 a {
    line-height: 65px;
    background: #df3b5e;
    color: #fff;
    font-size: 28px;
    letter-spacing: 1px;
    width: 535px;
    max-width: 90%;
    border-radius: 40px;
    font-weight: bold;
    text-decoration: none;
  }

  #inq00 .btn_link {
    margin: 0px auto 56px;
  }

  #inq00 .btn_link h3 {
    line-height: 1.3;
    letter-spacing: 1px;
  }

  #inq00 .btn_link h3 .marker_y {
    background: linear-gradient(transparent 50%, #fff59d 0%);
    padding: 0 5px;
    line-height: 1.2;
  }

  #inq00 .btn_link h3 a {
    font-size: 33px;
  }

  #example_box h4 span.bg_navy {
    display: inline-block;
    background: #1e3a6e;
    color: #fafb6f;
    padding: 4px 6px;
    font-size: 130%;
    line-height: 1;
    margin-right: 7px;
  }

  #example_box .green h4 span.bg_navy {
    background: #08872f;
  }

  #example_box ul {
    margin: 12px auto 30px;
    border-top: solid 2px #3963bb;
    padding: 4px 0;
  }

  #example_box .green ul {
    border-top: solid 2px #08872f;
    margin: 12px auto 0px;
  }

  #example_box li {
    position: relative;
    padding: 13px 20px 13px 55px;
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 1.4;
    background-image: linear-gradient(to right, #333, #333 4px, transparent 1px, transparent 5px);
    background-size: 8px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
  }

  #example_box li:last-child {
    background: none;
  }

  #example_box li:before {
    display: block;
    content: "";
    width: 18px;
    height: 7px;
    top: 22px;
    left: 26px;
    margin: auto;
    position: absolute;
    background: #3963bb;
  }

  #example_box .green li:before {
    background: #08872f;
  }

  #example_box li span {
    line-height: 1.4;
  }

  #inq2_03 .stit_blue span {
    padding-right: 180px;
  }

  #inq2_03 .stit_blue span:before {
    display: block;
    content: "";
    width: 189px;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    height: 190px;
    background: url(/img/inquiry/stit02.png) 50% bottom no-repeat;
  }

  /*----------------------------------------------------
	inq2/inq
----------------------------------------------------*/

  #inq01 h3 {
    margin-bottom: 35px;
  }

  #inq01 .fuki_box {
    padding: 45px 0 7px;
    margin-bottom: 36px;
  }

  #inq01 .fuki_box:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(57, 99, 187, 0);
    border-top-width: 23px;
    border-bottom-width: 23px;
    border-left-width: 25px;
    border-right-width: 25px;
    margin-left: -25px;
    border-top-color: #3963bb;
    top: 100%;
    left: 50%;
  }

  #inq01 .lead01 {
    font-size: 38px;
  }

  #inq01 .lead01 em {
    font-size: 45px;
    display: inline-block;
    color: #fafb6f;
    padding: 0px 10px;
    margin-right: 13px;
    border: 2px solid #fff;
  }

  #inq01 h4.fuki {
    font-size: 24px;
    padding-left: 110px;
    margin: 0 auto 25px;
    color: #333;
    width: 800px;
    max-width: 100%;
  }

  #inq01 h4 i {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #inq01 h4.fuki span {
    display: block;
    padding: 18px 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    background: #fff;
    text-align: left;
  }

  #inq01 h4.fuki span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #fff;
  }

  #inq01 .txt01 em.txt_blue:before {
    display: block;
    content: "";
    width: 102%;
    height: 85%;
    left: -4px;
    right: -0;
    top: 0;
    bottom: 0;
    margin: 0 0 0 -2%;
    position: absolute;
    background: #fafb6f;
    z-index: -1;
  }

  #inq01 .txt01 {
    padding: 4px 0 0px;
    letter-spacing: 0;
  }

  #inq01 p {
    letter-spacing: 0;
  }

  #inq01 .btn_link {
    margin: 0px auto 40px;
  }

  #inq01 .btn_link h3 {
    padding: 30px;
    line-height: 1.6;
    letter-spacing: 1px;
  }

  #inq01 .tel_wrap {
    margin: 0 0 35px;
    padding: 20px 30px;
    border: 1px solid #3963bb;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }

  #inq01 .tel_wrap .tel {
    background: url(/img/common/i_freedial.png) 0 65% no-repeat;
    padding-left: 57px;
    font-size: 80px;
    color: #3963bb;
    line-height: 1.3;
  }

  #inq01 .tel_wrap .time {
    font-size: 12px;
    line-height: 1.2;
    display: block;
  }

  #inq2_02 h4 {
    line-height: 56px;
    letter-spacing: 1px;
  }

  #inq2_02 .txt_box {
    margin-bottom: 10px;
  }

  #inq2_02 .check01 {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 0 10px;
  }

  #inq2_02 .check01 li {
    margin: 20px auto 10px;
    width: 800px;
    max-width: 100%;
    background: url(/img/inquiry/check01.png) left 3px no-repeat;
    padding-left: 40px;
  }

  #inq2_02 .check01 .marker {
    background: linear-gradient(transparent 70%, #fff59d 0%);
    padding: 2px;
  }

  #inquiry2 .txt_box02 {
    padding: 30px 0 0px;
  }

  #inquiry2 .txt_box02 em.txt_blue:before {
    display: block;
    content: "";
    width: 101%;
    height: 85%;
    left: -8px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: #fafb6f;
    z-index: -1;
  }

  .stit_blue.ov span:not(.market02) {
    padding-right: 165px;
    line-height: 104px;
    display: inline-block;
  }

  #agency #market02 .stit_blue.ov span {
    line-height: 1.6;
  }

  .stit_blue.ov i {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
  }

  .step_box > li {
    padding: 30px 264px 15px 140px;
    margin-bottom: 58px;
    background: #f1f5fd;
  }

  .step_box > li.step02 {
    padding: 30px 50px 20px 140px;
  }

  .step_box > li.step03 {
    margin-bottom: 25px;
    padding: 30px 140px 15px 140px;
  }

  .step_box > li.step01:after,
  .step_box > li.step02:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(57, 99, 187, 0);
    border-top-width: 45px;
    border-bottom-width: 45px;
    border-left-width: 77px;
    border-right-width: 77px;
    margin-left: -77px;
    border-top-color: #3963bb;
    top: 100%;
    left: 50%;
  }

  .step_box > li i {
    position: absolute;
    top: 26px;
    left: 36px;
    margin: auto;
  }

  .step_box > li.step01:before {
    display: block;
    content: "";
    width: 194px;
    height: 125px;
    top: 0;
    bottom: 0;
    right: 38px;
    margin: auto;
    position: absolute;
    background: url(/img/inquiry/step01.png) 50% 50% no-repeat;
  }

  .step_box > li.step02:before {
    display: block;
    content: "";
    width: 205px;
    height: 192px;
    top: 34px;
    right: 63px;
    margin: auto;
    position: absolute;
    background: url(/img/inquiry/step02.png) 50% 50% no-repeat;
  }

  .step_box > li.step03:before {
    display: block;
    content: "";
    width: 209px;
    height: 142px;
    top: 100px;
    right: 38px;
    margin: auto;
    position: absolute;
    background: url(/img/inquiry/step03.png) 50% 50% no-repeat;
  }

  .step_box > li.step03 .txt01 {
    width: 570px;
  }

  .step_box > li.step03 .img_doc_box {
    margin-left: -120px;
    margin-right: -120px;
  }

  .step_box > li.step03 .img_doc.justify {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .step_box > li.step03 .img_doc.justify img {
    max-width: 24%;
  }

  .step_box li .bg_w {
    padding: 10px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .step_box li li {
    margin-bottom: 4px;
  }

  .step_box li li:before {
    content: "●";
    color: #3963bb;
    font-size: 12px;
    display: inline-block;
    margin-right: 7px;
  }

  .step_box li.step02 p {
    width: 560px;
  }

  #inq2_03 .attention {
    padding: 10px 0 40px;
    width: 1005px;
    max-width: 98%;
    margin: 0 auto;
  }

  #inq2_03 .attention .txt01 {
    letter-spacing: 1px;
  }

  #inq2_03 .clm3 li {
    width: 320px;
    max-width: 32%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #inq2_03 .clm3 li h4 {
    text-align: center;
    padding: 24px 6px;
    line-height: 1.4;
    position: relative;
    letter-spacing: 1px;
  }

  #inq2_03 .clm3 li p {
    padding: 20px 14px;
    letter-spacing: 0px;
  }

  #inq2_04 {
    width: 900px;
    margin: 60px auto 60px;
  }

  #inq2_04 .txt_box {
    width: 480px;
  }

  .tel_wrap2 {
    width: 470px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    border: 3px solid #dee5f4;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }

  .tel_wrap2 .tel {
    background: url(/img/common/i_freedial.png) 0 65% no-repeat;
    background-size: 32px auto;
    padding-left: 40px;
    font-size: 55px;
    color: #3963bb;
    line-height: 1.1;
  }

  .tel_wrap2 .time {
    font-size: 12px;
    line-height: 1.3;
    display: block;
    padding-left: 40px;
    letter-spacing: 0;
    padding-top: 4px;
  }

  #inquiry #inq2_04 p em {
    text-indent: -0.5em;
    display: inline-block;
  }

  #inquiry2 .book_box_wrap {
    max-width: 94%;
    margin-inline: auto;
    box-sizing: border-box;
    background: #fff;
  }

  #inquiry2 #form_box .form_wrap {
    margin-inline: auto;
  }
} /*-----------------------------*/

/*2024 top */
.seminar_list_top li {
  width: 48%;
}

.seminar_list_top li .txt_box {
  margin-top: 18px;
}

.seminar_list_top li .tit {
  margin-top: 10px;
}

#seminar_box .movie_btn .fuki {
  width: 202px;
  line-height: 38px;
  background: #fff;
  border: 1px solid #d9dde4;
  display: inline-block;
  border-radius: 20px;
  margin-bottom: -16px;
  position: relative;
  z-index: 3;
}

#seminar_box .movie_btn .fuki:after {
  display: block;
  content: "";
  width: 11px;
  height: 8px;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: url(/img/top/fuki.png) 50% 0 no-repeat;
  background-size: 100% auto;
  z-index: 4;
}

#seminar_box .movie_btn a {
  max-width: 100%;
  width: 600px;
  line-height: 86px;
  border-radius: 6px;
  background: #3861b8;
  color: #fff;
}

#seminar_box .movie_btn a span {
  background: url(/img/top/i_ar.png) 0 50% no-repeat;
  background-size: 20px auto;
  padding-left: 30px;
}

/*2024 ダウンロード */
.seminar_list > ul > li {
  vertical-align: top;
  background: #fff;
  overflow: hidden;
  position: relative;

  border-radius: 5px;
  background: #fff;
  border: 1px solid #e9e9e9;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.seminar_list > ul > li {
  border: 1px solid #ccc;
}

.s_status {
  line-height: 22px;
  border-radius: 2px;
  background: #d94569;
  font-size: 14px;
  padding: 0 10px;
  display: inline-block;
  color: #fff;
}

.tax-year_seminar .s_status:not(.movie),
.s_status.past {
  background: #ee8031;
}

.s_status.movie {
  background: #3963bb;
}

.s_status a {
  color: #fff;
}

.seminar_list > ul > li .tit {
  margin-top: 10px;
}

.seminar_list > ul > li .txt_box {
  padding: 20px 18px 88px;
}

.seminar_list_top > ul > li .img,
.seminar_list > ul > li .img {
  aspect-ratio: 550/291;
  display: block;
}

.seminar_list_top > ul > li .img img,
.seminar_list > ul > li .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.seminar_list > ul > li .txt_box p {
  letter-spacing: 0;
}

.seminar_list > ul > li .btn_sm {
  border-radius: 6px;
  background: url(/img/seminar/i_ar.png) no-repeat #dee5f4;
  background-position: right 10px bottom 50%;
  background-size: 20px auto;
  text-align: center;
  margin-top: 16px;
  width: 320px;
  max-width: 100%;
}

.seminar_list > ul > li .btn_sm .txt18 {
  background-size: 18px auto;
  line-height: 60px;
  display: inline-block;
}

/* セミナー年別リスト */
.cate_year {
  margin: 0 auto 45px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.tax-tag_seminar .cate_year {
  display: none;
}

.cate_year li {
  /*width:19%;*/
  margin: 10px 0.5% 0;
}

.cate_year li a {
  display: block;
  line-height: 40px;
  border: 1px solid #ccc;
  padding: 0 20px;
}

.past_link .btn02 {
  display: none;
}

.past_link .btn02:first-child {
  display: block;
}

.cate_year.y2027 li.y2027 a,
.cate_year.y2026 li.y2026 a,
.cate_year.y2025 li.y2025 a,
.cate_year.y2024 li.y2024 a,
.cate_year.y2023 li.y2023 a,
.cate_year.y2022 li.y2022 a,
.cate_year.y2021 li.y2021 a,
.cate_year.y2016 li.y2016 a,
.cate_year.y2017 li.y2017 a,
.cate_year.y2018 li.y2018 a,
.cate_year.y2019 li.y2019 a,
.cate_year.y2020 li.y2020 a {
  background: #f6f9fe;
}

/*2024 ダウンロード */

.download_list > ul > li {
  vertical-align: top;
  background: #fff;
  overflow: hidden;
  position: relative;

  border-radius: 5px;
  background: #fff;
  border: 1px solid #e9e9e9;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.download_list > ul > li {
  border: 1px solid #ccc;
}

.download_list > ul > li .txt_box {
  padding: 20px 18px;
}

.download_list > ul > li .img {
  aspect-ratio: 550/291;
  display: block;
}

.download_list > ul > li .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.download_list > ul > li .txt_box p {
  letter-spacing: 0;
}

.download_list > ul > li .btn_dl {
  border-radius: 6px;
  background: #3963bb;
  color: #fff;
  text-align: center;
  margin-top: 16px;
  margin-inline: auto;
}

.download_list > ul > li .btn_dl .txt18 {
  background: url(/img/download/i_dl.svg) 0 50% no-repeat;
  background-size: 18px auto;
  padding-left: 26px;
  line-height: 60px;
  display: inline-block;
}

#download .wpcf7-spinner {
  display: none;
}

.single-download #inq_box {
  display: none;
}

.breadcrumb.bg_blue3 {
  padding: 3px 0 20px;
  margin-bottom: 0;
}

@media screen and (min-width: 481px) {
  /*-----------------------------*/

  .download_list > ul,
  .seminar_list > ul {
    margin: 0px auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px 3%;
  }

  .download_list > ul > li,
  .seminar_list > ul > li {
    width: calc(94% / 3);
  }

  .download_list > ul > li .txt_box {
    padding: 20px 18px 100px;
  }

  .download_list > ul > li .btn_dl,
  .seminar_list > ul > li .btn_sm {
    width: 320px;
    max-width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
  }

  #download .post_content .img_txt .img {
    width: 48%;
  }

  #download .post_content .img_txt .txt_box {
    width: 49%;
  }

  #download .article_box .img_clm3 {
    gap: 3%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  #download .article_box .img_clm3 li {
    width: calc(94% / 3);
    margin-bottom: 72px;
  }

  #download #form_box .box1000 {
    max-width: 1020px;
  }

  #download #form_box {
    padding-top: 60px;
  }

  #download #form_box table td input[type="text"] {
    width: 75%;
  }
} /*-----------------------------*/

@media screen and (max-width: 480px) {
  /*-----------------------------*/

  .seminar_list_top li {
    width: 100%;
  }

  #seminar_box .movie_btn a {
    line-height: 60px;
  }

  #seminar_box .movie_btn {
    padding-bottom: 10px;
  }

  .seminar_list_top li + li {
    margin-top: 25px;
  }

  .seminar_list > ul > li + li,
  .download_list > ul > li + li {
    margin-top: 25px;
  }

  .download_list > ul > li .txt_box,
  .seminar_list > ul > li .txt_box {
    padding: 20px 18px 20px;
  }

  .seminar_list > ul > li .btn_sm {
    width: 100%;
  }

  #download .post_content .img_txt .img {
    margin-bottom: 20px;
  }

  #download .article_box .img_clm3 {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  #download .article_box .post_content {
    margin-bottom: 30px;
  }

  #download #form_box {
    padding-top: 30px;
  }

  #download #form_box .form_wrap {
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 92%;
  }

  #main_contents.clm2 aside {
    padding-bottom: 30px;
  }

  .btn_link2022 {
    margin: 20px auto 30px;
  }

  .btn_link2022 a {
    width: 90%;
    line-height: 45px;
    background: #df3b5e;
    color: #fff;
    font-size: 21px;
    letter-spacing: 0.5px;
    max-width: 90%;
    border-radius: 40px;
    font-weight: bold;
    text-decoration: none;
  }

  .btn_link2022 .txt_ex {
    padding: 0 20px;
    position: relative;
    margin-bottom: 0px;
  }

  .btn_link2022 .txt_ex:before,
  .btn_link2022 .txt_ex:after {
    display: block;
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: #333;
    transform: rotate(-40deg);
  }

  .btn_link2022 .txt_ex:after {
    right: 0;
    left: auto;
    transform: rotate(40deg);
  }

  .search_box {
    margin: 0 auto 8px;
  }

  .search_box input[type="search"] {
    font-size: 16px;
  }

  .stit_result {
    padding: 14px 0 5px;
  }

  .table_form td.type_td {
    position: relative;
  }

  /*
.table_form td .check .error{
position: absolute;
bottom:0.3em;
left:14px;
margin: auto;
}*/
  /*----------------------------------------------------
	form フォーム
----------------------------------------------------*/

  .mw_wp_form form {
    margin-top: -80px;
    padding-top: 80px;
  }

  #form_box.box1000 {
    padding: 32px 4% 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  #form_box .form_wrap {
    /*padding: 20px 10px 20px;*/
  }

  #form_box_wrap {
    padding-bottom: 0px;
    border-bottom: 1px solid #ccc;
  }

  #form_box .tel_box p.time,
  #inquiry .tel_box p.time {
    padding-left: 273px;
    padding-top: 3px;
    text-align: left;
  }

  #form_box .stit03 {
    margin-bottom: 0;
  }

  #form_box .txt02,
  #form_box .txt01 {
    margin-bottom: 20px;
  }

  #form_box .txt {
    text-align: left;
  }

  #form_box .form_wrap .txt14.tC {
    text-align: left;
    padding: 0 4%;
  }

  .confirm2 .txt01,
  .thanks .txt01,
  .thanks .txt02,
  .confirm .txt01,
  .form .txt02 {
    display: none;
  }

  #form_box .txt_btm {
    margin: 15px auto 12px;
  }

  .form_wrap {
    padding: 0 0 30px;
  }

  .table_form {
    font-size: 15px;
    width: 100%;
    display: block;
    border-top: 1px solid #ccc;
    /*border-left: 1px solid #ccc;
border-right: 1px solid #ccc;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .table_form tr,
  .table_form tbody {
    display: block;
    width: 100%;
  }

  .table_form th {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #f2f5fa;
    padding: 6px 15px;
    text-align: left;
    /*border-bottom: 1px solid #ccc;*/
  }

  .table_form td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
  }

  #form2 .horizontal-item {
    display: inline-block;
  }

  #form_box.confirm table th,
  #inquiry-confirm #form_box th {
    font-weight: normal;
  }

  #form_box.confirm table td,
  #inquiry-confirm #form_box td {
    font-weight: bold;
    font-size: 110%;
    min-height: 2em;
  }

  #form_box .table_form .vt {
  }

  .table_form td .check dt {
  }

  .table_form td .check dt span {
    display: block;
    margin-bottom: 5px;
  }

  .confirm .table_form td .check dt span {
    margin-bottom: 0;
  }

  .table_form td .check dd {
    margin-bottom: 15px;
  }

  .table_form td .check dd .mwform-checkbox-field {
    display: block !important;
  }

  #form_box .table_form .txt_s {
    font-size: 90%;
  }

  #inquiry-confirm td .txt {
    display: none;
  }

  #form_box .table_form td .ph {
    display: block;
    font-size: 14px;
  }

  #form_box .must {
    color: #fff;
    background: #e93b5c;
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
    padding: 2px 3px;
    letter-spacing: 1px;
    line-height: 1.3;
    /*margin-left: 8px;*/
    vertical-align: middle;
    margin-right: 5px;
    border-bottom: 1px solid #fff;
  }

  #form_box table td input[type="text"] {
    /*width:70%;*/
  }

  #form_box table td input.wi100[type="text"] {
    width: 100%;
  }

  #form_box input.d_picker[type="text"] {
    width: 10em;
  }

  #form_box input[type="email"],
  #form_box input[type="tel"],
  #form_box input[type="text"],
  #form_box textarea {
    width: 100%;
    font-size: 15px;
    border: 1px solid #ccc;
    padding: 5px 2%;
    margin-bottom: 2px;
    box-sizing: border-box;
  }

  ::-webkit-input-placeholder {
    font-family:
      "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
      "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    color: #b1b1b1;
  }
  ::-moz-placeholder {
    color: #b1b1b1;
    opacity: 1;
    font-family:
      "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
      "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  }
  :-ms-input-placeholder {
    color: #b1b1b1;
    font-family:
      "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
      "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  }

  #insta select {
    padding: 8px 10px 8px 10px;
    font-size: 15px;
    display: block;
    width: 100%;
    max-width: 360px;
    color: #333;
    background: #fff;
  }

  #form_box .mw_wp_form .error {
    font-size: 90%;
    color: #ff0000;
    font-weight: bold;
  }

  .mwform-checkbox-field input,
  .mwform-radio-field input[type="radio"] {
    margin: 6px 5px 6px 0;
  }

  #form_box .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px;
    display: block;
    padding-bottom: 2px;
    padding-top: 0;
  }

  #form_box .mwform-checkbox-field-text {
    line-height: 1.5;
    vertical-align: middle;
  }

  #form_box table td textarea {
    height: 10em;
    width: 100%;
    max-width: 100%;
  }

  .mwform-checkbox-field label {
    display: block;
  }

  #form_box .btn {
    margin: 20px auto 24px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .confirm .submit {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }

  #form_box .btn input {
    display: inline-block;
    width: 230px;
    height: 52px;
    line-height: 50px;
    padding: 0;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 19px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ee8031;
    text-align: center;
    margin: 0 auto;
    border: none;
    cursor: pointer;
  }

  #insta #form_box .btn input {
    width: 300px;
    max-width: 96%;
    height: 62px;
    line-height: 60px;
  }

  #insta #form_box .btn .btn-back {
    margin: 0 auto;
    height: 46px;
    line-height: 44px;
    font-size: 17px;
  }

  #form_box.confirm .submit .btn-submit {
    order: -1;
    margin-bottom: 20px;
  }

  .confirm .btn input {
    display: inline-block !important;
  }

  #form_box .btn .back input,
  #form_box .btn .btn-back {
    width: 200px !important;
    background: #aaa !important;
    margin: 0 20px;
    letter-spacing: 2px;
  }

  #form_box .btn input:hover {
    opacity: 0.8;
  }

  #form_box .complete_txt {
    margin: 30px auto 30px;
    font-size: 18px;
  }

  #form_box .txt_thanks {
    padding: 0 5%;
    text-align: left;
  }

  .form_wrap.thanks {
    width: 100%;
    overflow: hidden;
  }

  #insta #form_box .form_wrap {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 4% 40px;
  }

  #insta #form_box .form_wrap.thanks {
    padding: 10px 4% 20px;
  }

  #insta #form_box table + table {
    border-top: none;
  }

  #insta #form_box caption {
    display: block;
    padding: 10px;
    margin-top: 25px;
  }

  #insta .table_form th {
    padding: 8px 10px;
  }

  #insta .table_form tr td {
    padding: 10px;
  }

  #insta .confirm .table_form tr td {
    padding: 15px 10px;
  }

  #insta .form .table_form tr:first-child td {
    padding: 10px 0 10px 10px;
  }

  #insta .txt_box_btm p.ti {
    margin: 15px 2% 2px 5px;
  }

  #insta .txt_box_btm .bg_blue2 {
    padding: 15px 10px 15px;
  }

  #insta .txt_box_btm th {
    width: 116px;
    padding-right: 2px;
  }

  #insta .txt_box_btm dd {
    width: calc(100% - 120px);
    text-align: left;
  }

  #insta .txt_box_btm dd.txt20 {
    font-size: 20px;
  }

  #insta .txt_box_btm dl {
    line-height: 30px;
    margin: 0 auto 20px;
    width: 310px;
    max-width: 340px;
  }

  /*----------------------------------------------------
	cms
----------------------------------------------------*/

  .new_post {
    font-size: 15px;
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 16px auto;
  }

  .new_post tr,
  .new_post tbody {
    display: block;
    width: 100%;
  }

  .new_post th {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #e9effa;
    padding: 6px 15px;
    text-align: center;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
  }

  .new_post td {
    font-size: 15px;
    text-align: left;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 15px;
  }

  .new_post td.meta {
    padding: 10px 15px 0;
  }

  .new_post td.tit {
    padding: 6px 15px 11px;
  }

  .new_post .date {
    margin: 0 10px 0 0;
    font-size: 14px;
  }

  .new_post .n_cat a {
    background: #3861b8;
    width: 70px;
    display: inline-block;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 18px;
    padding: 0 2px;
  }

  #index #news_box {
    position: relative;
    padding: 10px 4% 65px;
    margin: 20px auto 25px;
  }

  #index #news_box .stit_wrap {
    border-bottom: 2px solid #3963bb;
    padding-bottom: 5px;
  }

  #index #news_box h3 {
    color: #0056a4;
    font-size: 20px;
    line-height: 1.1;
    padding-top: 8px;
    padding-left: 3px;
  }

  .btn02.blue:not(.sp_only) {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }

  .btn02.blue a {
    border: 1px solid #3963bb;
    color: #3963bb;
    line-height: 32px;
    height: 34px;
    padding: 0 14px 0 0;
    min-width: 170px;
  }

  .btn02.blue a:after {
    right: 18px;
    background: url(/img/top/arrow_btn02_blue.png) 50% 50% no-repeat;
    background-size: 11px auto;
  }

  .btn02.blue a:hover {
    background: #ebf0fb;
  }

  #index .news_list {
    padding: 8px 0 0;
  }

  .news_list li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
  }

  .news_list li .date {
    display: inline-block;
    margin: auto;
    font-size: 14px;
    padding-right: 10px;
  }

  .news_list li .n_cat {
    display: inline-block;
  }

  .news_list li .n_cat a {
    width: 80px;
    display: inline-block;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 18px;
    padding: 0 2px;
    margin: auto;
  }

  .n_cat a {
    background: #3861b8;
  }

  .n_cat a.news,
  .n_cat.news a {
    background: #08872f;
  }

  .n_cat a.seminar,
  .n_cat.seminar a {
    background: #7100a5 !important;
  }

  .news_list li .tit {
    font-size: 15px;
    padding-top: 8px;
    font-weight: normal;
  }

  .news_list2 {
    padding: 0 0 20px;
    border-top: 1px solid #ccc;
  }

  .news_list2:not(.w90sp) {
    width: 100%;
  }

  .news_list2 li {
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
    overflow: hidden;
  }

  .news_list2 li .img {
    float: left;
  }

  .news_list2 li .img img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    object-position: 50% 0;
    font-family: "object-fit: cover;"; /*IE対策*/
  }

  .news_list2 li .txt_box {
    padding-left: 94px;
  }

  .news_list2 li .date {
    line-height: 22px;
    font-size: 12px;
    vertical-align: top;
  }

  .news_list2 li .n_cat {
    /*display: inline-block;
margin-left: 12px;
width: calc(100% - 90px);*/
    height: 16px;
  }

  .news_list2 li .n_cat a {
    vertical-align: top;
    min-width: 5em;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    padding: 0 2px;
    line-height: 16px;
    margin: auto;
  }

  .news_list2 .meta_wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2px 6px;
    align-items: center;
    padding-bottom: 5px;
  }

  .news_list2 .tag {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2px 6px;
  }

  .news_list2 li .tag a {
    background: #777;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    padding: 0 8px 0px;
    line-height: 18px;
    border-radius: 3px;
  }

  .news_list2 li .tit {
    font-size: 15px;
    font-weight: normal;
  }

  .news_list2 li .more:hover {
    background: rgba(99, 99, 99, 0.05);
  }

  .case_slide {
    width: 100%;
    margin: 0 auto;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  #case_slide article {
    padding: 12px 15px;
    max-width: 100vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  #case_slide article a {
    border: 1px solid #ccc;
  }

  #case_slide .tit {
    display: block;
  }

  .single .article_box {
    margin: 0 auto 30px;
  }

  .article_box {
    margin-bottom: 30px;
  }

  .article_box .meta_wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    padding-bottom: 5px;
  }

  .article_box .meta_wrap .tag {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px;
    align-items: flex-start;
  }

  .single-advice .article_box .meta_wrap .tag a {
    border-radius: 3px;
  }

  .article_box .post_head {
    margin-bottom: 24px;
  }

  /*
.article_box .post_head .cat{
padding-left: 3px;
}*/

  .article_box .post_head .cat a {
    background: #3861b8;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    padding: 0 6px 0;
    margin-bottom: 4px;
  }

  .article_box .post_head .cat a.cat02 {
    background: #08872e;
  }

  /*
.article_box .post_head .tag{
display: inline-block;
font-size:0;
padding-bottom: 4px;
}

.article_box .post_head .tag li{
display: inline-block;
margin-left: 4px;
}*/

  /*
.article_box .post_head .tag{
display: inline-block;
margin-right: 4px;
}*/

  .article_box .post_head .tag li {
    height: 20px;
  }

  .article_box .post_head .tag a {
    background: #777;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    padding: 0px 5px 0;
    vertical-align: top;
  }

  #advice .article_box .post_head .tag a {
    border-radius: 3px;
  }

  .article_box .post_head .name {
    font-size: 16px;
    font-weight: bold;
    padding: 4px 4px 0;
    line-height: 1.2;
  }

  .article_box .post_head .date {
    font-size: 12px;
    padding-left: 3px;
    padding-right: 10px;
  }

  .article_box .post_head .n_cat {
    height: 20px;
    /*vertical-align: top;*/
  }

  .article_box .post_head .n_cat a {
    vertical-align: top;
    background: #3861b8;
    min-width: 6em;
    padding: 0 4px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    line-height: 20px;
    box-sizing: border-box;
  }

  .article_box .post_tit {
    font-size: 20px;
    padding: 3px 3px 6px;
    line-height: 1.4;
    color: #0056a4;
    border-bottom: 3px solid #0056a4;
  }

  .article_box .post_content {
    margin: 0 auto 50px;
    /*min-height: 200px;*/
  }

  #case .article_box .post_content h3:not(.stit_h3):not(.stit_h4):not(.wp-block-heading) {
    padding: 7px 16px 7px;
    font-size: 20px;
    position: relative;
    line-height: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #0056a4;
    color: #0056a4;
  }

  #case .article_box .post_content h3:not(.stit_h3):not(.stit_h4):not(.wp-block-heading):before {
    display: block;
    content: "";
    width: 4px;
    height: 30px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: #0056a4;
  }

  #case .article_box .post_content h3.stit_h3:before,
  #case .article_box .post_content h3.stit_h4:before {
    display: none;
  }

  .article_box .post_content .txt_box .stit_h2 {
    background: #e9f2fa;
    font-size: 22px !important;
    padding: 10px 22px 10px 22px;
    margin-bottom: 20px;
    margin-top: 25px;
    font-weight: bold;
  }

  .article_box .post_content .txt_box .stit_h3 {
    border: 1px solid #3f569c;
    font-size: 20px !important;
    padding: 9px 20px;
    margin-bottom: 20px;
    margin-top: 25px;
    font-weight: bold;
  }

  .article_box .post_content .txt_box .stit_h4 {
    border-bottom: 1px solid #ccc;
    font-size: 20px !important;
    padding: 7px 10px 7px;
    margin-bottom: 20px;
    margin-top: 25px;
    font-weight: bold;
  }

  .article_box .post_content .txt_box {
    padding: 0 4px;
  }

  .post_content .txt_box ul {
    width: 100%;
    margin: 1em auto 1.5em;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 14px 20px 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .article_box .post_content .txt_box .stit_h2 + ul {
    margin-top: 2em;
  }

  .post_content .txt_box ul li {
    margin-bottom: 9px;
    font-size: 15px;
    word-break: break-all;
  }

  .post_content .txt_box ul li::after {
    top: 0.5em;
    left: 1px;
    width: 10px;
    height: 10px;
    background-color: #014e9a;
    border-radius: 100%;
  }

  .post_content .img01 {
    text-align: center;
  }

  .post_content .img01 img {
    display: inline-block;
    max-height: 420px;
    margin-bottom: 40px;
  }

  #case .post_content .img02 {
    float: left;
    margin: 0 20px 15px 0;
  }

  #case .post_content .img02 img {
    max-width: 220px;
  }

  #case .post_content h2 {
    font-size: 24px !important;
    position: relative;
    margin-bottom: 23px;
  }

  .post_content h3 {
    font-size: 125% !important;
    margin-bottom: 14px;
  }
  .post_content h4 {
    font-size: 110% !important;
    margin-bottom: 14px;
  }

  #case .post_content .txt_box p {
    margin-bottom: 1em;
  }

  .post_content .txt_box p img {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .wc-shortcodes-row p img {
    padding-top: 0;
    padding-bottom: 0;
  }

  .post_content img.alignnone {
    display: block;
  }

  .post_content img.aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .post_content img.alignleft {
    text-align: left;
    display: block;
    float: left;
    margin: 0 30px 10px 0px;
  }

  .post_content img.alignright {
    text-align: right;
    display: block;
    float: right;
    margin: 0 0 10px 30px;
  }

  .w_box {
    margin-top: 50px;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 40px 26px 20px;
  }

  .w_box .o_img img {
    width: 220px;
    height: auto;
    padding-bottom: 15px;
    display: inline-block;
  }

  .w_box .o_img {
    display: block;
    text-align: center;
  }

  .w_box h5 {
    background: #014f9a;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    padding: 0 12px;
    letter-spacing: 1.4px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 36px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .w_box .name {
    margin-bottom: 10px;
  }

  .w_box .name span {
    display: block;
    font-weight: normal;
  }

  .w_box .p_txt {
    padding-bottom: 20px;
  }

  .pagenavi {
    overflow: hidden;
    margin: 10px auto 20px;
  }

  .pagenavi .prev {
    display: inline-block;
    margin-right: 40px;
  }

  .pagenavi .prev a:hover,
  .pagenavi .prev a {
    padding: 2px 12px 1px 12px;
  }

  .pagenavi .next {
    display: inline-block;
    margin-left: 40px;
  }

  .pagenavi .next a:hover,
  .pagenavi .next a {
    padding: 2px 12px 1px 12px;
  }

  .pagenavi .in_box {
    display: inline-block;
  }

  .pagenavi {
    font-size: 0;
  }

  .pagenavi .current,
  .pagenavi a {
    font-size: 14px;
    display: inline-block;
    margin: 0 4px 10px;
    line-height: 2em;
    padding: 3px 13px 2px;
    background: #ccc;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .pagenavi a:hover,
  .pagenavi .current {
    color: #fff;
    background: #999;
  }

  .pagenavi a:hover {
    text-decoration: none !important;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
  }

  h3.bg_gray {
    line-height: 48px;
    font-size: 19px;
  }

  #advice .related_box {
    margin: 0 auto 45px;
  }
/*
  .lwptoc {
    text-align: center;
    margin: 0;
  }

  .article_box .lwptoc_i {
    margin: 30px auto 40px;
    text-align: left;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 16px 10px;
    background: #fff !important;
    border: 3px solid #66aaed !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .article_box .lwptoc_header {
    padding-bottom: 10px;
    margin-bottom: 18px;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }

  .article_box .lwptoc_header b {
    font-size: 18px;
  }

  .article_box .lwptoc_toggle {
    display: none;
  }


  .article_box .lwptoc_itemWrap .lwptoc_item {
    line-height: 1.4;
    margin-bottom: 4px;
    margin-top: 4px;
  }

  .article_box .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item > a > .lwptoc_item_label {
    padding-top: 3px;
    padding-left: 37px;
    display: inline-block !important;
  }

  .article_box .lwptoc_itemWrap .lwptoc_itemWrap {
    margin: -2px 0 0 14px;
  }

  .article_box .lwptoc_itemWrap .lwptoc_item a {
    color: #333;
    padding-left: 50px;
  }

  .article_box .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item > a > .lwptoc_item_number {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 31px;
    background: url(/img/news/01.png) 50% 50% no-repeat;
    background-size: 28px auto;
    text-indent: -9999px;
    vertical-align: top;
    margin-right: 8px;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
  }

  .article_box .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(2) > a > .lwptoc_item_number {
    background: url(/img/news/02.png) 50% 50% no-repeat;
  }

  .article_box .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(3) > a > .lwptoc_item_number {
    background: url(/img/news/03.png) 50% 50% no-repeat;
  }

  .article_box .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(4) > a > .lwptoc_item_number {
    background: url(/img/news/04.png) 50% 50% no-repeat;
  }

  .article_box .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(5) > a > .lwptoc_item_number {
    background: url(/img/news/05.png) 50% 50% no-repeat;
  }

  .article_box .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(6) > a > .lwptoc_item_number {
    background: url(/img/news/06.png) 50% 50% no-repeat;
  }

  .article_box .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(7) > a > .lwptoc_item_number {
    background: url(/img/news/07.png) 50% 50% no-repeat;
  }

  .article_box .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(8) > a .lwptoc_item_number {
    background: url(/img/news/08.png) 50% 50% no-repeat;
  }

  .article_box .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(9) > a .lwptoc_item_number {
    background: url(/img/news/09.png) 50% 50% no-repeat;
  }

  .article_box .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(10) > a .lwptoc_item_number {
    background: url(/img/news/10.png) 50% 50% no-repeat;
  }

  .article_box .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(11) > a .lwptoc_item_number {
    background: url(/img/news/11.png) 50% 50% no-repeat;
  }

  .article_box .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(12) > a .lwptoc_item_number {
    background: url(/img/news/12.png) 50% 50% no-repeat;
  }

  .article_box .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:nth-child(13) > a .lwptoc_item_number {
    background: url(/img/news/13.png) 50% 50% no-repeat;
  }
  .article_box .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item > a.lwptoc_item .lwptoc_item_label {
    display: inline-block;
    padding-top: 7px;
  }

  .article_box .lwptoc_itemWrap .lwptoc_item a {
    display: inline-block;
    font-size: 14px;
    overflow: hidden;
    padding-left: 20px;
    line-height: 1.4;
    position: relative;
  }

  .article_box .lwptoc_itemWrap .lwptoc_item a .lwptoc_item_label,
  .article_box .lwptoc_itemWrap .lwptoc_item a .lwptoc_item_number {
    display: inline;
  }

  .article_box .lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item > a {
    font-size: 16px;
    font-weight: bold;
    padding-left: 0px;
    line-height: 1.5;
    min-height: 32px;
  }

  .article_box .lwptoc_itemWrap .lwptoc_item a {
    text-decoration: none;
  }

  .article_box .lwptoc_itemWrap .lwptoc_item a span:hover.lwptoc_item_label {
    text-decoration: underline;
  }

  .lwptoc .lwptoc_i A:hover,
  .lwptoc .lwptoc_i A:focus,
  .lwptoc .lwptoc_i A:active,
  .article_box .lwptoc_itemWrap .lwptoc_item a:hover {
    border-color: none !important;
    text-decoration: none !important;
    border-bottom: none !important;
  }

  .lwptoc-notInherit .lwptoc_i DIV A:hover {
    border-bottom: 1px solid !important;
  }

  .article_box .lwptoc_itemWrap > .lwptoc_item {
  }
*/

  /*ブログパーツsp 2024 */
  .post_content .list_number {
    max-width: 100%;
    width: auto;
    margin: 20px auto;
    padding: 15px 20px;
  }

  .post_content blockquote {
    margin: 20px auto;
    padding: 16px 20px 16px 50px;
  }

  .post_content blockquote:before {
    top: 15px;
    left: 15px;
    font-size: 25px;
  }

  .post_content blockquote .txt_from {
    margin-top: 10px;
  }

  .post_content .box_waku01 {
    padding: 30px 20px 20px 20px;
    margin: 30px auto 20px;
  }

  .post_content .box_waku02 {
    padding: 20px;
    margin: 20px auto;
  }

  .post_content .box_waku01 .stit_label {
    position: absolute;
    top: 0;
    left: -1px;
    background: #3861b8;
    color: #fff;
    font-weight: bold;
    padding: 7px 10px;
    transform: translateY(-50%);
  }

  .post_content table {
    border: 1px solid #dcdcdc;
    margin: 20px auto;
    max-width: 100%;
  }

  .post_content table th {
    padding: 8px;
  }

  .post_content table td {
    padding: 8px;
  }

  /*ブログカード 2024 */
  .blogcard {
    line-height: 1;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    word-wrap: break-word;
    margin: 28px auto;
    border-radius: 5px;

  }

  .blogcard a {
    gap: 10px;
    padding: 15px;
		display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	align-items: center;
  }

  .blogcard_thumbnail {
    width: 100px;
    /*max-width: 100%;*/
  }
  
  .blogcard_content{

  }

  .blogcard_title {
    width: calc(100% - 110px);
    font-size: 13px;
    margin-bottom:0;
  }
  .blogcard_excerpt {
    font-size: 12px;
    line-height: 1.6;
  }

  .blogcard_content {
    display: contents
  }
  
  .blogcard_excerpt{
width:100%;
}

  .cta_btn01 {
    margin: 20px auto;
  }

  .cta_btn01.tC a {
    min-width: 280px;
    max-width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 35px;
  }

  .scrl_box {
    display: flex;
    width: 100%;
    overflow-x: scroll;
  }

  .scrl_box table {
    flex-shrink: 0;
    max-width: none;
  }

  /*----------------------------------------------------
	inq
----------------------------------------------------*/

  #inq00 .lead01 {
    color: #1e3a6e;
    font-size: 21px;
    margin: 8px auto;
  }

  #inq00 .lead01 span {
    display: inline-block;
    background: #1e3a6e;
    color: #fafb6f;
    font-size: 27px;
    padding: 1px 4px;
    margin-right: 8px;
  }

  #inq00 .lead01 .marker_y {
    padding: 6px 0 6px 5px;
  }

  .tel_wrap3 {
    margin: 0 auto 22px;
    padding: 12px 25px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .tel_wrap3 .fuki {
    background: url(/img/inquiry/inq0_av.png) left 50% no-repeat;
    background-size: 40px auto;
    padding-left: 48px;
    margin: 0 auto 14px;
    padding-top: 5px;
    display: inline-block;
  }

  .tel_wrap3 .fuki > span {
    display: block;
    position: relative;
    font-size: 16px;
    color: #fafb6f;
    border: 1px solid #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: left;
    padding: 5px 10px 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .tel_wrap3 .fuki > span span.txt19 {
    font-size: 14px;
    padding-bottom: 3px;
    line-height: 1.6;
    display: inline-block;
  }

  .tel_wrap3 .fuki.l2 > span {
    padding-top: 8px;
    line-height: 1.4;
  }

  #inquiry2 .tel_wrap3 .fuki > span {
    font-size: 16px;
    color: #fff;
    padding: 10px 10px 10px 10px;
  }

  #inquiry2 .tel_wrap3 .fuki em {
    font-size: 17px;
    line-height: 1.3;
    color: #fafb6f;
    padding-top: 8px;
    display: block;
  }

  .tel_wrap3 .fuki > span:before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    top: 0;
    left: -10px;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: url(/img/inquiry/fuki_w.png) 50% 50% no-repeat;
  }

  .tel_wrap3 .time_box h5 {
    font-size: 16px;
    color: #333;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    line-height: 34px;
    margin-bottom: 6px;
  }

  .tel_wrap3 .tel {
    background: url(/img/inquiry/i_freedial3.png) 0 65% no-repeat;
    background-size: 30px auto;
    padding-left: 34px;
    font-size: 45px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1;
  }

  .tel_wrap3 .time {
    font-size: 12px;
    line-height: 1.4;
  }

  #inq00 .clm2_btn {
    margin: 25px auto 20px;
  }

  #inq00 .clm2_btn li {
    margin-bottom: 15px;
    border: 2px solid #de3b5e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 12px;
  }

  #inq00 .clm2_btn li.navy {
    border: 2px solid #0b2a6d;
  }

  #inq00 .clm2_btn li h4 {
    margin-bottom: 10px;
  }

  #inq00 .clm2_btn li .btn01 a {
    font-size: 16px;
  }

  .btn01.navy a {
    background: #0b2a6d;
  }

  #inq00 .btn_link {
    margin: 0px auto 30px;
  }

  #inq00 .btn_link h3 {
    line-height: 28px;
  }

  #inq00 .btn_link h3 .marker_y {
    background: linear-gradient(transparent 50%, #fff59d 0%);
    padding: 0 5px;
    line-height: 1.2;
  }

  #inq00 .btn_link h3 {
    font-size: 16px;
  }

  #inq00 .btn_link h3 a {
    font-size: 20px;
  }

  #example_box .txt32 {
    font-size: 19px;
  }

  #inquiry2 #example_box .txt32.l80 {
    line-height: 1.45;
    padding: 8px;
  }

  /*
#example_box .txt_box02 .txt32{
font-size:18px;
letter-spacing: 0;
}*/

  #example_box h4 span.bg_navy {
    display: inline-block;
    background: #1e3a6e;
    color: #fafb6f;
    padding: 0 5px;
    font-size: 120%;
    line-height: 1.2;
    margin-right: 7px;
  }

  #example_box .green h4 span.bg_navy {
    background: #08872f;
  }

  #example_box ul {
    margin: 12px auto 30px;
    border-top: solid 2px #3963bb;
    padding: 4px 0;
  }

  #example_box .green ul {
    border-top: solid 2px #08872f;
    margin: 12px auto 0px;
  }

  #example_box li {
    position: relative;
    padding: 8px 10px 8px 28px;
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.4;
    background-image: linear-gradient(to right, #333, #333 4px, transparent 1px, transparent 5px);
    background-size: 8px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
  }

  #example_box li:last-child {
    background: none;
  }

  #example_box li:before {
    display: block;
    content: "";
    width: 10px;
    height: 4px;
    top: 18px;
    left: 10px;
    margin: auto;
    position: absolute;
    background: #3963bb;
  }

  #example_box .green li:before {
    background: #08872f;
  }

  #example_box li span {
    line-height: 1.4;
  }

  #inq2_03 .stit_blue {
    margin-bottom: 0;
  }

  #inq2_03 .stit_blue span {
    line-height: 1.6;
    font-size: 18px;
    text-align: left;
    position: relative;
    display: block;
    letter-spacing: 1px;
    padding: 14px 90px 14px 14px;
  }

  #inq2_03 .stit_blue span:before {
    display: block;
    content: "";
    width: 79px;
    height: 80px;
    bottom: 0;
    top: 0;
    right: 14px;
    margin: auto;
    position: absolute;
    background: url(/img/inquiry/stit02.png) 50% bottom no-repeat;
    background-size: 100% auto;
  }

  #inq2_03 .box970 {
    width: 100%;
  }

  /*----------------------------------------------------
	inq2/inq
----------------------------------------------------*/

  #inq01 h3 {
    margin-bottom: 14px;
  }

  #inq01 .fuki_box {
    padding: 18px 0 10px;
    margin-bottom: 18px;
  }

  #inq01 .fuki_box:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(57, 99, 187, 0);
    border-top-width: 23px;
    border-bottom-width: 23px;
    border-left-width: 25px;
    border-right-width: 25px;
    margin-left: -25px;
    border-top-color: #3963bb;
    top: 100%;
    left: 50%;
  }

  #inq01 .lead01 {
    font-size: 20px;
  }

  #inq01 .lead01 em {
    font-size: 24px;
    display: inline-block;
    color: #fafb6f;
    padding: 1px 14px;
    margin-bottom: 8px;
    border: 1px solid #fff;
  }

  #inq01 h4.fuki {
    font-size: 15px;
    padding-left: 80px;
    margin: 0 auto 10px;
    color: #333;
  }

  #inq01 h4 i {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #inq01 h4 i img {
    height: 60px;
  }

  #inq01 h4.fuki span {
    display: block;
    padding: 10px 12px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    background: #fff;
    text-align: left;
  }

  #inq01 h4.fuki span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -12px;
    margin-top: -6px;
    border: 6px solid transparent;
    border-right: 6px solid #fff;
  }

  #inq01 .txt01 em.txt_blue {
    background: linear-gradient(transparent 70%, #ffff26 0%);
    padding: 2px;
  }

  #inq01 .txt01 {
    padding: 4px 0 8px;
    letter-spacing: 0;
    line-height: 1.75;
  }

  #inq01 p.txt18 {
    font-size: 14px;
  }

  #inq01 .btn_link {
    margin: 0px auto 20px;
  }

  #inq01 .btn_link h3 {
    padding: 8px 14px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    font-size: 15px;
  }

  #inq01 .btn_link h3 a {
    font-size: 17px;
  }

  #inq01 .tel_wrap {
    margin: 0 0 35px;
    padding: 20px 30px;
    border: 1px solid #3963bb;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }

  #inq01 .tel_wrap .tel {
    background: url(/img/common/i_freedial.png) 0 65% no-repeat;
    padding-left: 57px;
    font-size: 80px;
    color: #3963bb;
    line-height: 1.3;
  }

  #inq01 .tel_wrap .time {
    font-size: 12px;
    line-height: 1.2;
    display: block;
  }

  #inq2_02 h4 {
    line-height: 56px;
    letter-spacing: 1px;
  }

  #inq2_02 .txt_box {
    margin-bottom: 10px;
  }

  #inq2_02 .check01 {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 0 10px;
  }

  #inq2_02 .check01 li {
    margin: 20px auto 10px;
    /*width:800px;*/
    background: url(/img/inquiry/check01.png) left 3px no-repeat;
    padding-left: 40px;
  }

  #inq2_02 .check01 .marker {
    background: linear-gradient(transparent 70%, #fff59d 0%);
    padding: 2px;
  }

  #inquiry2 .txt_box02 {
    padding: 30px 0 0px;
  }

  #inquiry2 .txt_box02 em.txt_blue {
    background: linear-gradient(transparent 50%, #fff59d 0%);
    padding: 0 5px;
  }

  .stit_blue.ov span:not(.market02) {
    padding-right: 165px;
    line-height: 104px;
    display: inline-block;
  }

  #agency .stit_blue.ov span.h104 {
    line-height: 1.6;
  }

  .stit_blue.ov i {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
  }

  .step_box > li {
    padding: 15px 14px;
    margin-bottom: 28px;
    background: #f1f5fd;
  }

  .step_box > li.step03 {
    margin-bottom: 25px;
  }

  .step_box > li.step01:after,
  .step_box > li.step02:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(57, 99, 187, 0);
    border-top-width: 22px;
    border-bottom-width: 22px;
    border-left-width: 38px;
    border-right-width: 38px;
    margin-left: -38px;
    border-top-color: #3963bb;
    top: 100%;
    left: 50%;
  }
  .step_box > li i {
    position: absolute;
    top: 18px;
    left: 12px;
    margin: auto;
  }

  .step_box > li i img {
    height: 40px;
  }

  .step_box > li h4 {
    padding-left: 50px;
    line-height: 1.4;
  }

  .step_box > li.step02 h4 {
    line-height: 42px;
  }

  .step_box > li p.txt14 span {
    text-indent: -1em;
    padding-left: 1em;
    display: block;
  }

  .step_box > li.step01:before {
    display: block;
    content: "";
    width: 150px;
    height: 60px;
    top: 10px;
    right: 10px;
    margin: auto;
    position: absolute;
    background: url(/img/inquiry/step01.png) right 50% no-repeat;
    background-size: auto 60px;
  }

  .step_box > li.step02:before {
    display: block;
    content: "";
    width: 150px;
    height: 80px;
    top: -10px;
    right: 40px;
    margin: auto;
    position: absolute;
    background: url(/img/inquiry/step02.png) right 50% no-repeat;
    background-size: auto 80px;
  }

  .step_box > li.step03:before {
    display: block;
    content: "";
    width: 150px;
    height: 60px;
    top: 10px;
    right: 10px;
    margin: auto;
    position: absolute;
    background: url(/img/inquiry/step03.png) right 50% no-repeat;
    background-size: auto 60px;
  }

  .step_box li .bg_w {
    padding: 15px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .step_box li li {
    margin-bottom: 4px;
    padding-left: 18px;
    font-size: 15px;
  }

  .step_box li li:before {
    display: block;
    content: "●";
    width: 12px;
    height: 12px;
    top: 3px;
    left: 1px;
    position: absolute;
    color: #3963bb;
    font-size: 11px;
    margin-right: 7px;
  }

  .step_box li li:before {
    content: "●";
    color: #3963bb;
    font-size: 11px;
    display: inline-block;
    margin-right: 7px;
  }

  .step_box > li.step03 .img_doc.justify {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 3%;
  }

  .step_box > li.step03 .img_doc.justify img {
    max-width: 48.5%;
  }

  #inq2_03 .attention {
    padding: 30px 0 20px;
    margin: 0 auto;
  }

  #inq2_03 .attention .txt01 {
    letter-spacing: 0.4px;
  }

  #inq2_03 .clm3 li {
    margin-bottom: 14px;
    /*width:320px;*/
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  #inq2_03 .clm3 li h4 {
    text-align: center;
    padding: 10px 14px;
    line-height: 1.4;
    position: relative;
    letter-spacing: 1px;
  }

  #inq2_03 .clm3 li p {
    padding: 12px 14px;
    letter-spacing: 0px;
  }

  #inq2_04 {
    margin: 30px auto 30px;
  }

  #inq2_04 .txt_box {
    /*width:480px;*/
  }

  .tel_wrap2 {
    width: 90%;
    /*width:470px;*/
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #dee5f4;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }

  .tel_wrap2 .tel {
    background: url(/img/common/i_freedial.png) 0 65% no-repeat;
    background-size: 22px auto;
    padding-left: 27px;
    font-size: 34px;
    color: #3963bb;
    line-height: 1.1;
  }

  .tel_wrap2 .time {
    font-size: 12px;
    line-height: 1.3;
    display: block;
    padding-left: 40px;
    letter-spacing: 0;
    padding-top: 4px;
  }

  #inquiry #inq2_04 p em {
    text-indent: -0.5em;
    display: inline-block;
  }

  .list_ol li {
    padding-left: 1.2em;
    text-indent: -1.2em;
    line-height: 1.5;
    margin-bottom: 6px;
  }
} /*-----------------------------*/

/*----------------------------------------------------
	present form
----------------------------------------------------*/

.present_btm {
  width: 1114px;
}

.present_btm .img {
  max-width: 100%;
  margin: 12px auto 40px;
}

.present_btm h2 {
  letter-spacing: 2px;
}

.present_btm .inbox {
  margin: 12px auto 30px;
  padding: 15px;
  background: #e6f1ff;
}

.present_btm .inbox.b_b {
  background: #fff0e6;
}
.present_btm .inbox h3 {
  color: #3963bb;
}

.present_btm .inbox.b_b h3 {
  color: #ee8031;
}

.present_btm .flex-center {
  align-items: flex-start;
}

.present_btm .flex-center ul {
  margin: 18px 6px;
  text-align: left;
  flex-basis: auto;
  display: inline-block;
  vertical-align: top;
}

.present_btm .flex-center ul li {
  padding-left: 1em;
  margin-bottom: 3px;
}

.present_btm .flex-center ul li:before {
  display: block;
  content: "";
  top: 11px;
  left: 5px;
  margin: auto;
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 100%;
}

.btn_p a {
  width: 343px;
  line-height: 56px;
  background: #de3b5e;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1.4px;
  border-radius: 6px;
}

@media screen and (max-width: 480px) {
  /*-----------------------------*/

  #main_contents.clm2 aside .stit_side {
    font-size: 19px;
  }

  .btn_p a {
    width: 270px;
    line-height: 46px;
    font-size: 18px;
  }

  .present_btm {
    max-width: 100%;
  }

  .present_btm .img {
    margin: 12px auto 25px;
  }

  .present_btm .inbox {
    margin: 12px auto 20px;
  }

  .present_btm .inbox h3 {
    margin-bottom: 10px;
  }

  .present_btm .flex-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .present_btm .flex-center ul {
    font-size: 15px;
    width: 48%;
    margin: 0 1% 0;
  }

  .present_btm .flex-center ul.justify_sp {
    width: 100%;
    margin: 0 0 3%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .present_btm .flex-center ul.justify_sp li {
    width: 48%;
    margin: 0 1% 3px;
  }
} /*-----------------------------*/
