@charset "utf-8";
/* CSS Document */

h1, h2, h3 {
	font-weight: 600;
}



section.intro {
    margin: 100px auto;
}



.intro__mainvisual {
    width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}



.intro__text {
    margin: 100px auto 100px;
}

h1.intro__text__title {
    text-align: center;
    font-size: 2rem;
}



h3.feature__text__lead {
    font-size: 1.75rem;
}

h2.intro__text__subtitle {
    text-align: center;
    margin: 0.5rem;
    font-size: 1rem;
}


.event {
    width: 100%;
    margin: auto;
    padding: 30px 0;
    background-color: #82c094;
}
.event-inner {
    width: 90%;
    margin: auto;
    max-width: 720px;
}





.feature__text {
	width: 80%;
	margin: auto;
	text-align: center;
}


p.feature__text__comment {
    text-align: left;
    width: 640px;
    margin: 1rem auto 3rem;
    font-size: 1.3rem;
    line-height: 2.4;
}






@media (max-width:720px) {



.intro__text {
    width: 80%;
}

h1.intro__text__title {
    text-align: left;
    font-size: 2rem;
}


h2.intro__text__subtitle {
    text-align: left;
    margin: 1rem 0 1.5rem;
    font-size: 1rem;
}





h3.feature__text__lead {
    font-size: 1.5rem;
}

p.feature__text__comment {
    text-align: left;
    width: 100%;
    margin: 1rem auto 3rem;
    font-size: 1rem;
    line-height: 2;
}











}






.itemList {
	margin-bottom: 100px;
}
.itemList__inner {
	width: 100%;
	margin: auto;
}
.item {
	display: flex;
	flex-wrap: wrap;
}
.item__block {
	width: 25%;
	padding: 12px;
}
.item__text {
	padding: 12px 24px 24px;

	font-style: normal;
}
.item__text__comment {
	font-size: 0.9rem;
	line-height: 1.85;
	margin: 0 auto 0.5em;
}



@media (min-width:1401px) {


.itemList__inner {
    padding: 0 40px;
}
.item__block {

}

.item__text {
	padding: 10px;
}


.item__text__comment {
	font-size: 1rem;
	line-height: 1.85;
	margin: 0 auto 0.5em;
}




}



@media (max-width:720px) {




.item {

    padding: 5px;
}

.item__block {
    width: 50%;
    padding: 5px;
}


.item__text {
    padding: 10px 10px 20px;
}

.item__text__comment {
    font-size: 0.8rem;
    line-height: 1.75;
    margin: 0 auto 0.5em;
}





}





