/*
Theme Name:UNIQUE child
Theme URI:
Description:WordPressテーマ「UNIQUE」の自作子テーマです。
Template:unique_tcd044
Author:Letitgo
Version:1.0.0
*/

/******************************
 * 共通
 ******************************/
.post_content .tcd-pb-widget h3 {
  color: #1b1464;
}

.sentence {
  font-size: 18px;
  line-height: 1.5;
}

.col3_title {
  color: #929699;
  x font-weight: 700;
}

.post_content .h3_catch {
  color: #929699;
  font-weight: 600;
}

.case {
  line-height: 1.5;
  margin-top: 0 !important;
  background-color: #e6e6e6;
  box-sizing: border-box;
}

.case1 {}

.case2 {}

.case span {
  display: inline-block;
  color: #fff;
  padding: 3px 5px 1px !important;
  background-color: #333333;
}

.flow {
  display: flex;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}

.flow_details_item .title span:first-of-type {
  color: #ebebeb;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: -1em;
}

.flow_details {
  margin: 0 auto;
}

.flow_item {
  display: flex;
  flex-direction: column;
  color: #1a1a1a;
  font-weight: 700;
  line-height: 1.7;
  box-sizing: border-box;
}

.flow_details_item .title {
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.flow_details_item .title span:first-of-type small {
  font-size: 50%;
}

.flow_details_item .title span:last-of-type {
  position: relative;
}

.flow_details_item .text {
  font-size: 16px;
  line-height: 1.5;
}

.post_content .q_button {
  background-color: #1b1464;
}

.tcd-pb-row.row9 .tcd-pb-col.col1 .tcd-pb-widget.widget3 {
  display: none;
}

.faq summary {
  list-style: none;
}

.tcd-pb-row.row8 .tcd-pb-col.col1 .tcd-pb-widget.widget3 .pb_catchcopy,
.tcd-pb-row.row8 .tcd-pb-col.col1 .tcd-pb-widget.widget5 .pb_catchcopy,
.tcd-pb-row.row8 .tcd-pb-col.col1 .tcd-pb-widget.widget7 .pb_catchcopy,
.tcd-pb-row.row8 .tcd-pb-col.col1 .tcd-pb-widget.widget9 .pb_catchcopy {
  line-height: 1.8;
  margin-bottom: 0 !important;
}

/******************************
 * PC用
 ******************************/
@media (min-width:768px) {
  .sponly {
    display: none;
  }

  .post_content .tcd-pb-widget h3 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 45px;
  }

  .post_content .tcd-pb-widget h3+p,
  .post_content .h3_catch {
    text-align: center;
  }

  .post_content .tcd-pb-widget h3+p {
    margin-bottom: 30px;
  }

  .post_content .h3_catch {
    font-size: 22px;
    text-align: left;
    margin-bottom: 40px;
  }

  .tcd-pb-row.row4 .tcd-pb-row-inner, .tcd-pb-row.row5 .tcd-pb-row-inner {
    display: flex;
  }

  .tcd-pb-row.row4 .tcd-pb-col.col1 .tcd-pb-widget.widget1, .tcd-pb-row.row4 .tcd-pb-col.col2 .tcd-pb-widget.widget1, .tcd-pb-row.row4 .tcd-pb-col.col3 .tcd-pb-widget.widget1, .tcd-pb-row.row5 .tcd-pb-col.col1 .tcd-pb-widget.widget1, .tcd-pb-row.row5 .tcd-pb-col.col2 .tcd-pb-widget.widget1, .tcd-pb-row.row5 .tcd-pb-col.col3 .tcd-pb-widget.widget1 {
    height: calc(100% - 30px);
    padding-bottom: 30px;
  }

  .tcd-pb-row.row4 .tcd-pb-col.col1 .tcd-pb-widget.widget1 .col3_item, .tcd-pb-row.row4 .tcd-pb-col.col2 .tcd-pb-widget.widget1 .col3_item, .tcd-pb-row.row4 .tcd-pb-col.col3 .tcd-pb-widget.widget1 .col3_item, .tcd-pb-row.row5 .tcd-pb-col.col1 .tcd-pb-widget.widget1 .col3_item, .tcd-pb-row.row5 .tcd-pb-col.col2 .tcd-pb-widget.widget1 .col3_item, .tcd-pb-row.row5 .tcd-pb-col.col3 .tcd-pb-widget.widget1 .col3_item {
    height: 100%;
  }

  .tcd-pb-row.row1 .tcd-pb-col.col1 .tcd-pb-widget.widget2 h3 {
    margin-bottom: 30px;
  }

  .tcd-pb-row.row1 .tcd-pb-col.col1 .tcd-pb-widget.widget2 .pconly {
    margin-bottom: 45px;
  }

  .col3_item {
    display: flex;
    flex-direction: column;
  }

  .col3_title {
    font-size: 22px;
  }

  .col3_title small {
    font-size: 80%;
  }

  .case {
    font-size: 16px;
    padding: 30px 50px !important;
  }

  .case1 {
    margin-top: 70px !important;
  }

  .case2 {
    margin-top: 40px !important;
  }

  .case span {}

  .flow {
    justify-content: space-around;
    margin-bottom: 50px;
    height: 300px;
    background-image: url(http://smativ.jp/wp-content/uploads/2025/12/flow_bg_pc.png);
  }

  .flow .shokai {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0 10px;
    width: fit-content;
    height: 1.8em;
    background-color: #2e3192;
    position: absolute;
    bottom: 100px;
    left: 80px;
  }

  .flow_item {
    padding-top: 7.5%;
    width: calc(100% / 6);
  }

  .flow_item:nth-of-type(1) {
    padding-left: 2%;
  }

  .flow_item:nth-of-type(2) {
    padding-left: 2%;
  }

  .flow_item:nth-of-type(3) {
    padding-left: 2.3%;
  }

  .flow_item:nth-of-type(4) {
    padding-left: 2.7%;
  }

  .flow_item:nth-of-type(5) {
    padding-left: 3%;
  }

  .flow_item:nth-of-type(6) {
    padding-left: 3.3%;
  }

  .flow_item span:last-of-type {
    color: #666666;
    font-size: 80%;
    font-weight: 400;
    margin-top: 2em;
  }

  .flow_details {
    width: 80%;
  }

  .flow_details_item .title span:first-of-type {
    font-size: 58px;
  }

  .flow_details_item {
    margin-bottom: 90px;
  }

  .tcd-pb-row.row9 .tcd-pb-col.col1 .tcd-pb-widget.widget2 h3 {
    margin-bottom: 70px;
  }

  .tcd-pb-row.row9 .tcd-pb-col.col1 .tcd-pb-widget.widget4 p {
    text-align: center;
  }
}

/******************************
 * タブレット用
 ******************************/
@media (max-width:820px) {
  .post_content .tcd-pb-widget h3 {
    margin-bottom: 40px;
  }

  .post_content .tcd-pb-widget h3+p {
    margin-bottom: 70px;
  }

  .tcd-pb-row.row1 .tcd-pb-col.col1 .tcd-pb-widget.widget2 h3 {
    margin-bottom: 30px;
  }

  .tcd-pb-row.row1 .tcd-pb-col.col1 .tcd-pb-widget.widget2 .pconly {
    margin-bottom: 45px;
  }

  .case1 {
    margin-bottom: 40px;
  }

  .case {
    padding: 30px 30px !important;
  }

  .flow {
    background-size: 100% 65%;
  }

  .flow .shokai {
    top: 45%;
    left: 5%;
  }

  .flow_details_item {
    margin-right: 0;
    margin-bottom: 120px;
    width: 90%;
  }

  .flow_details_item .title {
    font-size: 23px;
    margin-bottom: 30px;
  }

  .flow_details_item .title span:last-of-type {
    font-weight: 700;
  }

  .flow_details_item .text {
    padding-left: 2em;
  }

}

/******************************
 * スマホ用
 ******************************/
@media (max-width:767px) {
  .pconly {
    display: none;
  }

  .post_content .tcd-pb-widget p {
    font-size: 15px;
    margin-bottom: 40px;
  }

  .post_content .tcd-pb-widget p:last-of-type {
    margin-bottom: 0;
  }

  #tcd-pb-wrap, .tcd-pb-row {
    overflow: unset !important;
  }

  .post_content .tcd-pb-widget h3 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 40px;
  }

  .post_content .tcd-pb-widget .h3_catch {
    font-size: 18px;
    text-align: left;
    margin-bottom: 40px;
  }

  .sentence {
    font-size: 18px;
  }

  .tcd-pb-row.row1 .tcd-pb-col.col1 .tcd-pb-widget.widget2 h3:first-of-type+p {
    font-size: 18px;
    line-height: 1.6;
  }

  .post_content .tcd-pb-col .sponly,
  .post_content .tcd-pb-col .col3_img {
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }

  .post_content .tcd-pb-col .sponly {
    margin-bottom: 40px;
  }

  .post_content .tcd-pb-widget .col3_item p {
    margin-bottom: 20px;
  }

  .col3_title {
    font-size: 20px;
  }

  .tcd-pb-row.row8 .tcd-pb-col.col1 .tcd-pb-widget.widget1 h3+p {
    margin-bottom: 40px;
  }

  .case {
    padding: 30px 20px !important;
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }

  .case2 {}

  .case span {}

  .flow {
    flex-direction: column;
    margin-bottom: 10px;
    background-image: url(http://smativ.jp/wp-content/uploads/2025/12/flow_bg_sp.png);
    background-size: 100% auto;
  }

  .flow_item {
    justify-content: center;
    font-size: 18px;
    line-height: 1.6;
    padding-left: 21vw;
  }

  .flow_item:nth-of-type(1) {
    padding-bottom: 8vw;
    height: 33vw;
  }

  .flow_item:nth-of-type(2) {
    height: 26vw;
    padding-bottom: 12vw;
  }

  .flow_item:nth-of-type(3) {
    padding-bottom: 6vw;
    height: 33vw;
  }

  .flow_item:nth-of-type(4) {
    padding-bottom: 8vw;
    height: 32vw;
  }

  .flow_item:nth-of-type(5) {
    height: 27vw;
    padding-bottom: 9vw;
  }

  .flow_item:nth-of-type(6) {
    padding-bottom: 7vw;
    height: 30vw;
  }

  .flow_item span:not([class]) {
    display: block;
    color: #666666;
    font-size: 70%;
    font-weight: 400;
    text-align: center;
    margin-top: 3px;
    width: calc(100% + 19vw);
    position: relative;
    left: -19vw;
  }

  .flow .shokai {
    display: none;
  }

  .flow_details_item {
    margin-bottom: 90px;
  }

  .flow_details_item:last-of-type {
    margin-bottom: 90px;
  }

  .flow_details_item .title {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .flow_details_item .title span:first-of-type {
    font-size: 55px;
  }

  .tcd-pb-row.row9 .tcd-pb-col.col1 .tcd-pb-widget.widget4 div:not([class]) {
    margin-bottom: 60px;
  }
  .tcd-pb-row.row8 .tcd-pb-col.col1 .tcd-pb-widget.widget9 .pb_catchcopy{
    font-size: 48px !important;
  }
}













.col3_text {
  font-size: 16px;
  line-height: 1.5;
}

.col3_img {
  margin-top: auto;
}




.timeline {
  position: relative;
  margin: 1em auto 3em;
  padding-bottom: 2em;
}

.timeline:before {
  position: absolute;
  top: 0px;
  left: 45px;
  width: 3px;
  height: 100%;
  content: '';
  background: #2e3192;
}

.timeline .timeline_item {
  margin: 0px 0px 0px 80px;
}

.timeline .timeline_item .time_date .time {
  font-family: serif;
  font-size: 4em;
  font-weight: bold;
  position: relative;
  margin: 0;
  letter-spacing: 3px;
  color: rgba(60, 60, 60, 0.1);
}

.timeline .timeline_item .time_date .time small {
  font-size: 60%;
}

.timeline .timeline_item .time_date .flag {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  margin-top: -60px;
  color: #000
}

.timeline .timeline_item .subtitle {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px;
  padding-left: 20px;
  border-left: 1px solid #000;
}

.timeline .timeline_item .desc {
  line-height: 20px;
  margin-top: 10px;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .timeline:before {
    left: 15px;
  }

  .timeline .timeline_item .time_date .time:before {
    left: -32px;
  }

  .timeline .timeline_item {
    margin: 0px 0px 0px 40px;
  }

  .timeline .timeline_item .subtitle, .timeline .timeline_item .desc {
    padding-left: 0px;
    border-left: none;
  }
}