/**
Theme Name: Roundup-Theme
Author: Roundup Inc
Author URI: https://www.roundup-consulting.jp/
Description: ラウンドナップ・Webコンサルティングによる大規模修繕ホームページのテーマです。
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: roundup-theme
Template: astra
*/

#page {
    overflow: hidden;
}

.elementor-button-wrapper a:hover {
    opacity: 0.6;
}
a img:hover{opacity:0.6;transition:all 0.6s}

table.table-style01 td.column-1 {
    background-color: #c03d3d;
    color: white;
    font-weight: 700;
    width: 130px;
}

table.table-style01 td {
    border: 1px solid silver;
}

table.table-style01 {
    border: 1px solid silver;
    max-width: 740px;
    width: 100%;
    margin: 10px auto;
}

h1, .entry-content h1 , h2, .entry-content h2 , h1.page-title.ast-archive-title {
	 font-weight: 900;
    font-family: 'Noto Sans JP',sans-serif;
    text-transform: none;
}

h3, .entry-content h3 , h4, .entry-content h4{
	 font-weight: 700;
    font-family: 'Noto Sans JP',sans-serif;
    text-transform: none;
}

p.read-more a {
    color: white !important;
}

.paging-p .elementor-widget-container {
    display: inline-block;
    background-color: #d90700;
    color: white;
    padding: 4px 14px;
    border-radius: 4px;
}

.paging-p .elementor-widget-container a{    color: white !important ;}

.paging-p .elementor-widget {
    text-align: right;
}

.paging-n .elementor-widget-container {
    display: inline-block;
    background-color: #d90700;
    color: white;
    padding: 4px 14px;
    border-radius: 4px;
}

.paging-n .elementor-widget-container a{    color: white !important ;}

.paging-n .elementor-widget {
    text-align: left ;
}

section.ast-archive-description {
    background-image: url("https://stage18.roundup-server.biz/wp-content/uploads/2022/03/default-hd.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

body.home .uael-post__header-filters-wrap {
    margin-bottom: 0px;
}

body.home ul.uael-post__header-filters {
    padding-bottom: 0 !important;
}

.ast-single-post .entry-title, .page-title {
    text-align: center;
    letter-spacing: 4px;
    margin-bottom: 20px;
	    font-size: 36px;
	    margin-bottom: 20px;
}

.entry-meta, .read-more {
    text-align: center;
}

.entry-meta span.cat-links  a {
    background-color: #4a4a4a;
    color: white !important;
    padding: 5px 10px;
    position: relative;
    left: 10px;
    display: inline-block;
		font-size : 14px
			margin-bottom : 10px ;
}

span.posted-on span {
    color: white !important;
}

span.posted-on {
    background-color: #e72222;
    padding: 5px 9px;
    border-radius: 1px;
    margin: 10px 10px 5px 10px;
	font-size : 14px
}

article.post .post-thumb-img-content.post-thumb img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

body.single-post article div.entry-content h2 {
    color: #e72222;
    font-weight: 900;
    font-family: 'Noto Sans JP',sans-serif;
    text-transform: none;
    font-size: 30px;
    letter-spacing: 4px;
}

body.single-post article div.entry-content h3 {
    color: #555555 ;
    font-weight: 900;
    font-family: 'Noto Sans JP',sans-serif;
    text-transform: none;
    font-size: 26px;
    letter-spacing: 4px;
}

body.single-post article div.entry-content h4 {
    color: #555555 ;
    font-weight: 900;
    font-family: 'Noto Sans JP',sans-serif;
    text-transform: none;
    font-size: 20px;
    letter-spacing: 4px;
}

section.ast-archive-description p {
    text-align: center;
    background-color: green;
    color: white;
    font-size: 16px;
    margin: 10px auto;
    letter-spacing: 5px;
}

a#uael-post-term-tile-hosyu, span.uael-post__terms a {
    color: white !important;
    background-color: #1b921b;
    padding: 4px 6px;
    margin: 2px;
    text-align: center;
	display:inline-block ;
}
.elementor-19 .elementor-element.elementor-element-6b3545b .uael-post__terms {
    padding: 0;
    font-size: 13px;
    line-height: 13px;
}

/*  CF7  */

/*　ContactForm7のテーブル化レスポンシブ調整　*/

/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
    width: 100%;
	    margin-top: 60px;
}
/*一行ごとに上ボーダー*/
.table-res-form tr {
    border-top: 1px #DDD solid;
}
/*一番上の行だけボーダーなし*/
.table-res-form tr:first-child {
    border-top: none;
}
/*奇数行だけ背景色つける*/
.table-res-form tr:nth-child(2n+1) {
    background: #eee;
}
/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
    padding: 1em 0.7em;
}
/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-res-form th {
    width: 25%;
    text-align: left;
    background-color: #ff9c1b;
    border-color: white;
    color: white;
}
/*「必須」部分のスタイリング*/
.table-res-form .requied {
    font-size: 1em;
    color: #FFF;
    display: inline-block;
    padding: 0.3em 0.3em 0.2em;
    background: red;
    border-radius: 2px;
	margin-left : 10px
}

