@charset "UTF-8";
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.has-x-small-font-size {
  font-size: 10px;
}

.has-small-font-size {
  font-size: 13px;
}

.has-regular-font-size {
  font-size: 16px;
}

.has-large-font-size {
  font-size: 24px;
}

.has-x-large-font-size {
  font-size: 36px;
}

.has-huge-font-size {
  font-size: 50px;
}

/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
#mainimg_sub {
  width: 100%;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  padding: 100px 4%;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 479px) {
  #mainimg_sub {
    padding: 60px 4%;
  }
}
#mainimg_sub span {
  display: inline-block;
  background: #044EA2;
  color: #fff;
  font-size: 3.2rem;
  padding: 0 6px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 479px) {
  #mainimg_sub span {
    font-size: 1.8rem;
  }
}
#mainimg_sub.__service {
  background: url(../images/service/mv@2x.jpg) no-repeat center center;
  background-size: cover;
}
#mainimg_sub.__strength {
  background: url(../images/strength/mv@2x.jpg) no-repeat center center;
  background-size: cover;
}
#mainimg_sub.__gaiheki {
  background: url(../images/gaiheki/mv@2x.jpg) no-repeat center center;
  background-size: cover;
}
#mainimg_sub.__bousui {
  background: url(../images/bousui/mv@2x.jpg) no-repeat center center;
  background-size: cover;
}
#mainimg_sub.__other {
  background: url(../images/other/mv@2x.jpg) no-repeat center center;
  background-size: cover;
}
#mainimg_sub.__company {
  background: url(../images/company/mv@2x.jpg) no-repeat center center;
  background-size: cover;
}
#mainimg_sub.__jirei {
  background: url(../images/jirei/mv@2x.jpg) no-repeat center center;
  background-size: cover;
}
#mainimg_sub.__news {
  background: url(../images/news/mv@2x.jpg) no-repeat center center;
  background-size: cover;
}
#mainimg_sub.__contact {
  background: url(../images/contact/mv@2x.jpg) no-repeat center center;
  background-size: cover;
}

.pankuzu {
  font-size: 1.4rem;
}
@media screen and (max-width: 479px) {
  .pankuzu {
    font-size: 1rem;
  }
}
.pankuzu ul {
  display: flex;
}
.pankuzu ul li {
  padding-right: 0.5em;
}
.pankuzu ul li:after {
  content: " ＞";
}
.pankuzu ul li:last-child:after {
  display: none;
}

.ttl_fmt01 .en {
  color: #999;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .ttl_fmt01 .en {
    font-size: 1rem;
    margin-bottom: 16px;
  }
}
.ttl_fmt01 .en span {
  display: inline-block;
  width: 40px;
  height: 7px;
  background: #044EA2;
  margin-right: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 479px) {
  .ttl_fmt01 .en span {
    height: 5px;
  }
}
.ttl_fmt01 .ja {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .ttl_fmt01 .ja {
    font-size: 1.8rem;
    margin-bottom: 36px;
  }
}

