@charset "UTF-8";
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries による切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.sg_flow {
    padding: 0px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 80px;
    margin-left: 0px;
}
.sg_flow:last-child {
	margin-bottom: 0;
}
.sg_flow dl {
    border: 2px solid #a37d56;
    padding: 30px 24px;
    height: auto;
    width: 48%;
    margin-top: 0px;
    margin-right: 1%;
    margin-bottom: 20px;
    margin-left: 1%;
}
.sg_flow dl dt {
    font-size: 110%;
    font-weight: bold;
    color: #a37d56;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
	margin-bottom: 0;
}
.sg_flow dl dt span {
	color: #333;
    font-size: 70%;
}
.sg_flow dl dd {
	padding: 0px;
	margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
.sg_flow dl dd img {
    width: 100%;
}
.sg_flow dl p {
    font-size: 95%;
}
.sg_flow dl p:not(:last-child) {
    margin-bottom: .5rem;
}
.sg_flow dl p.is-small {
    line-height: 1.6;
    font-size: 12.5px;
}

section.section{
	padding-top: 64px;
}
section.section:not(:last-child){
	padding-bottom: 80px;
}
.pt0{
	padding-top: 0 !important;
}

.columns {
	display: flex;
}
.columns.is-multiline {
	flex-wrap: wrap;
}
.columns.is-reversed {
	flex-direction: row-reverse;
}
.columns .column {
	padding: 1.5rem;
}
.columns .column figure {
	margin: 0;
}
.columns .column figure:not(:last-child) {
	margin-bottom: 1rem;
}
.columns .column figure img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}
.columns .column figure figcaption {
	margin-top: 10px;
	text-align: center;
}
.columns .column video {
	margin: 0;
}
.columns .column video:not(:last-child) {
	margin-bottom: 1rem;
}
.columns .column video {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}
.columns .column.is-1 {
	width: 8.333%;
}
.columns .column.is-2 {
	width: 16.666%;
}
.columns .column.is-3 {
	width: 25%;
}
.columns .column.is-4 {
	width: 33.333%;
}
.columns .column.is-5 {
	width: 41.666%;
}
.columns .column.is-6 {
	width: 50%;
}
.columns .column.is-7 {
	width: 58.333%;
}
.columns .column.is-8 {
	width: 66.666%;
}
.columns .column.is-9 {
	width: 75%;
}
.columns .column.is-10 {
	width: 83.333%;
}
.columns .column.is-11 {
	width: 91.666%;
}
.columns .column.is-12 {
	width: 100%;
}
.subtitle{
    margin: 3rem 0 2rem;
}
.subtitle span {
	color: #1f7349;
    font-size: 1.35em;
    font-weight: bold;
	display: inline-block;
	border-bottom: 1px dashed #1f7349;
	padding: 0 1em 0.25em;
}
.is-text-centered{
	text-align: center;
}
.mainarea h2, h3{
	margin-bottom: 1em;
}
.mainarea h2 span{
	font-size: 0.75em;
	padding-right: 1em;
	letter-spacing: 0;
	display: inline-block;
	padding: 0.1em 0.5em;
	background-color: #d6eee2;
	border-radius: 8px;
}
figure{
	margin-right: 0;
	margin-left: 0;
}
img{
	width: 100% ;
}
.mainarea ul{
	margin: 1em 0;
}
.mainarea ul li::before{
	content: "⚫︎ ";
	color: #83af99;
}
.mb1{
	margin-bottom: 1em;
}
.mb2{
	margin-bottom: 2em;
}
.mb3{
	margin-bottom: 3em;
}
.mt1{
	margin-top: 1em;
}
.mt2{
	margin-top: 2em;
}
.mt3{
	margin-top: 3em;
}

#topcopy {
	max-width: 100%;
	text-align: center;
	margin-bottom: 2rem;
}
#aisatu {
	margin: 0px;
	padding: 0px;
	line-height: 2;
	text-align: center;
}

.is-box {
	border: 2px solid #ccc;
	border-radius: 10px;
	padding: 2rem;
}
.is-box:not(:last-child) {
	margin-bottom: 2rem;
}

/* PC向けのスタイル： 481px～ */
@media only screen and (min-width: 481px) {
.mainarea h2 span{
	margin-right: 1em;
}
.fukidashi {
	height: auto;
	width: 45%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #35815b;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-radius: 5px;
	position: relative;
}
.fukidashi:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #35815b transparent transparent transparent;
	border-width: 10px 10px 0 10px;
}
}



/* スマホ向けのスタイル： ～480px */
@media only screen and (max-width: 480px) {
	.columns {
		display: block;
	}
	.columns .column {
		padding: 1rem;
	}
	.columns .column.is-1,
	.columns .column.is-2,
	.columns .column.is-3,
	.columns .column.is-4,
	.columns .column.is-5,
	.columns .column.is-6,
	.columns .column.is-7,
	.columns .column.is-8,
	.columns .column.is-9,
	.columns .column.is-10,
	.columns .column.is-11,
	.columns .column.is-12{
		width: 100%;
	}

	.area{
		width: 90% !important;
		margin: 0 auto !important;
	}
	.fukidashi {
		height: auto;
		width: 90%;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		background-color: #35815b;
		text-align: center;
		font-size: 110%;
		font-weight: bold;
		color: #FFF;
		padding-top: 20px;
		padding-right: 0px;
		padding-bottom: 20px;
		padding-left: 0px;
		border-radius: 5px;
		position: relative;
	}
	.fukidashi:after{
		content: "";
		position: absolute;
		right: 0;
		bottom: -10px;
		left: 0;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-color: #35815b transparent transparent transparent;
		border-width: 10px 10px 0 10px;
	}
	.is-box {
		padding: 2rem .5rem;
	}
}