/*「任意」部分のスタイリング*/
.table-res-form .unrequied {
    font-size: 1em;
    color: #333;
    display: inline-block;
    padding: 0.3em 0.3em 0.2em;
    background: #eee;
    border-radius: 2px;
	margin-left : 10px
}

.uael-cf7-button-left input.wpcf7-form-control.wpcf7-submit {
    margin: 40px auto 10px auto;
    zoom: 1.4;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid gray !important;
}


/*ここから入力欄のスタイル指定*/

/*各入力フォームスタイリング*/
.table-res-form input[type="text"], input[type="email"], textarea {
    border: 1px #89BDDE solid;
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    width: 100%;
}
/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*送信ボタンスタイリング*/
.table-res-form input[type="submit"] {
    border: 1px #89BDDE solid;
    padding: 0.5em 4em;
    border-radius: 5px;
    background: #4C9ED9;
    color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: bold;
}
/*送信ボタン・マウスオーバー時スタイリング*/
.table-res-form input[type="submit"]:hover {
    background: #006599;
    box-shadow: none;
}

.uael-cf7-style input:not([type=submit]) {
    border: 1px solid #838383 !important;
    color: gray !important;
}

/*ここから768px以下の指定*/

@media(max-width: 768px) {
　　　　　/*thとtdをブロック化して幅100％にして、縦積み*/
    .table-res-form th, .table-res-form td {
        width: 100% !important ;
        display: block;
    }
　　　　　/*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
    .table-res-form th {
        padding-bottom: 0;
        text-align: left;
    }
　　　　　/*不要な最終行の左のthを非表示にする*/
    .table-res-form .empty {
        display: none;
    }
}

/*ここまで768px以下の指定---終わり*/


body.home section.elementor-section.elementor-top-section.elementor-element.elementor-section-full_width {
    padding: 0px;
}


@media(max-width : 768px){
	section#footer-ctaarea {
    display: none;
}
	
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    padding-top: 40px;
    padding-bottom: 24px;
    padding-left: 0px;
    padding-right: 0px;
}


}


@media(max-width: 420px) {
.single .post-navigation .nav-next a, .single .post-navigation .nav-previous a {
    width: 100%;
    background-color: #fff1db;
    border: 1px solid silver;
    width: 90%;
    display: block;
    margin: 10px auto;
}
	
	.paging-n .elementor-widget {
    text-align: center;
}
	
	.paging-p .elementor-widget {
    text-align: center;
}
	
}


