@charset "utf-8";
/* CSS Document */
.under_mv{
  background: url(../img/kv.jpg) no-repeat center;
  background-size: cover;
}
.article{
  padding: 50px 0;
}
main{
  padding-bottom: 50px;
}
.art_inner{
display: flex;	
max-width: 1024px;
}
.art_inner .fig{
width: 40%;
flex-shrink: 0;
}
.art_inner .fig img{
width: 100%;
height: auto;	
}
.art_inner .txt_area{
padding-left: 30px;	
}
.art_inner .txt_area h2{
margin-bottom: 1em;
font-size: 28px;	
margin-top: -.3em;
}
.art_inner .txt_area p{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 7;
overflow: hidden;	
line-height: 1.75;
}
article.single{
max-width: 1024px;
margin:50px auto;	
}
article.single .main_title{
font-size: 34px;	
}
article.single .kv{
margin: 50px 0;	
}
article.single .kv img{
width: 100%;
height: auto;	
}
article.single h3{
background: black;
padding: 25px;
color: white;
font-size: 24px;	
letter-spacing: .05em;
margin-bottom: 1em;
}
article.single p{
font-size: 18px;
line-height: 2;	
letter-spacing: .03em;
font-feature-settings: "palt";
text-align: justify;
text-justify: inter-ideograph; 
word-break: break-all;
padding: 0 25px;
}
article.single p + h3{
margin-top: 40px;	
}
article.single .fig{
text-align: center;	
margin: 50px 0;
}
article.single .fig img{
max-width: 600px;
width: 100%;
height: auto;	
display: inline-block;
}
article.single .c_list{
margin: 40px 25px;	
}
article.single .c_list dt{
font-weight: bold;
font-size: 20px;
margin-bottom: .5em;	
}
article.single .c_list dd{
font-size: 18px;
line-height: 2;	
letter-spacing: .03em;
font-feature-settings: "palt";
text-align: justify;
text-justify: inter-ideograph; 
word-break: break-all;
}
@media screen and ( max-width: 1023px ) {
}
@media screen and ( max-width: 767px ) {
.art_inner{
width: 90%;
display: block;
}
.art_inner .fig{
width: 100%;
margin-bottom: 15px;
}
.art_inner .txt_area{
padding:0;	
}
.art_inner .txt_area h2{
margin-bottom: .5em;
font-size: var(--fs-24);
margin-top: 0;
}
.art_inner .txt_area p{
font-size: var(--main-txt);	
overflow: visible;	
}
article.single{
width: 90%;
margin:30px auto;	
}
article.single .main_title{
font-size: var(--fs-34);
}
article.single .kv{
margin: 25px 0;	
}
article.single h3{
font-size: var(--fs-32);	
padding: 15px;
margin-bottom: 1em;
}
article.single p{
font-size: var(--main-txt);	
line-height: 1.8;	
padding: 0 15px;
}
article.single p + h3{
margin-top: 25px;	
letter-spacing: 0;
}
article.single .fig{
margin: 30px 0;
}
article.single .fig img{
width: 90%;
}
article.single .c_list{
margin: 25px 15px;	
}
article.single .c_list dt{
font-size: var(--fs-24);	
}
article.single .c_list dd{
font-size: var(--main-txt);	
line-height: 1.8;	
}

}