@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#topics {
	padding-top: 50px;
	margin-bottom: 120px;
}
#topics h2.ttl {
	margin-bottom: 55px;
}
#slide {
	width: 750px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 65px;
}
#slide figure img {
	width: 750px;
	height: 750px;
	object-fit: cover;
}
#slide .box {
	position: relative;
}
#slide .box a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 99;
}
#slide .box a:hover {
	background-color: rgba(255,255,255,0.30);
}
.prev-arrow {
	width: 65px;
	height: auto;
	position: absolute;
	left: 35px;
	top: 342px;
	z-index: 999;
	cursor: pointer;
}
.next-arrow {
	width: 65px;
	height: auto;
	position: absolute;
	right: 35px;
	top: 342px;
	z-index: 999;
	cursor: pointer;
}
#slide .box div {
	background-color: #C4D3C6;
	padding-left: 75px;
	padding-right: 75px;
	text-align: left;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}
#slide .box div .icon {
	background-color: #27853F;
	display:inline-block;
	color: #fff;
	padding-left: 24px;
	padding-right: 24px;
	height: 30px;
	line-height: 30px;
	border-radius: 8px;
	position: absolute;
	top: 22px;
	right: 80px;
	font-size: 15px;
}
#slide .box div time {
	color: #727171;
	font-size: 18px;
	position: relative;
	top: -5px;
}
#slide .box div time+p {
	line-height: 1.6em;
	font-size: 20px;
	margin-top: 0px;
}
#topics ul.icon {
	width: 690px;
	margin-left: auto;
    margin-right: auto;
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}
#topics ul.icon li {
	width: 157px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#topics ul.icon li:nth-of-type(1),
#topics ul.icon li:nth-of-type(5),
#topics ul.icon li:nth-of-type(9),
#topics ul.icon li:nth-of-type(13)
{
	margin-left: 0px;
}
#topics ul.icon li a {
	display: block;
	background-color: #27853F;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	border-radius: 8px;
	height: 34px;
	line-height: 34px;
}
#topics ul.icon li a:hover {
	opacity: 0.8;
}
#topics .flex {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	width: 690px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 50px;
}
#topics .flex div {
	width: 320px;
	text-align: left;
	position: relative;
	margin-bottom: 7%;
}
#topics .flex div a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 99;
}
#topics .flex div a:hover {
	background-color: rgba(255,255,255,0.30);
}
#topics .flex div figure img {
	height: 320px;
	width: 320px;
	object-fit: cover;
}
#topics .flex div .icon {
	background-color: #27853F;
	display:inline-block;
	color: #fff;
	padding-left: 24px;
	padding-right: 24px;
	height: 30px;
	line-height: 30px;
	border-radius: 8px;
	position: absolute;
	right: 0px;
	top: 330px;
	font-size: 15px;
}
#topics .flex div time {
	color: #727171;
	position: relative;
	top: 12px;
	font-size: 18px;
}
#topics .flex div time+p {
	line-height: 1.5em;
	margin-top: 20px;
	font-size: 20px;
	letter-spacing: 0.1em;
}
#topics .btn01 {
	margin-top: 70px;
}


#single {
	width: 750px;
	margin-left: auto;
    margin-right: auto;
}
#single h3 {
	font-weight: bold;
	font-size: 34px;
	line-height: 1.4em;
	color: #1F8D3A;
}
#single .flex2 {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	margin-top: 50px;
	margin-bottom: 20px;
}
#single .flex2+figure img {
	width: 750px;
	height: 750px;
	object-fit: cover;
}