@media(max-width : 481px){

.hfe-flyout-container .hfe-nav-menu li.menu-item a {
    border: 1px solid #00972b;
    margin: 4px 1px;
    border-radius: 3px;
    background-color: #fefff6;
    padding: 13px !important;
    display: block;
    border-left-width: 6px;
}

.hfe-flyout-container .hfe-nav-menu li.menu-item a::before {
    content: "▶";
    position: relative;
    display: inline-block;
    color: #00972b;
    opacity: 1 !important;
    zoom: 0.6;
    top: -4px;
    left: -6px;
}
	
section.sp-bottom-bar {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10000;
    border-top: 1px solid white;
    box-shadow: 0px -5px 11px white;
}
	
	
/* SP menu */

	.elementor-1504 .elementor-element.elementor-element-a6828f8 .hfe-flyout-content {
   background-color: #c01920 !important;
}
	
.hfe-flyout-wrapper .hfe-side{
	 max-width: 360px !important;
    width: 100% !important;
	}
	
.hfe-flyout-content{
		margin : 0 !important ;
		padding : 0 !important  ;
	}
	
.hfe-flyout-content .gNavSp {
  font-weight: 700;
  display: block;
  width: auto;
  padding: 0;
  border-left: none ;
	margin : 0 ;
}
	
	
	
.hfe-flyout-content .gNavSp > li {
  background: #109937 ;
  color: #fff;
  border: none;
  font-size: 18px;
  font-size: 4.6vmin;
  float: none;
  margin-bottom: 0;
  padding: 5px 5px 0
}
.hfe-flyout-content .gNavSp > li:last-child {
  border: none
}
.hfe-flyout-content .gNavSp li a {
  color: #109937;
  padding: 10px 10px 10px 30px;
  display: block;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  background: #fff;
  margin-bottom: 0;
  width: auto;
  border-radius: 8px;
  line-height: 1.5 ;
	font-size : 15px
}
.hfe-side .nav li li a:after {
  content: ""
}
.hfe-flyout-content .gNavSp li.close {
  text-align: center;
  padding: 10px;
  background: #c01920 ;
	display:none;
}
.hfe-flyout-content .gNavSp li.close a {
  background: rgba(255, 255, 255, .3);
  border-radius: 5px;
  padding: 10px;
  color: #fff
}
.hfe-flyout-content .gNavSp li a:after {
  left: 5px;
  right: inherit;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border: none;
  content: "";
  position: absolute
}
.hfe-flyout-content .gNavSp li a:after {
  width: 5px;
  height: 5px;
  border: none;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: rotate(45deg)
}
.hfe-flyout-content .gNavSp li.close a:before {
  background: #fff
}
.hfe-flyout-content .gNavSp li.close a:after {
  left: 10px;
  width: 10px;
  height: 10px;
  background: url(/wp-content/uploads/2022/05/ico_close.png) no-repeat center center;
  background-size: contain;
  border-top: none;
  border-right: none;
  transform: none
}
.hfe-flyout-content .gNavSp li.sizeS {
  margin-right: 1px;
  width: 49.8%;
  width: calc(50% - 3px)
}
.hfe-flyout-content .gNavSp li.sizeS:nth-child(2n) {
  float: right
}
.hfe-flyout-content .gNavSp li ul {
    position: relative;
    overflow: hidden;
    display: block;
    width: auto;
    padding: 10px;
    margin: 0;
}
.hfe-flyout-content .gNavSp li li {
  margin: 0 0 5px;
  float: left;
  text-align: left;
  width: 100%;
  box-sizing: border-box
}
.hfe-flyout-content .gNavSp li li a {
  text-align: left
}
.hfe-flyout-content .gNavSp li.icoNav {
  display: block;
  text-align: center
}
.hfe-flyout-content .gNavSp li.icoNav ul li {
  width: 100px;
  height: 100px;
  display: inline-flex;
  float: none;
  margin: 5px 0 0;
  line-height: 1.2
}
.hfe-flyout-content .gNavSp li.icoNav ul li:nth-child(-n+3) {
  margin-top: 0
}
.hfe-flyout-content .gNavSp li.icoNav ul li a {
  padding: 50px 0 5px;
  display: block;
  position: relative;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #231816
}
.hfe-flyout-content .gNavSp li.icoNav ul li a:after {
  display: block;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 39px;
  height: 39px
}
.hfe-flyout-content .gNavSp li a:before {
  background:#109937;
  position: absolute;
  border-radius: 50%;
  left: 5px;
  right: inherit;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border: none;
  content: ""
}
.hfe-flyout-content .gNavSp li.icoNav a:before {
  display: none
}
.hfe-flyout-content .gNavSp li.icoNav ul li a:after {
  border: none;
  transform: none;
  top: 10px;
  bottom: inherit
}
.hfe-flyout-content .gNavSp li.icoNav ul li.gnav01 a:after {
  background: url(/wp-content/uploads/2022/05/gnav_ico_reason2.png) no-repeat center center
}
.hfe-flyout-content .gNavSp li.icoNav ul li.gnav02 a:after {
  background: url(/wp-content/uploads/2022/05/gnav_ico_menu2.png) no-repeat center center
}
.hfe-flyout-content .gNavSp li.icoNav ul li.gnav03 a:after {
  background: url(/wp-content/uploads/2022/05/gnav_ico_works2.png) no-repeat center center
}
.hfe-flyout-content .gNavSp li.icoNav ul li.gnav04 a:after {
  background: url(/wp-content/uploads/2022/05/gnav_ico_first2.png) no-repeat center center
}
.hfe-flyout-content .gNavSp li.icoNav ul li.gnav05 a:after {
  background: url(/wp-content/uploads/2022/05/gnav_ico_showroom2.png) no-repeat center center
}
.hfe-flyout-content .gNavSp li.icoNav ul li.gnav06 a:after {
  background: url(/wp-content/uploads/2022/05/gnav_ico_corporate2.png) no-repeat center center
}
.hfe-flyout-content .gNavSp li.icoNav ul li.gnav07 a:after {
  background: url(/wp-content/uploads/2022/05/gnav_ico_voice2.png) no-repeat center center
}
.hfe-flyout-content .gNavSp li.icoNav ul li.gnav08 a:after {
  background: url(/wp-content/uploads/2022/05/gnav_ico_docrequest.png) no-repeat center center;
  background-size: 26px auto
}
.hfe-flyout-content .gNavSp li.icoNav ul li.gnav09 a:after {
  background: url(/wp-content/uploads/2022/05/gnav_ico_contact02.png) no-repeat center center;
  background-size: 24px auto
}
.spmenubtn {
  width: auto;
  position: fixed;
  right: 0;
  top: 20px;
  z-index: 99999;
  text-align: center;
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  background: #c01920;
  display: inline-block;
  height: 49px;
  width: 48px;
  vertical-align: middle;
  border-radius: 50%;
  line-height: 1;
  box-sizing: border-box;
  box-shadow: 0px 3px 0px 0px rgba(255, 255, 255, .3) inset
}
.spmenubtn a {
  display: block;
  padding: 7px 7px 8px 4px;
  text-decoration: none;
  box-sizing: border-box;
  height: 49px;
  width: 48px;
  border-radius: 5px 0 0 5px
}
.spmenubtn a:hover {
  text-decoration: none;
  opacity: .75
}
.spmenubtn span {
  display: block;
  height: 3px;
  width: auto;
  background-color: #fff;
  margin: 4px 4px 4px 6px
}
.spmenubtn span:last-child {
  display: block;
  height: auto;
  width: auto;
  background: 0 0;
  border-radius: 0;
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 11px
}

}

/**/

body.single-post article div.entry-content h3 {
    margin-top: 2em;
	    letter-spacing: 0;
}

body.single-post article div.entry-content h2 {
    margin-top: 2em;
	    letter-spacing: 0;
}

#toc_container {
    margin: 10px auto;
}