#inner_wrapper{
	width: 100%;
	margin: 0 auto;
}
.fluid_image{
	max-width: 100%;
	height: auto;
}
#Top{
	width: 100%;
	margin-bottom: 3%;
	height: 60px;
/*
	height: 140px;
*/
}
#Top h1 img{
/*
	width: 100%;	
	height: 140px;
*/
	width: 60%;	
	height: 60px;
	object-fit: contain;
	font-family: 'object-fit: contain;'/*IE対策*/;
}
.accordion1 h2{
	font-size: 24px;
	padding: 3%;
	margin-bottom: 2%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	display:-ms-flexbox;
	-ms-flex-wrap: wrap;
	-ms-flex-pack: justify;
	color: #fff;
	background: #447a2d; /* Old browsers */
	background: -moz-linear-gradient(left,  #447a2d 0%, #009872 64%, #61cccc 85%, #7477ad 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #447a2d 0%,#009872 64%,#61cccc 85%,#7477ad 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #447a2d 0%,#009872 64%,#61cccc 85%,#7477ad 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#447a2d', endColorstr='#7477ad',GradientType=1 ); /* IE6-9 */
	-js-display: flex;
}
.inner{
	display: none;
}
.inner li:last-child{
	margin-bottom: 10%;
}
.ac_contents{
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-bottom: 1%;
	-js-display: flex;
	display:-ms-flexbox;
	-ms-flex-wrap: wrap;
	-ms-flex-pack: center;
}
.Left_Side{
	width: 50%;
	display: flex;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
    flex-wrap: wrap;
    justify-content: center;
/*
    align-content: center;
*/
    background-color: #e9f6e8;
	box-sizing: border-box;
	border-right: none!important;
	position: relative;
	-js-display: flex;
	border: solid 1px #045100;
	box-sizing: border-box;
	border-right: none!important;
	position: relative;
}
.Left_Side::before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 0 16px 20px;
	border-color: transparent transparent transparent #e9f6e8;
	position: absolute;
	right: -20px;
	bottom: 20px;
}
.Left_Side_Inner01{
	width: 40%;
/*
	display: flex;
*/
    flex-wrap: wrap;
	align-content: center;
	-js-display: flex;
}
.Left_Side_Inner02{
	width: 60%;
/*
	display: flex;
*/
    flex-wrap: wrap;
	align-content: center;
	display:-ms-flexbox;
	-ms-flex-wrap: wrap;
	-ms-flex-line-pack: center;
	-js-display: flex;
}
.Left_Side_Inner02 p{
	text-align: left;
	word-break: break-all;
	width: 100%;
}
.Left_Side_Inner01 img{
	width: 120px;
	height: 150px;
	display: block;
    margin: 0 auto 2% auto;
	object-fit: cover;
	font-family: 'object-fit: cover;'/*IE対策*/;
}
.Name{
	font-size: 14px;
	margin: 4% auto 6% auto;
    font-weight: 600;
}
.Current_Position,.Thattime_Position{
	font-size: 14px;
	margin-bottom: 3%;
}
.C_PositionName{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20%;
}
.T_PositionName{
	font-size: 16px;
	font-weight: 600;
}
.Right_Side{
	width: 50%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	-js-display: flex;
}
.Article{
	display: flex;
    flex-wrap: wrap;
	align-content: center;
	width: 86%;
	margin: 0 3% 0 auto;
	-js-display: flex;
}
.Article_Title{
	font-size: 16px;
	margin-bottom: 2%;
	width: 96%;
}
.Article_Title a{
    display: block;
	color: #fff;
}
.Article:first-child{
    margin-top: 8%;
}
.Article_Explain{
	font-size: 12px;
	line-height: 1.4;
	color: #fff;
	width: 96%;
    margin-bottom: 8%;
}
.Right_Side{
	background-color: #009872;
}

/********************Contents01********************/
/*
.Contents01 .Tags::before{
	content: '医療関係者';
	display: block;
	width: 45%;
	font-size: 14px;
	color: #fff;
	background-color: #000;
	text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 2;
}
*/

/********************Contents02********************/
/*
.Contents02 .Tags::before{
	content: '防災';
	display: block;
	width: 100%;
	font-size: 14px;
	color: #fff;
	background-color: #000;
	text-align: center;
	padding: 10%;
}
*/

