@charset "utf-8";
@import url(common.css);

/* ------------------------------------------------
  #section
------------------------------------------------ */

#section h3 {
	font-size: 36px;
	font-weight: 400;
	color: #0047c0;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
#section .lead {
	font-size: 22px;
	font-weight: 200;
	line-height: 1.8;
	/*text-align: left;*/
	letter-spacing: 0.1em;
}
#section .lead.center {
	text-align: center;
	line-height: 1;
}

/* ----------------------------
  sec1
---------------------------- */

#section .sec1 {
	background: rgb(251,249,192);
	background: -moz-linear-gradient(left, rgba(251,249,192,1) 0%, rgba(251,249,227,1) 50%, rgba(244,239,189,1) 100%);
	background: -webkit-linear-gradient(left, rgba(251,249,192,1) 0%,rgba(251,249,227,1) 50%,rgba(244,239,189,1) 100%);
	background: linear-gradient(to right, rgba(251,249,192,1) 0%,rgba(251,249,227,1) 50%,rgba(244,239,189,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf9c0', endColorstr='#f4efbd',GradientType=1 );
	padding: 80px 0 70px;
}
#section .sec1 .inner > ul {
	padding: 0 25px;
	margin-top: 40px;
}
#section .sec1 .inner > ul li {
	width: 280px;
	float: left;
	text-align: center;
}
#section .sec1 .inner > ul li a {
	display: block;
}
#section .sec1 .inner > ul li .icon {
	display: block;
}
#section .sec1 .inner > ul li .name {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 19px;
}
#section .sec1 .inner > ul li .name.ara {
	color: #e5022b;
}
#section .sec1 .inner > ul li .name.dha {
	color: #094dc3;
}
#section .sec1 .inner > ul li .name.epa {
	color: #ce4600;
}
#section .sec1 .inner > ul li .name .small {
	font-size: 14px;
	margin-top: 2px;
	display: block;
}
#section .sec1 .inner > ul li .note {
	font-size: 16px;
	font-weight: 200;
	color: #333333;
	line-height: 1.5;
	letter-spacing: 0.15em;
	margin-top: 10px;
	display: none;
}
#section .sec1 .inner > ul li .arrow {
	margin-top: 10px;
	display: block;
	display: none;
}

/* ----------------------------
  sec2
---------------------------- */

#section .sec2 {
	background: rgb(213,217,218);
	background: -moz-linear-gradient(left, rgba(213,217,218,1) 0%, rgba(248,248,248,1) 50%, rgba(213,217,218,1) 100%);
	background: -webkit-linear-gradient(left, rgba(213,217,218,1) 0%,rgba(248,248,248,1) 50%,rgba(213,217,218,1) 100%);
	background: linear-gradient(to right, rgba(213,217,218,1) 0%,rgba(248,248,248,1) 50%,rgba(213,217,218,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d9da', endColorstr='#d5d9da',GradientType=1 );
	padding: 80px 0 85px;
}
#section .sec2 .lead {
	text-align: center;
}
#section .sec2 .image {
	margin: 40px 0 80px;
}
#section .sec2 .intro {
	background-color: #fff;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 15px 0 rgba(204,204,204,.85);
	-moz-box-shadow: 0 0 15px 0 rgba(204,204,204,.85);
	box-shadow: 0 0 15px 0 rgba(204,204,204,.85); 
	padding: 30px 60px 50px;
	margin-top: 30px;
}
#section .sec2 .intro .item {
	padding: 0 15px;
}
#section .sec2 .intro .item + .item {
	border-top: 4px dotted #eeeeee;
	padding-top: 30px;
	margin-top: 30px;
}
#section .sec2 .intro .item > p {
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.4em;
}
#section .sec2 .intro .item > p > span {
	vertical-align: middle;
	letter-spacing: normal;
}
#section .sec2 .intro .item > p > span.icon {
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
}
#section .sec2 .intro .item > p > span.icon.ara {
	background-image: url(../img/about2/ara.png);
}
#section .sec2 .intro .item > p > span.icon.dha {
	background-image: url(../img/about2/dha.png);
}
#section .sec2 .intro .item > p > span.icon.epa {
	background-image: url(../img/about2/epa.png);
	margin-left: 15px;
}
#section .sec2 .intro .item > p > span.cnt {
	letter-spacing: 0.15em;
	margin-left: 30px;
}
#section .sec2 .intro .item .ph {
	margin-top: 25px;
}
#section .sec2 h4 {
	font-size: 36px;
	font-weight: 400;
	color: #e5022b;
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin-top: 35px;
	position: relative;
	z-index: 5;
}
#section .sec2 h4::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 140px 175px 0 175px;
	border-color: #fbe3eb transparent transparent transparent;
	position: absolute;
	margin-top: -50px;
	margin-left: -175px;
	z-index: -1;
	top: 50%;
	left: 50%;
}
#section .sec2 h4 .small {
	font-size: 24px;
	color: #000;
	display: block;
}
#section .sec2 .table {
	width: 650px;
	margin: 45px auto 50px;
}
#section .sec2 .table table {
	width: 100%;
	border: 2px solid #d6dadb;
	border-top: 2px solid #fff;
}
#section .sec2 .table table th,
#section .sec2 .table table td {
	font-size: 22px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.24em;
	padding: 17px 0 16px;
}
#section .sec2 .table table th {
	color: #fff;
	background-color: #0047c0;
	border-right: 2px solid #fff;
	text-align: center;
}
#section .sec2 .table table th:last-child {
	border-right: none;
}
#section .sec2 .table table td {
	background-color: #fff;
}
#section .sec2 .table table tr.line2 td {
	background-color: #f7f9fd;
	border-top: 2px dotted #d6dadb;
	border-bottom: 2px dotted #d6dadb;
}
#section .sec2 .table table td {
	border-right: 2px solid #d6dadb;
}