@charset "utf-8";
#content > section {
	width: 100%;
}
#content > section .inn {
	width: 1200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 1%;
}
/*----------------------------------
BREAD

#bread {
	border-top: 1px solid #F0EFE8;
	border-bottom: 1px solid #F0EFE8;
}
#bread nav {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
#bread nav ul li {
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 32px;
	margin-left: 5px;
}
#bread nav ul li::after {
	content: ">";
	margin-left: 10px;
}
#bread nav ul li:last-child::after {
	content: "";
}
------------------------------------*/
/*----------------------------------
MAIN AREA
------------------------------------*/
#mainArea {
	position: relative;
	padding: 30px 0;
}
#mainArea .inn {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	background: url(../../images/bg_mainarea01.png) repeat center center;
}
#mainArea .inn .pic {
	position: relative;
	padding: 85px 50px 50px;
}
#mainArea .inn .pic img {
	max-width: 100%;
}
#mainArea .inn .txt {
	padding-left: 100px;
	padding-top: 60px;
	width: 50%;
}
/*#mainArea .inn .txt h1 {
	font-family: "ソフトゴシック R", Soft Gothic Regular !important;
	font-size: 38px;
	font-size: 3.8rem;
	color: #99001F;
}*/
#mainArea .inn .txt h2 {
	/*font-family: "ソフトゴシック R", Soft Gothic Regular !important;*/
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva !important;
	font-size: 38px;
	font-size: 3.8rem;
	color: #99001F;
}
#mainArea .inn .txt p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
	margin-top: 30px;
}
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	position: relative;
	margin-top: 60px;
}
#secondaryArea .tit01 {
	position: relative;
	margin: 30px 0;
}
#secondaryArea .tit01::before {
	content: "";
	border-top: 1px solid #83BC89;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}
#secondaryArea .tit01 p {
	background: #83BC89;
	font-family: "じゅん 34", Jun 34;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 5;
	padding: 15px 0;
	margin: 0 auto;
}
#secondaryArea .tit01 p span {
	font-size: 28px;
	font-size: 2.8rem;
	display: block;
	margin-top: 3px;
}
#secondaryArea > section .bgOuter01 {
	background: #D6EBF0;
	padding: 40px 0;
}
#secondaryArea > section .inn {
	width: 820px;
	max-width: 100%;
	margin: 0 auto;
}
/*#secondaryArea > section .inn h1 {
	font-family: "ソフトゴシック R", Soft Gothic Regular !important;
	color: #99001F;
	font-size: 28px;
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 40px;
}*/
#secondaryArea > section .inn h3 {
	/*font-family: "ソフトゴシック R", Soft Gothic Regular !important;*/
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva !important;
	color: #99001F;
	font-size: 28px;
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 40px;
}
#secondaryArea > section .inn > p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 30px;
}
#secondaryArea > section .inn > p.caution {
	font-size: 14px;
	font-size: 1.4rem;
}
#secondaryArea > section .inn > h2 {
	/*font-family: "ソフトゴシック M", Soft Gothic Medium !important;*/
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva !important;
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 20px;
}
#secondaryArea > section .inn > .pic {
	margin-bottom: 40px;
}
#secondaryArea > section .inn > .pic img {
	max-width: 100%;
}
/*#secondaryArea > section .bgOuter01 .inn h2 {
	font-family: "ソフトゴシック M", Soft Gothic Medium !important;
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 40px;
	text-align: center;
}*/
#secondaryArea > section .bgOuter01 .inn h4 {
	/*font-family: "ソフトゴシック M", Soft Gothic Medium !important;*/
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva !important;
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 40px;
	text-align: center;
}
#secondaryArea > section .bgOuter01 .inn h2 span {
	display: block;
	margin-top: 20px;
}
#secondaryArea > section .bgOuter01 .inn .box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#secondaryArea > section .bgOuter01 .inn .pic img {
	max-width: 100%;
}
#secondaryArea > section .bgOuter01 .inn .txt {
	width: 400px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
}
#secondaryArea > section .bgOuter01 .inn > .txt {
	width: 100%;
}
#secondaryArea > section#sec05 #herb {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#secondaryArea > section#sec05 #herb li {
	width: 250px;
	max-width: 100%;
	position: relative;
	margin-bottom: 20px;
}
#secondaryArea > section#sec05 #herb li:nth-child(3n+2):last-child {
	margin-right: 285px;
}
#secondaryArea > section#sec05 #herb li figure .pic {
	text-align: center;
}
#secondaryArea > section#sec05 #herb li figure .pic img {
	max-width: 70%;
}
#secondaryArea > section#sec05 #herb li figure figcaption {
	text-align: center;
	/*font-family: "ソフトゴシック M",Soft Gothic Medium !important;*/
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva !important;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	margin-top: 10px;
}
#secondaryArea > section#sec05 #herb li figure p.sub {
	text-align: center;
	/*font-family: "ソフトゴシック M",Soft Gothic Medium !important;*/
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva !important;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
	margin-top: 10px;
	width: 100%;
	min-height: 2.4em;
}
#secondaryArea > section#sec05 #herb li figure p.txt {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	width: 100%;
}
.contBox {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contBox .cont01 {
	width: 370px;
	max-width: 100%;
}
.contBox .cont01 h3 {
	background: #fff;
	text-align: center;
	padding: 8px;
	/*font-family: "ソフトゴシック M", Soft Gothic Medium !important;*/
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva !important;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
	position: relative;
	color: #99001F;
	margin-bottom: 25px;
}
.contBox .cont01 h3::after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #fff;
	margin-left: -5px;
}
.contBox .cont01 h4 {
	/*font-family: "ソフトゴシック M", Soft Gothic Medium !important;*/
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva !important;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 25px;
}
.contBox .cont01 p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
}

