@charset "UTF-8";

/*====================================================================
 index.html
====================================================================*/
/* index_column01
--------------------------------------------------------------------*/
.index_column01 {
	margin: 40px 0 70px;
}
.index_column01 h3 {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: normal;
	color: #2a6c50;
	text-align: center;
	letter-spacing: -.7px;
}
.index_column01_txt {
	width: 920px;
	margin: 0 auto;
}
.story_box_wrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
    justify-content:space-between;
}
.story_box {
	position: relative;
	padding: 80px 20px 30px;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
}
.story_frag {
	position: absolute;
	top: 18px;
	left: -13px;
}
.story_frag02 {
	padding: 20px 10px 15px;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
}
.story_title {
	margin-bottom: 15px;
}
.story_box01,
.story_box02 {
	width: 460px;
	border: 4px solid #ef6673;
}
.story_box01:after {
	position: absolute;
	top: 50%;
	right: -35px;
	margin-top: -20px;
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #ef6673;
}
.story_box01 .num_list li span {
	color: #ef6673;
}
.story_box02 {
	background-color: #ef6673;
	color: #fff;
}
.story_box03 {
	display: table-cell;
	background-color: #e6e6e6;
}
.story_box03 .story_title {
	font-size: 18px;
}
.story_box04,
.story_box05 {
	width: 50%;
	padding: 0 20px 15px;
	background-color: #2a6c50;
	color: #fff;
}
.story_box04:before,
.story_box05:before {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	content: " ";
	width: 1px;
	height: 100%;
	background-color: #fff;
}
.story_box05:before {
	left: 0;
}
.story_box04:after,
.story_box05:after {
    position: absolute;
    bottom: -40px;
    right: -6px;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 50px;
    border-color: transparent transparent transparent #2a6c50;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.story_box05:after {
    left: -6px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.story_box04 div,
.story_box05 div {
	padding: 0 30px 20px;
	font-size: 14px;
}
.story_box04 div img {
	display: block;
	margin: 25px auto 20px;
}
.story_box04 .linktokasiya{
	color:#ffffff;
}
.story_box04 .story_title,
.story_box05 .story_title {
	font-size: 20px;
	text-align: center;
}
.note {
	font-size: 10px;
}
.story_con01 {
	margin-bottom: 20px;
}
.story_con02 {
	width: 700px;
	margin: 17px auto 0;
}
.story_con03 {
	width: 700px;
	margin: 30px auto 0;
}
.support_box {
	position: relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
	align-items: center;
	width: 600px;
	margin: 0 auto 75px;
	padding: 35px 40px 25px;
	border: 2px solid #2a6c50;
	border-top: none;
}
.support_box p:last-of-type {
	margin: 0 0 0 auto;
}
.support_box:after {
	position: absolute;
    bottom: -60px;
    left: 50%;
    margin-left: -43px;
    content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 43px 0 43px;
	border-color: #2a6c50 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
	/* index_column01
	--------------------------------------------------------------------*/
	.index_column01 {
		margin: 30px 0 50px;
	}
	.index_column01 h3 {
		margin: 10px 0 20px;
		font-size: 18px;
	}
	.index_column01_txt {
		width: 100%;
	}
	.story_box_wrap {
	    display: block;
	}
	.story_box {
	    display: block;
		position: relative;
		padding: 50px 15px 25px;
		font-size: 13px;
		line-height: inherit;
	}
	.story_frag {
		position: absolute;
		top: 10px;
		left: -10px;
	}
	.story_frag img {
		height: 40px;
	    width: auto;
	}
	.story_frag02 {
		padding: 15px 10px 5px;
	}
	.story_frag02 img {
		height: 19px;
	    width: auto;
	}
	.story_box01,
	.story_box02 {
		width: 100%;
	}
	.story_box01:after {
		top: inherit;
		bottom: -40px;
		right: inherit;
		left: 50%;
		margin: 0 0 0 -20px;
		border-width: 20px 20px 0 20px;
		border-color: #ef6673 transparent transparent transparent;
	}
	.story_box02 {
		margin: 50px 0 0 0;
	}
	.story_box03 .story_title {
		font-size: 16px;
	}
	.story_box04,
	.story_box05 {
		width: 100%;
		padding: 0 20px 15px;
	}
	.story_box04:before,
	.story_box05:before {
		display: none;
	}
	.story_box05:before {
		left: 0;
	}
	.story_box04:after {
		display: none;
	}
	.story_box05:after {
	    bottom: -20px;
	    left: 50%;
	    margin-left: -23px;
	    border-width: 20px 23px 0 23px;
	    border-color: #2a6c50 transparent transparent transparent;
	    transform: rotate(0deg);
	    -webkit-transform: rotate(-0deg);
	}
	.story_box04 div,
	.story_box05 div {
		padding: 0 20px 20px;
		font-size: 13px;
	}
	.story_box04 div img {
		margin: 15px auto 10px;
	}
	.story_box04 .story_title,
	.story_box05 .story_title {
		font-size: 18px;
	}
	.story_con01 {
		margin-bottom: 20px;
	}
	.story_con02 {
		width: 100%;
	}
	.story_con03 {
		width: 100%;
	}
	.support_box {
		width: 100%;
		margin: 0 auto 55px;
		padding: 35px 15px 25px;
	}
	.support_box p,
	.support_box p:last-of-type {
		margin: 0 10px;
	}
	.support_box:after {
	    bottom: -40px;
	    margin-left: -23px;
		border-width: 20px 23px 0 23px;
	}
}

/* index_column02
--------------------------------------------------------------------*/
.index_column02 .chart_title {
	width: 720px;
	padding: 20px 50px 10px;
	margin: 0 auto;
	text-align: center;
	background-color: #ebfaf2;
}
.index_column02 .chart_title .head04 {
	margin-bottom: 5px;
	color: #666;
	border-color: #666;
}
.index_column02 .chart_title h3 {
	color: #2a6c50;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
}
.index_column02 .chart_title h3 p {
	display: table;
	margin: 0 auto;
}
.index_column02 .chart_title h3 p * {
	display: table-cell;
}
.icon {
	padding-left: 55px;
}
.icon.icon_flag {
	background: url(../../../about/resource/img/icon_flag.png) center center no-repeat;
}
.icon.icon_plus {
	background: url(../../../about/resource/img/icon_plus.png) center center no-repeat;
}
.index_column02 .table02 {
	padding-top: 130px;
}
.index_column02 .table02 .rednumber{
	color:#e14654;
}
.index_column02 .table02 th.bg a {
	color: #fff;
	text-decoration: underline;
}
.index_column02 .table02 table th {
	position: relative;
	text-align: center;
}
.index_column02 .table02 table th.arrow:before {
	position: absolute;
	top: -100px;
	left: 50%;
	margin-left: -33px;
	display: block;
	content: " ";
	width: 67px;
	height: 69px;
	background: url(../../../about/resource/img/icon_arrow02.png) 0 0 no-repeat;
}
.index_column02 .table02 .bg {
	background-color: #2a6c50;
}
.index_column02 .btn03 {
	margin: 0 0 4px 20px;
	text-decoration: none !important;
}
.is_W320 {
	width: 320px;
}
.support_type {
	background-color: #fff7f2;
	line-height: 2;
}
.support_type p {
	font-size: 20px;	
}
.support_type span {
	display: block;
	font-size: 18px;
}
.support_type_text {
	font-size: 15px !important;
}

@media screen and (max-width: 767px) {
	/* index_column02
	--------------------------------------------------------------------*/
	.index_column02 .chart_title {
		width: 100%;
		padding: 20px 20px 10px;
	}
	.index_column02 .chart_title h3 {
		font-size: 15px;
	}
	.icon {
		padding-left: 35px;
	}
	.icon.icon_flag {
		background-size: 20px auto;
	}
	.icon.icon_plus {
		background-size: 20px auto;
	}
	.index_column02 .table02 {
		padding-top: 65px;
	}
	.index_column02 .table02 table th.arrow:before {
		top: -50px;
		margin-left: -18px;
		width: 37px;
		height: 39px;
		background: url(../../../about/resource/img/icon_arrow02.png) 0 0 no-repeat;
		background-size: cover;
	}
	.index_column02 .btn03 {
		display: block;
		margin: 10px 0 4px;
	}
	.is_W320 {
		width: 130px;
	}
	.support_type p {
		font-size: 16px;	
	}
	.support_type span {
		display: block;
		font-size: 16px;
	}
	.support_type_text {
		font-size: 13px !important;
	}
}