/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 29 2025 | 11:54:40 */
@media (max-width: 700px) {
	
.mob{
display:block;
}
	
.pc{
display:none;
}

.site-title_mob{
width:100%;
font-family: 'BankGothic Md BT', sans-serif;
font-optical-sizing: auto;
font-weight: 460;
font-style: normal;
font-size:14px;
letter-spacing:0.1em;
padding-top:16px;
padding-left:20px;
height:70px;
position:fixed;
background-color:#F7F3EB;
z-index:50;
}

	
.topimg img {
    width: 100%;
    object-fit: cover;
    height: 450px !important;
}
	

.title {
        font-style: normal;
        font-size: 24px;
        letter-spacing: 0.1em;
        padding-right: 20px;
    }
	
.number {
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 1em;
}

.r_flex{
	flex-direction: column;
	padding-left: 0;
	padding:20px;
	margin: 30px 0;
	}

.top_txt_main {
  padding-left: 0;
  padding-right: 0;
}
	
	
.top_copy_2 {
  font-size: 20px;
  font-weight:bold;
  padding-bottom: 15px;
  padding-top:20px;
}
	

.topimg_line{
  position: absolute;
  left:20px;
  bottom: -155px;
  width: 1px;
  height: 300px;
  background-color: #515151;
}
.topimage_copy{
	position:absolute;
	font-size:14px;
	bottom:40px;
	left:35px;
}
.top_name{
	font-size:20px;		
}


h1.mar_left{
	position: relative;
	font-size:18px;
	margin-left: 20px;
	border-left:1px solid #222;
	padding:40px 5px 100px 17px;
	margin-top:-20px;
	margin-bottom:-80px;
	z-index:55;
}
.topmobmini{
	font-size:13px;
	padding-left:42px;
}



}