.ttl_fmt02 .ja {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 479px) {
  .ttl_fmt02 .ja {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
.ttl_fmt02 .en {
  color: #999;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 26px;
}
@media screen and (max-width: 479px) {
  .ttl_fmt02 .en {
    font-size: 1rem;
    margin-bottom: 14px;
  }
}
.ttl_fmt02 .hr {
  margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
  .ttl_fmt02 .hr {
    margin-bottom: 20px;
  }
}
.ttl_fmt02 .hr span {
  display: inline-block;
  width: 60px;
  height: 7px;
  background: #044EA2;
  margin-right: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 479px) {
  .ttl_fmt02 .hr span {
    width: 50px;
    height: 5px;
  }
}

.ttl_large {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.ttl_large.__blue {
  color: #044EA2;
}
@media screen and (max-width: 479px) {
  .ttl_large {
    font-size: 2.2rem;
  }
}

.ttl_lineleft {
  font-size: 2.4rem;
  color: #044EA2;
  border-left: 8px solid #044EA2;
  padding: 10px 0.8em;
}
@media screen and (max-width: 479px) {
  .ttl_lineleft {
    font-size: 1.8rem;
    border-left: 4px solid #044EA2;
    padding: 6px 0.8em;
  }
}

/*----------------------------------------------------
	共通section
----------------------------------------------------*/
.sec_gaiheki .flex.__col02,
.sec_bousui .flex.__col02,
.sec_other .flex.__col02 {
  align-items: center;
}
@media screen and (max-width: 479px) {
  .sec_gaiheki .flex.__col02,
  .sec_bousui .flex.__col02,
  .sec_other .flex.__col02 {
    flex-wrap: wrap;
  }
}
.sec_gaiheki .flex.__col02 .info,
.sec_bousui .flex.__col02 .info,
.sec_other .flex.__col02 .info {
  width: 45%;
  padding-left: calc((100vw - 1240px - 40px) / 2);
  padding-right: 3em;
}
@media screen and (max-width: 479px) {
  .sec_gaiheki .flex.__col02 .info,
  .sec_bousui .flex.__col02 .info,
  .sec_other .flex.__col02 .info {
    order: 2;
    padding: 0 6%;
    width: 100%;
  }
}
.sec_gaiheki .flex.__col02 .pic,
.sec_bousui .flex.__col02 .pic,
.sec_other .flex.__col02 .pic {
  width: 55%;
}
@media screen and (max-width: 479px) {
  .sec_gaiheki .flex.__col02 .pic,
  .sec_bousui .flex.__col02 .pic,
  .sec_other .flex.__col02 .pic {
    width: 100%;
    order: 1;
  }
}
.sec_gaiheki .flex.__col02 .pic img,
.sec_bousui .flex.__col02 .pic img,
.sec_other .flex.__col02 .pic img {
  width: 100%;
}
.sec_gaiheki .flex.__col02.__rev .info,
.sec_bousui .flex.__col02.__rev .info,
.sec_other .flex.__col02.__rev .info {
  order: 1;
  padding-left: 3em;
  padding-right: calc((100vw - 1240px - 40px) / 2);
}
@media screen and (max-width: 479px) {
  .sec_gaiheki .flex.__col02.__rev .info,
  .sec_bousui .flex.__col02.__rev .info,
  .sec_other .flex.__col02.__rev .info {
    padding: 0 6%;
    order: 2;
  }
}

.sct_jirei {
  background: #E7EEF5;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  padding: 80px 4%;
}
.sct_jirei .container .illust {
  position: absolute;
  right: -20px;
  top: -120px;
  max-width: 40%;
}
.sct_jirei .jirei_list {
  display: flex;
  column-gap: 2%;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.sct_jirei .jirei_list li {
  width: 32%;
  background: #fff;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  margin-bottom: 26px;
}
@media screen and (max-width: 479px) {
  .sct_jirei .jirei_list li {
    width: 100%;
  }
}
.sct_jirei .jirei_list li a {
  display: block;
  padding: 30px 2.5em;
  color: #333;
}
.sct_jirei .jirei_list li a .pic {
  display: block;
  margin-bottom: 14px;
  transition: 0.3s all;
}
.sct_jirei .jirei_list li a .pic img {
  object-fit: cover;
  aspect-ratio: 400 / 238;
}
.sct_jirei .jirei_list li a h4 {
  display: block;
  font-size: 2rem;
  margin-bottom: 10px;
  color: #044EA2;
}
@media screen and (max-width: 479px) {
  .sct_jirei .jirei_list li a h4 {
    font-size: 1.7rem;
  }
}
.sct_jirei .jirei_list li a .desc {
  display: block;
  margin-bottom: 20px;
}
.sct_jirei .jirei_list li a .circle {
  display: block;
  text-align: right;
}
.sct_jirei .jirei_list li a .circle img {
  transition: 0.3s all;
}
.sct_jirei .jirei_list li a:hover .pic {
  opacity: 0.7;
}
.sct_jirei .jirei_list li a:hover .circle img {
  transform: translateX(10px);
}
.sct_jirei .pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.sct_jirei .pagination a,
.sct_jirei .pagination span {
  display: block;
  min-width: 28px;
  text-align: center;
  text-decoration: none;
  color: #044EA2;
  border-radius: 2px;
  padding: 4px;
}
.sct_jirei .pagination .current {
  background: #eee;
  font-weight: bold;
}

.sct_news .news_list {
  border-top: 1px solid #ccc;
  margin-bottom: 40px;
}
.sct_news .news_list li {
  border-bottom: 1px solid #ccc;
}
.sct_news .news_list li a {
  display: flex;
  padding: 16px 1.5em;
  width: 100%;
  color: #333;
}
@media screen and (max-width: 479px) {
  .sct_news .news_list li a {
    flex-wrap: wrap;
  }
}
.sct_news .news_list li a .date {
  width: 7em;
}
@media screen and (max-width: 479px) {
  .sct_news .news_list li a .date {
    width: 7.5em;
  }
}
.sct_news .news_list li a .cat {
  width: 10em;
}
.sct_news .news_list li a .cat span {
  display: inline-block;
  background: #044EA2;
  color: #fff;
  font-size: 1.1rem;
  padding: 1px 1.5em;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 479px) {
  .sct_news .news_list li a .cat span {
    font-size: 1rem;
  }
}
.sct_news .news_list li a .ttl {
  transition: 0.3s all;
}
@media screen and (max-width: 479px) {
  .sct_news .news_list li a .ttl {
    width: 100%;
    padding-top: 2px;
  }
}
.sct_news .news_list li a:hover {
  background: #f5f5f5;
}
.sct_news .news_list li a:hover .ttl {
  color: #044EA2;
}

.sct_jirei .ichiran_bt,
.sct_news .ichiran_bt {
  text-align: center;
}
.sct_jirei .ichiran_bt a,
.sct_news .ichiran_bt a {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.2em;
  color: #333;
  transition: 0.3s all;
}
.sct_jirei .ichiran_bt a span,
.sct_news .ichiran_bt a span {
  display: block;
  padding-right: 1em;
  text-decoration: underline;
}
.sct_jirei .ichiran_bt a img,
.sct_news .ichiran_bt a img {
  transition: 0.3s all;
}
.sct_jirei .ichiran_bt a:hover,
.sct_news .ichiran_bt a:hover {
  color: #044EA2;
}
.sct_jirei .ichiran_bt a:hover img,
.sct_news .ichiran_bt a:hover img {
  transform: translateX(10px);
}

.sec_flow .flow-container {
  overflow-x: auto;
  white-space: nowrap;
  padding: 1rem;
}
.sec_flow .flow-container .flow-list {
  display: flex;
  align-items: top;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sec_flow .flow-container .flow-list .flow-item {
  text-align: center;
  min-width: 140px;
}
.sec_flow .flow-container .flow-list .flow-item p {
  color: #044EA2;
}
.sec_flow .flow-container .flow-list .flow-line {
  width: 50px;
  height: 2px;
  background-color: #044EA2;
  margin: 70px 10px;
  flex-shrink: 0;
}

.sec_faq dl.faq_dl {
  border-top: 1px solid #ccc;
}
.sec_faq dl.faq_dl dt {
  padding: 20px 1em;
  border-bottom: 1px solid #ccc;
}
.sec_faq dl.faq_dl dt span {
  display: inline-block;
  background: #044EA2;
  color: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 1px 1.5em;
  font-size: 80%;
  margin-right: 1.5em;
}
.sec_faq dl.faq_dl dd {
  padding: 20px 1em;
  border-bottom: 1px solid #ccc;
}
.sec_faq dl.faq_dl dd span {
  display: inline-block;
  background: #A20404;
  color: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 1px 1.5em;
  font-size: 80%;
  margin-right: 1.5em;
}

/*----------------------------------------------------
	トップ
----------------------------------------------------*/
#index #mainimg {
  width: 100%;
  overflow: hidden;
  position: relative;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}
#index #mainimg .wrap {
  width: 100%;
  height: calc(100vh - 90px);
  position: relative;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  #index #mainimg .wrap {
    height: 80vh;
  }
}
@media screen and (max-width: 479px) {
  #index #mainimg .wrap {
    height: 50vh;
  }
}
#index #mainimg .wrap #bg-video {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  z-index: -100;
}
@media (aspect-ratio: 16 / 9), (min-aspect-ratio: 16 / 9) {
  #index #mainimg .wrap #bg-video {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-aspect-ratio: 16 / 9) {
  #index #mainimg .wrap #bg-video {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
#index #mainimg .wrap .mainimg_content {
  position: absolute;
  left: 2%;
  bottom: 80px;
}
@media screen and (max-width: 479px) {
  #index #mainimg .wrap .mainimg_content {
    width: 96%;
    bottom: 6px;
  }
}
#index .sec_company .pic {
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  position: relative;
  z-index: 9989;
}
#index .sec_company .pic img {
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}
#index .sec_company .info {
  margin-left: calc((100vw - 1240px - 40px) / 2);
  margin-right: -20px;
  margin-top: -80px;
  background: linear-gradient(to right, #044ea2, #69cbed);
  color: #fff;
  padding: 120px 4% 100px;
  -moz-border-radius: 14px 0 0 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px 0 0 14px;
}
@media screen and (max-width: 479px) {
  #index .sec_company .info {
    margin-left: -10px;
  }
}
#index .sec_company .ttl_fmt01 .en {
  color: #fff;
}
#index .sec_company .ttl_fmt01 .en span {
  background: #fff;
}

