.name_box{
display: flex;
justify-content: space-between;
background: url(../../img/wood_bg.jpg);
border-radius: 30px;
box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.16);

overflow: hidden;
}

.name_txt_flex{
display: flex;
justify-content: space-between;
align-items: center;

margin-bottom: 30px;
}

.name_txt_box{
width: 72%;
}

.name_txt_01_small{
font-size: 1.7rem;
color: #000;
}
.name_txt_01{
font-size: 3.7rem;
color: #000;
}

.name_txt_02{
font-size: 2.5rem;
background: #000;
padding: 8px 30px;

color: #F6E0C2;
}

.name_txt_03{
color: #000;

line-height: 1.8 !important;

background-image: repeating-linear-gradient(90deg, rgba(110, 68, 25, 0.5), rgba(110, 68, 25, 0.5) 12px, transparent 12px, transparent 17px);
background-position: left top;
background-repeat: repeat-x;
background-size: 100% 3px;

padding-top: 20px;

margin-right: 20px;
}


.name_img{
width: 25%;
margin: 0 0 10px;
}
.name_img img{
display: block;
width: 100%;
height: auto;
}

.ttl_line_004 {
display: flex;
align-items: center;
justify-content: flex-start;
}

.ttl_line_004:after {
background: #D02E06;
height: 3px;
flex: 1;
margin-left: 1.5em;
content: "";
}

.ttl_004_red{
color: #D02E06;
font-size: 2.4rem;
}

.sec_line{
background-image: repeating-linear-gradient(90deg, #DFDDD8, #DFDDD8 12px, transparent 12px, transparent 17px);
background-position: left bottom;
background-repeat: repeat-x;
background-size: 100% 3px;

height: 3px;
}

.ttl_004{
border-left: solid 6px #89624C;
color: #89624C;
font-size: 2.4rem;
padding-left: 10px;
}

@media (max-width: 767px) {
.model_box {
padding: 40px 0 20px;
}
.name_box{
display: block;
}

.name_txt_flex{
display: block;
text-align: center;

background-image: none;
margin-bottom: 17.2px;
}

.name_txt_01{
font-size: 3rem;
}

.name_txt_01_small {
font-size: 1.5rem;
padding: 20px 15px 0;
}

.name_txt_02{
font-size: 2rem;
}

.name_txt_box{
width: 100%;
}

.name_txt_03{
padding: 0 15px 15px;
margin-right: 0;
background-image: none;

line-height: 1.667 !important;
}

.name_img{
width: 60%;
margin: 0 auto;
}

.ttl_line_004:after {
margin-left: 1em;
}

.ttl_004_red{
font-size: 2rem;
}

.ttl_004{
font-size: 2rem;
}
/* max-width: 767px */}