@charset "utf-8";
#uwasano{
    background: #FFEFD2;
    margin: 0 auto;
}
#uwasano #main_bg>.inner{
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
}
#uwasano #main_bg .header{
    background: url("../images/header_sp.jpg") top center no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 61%;
    margin: 0 auto;
}
/*ここから*/
#uwasano .description{
	background:#2ea338;
	width:100%;
	display: block;
	padding: 10px 0px;
}
#uwasano .logo{
	width: 50px;
	height: 50px;
	display:block;
	margin:0 auto;
}
#uwasano .name{
	font-size: 23px;
	color:#ffffff;
	text-align:center;
}
#uwasano .oa{
	display:block;
	margin:0 auto;
	width: 70%;
}
#uwasano .oadate{
    background:#ffffff;
    padding: 5px 10px;
    text-align:center;
    color:#2ea338;
	font-size:16px;
    font-weight:bold;
}
/*ここまで*/

#uwasano #next{
    margin: 5% auto;
}
#uwasano #next .inner{
    background: #fff;
    border: 1.5px solid #cf406c;
    text-align: center;
    position: relative;
    width: 90%;
    margin: 3% auto 10%;
    padding: 2%;
}
#uwasano #next .ttl{
    background: url("../images/next.png") no-repeat top center;
    position: relative;
    height: 51px;
    text-align: center;
    margin: 1% auto;
}
#uwasano #next .ttl h3{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 24px;
    padding: 2%;
    font-family: 'Kosugi Maru', sans-serif;
    color: #000000;
}
#uwasano .wrap .ttl{
    background: url("../images/oa.png") no-repeat top center;
    position: relative;
    height: 51px;
    text-align: center;
    margin: 3% auto;
}
#uwasano .wrap .ttl h3{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 24px;
    padding: 2%;
    font-family: 'Kosugi Maru', sans-serif;
    color: #000000;
}
#uwasano #next .flex{
    display: block;
    justify-content: space-between;
    align-items: center;
    /* flex-wrap: wrap; */
}
#uwasano #next .flex p{
    width: 100%;
    padding: 2%;
    text-align: left;
    font-size: 18px;
    line-height: 2em;
}
#uwasano #next .flex h2{
    text-align: center;
    color: #cf406c;
    font-size: 25px;
    border-bottom: 2px solid #cf406c;
}
/*------ 動画 ------*/
.movie{
    display: block;
    width: 80%;
    padding-top: 45.2%;
    position: relative;
    margin: 0 auto;
}
.movie .movieCon{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
/*バックナンバー*/
#uwasano .wrap{
    margin: 0 auto;
    width: 90%;
}
#uwasano #sanpoBody{
	display: flex;
	flex-direction: column-reverse;
	border: 1.5px solid #2ea338;
	background: #fff;
	position: relative;
	padding: 5px;
	font-size: 15px;
	line-height: 1.4;
}
#uwasano #sanpoBody .oaDate {
	padding: 10px;
	font-size: 19px;
	color: #fff;
	font-weight: bold;
	background: #2ea338;
	margin-bottom: 12px;
}
#uwasano #sanpoBody .date,
#uwasano #sanpoBody .day {
	display: inline-block;
}
#uwasano #sanpoBody .oaDate .year {
	font-size: 14px;
}
#uwasano #sanpoBody #mainCont {
	box-sizing: border-box;
	width: 100%;
}
#uwasano #sanpoBody #mainCont .mainTit {
	font-size: 18px;
	line-height:1.3;
	font-weight: bold;
	margin-bottom: 10px;
	color:#2ea338;
}
#uwasano #sanpoBody #mainCont .left,
#uwasano #sanpoBody #mainCont .right {
	padding: 0 0 10px 0;
	width: 100%;
}
#uwasano #sanpoBody #mainCont .section {
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px dashed #2ea338;
}
#uwasano #sanpoBody #mainCont .section div.cel33,
#uwasano #sanpoBody #mainCont .section div.cel66 {
	margin: 10px 0px;
}
#uwasano #sanpoBody #mainCont h4 {
	font-weight: bold;
	line-height:1.3;
}
#uwasano #sanpoBody #mainCont .section .pub,
#uwasano #sanpoBody #mainCont .section .pub img{
	width: 100%;
}

#uwasano #sanpoBody #sideCont {
	width: 100%;
	background: #f3f3f3;
}
#uwasano #sanpoBody #sideCont .backNum:before {
	content:"BACK NUMBER";
	display: block;
	margin-bottom: 15px;
	color: #2ea338;
	font-weight: bold;
	border-bottom: 1px solid #2ea338;
	padding-bottom: 5px;
}
#uwasano #sanpoBody #sideCont .backNum {
	padding: 10px;
}
#uwasano #sanpoBody #sideCont .backNum h4 {
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
}
#uwasano #sanpoBody #sideCont .backNum h4:before {
	content: "";
	display: inline-block;
	border: 7px solid transparent;
	border-left-color: #2ea338;
}
#uwasano #sanpoBody #sideCont .backNum h4 a {
	text-decoration: none;
	color:#333;
}
#uwasano #sanpoBody #sideCont .backNum h4 a:hover {
	color:#999;
}
#uwasano #sanpoBody #sideCont .backNum ul.loglist {
	margin-left: 14px;
}
#uwasano #sanpoBody #sideCont .backNum li {
	border-bottom: 1px dotted #2ea338;
	padding: 3px 0;
}
#uwasano #sanpoBody #sideCont .backNum li:last-child {
    border: none;
}
#uwasano #sanpoBody #sideCont .backNum li a {
	color: #333;
	text-decoration: none;
	padding: 3px;
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	display: block;
}
#uwasano #sanpoBody #sideCont .backNum li a:hover {
	color:#999;
}


#uwasano .btn{
    display: block;
    text-align: center;
    margin: 2% auto;
    width: 42%;
}
#uwasano .btn:hover{
    opacity: 0.8;
}