/*----------------------------------------------------
	つよみ
----------------------------------------------------*/
#strength .sec_catch .bg_souwa {
  background: url(../images/strength/catch_bg@2x.png) no-repeat center center;
  background-size: contain;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
#strength .sec_catch .bg_souwa h2.ttl_LL {
  text-align: center;
  font-size: 5.6rem;
  font-weight: 400;
  padding-bottom: 80px;
}
@media screen and (max-width: 479px) {
  #strength .sec_catch .bg_souwa h2.ttl_LL {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 479px) {
  #strength .sec_catch .illust {
    padding: 0 26%;
  }
}
#strength .sec_image img {
  width: 100%;
}

/*----------------------------------------------------
	事業紹介
----------------------------------------------------*/
@media screen and (max-width: 479px) {
  #service .sec_area .flex .w44 {
    padding: 0 20%;
  }
}

/*----------------------------------------------------
	外壁塗装
----------------------------------------------------*/
@media screen and (max-width: 479px) {
  #gaiheki .sec_catch .illust {
    padding: 0 17%;
  }
}

/*----------------------------------------------------
	防水施工
----------------------------------------------------*/
@media screen and (max-width: 479px) {
  #bousui .sec_catch .illust {
    padding: 0 20%;
  }
}
#bousui .sec_reason .reasons .item .pic {
  text-align: center;
}
@media screen and (max-width: 479px) {
  #bousui .sec_reason .reasons .item .pic {
    padding: 0 20%;
  }
}
#bousui .sec_reason .reasons .item h3 {
  text-align: center;
  font-size: 2.3rem;
  color: #044EA2;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  #bousui .sec_reason .reasons .item h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