@media screen and (max-width: 1128px) {
#mainArea {
	padding-bottom: 0;
}
#mainArea .inn {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-direction: column;
	flex-direction: column;
}
#mainArea .inn .pic {
	width: 100%;
	padding: 30px 50px 0;
	text-align: center;
}
#mainArea .inn .txt {
	position: relative;
	padding: 20px;
	width: 100%;
	left: auto;
	top: auto;
	bottom: auto;
}
/*#mainArea .inn .txt h1 {
	font-size: 28px;
	font-size: 2.8rem;
}*/
#mainArea .inn .txt h2 {
	font-size: 28px;
	font-size: 2.8rem;
}
#mainArea .inn .txt p {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 20px;
	width: 100%;
}
}

@media screen and (max-width: 989px) {
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	margin-top: 20px;
}
#secondaryArea .tit01 {
	position: relative;
	margin: 30px 0;
}
#secondaryArea .tit01::before {
	content: "";
	border-top: 1px solid #83BC89;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}
#secondaryArea .tit01 p {
	background: #83BC89;
	/*font-family: "ソフトゴシック DB", Soft Gothic DemiBold !important;*/
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva !important;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 5;
	padding: 25px 0;
	margin: 0 auto;
	line-height: 1.5;
}
}

@media screen and (max-width: 767px) {
/*----------------------------------
MAIN AREA
------------------------------------*/
#mainArea {
	padding: 30px 0;
}
#mainArea .inn {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-direction: column;
	flex-direction: column;
}
#mainArea .inn .main {
	width: 100%;
	padding: 0 30px;
}
#mainArea .inn .main .txt {
	margin-top: 0px;
}
#mainArea .inn .main .txt p {
	font-size: 14px;
	font-size: 1.4rem;
	text-indent: -1em;
	padding-left: 1em;
}
#mainArea .inn .main .btn {
	margin-top: 40px;
}
#mainArea .inn .main .btn ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin: 0 -2px;
}
#mainArea .inn .main .btn ul li {
	margin-bottom: 10px;
}
#mainArea .inn .secondary {
	width: 100%;
	padding: 30px 30px 0;
}
#mainArea .inn .secondary h1 {
	font-size: 2.6rem;
}
#mainArea .inn .secondary h2 {
	font-size: 1.8rem;
}
#mainArea .inn .secondary h2 sup {
	font-size: 1.2rem;
}
#mainArea .inn .secondary .subscript {
	font-size: 1.4rem;
	margin-top: 10px;
}
#mainArea .inn .secondary .description {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 20px;
}
#mainArea .inn .secondary .caution {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8;
	margin-top: 10px;
	text-indent: -1em;
	padding-left: 1em;
}
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	margin-top: 20px;
}
#secondaryArea .tit01 {
	margin: 20px 0;
}
#secondaryArea .tit02 {
	margin: 20px 0;
}
#secondaryArea > section .bgOuter01 {
	padding: 20px 0;
}
#secondaryArea > section .bgOuter02 {
	padding: 0;
}
#secondaryArea > section .bgOuter03 {
	padding: 30px 0;
}
#secondaryArea > section .inn {
	padding: 0 20px;
}
/*#secondaryArea > section .inn h1 {
	font-size: 2.2rem;
	margin-bottom: 30px;
}*/
#secondaryArea > section .inn h3 {
	font-size: 2.2rem;
	margin-bottom: 30px;
}
#secondaryArea > section .inn > p {
	font-size: 1.4rem;
	margin-bottom: 20px;
}
#secondaryArea > section .inn > p.caution {
	font-size: 1.2rem;
}
#secondaryArea > section .inn > h2 {
	font-size: 2.0rem;
	margin-bottom: 20px;
}
#secondaryArea > section .inn > .pic {
	margin-bottom: 20px;
}
#secondaryArea > section .inn > .pic img {
	max-width: 100%;
}
#secondaryArea > section .bgOuter01 .inn h3 {
	font-size: 2.0rem;
	margin-bottom: 20px;
}
#secondaryArea > section .bgOuter01 .inn .box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
}
#secondaryArea > section .bgOuter01 .inn .pic {
	margin-bottom: 20px;
	text-align: center;
}
#secondaryArea > section .bgOuter01 .inn .txt {
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.8;
}
#secondaryArea > section .bgOuter01 .inn > .txt {
	width: 100%;
}
#secondaryArea > section .bgOuter02 .picLeft, #secondaryArea > section .bgOuter02 .picRight {
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-top: 20px;
}
#secondaryArea > section .bgOuter02 .picLeft .pic, #secondaryArea > section .bgOuter02 .picRight .pic {
	width: 100%;
}
#secondaryArea > section .bgOuter02 .pic img {
	max-width: 100%;
}
#secondaryArea > section .bgOuter02 .txt {
	max-width: 100%;
	padding: 20px;
}
#secondaryArea > section .bgOuter02 .txt h2 {
	font-size: 2.0rem;
	margin-bottom: 20px;
}
#secondaryArea > section .bgOuter02 .txt .right {
	float: right;
	margin: -10px 15px 0 30px;
}
#secondaryArea > section .bgOuter02 .txt .left {
	overflow: visible;
}
#secondaryArea > section .bgOuter02 .txt p {
	max-width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}
