@charset "UTF-8";
body {
	padding: 0px;
	margin: 0px;
}

/*---------------------------------------- 801px以上 ----------------------------------------*/
@media all and (min-width:801px){
/*-------------------- ヘッダー --------------------*/
#header {
	width: 100%;
	height: 10.0vw;
}

/*-------------------- 見出し --------------------*/
#headline {
	width: 100%;
	max-width: 1500px;
	margin: 0px auto 60px;
	text-align: center;
}
.headline-top {
	color: #41b25d;
	font-size: 1.85vw;
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 13px;
}
.headline-under {
	color: #000000;
	font-size: 1.2vw;
	letter-spacing: 0.075em;
}
.headline-under-sp {
	display: none;
}

/*-------------------- コンテンツ --------------------*/
#support {
	width: 95%;
	max-width: 1500px;
	margin: 0px auto 60px;
	text-align: center;
}
.contents-item {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
}
.item-h3  {
	width: 18%;
	float: left;
}
.item-h3 h3{
	margin-top: 0;
	display: inline;
}

h3 {
	color: #41b25d;
	font-size: 20px;
	margin: auto auto 0px auto;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	line-height: 1.5em;
}
.itemlist {
	width: 82%;
	margin: 0px 0px auto auto;
}
.itemlist-item {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.item-about {
	width: 100%;
	max-width: 380px;
}
.itemlist-item01 {
	width: 100%;
	justify-content: space-between;
}

.item-about01 {
	width: 820px;
}

.about-left {
	margin-right: 10px;
}
.item-about img {
	width: 100%;
}
.p1 {
	font-size: 1.5vw;
	margin: 12px auto 8px auto;
	font-weight: bold;
	text-align: left;
}
.p2 {
	font-size: 1.25vw;
	margin: 0px auto 40px auto;
	text-align: left;
}
.border {
	clear: left;
	width: 100%;
	max-width: 1000px;
	margin: 0px auto 40px;
	border-top: 1px solid #eeeeee;

}
}

/*---------------------------------------- 1500px以上 ----------------------------------------*/
@media all and (min-width:1500px){


}

/*---------------------------------------- 1000px以上 ----------------------------------------*/
@media all and (min-width:1000px){
.headline-top {
	color: #41b25d;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.7em;
}
.headline-under {
	color: #000000;
	font-size: 15px;
	letter-spacing: 0.075em;
}
.p1 {
	font-size: 17px;
	margin: 12px auto 8px auto;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.01em;
}
.p2 {
	font-size: 15px;
	margin: 0px auto 40px auto;
	text-align: left;
}
}

/*---------------------------------------- 800px以下 ----------------------------------------*/
@media all and (max-width:800px){
/*-------------------- 見出し --------------------*/
#headline {
	width: 90%;
	max-width: 1500px;
	margin: 0px auto 40px;
	text-align: center;
}
.headline-top {
	color: #41b25d;
	font-size: 20px;
	letter-spacing: 0.01em;
	line-height: 1.5em;
	margin: 0px auto 3vw;
	font-weight: 600;
}
.headline-under {
	color: #000000;
	font-size: 14px;
	line-height: 2.0;
	letter-spacing: 0.01em;
}

/*-------------------- コンテンツ --------------------*/
#support {
	width: 100%;
	max-width: 600px;
	margin: 0px auto 60px;
	text-align: center;
}
.contents-item {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
}
.item-h3  {
	width: 90%;
	margin: auto;
}
h3 {
	width: 100%;
	text-align: left;
	color: #41b25d;
	font-size: 18px;
	margin: auto auto auto 0px;
}
.itemlist {
	width: 90%;
	margin: 15px auto auto;
}
.itemlist-item {
	width: 100%;
}
.item-about {
	width: 100%;
}
.about-left {
	margin-right: 10px;
}
.item-about img {
	width: 100%;
}
.p1 {
	font-size: 16px;
	margin: 5px auto 3px auto;
	font-weight: bold;
	text-align: left;
}
.p2 {
	font-size: 12px;
	margin: 0px auto 40px auto;
	text-align: left;
}
.border {
	clear: left;
	width: 100%;
	max-width: 1000px;
	margin: 0px auto 40px;
	border-top: 1px solid #eeeeee;
}
}
/*---------------------------------------- 600px以下 ----------------------------------------*/
@media all and (max-width:600px){
h3 {
	width: 100%;
	text-align: left !important;
	color: #41b25d;
	font-size:20px !important;
	margin: auto auto auto 0px;
}
.p1 {
	font-size: 3.8vw;
	margin: 5px auto 3px auto;
	font-weight: bold;
	text-align: left;
}
.p2 {
	font-size: 14px;
	margin: 0px auto 30px auto;
	text-align: left;
}
}