#bousui .sec_reason .reasons .item .desc {
  padding: 0 1em;
  text-align: center;
}

/*----------------------------------------------------
	その他施工
----------------------------------------------------*/
@media screen and (max-width: 479px) {
  #other .sec_catch .illust {
    padding: 0 22%;
  }
}

/*----------------------------------------------------
	会社案内
----------------------------------------------------*/
#company .sec_catch .bg_souwa {
  background: url(../images/company/catch_bg@2x.png) no-repeat center top;
  background-size: contain;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
#company .sec_catch .bg_souwa h2.ttl_LL {
  text-align: center;
  font-size: 5rem;
  font-weight: 400;
  padding-bottom: 80px;
}
@media screen and (max-width: 479px) {
  #company .sec_catch .bg_souwa h2.ttl_LL {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 479px) {
  #company .sec_catch .illust {
    padding: 0 22%;
  }
}
#company .sec_bgblue {
  background: #E7EEF5;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}
#company .sec_bgblue .importants .item .pic {
  text-align: center;
}
@media screen and (max-width: 479px) {
  #company .sec_bgblue .importants .item .pic {
    padding: 0 18%;
  }
}
#company .sec_bgblue .importants .item h3 {
  text-align: center;
  font-size: 2.3rem;
  color: #044EA2;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  #company .sec_bgblue .importants .item h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
#company .sec_bgblue .importants .item .desc {
  padding: 0 1em;
}
@media screen and (max-width: 479px) {
  #company .sec_bgblue .importants .item .desc {
    margin-bottom: 20px;
  }
}

/*----------------------------------------------------
	お問い合わせ
----------------------------------------------------*/
#contact .sec_catch .contact_table {
  width: 100%;
  margin-bottom: 30px;
}
#contact .sec_catch .contact_table tr th {
  width: 12em;
  padding: 16px 1em;
}
@media screen and (max-width: 479px) {
  #contact .sec_catch .contact_table tr th {
    display: block;
    width: 100%;
    padding: 0 1em;
  }
}
#contact .sec_catch .contact_table tr td {
  padding: 16px 1em;
}
@media screen and (max-width: 479px) {
  #contact .sec_catch .contact_table tr td {
    display: block;
    margin-bottom: 14px;
    padding: 6px 1em;
  }
}
#contact .sec_catch .contact_table tr td input {
  width: 100%;
  padding: 4px;
}
#contact .sec_catch .contact_table tr td textarea {
  width: 100%;
  height: 140px;
  padding: 4px;
}

