@charset "utf-8";
/* CSS Document */

/*-------------------
製品ページ　資料一覧サンクスページ用CSS
/asp/other/document_thanks.asp
-------------------*/
.contents {
  width: 90%;
  max-width: 64em;
  margin: auto;
  text-align: center;
}

/*-----------------
 *page_contents
-----------------*/
.page_contents { 
  padding: 8em 0 4em;
}
.page_contents h1 {
  margin-bottom: 1.25em;
  font-size: 1.85em;
  font-weight: bold;
  color: #105579;
  line-height: 1.4;
}
.page_contents h2 {
  margin-bottom: 3.5em;
  font-size: 1em;
  line-height: 1.75;
}
.page_contents .btn_area {
  display: inline-block;
}
.page_contents a.back_btn {
  margin: 1em 0 ;
  padding: .75em;
  width: 250px;
  font-size: 1em;
  color: #fff;
  background: #105579;
  border-radius: 6px;
  display: block;
  position: relative;
}
.page_contents a:hover {
  opacity: 0.8;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
  .page_contents .btn {
    float: left;
  }
  .page_contents a.back_btn {
    margin: 0 1em;
  }
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
  .page_contents { 
    padding: 11em 0 5em;
  }
  .page_contents h1 {
    margin-bottom: .8em;
    font-size: 2.5em;
  }
}


/*-----------------
 *sec-consul　コンサル
-----------------*/
#sec-consul {
  padding: 3em 0 3em;
  background-color: #f5f5f5;
  background-image: url(/web/jp/asp/images/top_bg-obi.png);
  background-position: -120px 0;
}
#sec-consul .contents {
  border: 1px solid #105579;
}
#sec-consul .contents h2 {
  margin: 1.25em;
  font-size: 1.3em;
  color: #105579;
  line-height: 1.3;
}
#sec-consul .contents p {
  margin: 0 auto 1.5em;
  width: 92%;
  line-height: 1.5em;
  text-align: center;
}
#sec-consul .contents .cnd_btn a {
  font-size: 1em;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
  #sec-consul {
    background-position: 0 0;
  }
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
  #sec-consul {
    background-position: 120px 0;
  }
}

/* timerex追加 */
.timerex_wrap {
  background: rgba(123, 173, 239, 0.19);
  border-radius: 15px;
}

.text_wrap {
  width: 100%;
  position: relative;
  padding: 0 0 3rem;
}

.btn_wrap {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.diagonal {
  position: relative;
  color: #105579;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.diagonal span {
  display: inline-block;
}

.diagonal:before, .diagonal:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #105579;
  width: 2px;
  height: 2em;
  margin: 0 0.5em;
  margin-top: -.2em;
  vertical-align: middle;
}

.diagonal:before {
  transform: rotate(-35deg);
}

.diagonal:after {
  transform: rotate(35deg);
}

.check_list_title{
  font-size: 21px;
  font-weight: bold;
  margin-block: 8px;
  text-align: center;
}
ul.check_list {
  margin-left: 1.0em;
  margin-bottom: 1rem;
}

ul.check_list li {
  list-style: none;
  line-height: 1.6;
}

.check_list li img {
  width: 1.2em;
  margin-right: 0.5em;
  vertical-align: unset;
}

@media (max-width: 767px) {
  body, .page_contents h2 {
    font-size: 14px;
  }
  .page_contents h1 {
    font-size: 20px;
  }
  .diagonal {
    font-size: 16px;
  }
  .check_list_title{
    font-size: 14px;
  }
}

/*-----------------
 *202604改修
-----------------*/
.page_contents h2 {
  margin-bottom: 2em;
  font-size: 1em;
  line-height: 1.75;
}
.page_contents h3 {
  font-size: 1.5em;
  line-height: 1.75;
  font-weight: 600;
}
.page_contents p {
  font-size: 1em;
  line-height: 1.75;
}

.cta_area {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 1.2em;
}
.cta_area a img{
  max-width: 100%;
}
.itembox {
  position: relative;
  margin: 0 auto 0.3em;
  padding: 1em;
  width: 42%;
  font-size: 0.94em;
  background: #1a58a2;
  border-radius: 10px;
}

.itembox .flexwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px 20px;
}
.itembox .flexwrap img {
  display: block;
  width: 25%;
  max-width: 80px;
}
.itembox .flexwrap p {
  font-weight: 600;
  color: #fff;
}

.itembox p.btn {
  position: relative;
  margin-top: 1em;
  width: 100%;
}
.itembox p.btn a {
  display: block;
  padding: .75em;
  font-size: 1em;
  font-weight: 600;
  line-height: 2em;
  border-radius: 2em;
  color: #fff;
}
.itembox p.btn a.totop {
  background: #fe6a13;
}
.itembox p.btn a.toseminar {
  background: #ffaa33;
}
.itembox p.btn a.totop:hover {
  background: #fff;
  color: #fe6a13;
/*  opacity: 0.8;*/
}
.itembox p.btn a.toseminar:hover {
  background: #fff;
  color: #ffaa33;
}
.br_smallsp {
  display: none;
}

@media (max-width: 989px) {
  .cta_area {
    flex-flow: column;
    flex-wrap: wrap;
  }
  .itembox {
    margin: 0 auto 1em;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .itembox {
    width: 90%;
  }
}
@media (max-width: 375px) {
  .br_smallsp {
    display: block;
  }
}