@charset "UTF-8";

/* feature
---------------------------------------------------------------------------*/

/* .img-main
------------------------------------*/
.img-main {
	box-sizing: border-box;
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 40px;
}

.img-main.mb {
	margin-bottom: 70px;
}

.img-main img {
	border-radius: 20px;
	width: 100%;
	height: auto;
}

/* .label-feature
------------------------------------*/
.label-feature {
	display: inline-block;
	border-radius: 20px;
	padding: 6px 11px 7px 15px;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0.2em;
}

.label-feature.red {
	background-color: #E60013;
	color: #FFFFFF;
}

.label-feature.yellow {
	background-color: #FFF300;
	color: #773708;
}


/* .sec-title
---------------------------------------------------------------------------*/
.sec-title {
	position: relative;
	margin: 0 auto 80px;
	padding-top: 120px;
	text-align: center;
}

.sec-title.mb {
	margin-bottom: 120px;
}

.sec-title .mark {
	position: absolute;
	top: -95px;
	left: 50%;
	width: 162px;
	transform: translateX(-50%);
}

.sec-title .mark img {
	width: 100%;
	height: auto;
}

.sec-title .title {
	margin-bottom: 40px;
}

.sec-title .title em {
	display: block;
	margin-bottom: 20px;
}

.sec-title .title strong {
	display: block;
}

.sec-title p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.12em;
}


/* .past-story
---------------------------------------------------------------------------*/
.past-story {
	text-align: center;
}

.past-story.curry {
	margin-bottom: 100px;
}


.past-story strong {
	display: block;
	margin-bottom: 20px;
}

.past-story p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 2;
}

.past-story + dl {
	margin-top: 80px;
}

/* .outline
------------------------------------*/
.outline {
	position: absolute;
	top: -110px;
	left: calc(50% + 210px);
	padding: 25px 27px;
	text-align: left;
	box-shadow: 3px 3px 0 #006C3E;
}

.outline dl > div {
	margin-bottom: 25px;
}

.outline dl > div:last-of-type {
	margin-bottom: 0;
}

.outline dt {
	margin-bottom: 10px;
	color: #006C3E;
	font-size: 16px;
	letter-spacing: 0.12em;
}

.outline dd p {
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.outline dd p.attention {
	margin-top: -7px;
	font-size: 12px;
	letter-spacing: 0.08em;
}


/* .nav-feature
---------------------------------------------------------------------------*/
.nav-feature {
	width: 930px;
	margin: 0 auto 120px;
}

.nav-feature.btm {
	margin-top: 120px;
	margin-bottom: 40px;
}

.nav-feature ul {
	background: url(../img/share/border-dot-line.svg) repeat-x left top;
}

.nav-feature li {
	background: url(../img/share/border-dot-line.svg) repeat-x left bottom;
}

.nav-feature li a {
	display: block;
	background: url(../img/share/ico-arrow-btn-green.svg) no-repeat right 16px center;
	background-size: 27px 27px;
	padding: 21px 22px;
}

.nav-feature.nav-curry li a {
	background-image: url(../img/share/ico-arrow-btn-red.svg);
}

.nav-feature li i {
	margin-right: 18px;
}


/* .sec-common
---------------------------------------------------------------------------*/
.sec-common {
	width: 930px;
	margin: 0 auto 120px;
}

.sec-common.curry2 {
	padding-top: 80px;
}

.sec-common:last-of-type {
	margin-bottom: 0;
}

.sec-common h1 {
	margin-bottom: 80px;
	text-align: center;
}

.sec-common h1.side-past {
	margin-bottom: 40px;
}

.sec-common h1 strong {
	display: block;
	margin-top: 30px;
}

.sec-common h2 {
	margin-bottom: 60px;
}

.sec-common h3 {
	position: relative;
	margin: 70px 0 40px;
	padding-left: 130px;
	font-size: 16px;
	line-height: 1.9;
	letter-spacing: 0.12em;
}

.sec-common h3:first-child {
	margin-top: 0;
}

.sec-common h3:before {
	display: block;
	content: '';
	position: absolute;
	top: 16px;
	left: 0;
	background-color: #000000;
	width: 95px;
	height: 1px;
}

.sec-common dl {
	padding-left: 55px;
}

.sec-common .dl-center {
	padding-left: 0;
}

.sec-common dl > div {
	display: -webkit-box;
	display: flex;
	margin-bottom: 35px;
}

.sec-common dl > div:last-of-type {
	margin-bottom: 0;
}

.sec-common dt {
	width: 75px;
	min-width: 75px;
	color: #006C3E;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.2em;
}

.common-inner {
	padding-left: 130px;
	margin-bottom: 35px;
}

.sec-common dd,
.sec-common dd p {
	font-size: 16px;
	letter-spacing: 0.06em;
	text-align: justify;
}

.common-inner figure,
.sec-common dd figure {
	margin-top: 45px;
}

.common-inner figure.mt,
.sec-common dd figure.mt {
	margin-top: 25px;
}

.common-inner figure.mb,
.sec-common dd figure.mb {
	margin-bottom: 25px;
}

.sec-common dd figure:first-child {
	margin-top: 0;
}

.common-inner figure img,
.sec-common dd figure img {
	display: block;
	margin-top: 30px;
}

.common-inner figure img:first-of-type,
.sec-common dd figure img:first-of-type {
	margin-top: 0;
}

.sec-common .dl-center dd figure img {
	width: 100%;
	height: auto;
}

.sec-common dd figcaption,
.common-inner figcaption {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.06em;
	text-align: justify;
}

.sec-common h3 a,
.common-inner figcaption a,
.sec-common dd a {
	color: #006C3E;
	text-decoration: underline;
}


/* .feature-end
---------------------------------------------------------------------------*/
.feature-end {
	margin-top: 100px;
	margin-bottom: 40px;
}

.feature-end h2 {
	text-align: center;
}



/* feature-melon
---------------------------------------------------------------------------*/
#feature-melonContents .sec-title .mark {
	top: -115px;
	width: 170px;
}

#feature-melonContents .sec-common dt {
	color: #009E2C;
}