/*----------------------------------------------------
	施工事例用single
----------------------------------------------------*/
.sct_jirei .container .ttl_fmt02 .hr span {
  display: block;
  margin: 0 auto;
}
.sct_jirei .container .ttl_fmt02 .ttl {
  text-align: center;
  margin-top: 40px;
}
.sct_jirei .container .jirei_slider {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px;
}
.sct_jirei .container .jirei_slider_main {
  width: 60%;
}
@media screen and (max-width: 479px) {
  .sct_jirei .container .jirei_slider_main {
    width: 100%;
  }
}
.sct_jirei .container .jirei_slider_wrapper {
  position: relative;
}
.sct_jirei .container .jirei_slider_figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.sct_jirei .container .jirei_slider_photo {
  width: 100%;
  height: 100%;
  aspect-ratio: 744 / 992;
}
.sct_jirei .container .jirei_slider_photo > img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 744 / 992;
}
.sct_jirei .container .jirei_slider_thumb {
  width: calc(40% - 8px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 479px) {
  .sct_jirei .container .jirei_slider_thumb {
    width: 100%;
  }
}
.sct_jirei .container .jirei_slider_thumb_item {
  width: calc((100% - 16px) / 3);
  line-height: 0;
  aspect-ratio: 157 / 205;
  cursor: pointer;
  transition: all 0.4s;
}
.sct_jirei .container .jirei_slider_thumb_item > img {
  object-fit: cover;
  aspect-ratio: 157 / 205;
}
.sct_jirei .container .jirei_slider_thumb_item:hover {
  transform: scale(0.9);
}
.sct_jirei .container .jirei_slider_thumb_item.thumb-item-active {
  transform: scale(0.9);
  opacity: 0.3;
}
.sct_jirei .container .post {
  margin-bottom: 100px;
}
.sct_jirei .container .post .info_wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.sct_jirei .container .post .text {
  margin-top: 40px;
}

/*----------------------------------------------------
	single
----------------------------------------------------*/
.sct_single .container .ttl_fmt02 .hr span {
  display: block;
  margin: 0 auto;
}
.sct_single .container .ttl_fmt02 .ttl {
  text-align: center;
  margin-top: 40px;
}
.sct_single .container .post {
  margin-bottom: 100px;
}
.sct_single .container .post .info_wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.sct_single .container .post .info_wrapper .cat {
  max-width: 10em;
}
.sct_single .container .post .info_wrapper .cat span {
  display: inline-block;
  background: #044EA2;
  color: #fff;
  font-size: 1.1rem;
  padding: 1px 1.5em;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 479px) {
  .sct_single .container .post .info_wrapper .cat span {
    font-size: 1rem;
  }
}
.sct_single .container .post .text {
  margin-top: 40px;
}
.sct_single .container .post .text h1,
.sct_single .container .post .text h2,
.sct_single .container .post .text h3,
.sct_single .container .post .text h4,
.sct_single .container .post .text h5,
.sct_single .container .post .text h6 {
  font-weight: bold;
  line-height: 1.25;
  margin-top: 2em;
  margin-bottom: 0.8em;
}
.sct_single .container .post .text h2 {
  position: relative;
  font-size: 2.4rem;
  margin-bottom: 10px;
  padding-bottom: 16px;
}
.sct_single .container .post .text h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100px;
  height: 7px;
  background: #044EA2;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.sct_single .container .post .text h3 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 7px solid #044EA2;
}
.sct_single .container .post .text h4 {
  display: inline-block;
  font-size: 2rem;
  padding-bottom: 8px;
  border-bottom: 2px solid #044EA2;
}
.sct_single .container .post .text h5 {
  font-size: 1.8rem;
}
.sct_single .container .post .text h6 {
  font-size: 1.7rem;
}
.sct_single .container .post .text p {
  margin: 0 0 1em 0;
  line-height: 1.8;
}
.sct_single .container .post .text strong {
  font-weight: bold;
}
.sct_single .container .post .text em {
  font-style: italic;
}
.sct_single .container .post .text ul {
  padding-left: 1.25em;
  margin-bottom: 1em;
}
.sct_single .container .post .text ul li {
  list-style: disc;
}
.sct_single .container .post .text ol {
  padding-left: 1em;
  margin-bottom: 1em;
}
.sct_single .container .post .text ol li {
  list-style: decimal;
}
.sct_single .container .post .text li {
  margin-bottom: 0.3em;
  line-height: 1.7;
}
.sct_single .container .post .text blockquote {
  margin: 1.5em 0;
  padding: 0.7em 1.4em;
  border-left: 4px solid #219ebc;
  background: #f6faff;
  color: #333;
  font-style: italic;
}
.sct_single .container .post .text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em auto;
}
.sct_single .container .post .text table {
  border-collapse: collapse;
  width: 100%;
}
.sct_single .container .post .text th,
.sct_single .container .post .text td {
  border: 1px solid #ddd;
  padding: 0.6em 0.9em;
  text-align: left;
}
.sct_single .container .post .text th {
  background: #e3f2fd;
  font-weight: bold;
}
.sct_single .container .post .text a {
  text-decoration: underline;
  transition: color 0.2s;
}
