@charset "UTF-8";

/**
 * share.css
 * updatedAt : 2017.10.05
 * updatedAt : 2015.05.12
 */

/*--------------------------------------------------
  .mainvisual
--------------------------------------------------*/
.mainvisual-inner {
	text-align: left;
	color: #2c2c2c;
}
.mainvisual-inner.white {
	color: #fff;
}
.mainvisual-inner.white.shadow {
	text-shadow: 0px 0px 8px #000;
}
.mainvisual-inner h2 {
	font-size: 168.8%;
	line-height: 1.45;
}

@media(max-width:640px) {
	.mainvisual {
		background-size: cover;
	}
	.mainvisual-inner {
		text-shadow: 0px 0px 3px #fff;
	}
	.mainvisual-inner.white {
		text-shadow: 0px 0px 3px #333;
	}
	.mainvisual-inner h2 {
		font-size: 150%;
	}
}
@media(max-width:320px) {
	.mainvisual-inner h2 {
		font-size: 143.8%;
	}
}

/*--------------------------------------------------
  .intro
--------------------------------------------------*/
.intro {
	position: relative;
}
.intro-heading {
	margin-top: -46px;
	text-align: right;
	zoom: 1;
}
.intro-heading:after {
	clear: both;
	display: block;
	content: "";
}
.intro h3 {
	display: inline-block;
	margin: 95px 10px 0 0;
	font-size: 125%;
	line-height: 1.3;
	text-align: left;
	vertical-align: top;
	*display: inline;
	*margin-right: 15px;
	*zoom: 1;
}
.intro h3 span {
	display: block;
	margin-top: 5px;
	font-size: 70%;
}
.intro-heading-img {
	display: inline-block;
	width: 494px;
	text-align: left;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}
.intro p.copy {
	margin-top: 30px;
	font-size: 87.5%;
	line-height: 1.85;
	color: #10590a;
	text-align: center;
}
.intro p.note {
	margin-top: 5px;
	font-size: 62.5%;
	line-height: 1.6;
	color: #10590a;
	text-align: center;
}

@media(max-width:640px) {
	.intro {
		padding: 0 6.25% 0 7.031%;
	}
	.intro-heading {
		margin-top: 0 !important;
		padding-top: 40px;
		text-align: center;
	}
	.intro h2 {
		display: block;
		margin: 0;
		text-align: center;
	}
	.intro h2 span {
		margin-top: 10px;
		font-size: 100%;
	}
	.intro-heading-img {
		display: block;
		margin-top: 15px !important;
		width: auto;
		text-align: center;
	}
	.intro-heading-img img {
		width: 90%;
		max-width: 271px;
	}
	.intro p.copy {
		margin-top: 20px;
		font-size: 75%;
	}
}
@media(max-width:320px) {
	.intro h2 span {
		margin-top: 5px;
		font-size: 81.3%;
	}
	.intro p.note {
		font-size: 50%;
		line-height: 1.5;
	}
}

/*--------------------------------------------------
  .heading-01
--------------------------------------------------*/
#tmpl_main .heading-01 {
	font-size: 175%;
	color: #0f590a;
}
#tmpl_main .heading-01 sup {
	top: 0.2em;
	font-size: 50%;
}
#tmpl_main .heading-02 {
	position: relative;
	padding-left: 17px;
	font-size: 106.3%;
	font-weight: bold;
	line-height: 1.4;
	color: #0f590a;
}
#tmpl_main .heading-02 span {
	position: absolute;
	left: 0;
	top: 6px;
	display: block;
	width: 12px;
	height: 12px;
	background: #0f590a;
	text-indent: -9999em;
}

@media(max-width:640px) {
	#tmpl_main .heading-01 {
		font-size: 162.5%;
	}
	#tmpl_main .heading-02 {
		padding-left: 15px;
		font-size: 100%;
	}
	#tmpl_main .heading-02 span {
		top: 2px;
		width: 6px;
		height: 92%;
	}
}
@media(max-width:320px) {
	#tmpl_main .heading-01 {
		font-size: 150%;
	}
}

/*--------------------------------------------------
  section
--------------------------------------------------*/
section {
	position: relative;
	margin: 0 70px 0 80px;
	zoom: 1;
}
section:after {
	clear: both;
	display: block;
	content: "";
}
section p {
	margin-top: 20px;
	font-size: 87.5%;
	line-height: 1.95;
}
section p.note {
	margin-top: 5px;
	font-size: 68.8%;
	line-height: 1.8;
}
section p.caption {
	font-size: 75%;
	line-height: 1.8;
}
section .sub{
	font-size:70%;
}
section a {
	color: #10590a;
}

@media(max-width:640px) {
	section {
		margin: 0;
		padding: 0 6.25% 0 7.031%;
	}
	section p {
		margin-top: 20px;
		line-height: 1.9;
	}
	section .note {
		font-size: 56.3%;
		line-height: 1.7;
	}
	section .caption {
		font-size: 62.5%;
		line-height: 1.7;
	}
}

/*--------------------------------------------------
  .end-section
--------------------------------------------------*/
.end-section {
	margin-top: 110px;
	text-align: center;
}
.end-section p {
	font-size: 87.5%;
	line-height: 1.8;
	color: #10590a;
}
.end-section p.note {
	margin-top: 8px;
	font-size: 75%;
	line-height: 1.7;
	color: #424242;
}
.end-section .summary {
	margin-top: 25px;
}
.end-section strong {
	display: block;
	margin: 15px 0;
	font-size: 112.5%;
	line-height: 1.6;
}
.end-section strong span {
	display: block;
	font-size: 70%;
}
.end-section .button {
	display: inline-block;
	margin-top: 30px;
	*display: inline;
	*zoom: 1;
}
.end-section .button a {
	display: block;
	padding: 25px 35px 21px;
	font-size: 81.3%;
	color: #fff;
	text-decoration: none;
	border-radius: 12px;
	background: #317a11;
	transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	-ms-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-webkit-transition: opacity 0.2s ease-in;
}
.end-section .button a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.end-section .button span {
	display: block;
	padding: 0 25px;
	line-height: 1.3;
}

@media(max-width:640px) {
	.end-section {
		margin-top: 20%;
		padding: 0 6.25% 0 7.031%;
	}
	.end-section .summary img {
		width: 95%;
	}
}
@media(max-width:320px) {
	.end-section p {
		font-size: 75%;
		line-height: 1.8;
	}
	.end-section p.note {
		font-size: 62.5%;
	}
}

/*--------------------------------------------------
  .foot-notes
--------------------------------------------------*/
.foot-notes {
  margin: 40px 70px 0 80px;
  font-size: 62.5%;
  color: #020202;
  text-align: right;
}

@media(max-width:640px) {
  .foot-notes {
    margin: 40px 6.25% 0 7.031%;
  }
}

/*--------------------------------------------------
  CLASSES
--------------------------------------------------*/
.ss-enable {
  display: none;
}

@media(max-width:640px) {
  .ss-enable {
    display: block;
  }
  .ss-disable {
    display: none;
  }
}


/*--------------------------------------------------
  PRODUCT LINK
--------------------------------------------------*/
@media (max-width: 640px){
.mod-related-article li {
    width: 180px;
}

.mod-related-article li:nth-child(odd) {
   margin: 6% 0;
}
}