/********************Contents03********************/
.ac3{
	background-color: #ee7001;
}
/*
.Contents03 .Tags::before{
	content: 'ボランティア';
	display: block;
	width: 100%;
	font-size: 14px;
	color: #fff;
	background-color: #000;
	text-align: center;
	padding: 10%;
}
*/

/********************Contents04********************/
/*
.Contents04 .Tags::before{
	content: '大学教授';
	display: block;
	width: 100%;
	font-size: 14px;
	color: #fff;
	background-color: #000;
	text-align: center;
	padding: 10%;
}
*/


/************************************************************
******************************SP******************************
************************************************************/
#Top_SP{
	width: 100%;
	margin-bottom: 3%;
}
#Top_SP h1{
	width: 96%;
	margin: 0 auto;
}
#Top_SP h1 img{
	width: 100%;
	height: 100px;
	object-fit: contain;
	font-family: 'object-fit: contain;'/*IE対策*/;
}
.accordion1_SP{
	width: 96%;
	margin: 0 auto;
}
.accordion1_SP > ul{
	width: 100%;
	margin: 0 auto;
}
.accordion1_SP h2{
	font-size: 18px;
    padding: 3%;
    margin-bottom: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
	background: #447a2d; /* Old browsers */
	background: -moz-linear-gradient(left,  #447a2d 0%, #009872 64%, #61cccc 85%, #7477ad 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #447a2d 0%,#009872 64%,#61cccc 85%,#7477ad 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #447a2d 0%,#009872 64%,#61cccc 85%,#7477ad 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#447a2d', endColorstr='#7477ad',GradientType=1 ); /* IE6-9 */

}
.ac_contents_SP{
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin: 0 auto 1% auto;
}
.Left_Side_SP{
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	background-color: #e9f6e8;
	box-sizing: border-box;
	border-right: none!important;
	position: relative;
}
.Left_Side_SP::before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #e9f6e8 transparent transparent transparent;
	position: absolute;
	left: 20px;
	bottom: -20px;
}
.Left_Side_SP_Inner01{
	width: 44%;
	display: flex;
    flex-wrap: wrap;
	align-content: space-around;
}
.Left_Side_SP_Inner02{
	width: 56%;
	display: flex;
    flex-wrap: wrap;
	align-content: center;
}
.Left_Side_SP_Inner01 img{
	width: 120px;
	height: 150px;
	display: block;
    margin: 5% auto;
	object-fit: cover;
	font-family: 'object-fit: cover;'/*IE対策*/;
}
.Left_Side_SP_Inner02{
	position: relative;
}
.Name_SP{
	font-size: 16px;
	margin: 0 auto 6% auto;
}
.Right_Side_SP{
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	padding: 10% 0 2% 0;
}
.Article_SP{
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 96%;
	margin-bottom: 5%;
}
.C_PositionName_SP{
    margin-bottom: 2%!important;
}
/********************Contents01********************/

.Left_Side_SP{
	border: solid 1px #045100;
	border-right: solid 1px #045100!important;
	border-bottom: none!important;
	box-sizing: border-box;
	position: relative;
}
.Right_Side_SP{
	background-color: #009872;
}
.Left_Side_SP_Inner02{
	position: relative;
}
/*
.Contents01 .Tags_SP::before{
	content: '医療関係者';
	display: block;
	width: 50%;
	font-size: 14px;
	color: #fff;
	background-color: #000;
	text-align: center;
	padding: 4%;
	position: absolute;
	top: 0;
	right: 0;
}
*/
/********************Contents02********************/
/*
.Contents02 .Tags_SP::before{
	content: '防災';
	display: block;
	width: 50%;
	font-size: 14px;
	color: #fff;
	background-color: #000;
	text-align: center;
	padding: 4%;
	position: absolute;
	top: 0;
	right: 0;
}
*/
/********************Contents03********************/
/*
.Contents03 .Tags_SP::before{
	content: 'ボランティア';
	display: block;
	width: 50%;
	font-size: 14px;
	color: #fff;
	background-color: #000;
	text-align: center;
	padding: 4%;
	position: absolute;
	top: 0;
	right: 0;
}
*/
/********************Contents04********************/
/*
.Contents04 .Tags_SP::before{
	content: '大学教授';
	display: block;
	width: 50%;
	font-size: 14px;
	color: #fff;
	background-color: #000;
	text-align: center;
	padding: 4%;
	position: absolute;
	top: 0;
	right: 0;
}
*/




