@charset "utf-8";
/* CSS Document */

body{
	font-family:"ヒラギノ丸ゴ Pro W4" !important;
}

p{
    line-height: 1.5 !important;
    letter-spacing: 2px;
}

.photo {
	width:		100%;
	margin:		0;
	padding:	0;
	position:	relative; /* 相対位置指定 */
    margin-bottom: 50px;
}


.photo img {
	width:		100%;
}


.text {
	width:		100%;
	font-size:	150%;
	text-align:	center;
	bottom:		4px;
	margin:		0;
	padding:	0;
	color:		#fff;
	background:	rgba(0,0,0,0.7); /* 帯の透明度 */
	position:	absolute; /* 絶対位置指定 */
}
    
    
.toc-001 {
    margin-bottom: 30px;
    padding: 1em 1em 1em 2em;
    border: 1px solid #999;
    background-color: #f7f7f7;
    color: #333333;
    font-size: 22px;
}

.toc-001 div {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 5px 0;
}

.toc-001 div::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z' fill='%23333'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}

.toc-001 ul {
    margin: 0;
    padding: 0 1.2em;
    overflow: hidden;
}

.toc-001 ul ul {
    margin-top: 5px;
}

.toc-001 li {
    padding: 5px 0;
    margin-bottom: 5px !important;
	list-style-type: disc;
	margin-left: 24px;
	text-align: left;
}

.toc-001 a {
    color: #000000;
}
    
.heading-22 {
    padding: .5em .7em;
    border-left: 5px solid #000000;
    background-color: #f2f2f2;
    color: #333333;
    font-size: 28px;
}  
    
.heading-27 {
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: #333333;
    font-size: 25px;
}

.heading-27::before {
    width: 0.8em;
    height: 0.4em;
    border-bottom: 4px solid #000000;
    border-left: 4px solid #000000;
    transform: rotate(-45deg) translate(2px, -2px);
    content: '';
}  
    
.putline__1_2{
    background-color: #f3f3f3;
    padding: 10px;    
 }   
    
img.blogimg_ss{
   width: 300px;       
    }    
    
img.blogimg_s{
   width: 500px;       
    }  
    
img.blogimg_m{
   width: 700px;       
    } 
    
img.blogimg_l{
   width: 1000px;       
    } 
    
@media screen and (max-width: 480px) {
    
img.blogimg_ss img.blogimg_s img.blogimg_m img.blogimg_l{
   width: 100%;       
    } 
    
.video{
   width: 100%;
    }   
    
.youtube{
   width: 100%;
   height: auto;
   aspect-ratio: 16 / 9;
    }  
    
.youtubeshorts{
   width: 100%;
   height: auto;
   aspect-ratio: 9 / 16;
    }   
    
}  