#single .flex2 time {
	color: #727171;
	font-size: 18px;
}
#single .flex2 .icon {
	background-color: #27853F;
	display:inline-block;
	color: #fff;
	padding-left: 24px;
	padding-right: 24px;
	height: 30px;
	line-height: 30px;
	border-radius: 8px;
	font-size: 15px;
}
#single .inner {
	width: 650px;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
}
#single h4 {
	color: #1F8D3A;
	margin-top: 50px;
	font-size: 30px;
	margin-bottom: 25px;
	text-align: center;
	line-height: 1.4em;
}
#single figure.bg {
	border-bottom: 1px solid #000;
	height: 100px;
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 70px;
}
#single figure.bg01 {
	background-image: url("../images_sp/topics/fig01.svg");
	background-size: 20px;
}
#single figure.bg02 {
	background-image: url("../images_sp/topics/fig02.svg");
	background-size: 18px;
}
#single figure.bg03 {
	background-image: url("../images_sp/topics/fig03.svg");
	background-size: 28px;
}
#single figure.bg04 {
	background-image: url("../images_sp/topics/fig04.svg");
	background-size: 41px;
}
#single figure.bg05 {
	background-image: url("../images_sp/topics/fig05.svg");
	background-size: 41px;
}
#single figure.bg06 {
	background-image: url("../images_sp/topics/fig06.svg");
	background-size: 41px;
}
#single figure.bg07 {
	background-image: url("../images_sp/topics/fig07.svg");
	background-size: 41px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#topics {
	padding-top: 9%;
	margin-bottom: 15%;
}
#topics h2.ttl {
	margin-bottom: 6%;
}
#slide figure img {
	width: 100%;
	height: 80vw;
	object-fit: cover;
}
.prev-arrow {
	width: 7.8vw;
	height: auto;
	position: absolute;
	left: 4vw;
	top: 37vw;
	z-index: 999;
}
.next-arrow {
	width: 7.8vw;
	height: auto;
	position: absolute;
	right: 4vw;
	top: 37vw;
	z-index: 999;
}
#slide {
	margin-bottom: 8%;
}
#slide .box {
	position: relative;
}
#slide .box a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 99;
}
#slide .box a:hover {
	background-color: rgba(255,255,255,0.30);
}
#slide .box div {
	background-color: #C4D3C6;
	padding-left: 8%;
	padding-right: 8%;
	text-align: left;
	position: relative;
	padding-top: 3%;
	padding-bottom: 3%;
}
#slide .box div .icon {
	background-color: #27853F;
	display:inline-block;
	color: #fff;
	font-size: 2.5vw;
	padding-left: 3%;
	padding-right: 3%;
	height: 4.5vw;
	line-height: 4.5vw;
	border-radius: 8px;
	position: absolute;
	right: 10%;
}
#slide .box div time {
	color: #727171;
}
#slide .box div p {
	line-height: 1.6em;
}
#topics ul.icon {
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}
#topics ul.icon {
	margin-left: 4%;
	margin-bottom: 8%;
}
#topics ul.icon li {
	min-width: 22%;
	margin-right: 2.6%;
	margin-bottom: 3%;
}
#topics ul.icon li a {
	display: block;
	background-color: #27853F;
	color: #fff;
	font-size: 2.7vw;
	text-decoration: none;
	border-radius: 8px;
	height: 5.5vw;
	line-height: 5.5vw;
}
#topics .flex {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	margin-left: 4%;
    margin-right: 4%;
}
#topics .flex div {
	width: 48%;
	text-align: left;
	position: relative;
	margin-bottom: 7%;
}
#topics .flex div a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 99;
}
#topics .flex div a:hover {
	background-color: rgba(255,255,255,0.30);
}
#topics .flex div figure img {
	height: 42.5vw;
	width: 100%;
	object-fit: cover;
}
#topics .flex div .icon {
	background-color: #27853F;
	display:inline-block;
	color: #fff;
	font-size: 2.5vw;
	padding-left: 3%;
	padding-right: 3%;
	min-width: 12vw;
	text-align: center;
	height: 4.5vw;
	line-height: 4.5vw;
	border-radius: 8px;
	position: absolute;
	right: 0px;
	top: 43.8vw;
}
#topics .flex div time {
	color: #727171;
	position: relative;
	top: 0.5vw;
}
#topics .flex div time+p {
	line-height: 1.5em;
	margin-top: 1%;
}
#topics .btn01 {
	margin-top: 11%;
}
#single {
	width: 94%;
	margin-left: auto;
    margin-right: auto;
}
#single h3 {
	font-weight: bold;
	font-size: 6vw;
	line-height: 1.4em;
	color: #1F8D3A;
	text-align: left;
}
#single .flex2 {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	margin-top: 7%;
	margin-bottom: 1%;
}
#single .flex2 time {
	color: #727171;
	font-size: 3.5vw;
}
#single .flex2 .icon {
	background-color: #27853F;
	display:inline-block;
	color: #fff;
	font-size: 2.5vw;
	padding-left: 4%;
	padding-right: 4%;
	height: 4.5vw;
	line-height: 4.5vw;
	border-radius: 8px;
	margin-top: 0.7vw;
}
#single .inner {
	width: 80%;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
}
#single h4 {
	color: #1F8D3A;
	margin-top: 10%;
	font-size: 5vw;
	margin-bottom: 6%;
	text-align: left;
}
#single figure.bg {
	border-bottom: 1px solid #000;
	height: 12vw;
	background-position: center bottom -2px;
	background-repeat: no-repeat;
	margin-bottom: 14%;
}
#single figure.bg01 {
	background-image: url("../images_sp/topics/fig01.svg");
	background-size: 3vw;
}
#single figure.bg02 {
	background-image: url("../images_sp/topics/fig02.svg");
	background-size: 2.5vw;
}
#single figure.bg03 {
	background-image: url("../images_sp/topics/fig03.svg");
	background-size: 4vw;
}
#single figure.bg04 {
	background-image: url("../images_sp/topics/fig04.svg");
	background-size: 4.5vw;
}
#single figure.bg05 {
	background-image: url("../images_sp/topics/fig05.svg");
	background-size: 5vw;
}
#single figure.bg06 {
	background-image: url("../images_sp/topics/fig06.svg");
	background-size: 5.5vw;
}
#single figure.bg07 {
	background-image: url("../images_sp/topics/fig07.svg");
	background-size: 5.5vw;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}