#secondaryArea > section .bgOuter02 .picRight .txt p {
	margin-right: 0px;
}
#secondaryArea > section.commentContents .caution {
	padding: 0;
	font-size: 1.2rem;
	margin-top: 20px;
}
#secondaryArea > section .commentBox {
	-webkit-flex-direction: column;
	flex-direction: column;
}
#secondaryArea > section .commentBox .comment01 {
	width: 100%;
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
}
#secondaryArea > section .commentBox .comment01 p {
	font-size: 1.6rem;
	line-height: 1.8;
}
#secondaryArea > section .commentBox .comment01 figure {
	margin: 80px 0 0;
}
#secondaryArea > section .commentBox .comment01 figure img {
	max-width: 100%;
}
#secondaryArea > section .commentBox .comment01 figure::before {
	content: "";
	display: block;
	position: absolute;
	top: -150px;
	background: url(../images/bg_comment01.png) no-repeat center center;
	background-size: contain;
	left: 0;
	right: 0;
	height: 100%;
}
#secondaryArea > section .commentBox .comment01 figure figcaption {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 10px;
	color: #F3A4A5;
}
#secondaryArea > section.relativeContents .inn {
	width: 1200px;
}
#secondaryArea > section.relativeContents .contBox {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 15px;
}
#secondaryArea > section.relativeContents .contBox .picLeft {
	width: 100%;
	padding: 15px;
	margin-bottom: 20px
}
#secondaryArea > section.relativeContents .contBox .picLeft .pic {
	width: 100%;
}
#secondaryArea > section.relativeContents .contBox .picLeft:only-child {
	width: 100%;
}
#secondaryArea > section.relativeContents .contBox .picLeft .pic {
	width: 100%;
	margin-bottom: 20px
}
#secondaryArea > section.relativeContents .contBox .picLeft .pic img {
	max-width: 100%;
}
#secondaryArea > section.relativeContents .contBox .picLeft .txt {
	width: 100%;
	height: auto;
	padding: 0 10px 30px;
}
#secondaryArea > section.relativeContents .contBox .picLeft:only-child .pic {
	width: 100%;
}
#secondaryArea > section.relativeContents .contBox .picLeft:only-child .txt {
	width: 100%;
}
#secondaryArea > section.relativeContents .contBox .picLeft .txt h1 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
#secondaryArea > section.relativeContents .contBox .picLeft .txt p {
	font-size: 1.4rem;
}
#secondaryArea > section.relativeContents .contBox .picLeft .txt a {
	bottom: -5px;
	font-size: 1.4rem;
}
.contBox .cont01 {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
#secondaryArea > section#sec05 #herb {
	justify-content: space-around;
}
#secondaryArea > section#sec05 #herb li figure figcaption {
	font-size: 1.6rem;
}
#secondaryArea > section#sec05 #herb li figure p.sub {
	font-size: 1.1rem;
}
#secondaryArea > section#sec05 #herb li figure p.txt {
	font-size: 1.4rem;
}
#secondaryArea > section#sec05 #herb li:nth-child(3n+2):last-child {
	margin-right: 0;
}
}

