/*
 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
-------------------------------------------------------------- */

.pc { display: block !important; }
.sp { display: none !important; }
 




ul.onepress-menu li.menu-item-32 a{
	border: solid 1px #2f2f2f;
    height: 40px;
    margin-top: 12px;
    margin-left: 20px;
    line-height: 1;
    padding: 15px 30px 30px 30px;

}


.seccontact p{
text-align:center;
}


.pc75sp100{
width:75%;

}

.btn {
    text-transform: none!important;
}


.btn-outline-secondary {
    color: #7e7e7e;
    border-color: #7e7e7e;
}

.rbintro{


}


.rbintro h3{
	margin:100px 0 50px 0;
text-align:center;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho","Noto Serif JP", serif;
	font-size:2rem;
font-weight:normal;
}
.rbintro p{
	margin:20px 0 50px 0;
text-align:center;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho","Noto Serif JP", serif;
	font-size:1rem;
font-weight:normal;
	line-height:1.8;
}


.spec{
background-color:#fafafa;
	padding:60px;

}

.spec h4{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho","Noto Serif JP", serif;
font-size:1.5rem;
	font-weight:normal;
}

.spec h4 span{
font-size:1rem;
}


table.profile{
border-collapse:collapse;
border:none;
}

table.profile tr{
border:none;
}

table.profile td,table.profile th{
	padding:20px;
border:none;
	border-bottom:solid 1px #ccc;
	
}


@media screen and (max-width: 900px){
	
	ul.onepress-menu li.menu-item-32 a{
	border: none;
    height: auto;
    padding: 12px 20px;
		margin:0;
}

	
	
	
.pc75sp100{
width:100%;
	}
}



@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
