/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */
/********* BY REGION img size **********/
Img.custom-logo {
	max-width:190px;
}
.feature-media span.icon-image img{
	max-width: 50%;
}
/********* TOP MY SECTION_1 **********/
#my_section_1 h5,
#my_section_1 p {
	text-align: left;
}
#my_section_1 {
	padding-bottom: 1.375rem;
}
#my_section_1 .section-title-area {
	margin-bottom: 30px;
}
/********* TOP MY SECTION_2 **********/

#my_section_1 h2,
#my_section_2 h2 {
	text-align: left;
}
#my_section_1 .subtitles,
#my_section_2 .subtitles {
	display: block;
	width: 50%;
}
#my_section_2 h2 {
	margin-bottom: 4.523rem;
}
#my_section_2 h3{
	font-size: 1.425rem;
}
#my_section_2 h3,
#my_section_2 p {
	text-align: left;
}
#my_section_2 ol {
	list-style-type: decimal-leading-zero;
	padding-left: 50px;
}
#my_section_2 ol li {
	padding-left: 1.5rem;
	font-size: 1.425rem;
	color: black;
	font-weight: bold;
}
#my_section_2 ol li h4 {
	margin-bottom: 0.35rem;
	text-align: left;
	font-size: 1.5rem;
}
#my_section_2 ol li p {
	margin-bottom: 2.583rem;
	font-size: 0.875rem;
	font-weight: normal;
	line-height: 1.7;
	color: #777777;
}
#my_section_2 .bg {
	background-image: url(/wp-content/uploads/2024/01/getting-img.png);
	background-repeat: no-repeat;
}
@media screen and (max-width:1300px) {
	#my_section_2 .bg {
	background-image: url(/wp-content/uploads/2024/01/getting-img.png);
	background-position: -20% top;
	background-size:  auto 100% ;
	}
}
@media screen and (max-width: 1200px) {
	#my_section_2 .bg {
	background-image: url(/wp-content/uploads/2024/01/getting-img.png);
	background-position: -130% top;
	background-size:  auto 100% ;
	}
}
	@media screen and (max-width:992px) {
	#my_section_2 .bg {
	background-image: none;
	}
}
/* TOP information */
.contact-form .wpforms-container-full {
	margin-top: 0;
}
.wpforms-container .wpforms-field:first-child {
	padding-top:0;
}
button#wpforms-submit-1474 {
	background-color: #909090;
}
button#wpforms-submit-1474:hover {
	background-color: #000;
}
/********* ALL PAGE **********/
body, button, input, select, textarea {
	color: #000;
}
select {
	vertical-align: middle;
}
/********* TOP MY SECTION_BOTTON **********/
.btn-original {
	border: solid 0.2rem black;
	background-color: black;
	color: white;
	line-height: 2.35rem;
	margin-bottom: 4.5rem;
	width: 80%;
}
/********* カスタム投稿ページ ****************/

.plice-tabel tbody tr td:first-child {
	font-weight: bold;
	background: #F8F9F9;
}
.s-house .entry-meta {
    margin-bottom: 10px;
}
.shouse-area .entry-meta .byline {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	visibility: hidden;
}
.shouse-area .custom-posts .site-content {
	margin-top: 0!important;
}
.shouse-area .custom-catlists {
	float: left;
	border: solid 2px #000;
	padding: 1rem;
	margin: 1rem 0.8rem;
}
.shouse-area .custom-catlists .list-article-thumb{
	float: none;
	margin-right: 0px;
	border: solid 2px #000;
}
.shouse-area .custom-catlists .entry-title{
	font-weight: 600;
}
.shouse-area .custom-catlists .entry-excerpt p {
	max-width: 300px;
}

.botan-sns ul {
	text-align:right;
	list-style: none;
	overflow: hidden;
}
.botan-sns ul li {
    display:inline-block;
    padding:0 10px;
}

/* エリア検索ボタン */

.shouseareasearch form {
	display: table;
	text-align: left;
	margin-left: auto;
	list-style: none;
}
.shouseareasearch select{
	margin-right: 10px;
}
article.custom-catlists {
	overflow: hidden;
	border: solid 1px #000;
	margin-bottom: 25px;
	padding: 10px;
}

/*********  BLOG-TAG ******************/
.entry-content li {
	margin-bottom: 2rem;
	border-bottom: dotted 1px #D5D5D5;
}
.blog-line {
	padding: 25px;
	background: #EDEDED;
}
.blog-line a{
	margin-right: 5px;
	font-weight: 600;
	font-size: 12px;
}