@media screen and (max-width: 484px) {
}

/*----------------------------------
sec04
------------------------------------*/

#secondaryArea > section#sec04 .inn {
	width: 820px;
}
#secondaryArea > section#sec04 .contBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 15px;
}
#secondaryArea > section#sec04 .contBox .picLeft {
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 15px;
}
#secondaryArea > section#sec04 .contBox .picLeft .pic {
	width: 33.3%;
	width: calc( 100% / 3);
	text-align: center;
}
#secondaryArea > section#sec04 .contBox .picLeft:only-child {
	width: 100%;
}
#secondaryArea > section#sec04 .contBox .picLeft .pic {
	width: 33.3%;
	width: calc( 100% / 3);
	max-width: 100%;
	text-align: center;
}
#secondaryArea > section#sec04 .contBox .picLeft .pic img {
	max-width: 100%;
}

#secondaryArea > section#sec04 .contBox .picLeft .txt {
	position: relative;
	width: 66.6%;
	width: calc( 200% / 3);
	min-width: 12em;
	height: 100%;
	padding-left: 20px;
	padding-bottom: 30px;
}
#secondaryArea > section#sec04 .contBox .picLeft:only-child .pic {
	width: 15%;
}
#secondaryArea > section#sec04 .contBox .picLeft:only-child .txt {
	width: 85%;
}
#secondaryArea > section#sec04 .contBox .picLeft .txt h1 {
	color: #302A24;
	/*font-family: "ソフトゴシック M",Soft Gothic Medium !important;*/
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva !important;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
	text-align: left;
}
#secondaryArea > section#sec04 .contBox .picLeft .txt p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}
#secondaryArea > section#sec04 .contBox .picLeft .txt a {
	display: inline-block;
	position: absolute;
	bottom: -10px;
	right: 0;
	font-size: 16px;
	font-size: 1.6rem;
}
#secondaryArea > section#sec04 .contBox .picLeft .txt a::before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 3px solid #302A24;
	border-right: 3px solid #302A24;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: -22px;
	margin-top: -7px;
}
#secondaryArea > section#sec04 #step {
	text-align: center;
}
#secondaryArea > section#sec04 #step p {
	text-align: left;
}
#secondaryArea > section#sec04 #step ol {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#secondaryArea > section#sec04 #step ol li {
	width: 33.3%;
	width: calc( 100% / 3);
	padding: 0 5px;
}
#secondaryArea > section#sec04 #step ol li img {
	max-width: 100%;
}
#secondaryArea > section#sec04 .bgOuter02 {
	margin-top: 50px;
}

@media screen and (max-width: 767px){

#secondaryArea > section#sec04 .contBox .picLeft .pic {
	width: 100%;
	max-width: 100%;
	text-align: center;
}
#secondaryArea > section#sec04 .inn {
	width: 1200px;
	max-width: 100%;
}
#secondaryArea > section#sec04 .contBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0px;
}

#secondaryArea > section#sec04 .contBox .picLeft {
	width:100%;
	padding: 0px;
	margin-bottom: 0px
}

#secondaryArea > section#sec04 .contBox .picLeft .pic {
	width: 100%;
}
#secondaryArea > section#sec04 .contBox .picLeft:only-child {
	width: 100%;
}

#secondaryArea > section#sec04 .contBox .picLeft .pic {
	width: 100%;
	margin-bottom: 20px
}
#secondaryArea > section#sec04 .contBox .picLeft .pic img {
	max-width: 100%;
}

#secondaryArea > section#sec04 .contBox .picLeft .txt {
	width: 100%;
	height: auto;
	padding:0 10px 30px;
}
#secondaryArea > section#sec04 .contBox .picLeft:only-child .pic {
	width: 100%;
}
#secondaryArea > section#sec04 .contBox .picLeft:only-child .txt {
	width: 100%;
}
#secondaryArea > section#sec04 .contBox .picLeft .txt h1 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
#secondaryArea > section#sec04 .contBox .picLeft .txt p {
	font-size: 1.4rem;
}
#secondaryArea > section#sec04 .contBox .picLeft .txt a {
	bottom: -5px;
	font-size: 1.4rem;
}
}
.txtCentre {
	margin: 0 auto 40px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 2;
}
#sec03 .inn dl {
	font-size: 1.8rem;
	line-height: 2;
}
#sec03 .inn dl dt{
	/*font-family: "ソフトゴシック R", Soft Gothic Regular !important;*/
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva !important;
    color: #83BC89;
	font-weight: bold;
}
