@charset "UTF-8";


/*-----------------*/
/* ----メイン--- */
/*-----------------*/
h2{
position: relative;
height:150px; 
background-image: url("../img/mioshie/mioshie_main.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
h2 span{
font-size: 0.8em;
text-align: center;
position: absolute;
color: #fff;
font-family: 'Noto Serif JP', serif;
display: block;
width: 150px;
margin: 0 auto;
top:50px;
padding: 10px 20px;
left: 0;
right: 0;
background-color: rgba( 0, 0, 0, 0.5 );
}


/*-----------------*/
/* ----本文操作--- */
/*-----------------*/
.mioshie_box{
margin-top: 100px;
background-color: #fff;
padding: 30px;
}
.mioshie_box:first-child{margin-top: 0px;}

/* 本文を最初に */
.mioshie_box .flex_bet p{
-webkit-box-ordinal-group:1;
-ms-flex-order:1;
-webkit-order:1;
order:1;
}
/* 画像を最後に */
.mioshie_box .flex_bet img{
display: block;
margin: 30px auto 0 auto;
-webkit-box-ordinal-group:2;
-ms-flex-order:2;
-webkit-order:2;
order:2;
}
.mioshie_box .flex_bet .title_01{
font-size: 1.4em;
margin-bottom: 15px;
}


/* ul */
.mioshie_box ul{
margin-left: 20px;
}
.mioshie_box ul li{
list-style:disc;
margin-bottom: 10px;
line-height: 200%;
}

