@charset "utf-8";
/* CSS Document */
/*=====================================================================================
***************************************************************************************

　　中ページ上部
		
***************************************************************************************
=====================================================================================*/
#hed_mv img{
	width: 950px;
	max-width: 90%;
}

@media screen and (max-width: 740px){
	#hed_mv img{
		width: 286px;
		max-width: 90%;
	}
}
/*=====================================================================================
***************************************************************************************

　　textpage common
		
***************************************************************************************
=====================================================================================*/
.pankuzu{margin-bottom: 40px;}
footer{margin-top: 100px;}
.textalign_left{text-align: left;}
.page_top_text{margin-bottom: 1.5em;}
.textpage .title_design_1{
    font-size: 30px;
    font-weight: bold;
    color: #059dbe;
    border-left:solid 10px #059dbe;
    padding-left: 0.4em;
    margin-bottom: 0.5em;
}
.textpage dl:not(:last-child) {margin-bottom: 50px;}
.textpage dl dt + dt {margin-top: 1em;}
.textpage ol li{margin-left: 2.5em;}
.textpage ol li span{margin-left: -2.5em;margin-right: 1em;}
.textpage ul,.textpage ul li{list-style: inside;}
.textpage a{
    color: #059dbe;
    font-weight: bold;
    text-decoration:underline;
}
@media screen and (max-width: 1024px){}
@media screen and (max-width: 740px){
    footer{margin-top: 50px;}
    .textpage dl:not(:last-child) {margin-bottom: 25px;}
    .textpage .title_design_1{
        font-size: 20px;
        border-left-width: 5px;
    }    
}