﻿
@media screen and (min-width:769px) {
	/**************************************
	#reasonSection
	**************************************/
	#reasonSection{padding: 80px 0 100px;}
	
	#reasonSection .btnWhite{
		display: block;
		width: 420px;
		margin: 60px auto 60px;
	}

	#reasonSection .resonMainTTL{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		width: 100%;
		max-width: 1200px;
		padding: 25px 0;
		margin: 0 auto;
		background: -webkit-linear-gradient(top,  #52baa1 0%,#07916f 100%);
		background: linear-gradient(to bottom,  #52baa1 0%,#07916f 100%);
		color: #FFFFFF;
		font-weight: 700;
	}
	#reasonSection .resonMainTTL > span:first-child{ font-size: 2.2rem;}
	#reasonSection .resonMainTTL > i{
		display: block;
		width: 40px;
		margin: 0 10px;
	}
	#reasonSection .resonMainTTL > i > img{display: block; width: 100%; height: auto;}
	#reasonSection .resonMainTTL > span:last-child{ font-size: 2.8rem;}
	
	#reasonSection .reasonLede{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		width: 100%;
		max-width: 1200px;
		padding: 50px 0 210px;
		min-height: 400px;
		margin: 0 auto;
		background: url("../../img/reason/bg_reason_lede.jpg") center bottom no-repeat;
		background-size: cover;
	}
	
	#reasonSection .reasonLede p{
		font-size: 1.8rem;
		text-align: center;
		line-height: 2.0;
		color: #04936f;
	}
	
	/**************************************
	#reasonSection .reasonConseptList
	**************************************/
	
	#reasonSection .reasonConseptList{
		display: block;
		width: 100%;
		max-width: 1200px;
		padding: 80px 0;
		margin: 0 auto;
	}
	
	#reasonSection .reasonConseptList > ul{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;	
	}
	
	#reasonSection .reasonConseptList > ul > li{
		display: block;
		width: 30.83333333333333%;
		margin-right: 3.75%;
		font-size: 1.4rem;
		line-height: 1.7;
		text-align: center;
	}
	#reasonSection .reasonConseptList > ul > li:nth-of-type(3n){margin-right: 0;}
	
	#reasonSection .reasonConseptList > ul > li > a{
		display: block;
		text-decoration: none;
		-webkit-transition: opacity 0.2s ease;
		-moz-transition: opacity 0.2s ease;
		-o-transition: opacity 0.2s ease;
		transition: opacity 0.2s ease;
	}
	#reasonSection .reasonConseptList > ul > li > a:hover{opacity: .6;}
	
	#reasonSection .reasonConseptList > ul > li > a > dl{display: block;}
	#reasonSection .reasonConseptList > ul > li > a > dl > dt{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		width: 100%;
		height: 36px;
		padding: 2px 0 0 50px;
		margin-bottom: 15px;
		background: #058f6e;
		border-radius: 18px;
		color: #FFFFFF;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1;
		text-align: center;
	}
	
	#reasonSection .reasonConseptList > ul > li > a > dl > dd{display: block; position: relative;}
	
	#reasonSection .reasonConseptList > ul > li > a > dl > dd > em{
		display: block;
		width: 90px;
		position: absolute;
		left: -20px;
		top: -80px;
	}
	#reasonSection .reasonConseptList > ul > li > a > dl > dd > em > img{display: block; width: 100%; height: auto;}
	
	#reasonSection .reasonConseptList > ul > li > a > dl > dd > figure{
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	#reasonSection .reasonConseptList > ul > li > a > dl > dd > figure > img{display: block; width: 100%; height: auto;}
	
	#reasonSection .reasonConseptList > ul > li > a > dl > dd > dl{ display: block; text-align: left;}
	
	#reasonSection .reasonConseptList > ul > li > a > dl > dd > dl > dt{
		display: block;
		padding-left: 26px;
		font-size: 1.6rem;
		line-height: 1.4;
		min-height: 3.4em;
		margin-bottom: 5px;
		color: #04936f;
		position: relative;
	}
	
	#reasonSection .reasonConseptList > ul > li > a > dl > dd > dl > dt::before{
		content: '';
		display: inline-block;
		width: 18px;
		height: 18px;
		border-radius: 2px;
		background: url(../../img/reason/icon_arrow_right_white.svg) center center no-repeat #058f6e;
		background-size: auto 9px;
		position: absolute;
		left: 0;
		top: 0.3em;
	}
	
	#reasonSection .reasonConseptList > ul > li > a > dl > dd > dl > dt strong{
		font-weight: 700;
		font-size: 2.0rem;
	}
	
	
	/**************************************
	#reasonSection .reasonEpisodeListSection
	**************************************/
	
	#reasonSection .reasonEpisodeListSection{
		display: block;
		width: 100%;
		padding: 80px 0;
		margin: 0 auto;
		background: #f3fcf9;
	}
	
	#reasonSection .reasonEpisodeTTL{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		max-width: 1200px;
		margin: 0 auto 60px;
	}
	
	#reasonSection .reasonEpisodeTTL > h2{
		display: block;
		width: 30.83333333333333%;
		margin-right: 3.75%;
		text-align: center;
		font-size: 2.6rem;
		font-weight: 700;
		color: #058f6e;
	}
	
	#reasonSection .reasonEpisodeTTL > h2 > span{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		width: 100%;
		height: 36px;
		padding: 2px 0 0 0;
		margin-bottom: 15px;
		background: #058f6e;
		border-radius: 18px;
		color: #FFFFFF;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1;
		text-align: center;
	}
	
	#reasonSection .reasonEpisodeTTL > p{
		display: block;
		width: 65.41666666666667%;
		font-size: 1.6rem;
		line-height: 1.7;
		text-align: left;
		color: #058f6e;
	}
	
	
	#reasonSection .reasonEpisodeList{}
	
	#reasonSection .reasonEpisodeList > ul{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-justify-content: center;
		justify-content: center;
		max-width: 1200px;
		margin: 0 auto;
	}
	
	#reasonSection .reasonEpisodeList > ul > li{
		display: block;
		width: 30.83333333333333%;
		margin-right: 3.75%;
		font-size: 1.4rem;
		line-height: 1.7;
		text-align: center;
		background: #FFFFFF;
	}
	#reasonSection .reasonEpisodeList > ul > li:nth-of-type(3n){margin-right: 0;}
	#reasonSection .reasonEpisodeList > ul > li:nth-of-type(n + 4){margin-top: 40px;}
	
	
	#reasonSection .reasonEpisodeList > ul > li > a{
		display: block;
		height: 100%;
		position: relative;
		text-decoration: none;
		-webkit-transition: opacity 0.2s ease;
		-moz-transition: opacity 0.2s ease;
		-o-transition: opacity 0.2s ease;
		transition: opacity 0.2s ease;
	}
	#reasonSection .reasonEpisodeList > ul > li > a:hover{opacity: .6;}
	
	#reasonSection .reasonEpisodeList > ul > li > a::after{
		content: '';
		display: inline-block;
		width: 18px;
		height: 18px;
		border-radius: 2px;
		background: url(../../img/reason/icon_arrow_right_white.svg) center center no-repeat #058f6e;
		background-size: auto 9px;
		position: absolute;
		right: 15px;
		bottom: 15px;
	}

	#reasonSection .reasonEpisodeList > ul > li > a > figure{
		display: block;
	}
	#reasonSection .reasonEpisodeList > ul > li > a > figure > img{display: block; width: 100%; height: auto;}
	
	#reasonSection .reasonEpisodeList > ul > li > a > dl{
		display: block;
		padding: 15px 0 15px 0;
		text-align: left;
	}
	
	#reasonSection .reasonEpisodeList > ul > li > a > dl > dt{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		margin-bottom: 10px;
		padding-left: 20px;
	}
	
	#reasonSection .reasonEpisodeList > ul > li > a > dl > dt > i{
		display: block;
		width: 64px;
		margin-right: 10px;
	}
	#reasonSection .reasonEpisodeList > ul > li > a > dl > dt > i > img{display: block; width: 100%; height: auto;}
	
	#reasonSection .reasonEpisodeList > ul > li > a > dl > dt > span{
		display: block;
		color: #058f6e;
		font-size: 1.6rem;
		line-height: 1;
	}
	#reasonSection .reasonEpisodeList > ul > li > a > dl > dt > span > span{
		display: block;
		margin-top: 5px;
		font-size: 2.0rem;
		font-weight: 700;
	}
	
	#reasonSection .reasonEpisodeList > ul > li > a > dl > dd{
		padding: 0 40px 0 30px;
	}
	
	
	/**************************************
	.reasonPanelTTLArea
	**************************************/
	#reasonSection .reasonPanelTTLArea{
		display: block;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 80px;
		position: relative;
	}
	
	#reasonSection .reasonPanelTTLArea > figure{
		display: block;
		width: 100%;
	}
	#reasonSection .reasonPanelTTLArea > figure > img{
		display: block;
		width: 100%; height: auto;
	}
	
	#reasonSection .reasonPanelTTLArea > figure::after{
		content: '';
		display: block;
		width: 100%;
		height: 30%;
		background: -webkit-linear-gradient(top, transparent 0%,#FFFFFF 100%);
		background: linear-gradient(to bottom, transparent 0%,#FFFFFF 100%);
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	
	#reasonSection .reasonPanelTTLArea > .textArea{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#reasonSection .reasonPanelTTLArea > .textArea > .inner{ display: block;}
	
	#reasonSection .reasonPanelTTLArea > .textArea h1 > span > span:nth-of-type(1){
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		width: 100%;
		max-width: 370px;
		height: 36px;
		padding: 2px 0 0 45px;
		margin: 0 auto 30px;
		background: #058f6e;
		border-radius: 18px;
		color: #FFFFFF;
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1;
		text-align: center;
		position: relative;
	}
	#reasonSection .reasonPanelTTLArea > .textArea h1 > span > span:nth-of-type(1) > i{
		display: block;
		width: 100px;
		position: absolute;
		left: -30px;
		top: -45px;
	}
	#reasonSection .reasonPanelTTLArea > .textArea h1 > span > span:nth-of-type(2) {
		display: block;
		font-size: 4.8rem;
		font-weight: 700;
		text-align: center;
		color: #04936f;
		text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF,  0px 2px 0 #FFF,  0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
	}
	#reasonSection .reasonPanelTTLArea > .textArea h1 > span > span:nth-of-type(2) > span{
		font-size: 4.0rem;
		font-weight: 500;
		margin-left: 5px;
	}
	
	#reasonSection .reasonPanelTTLArea > .textArea p{
		display: block;
		padding-top: 30px;
		text-align: center;
		font-size: 1.8rem;
		font-weight: 700;
		text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF,  0px 2px 0 #FFF,  0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
	}
	
	/**************************************
	.reasonPanelTTLAreaEpisode
	**************************************/
	#reasonSection .reasonPanelTTLAreaEpisode{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 80px;
		border-bottom: 1px solid #e1e1e1;
		overflow: hidden;
		position: relative;
		z-index: 1;
	}
	
	#reasonSection .reasonPanelTTLAreaEpisode > figure{
		display: block;
		flex: 1;
		position: relative;
		z-index: 1;
	}
	#reasonSection .reasonPanelTTLAreaEpisode > figure > img{
		display: block;
		width: auto;
		height: auto;
		min-width: 100%;
		min-height: 100%;
		max-width: inherit;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	
	
	#reasonSection .reasonPanelTTLAreaEpisode > .textArea{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content:  flex-start;
		justify-content: flex-start;
		width: 520px;
		background: #FFFFFF;
		padding: 40px 0 40px 0;
		box-shadow: 4px 0 4px rgba(0,0,0,.2);
		position: relative;
		z-index: 2;
	}
	#reasonSection .reasonPanelTTLAreaEpisode > .textArea.wide{width: 580px;}
	
	#reasonSection .reasonPanelTTLAreaEpisode .ttlBlock > .inner{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content:  flex-start;
		justify-content: flex-start;
	}
	
	
	#reasonSection .reasonPanelTTLAreaEpisode .episodeCommon{
		display: block;
		padding-right: 20px;
	}
	
	#reasonSection .reasonPanelTTLAreaEpisode .episodeCommon > span:nth-of-type(1){
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		height: 36px;
		margin-bottom: 10px;
		padding: 2px 10px 0 10px;
		background: #058f6e;
		border-radius: 18px;
		color: #FFFFFF;
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1;
		text-align: center;
		position: relative;
	}
	
	#reasonSection .reasonPanelTTLAreaEpisode .episodeCommon > span:nth-of-type(2){
		display: block;
		font-size: 2.4rem;
		font-weight: 700;
		text-align: center;
		color: #04936f;
		text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF,  0px 2px 0 #FFF,  0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
	}
	#reasonSection .reasonPanelTTLAreaEpisode .episodeCommon > span:nth-of-type(2) > span{
		font-size: 2.0rem;
		font-weight: 500;
	}
	
	
	#reasonSection .reasonPanelTTLAreaEpisode .ttlBlock > .inner > h1{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	
	#reasonSection .reasonPanelTTLAreaEpisode .ttlBlock > .inner > h1 > i{
		display: block;
		width: 60px;
		margin-right: 10px;
	}
	#reasonSection .reasonPanelTTLAreaEpisode .ttlBlock > .inner > h1 > i > img{display: block; width: 100%; height: auto;}
	
	#reasonSection .reasonPanelTTLAreaEpisode .ttlBlock > .inner > h1 > span{
		display: block;
		color: #058f6e;
		font-size: 2.6rem;
		line-height: 1;
	}
	#reasonSection .reasonPanelTTLAreaEpisode .ttlBlock > .inner > h1 > span > span{
		display: block;
		margin-top: 10px;
		font-size: 2.8rem;
		font-weight: 700;
		text-align: left;
	}
	
	#reasonSection .reasonPanelTTLAreaEpisode dl.name{
		display: block;
		padding: 40px 0 30px 30px;
	}
	#reasonSection .reasonPanelTTLAreaEpisode dl.name > dt{
		font-size: 1.5rem;
		line-height: 1;
		text-align: left;
	}
	#reasonSection .reasonPanelTTLAreaEpisode dl.name > dd{
		margin-top: 10px;
		font-size: 2.4rem;
		font-weight: 700;
		text-align: left;
	}
	
	#reasonSection .reasonPanelTTLAreaEpisode .lede{
		display: block;
		padding-left: 30px;
		font-size: 2.0rem;
		font-weight: 700;
		line-height: 1.7;
		text-align: left;
	}
	


	#reasonSection .reasonPanelTTLAreaEpisode .ttlBlock + .lede{
		padding-top: 40px;
	}
	
	
	
	
	/**************************************
	.reasonContents
	**************************************/
	#reasonSection .reasonContents{
		display: block;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 0 80px;
	}
	
	#reasonSection .reasonContents + .reasonContents{
		padding-top: 80px;
		border-top: 1px dotted #CCCCCC;
	}
	
	#reasonSection .reasonContents .reasonSubTTL{
		display: block;
		font-size: 2.4rem;
		font-weight: 700;
		margin-bottom: 30px;
	}
	
	#reasonSection .reasonContents > .subsubTTL{
		display: block;
		width: 100%;
		padding: 15px;
		margin: 50px auto 30px;
		background: #f3fcf9;
		font-size: 1.8rem;
		line-height: 1.4;
		font-weight: 700;
	}
	
	#reasonSection .reasonContents > .subsubTTL + .singleC > .text{padding-left: 15px;}
	#reasonSection .reasonContents > .subsubTTL + .twoC > .text:first-child{padding-left: 15px;}
	
	#reasonSection .reasonContents .twoC{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	
	#reasonSection .reasonContents .twoC + .twoC,
	#reasonSection .reasonContents .singleC + .twoC,
	#reasonSection .reasonContents .twoC + .singleC,
	#reasonSection .reasonContents .singleC + .singleC{
		margin-top: 40px;
	}
	
	
	#reasonSection .reasonContents .twoC.alignTop{
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	
	#reasonSection .reasonContents .twoC > .img{
		display: block;
		width: 33.29583333333333%;
	}
	#reasonSection .reasonContents .twoC > .img img{
		display: block;
		width: 100%;
		height: auto;
	}
	
	#reasonSection .reasonContents .twoC > .text{
		display: block;
		width: 62.84166666666667%;
	}
	
	#reasonSection .reasonContents .text{
		font-size: 1.6rem;
		line-height: 1.7;
	}
	
	#reasonSection .reasonContents .text .subsubTTL{
		display: block;
		font-size: 1.8rem;
		font-weight: 700;
		margin-bottom: 20px;
	}
	
	#reasonSection .reasonContents .text > p + .subsubTTL{
		margin-top: 40px;
	}
	
	#reasonSection .reasonContents .text > p + p{
		margin-top: 1em;
	}
	
	#reasonSection .reasonContents .text > p.caution{
		font-size: 1.2rem;
		margin-top: 2em;
	}
	
	#reasonSection .reasonContents p.banner{
		display: block;
		margin-top: 30px;
	}
	#reasonSection .reasonContents p.banner > a{
		display: block;
		-webkit-transition: opacity 0.2s ease;
		-moz-transition: opacity 0.2s ease;
		-o-transition: opacity 0.2s ease;
		transition: opacity 0.2s ease;
	}
	#reasonSection .reasonContents p.banner > a:hover{opacity: .6;}
	#reasonSection .reasonContents p.banner > a > img{display: block; width: 100%; height: auto;}
	
	
	#reasonSection .reasonContents .text .innerImg{
		display: block;
		padding: 30px 0;
	}
	#reasonSection .reasonContents .text .innerImg > img{display: block; max-width: 100%; height: auto;}
	
	
	
	#reasonSection .reasonContents .text ul.dottedList{
		display: block;
		padding: 1em 0;
	}
	
	#reasonSection .reasonContents .text ul.dottedList > li{
		padding-left: 1em;
		text-indent: -1em;
	}
	#reasonSection .reasonContents .text ul.dottedList > li::before{
		content: '・';
	}
	
	
	/**************************************
	.reasonLinkList
	**************************************/
	#reasonSection .reasonLinkList{
		display: block;
		width: 100%;
		max-width: 1200px;
		margin: 20px auto 0;
		padding: 19px;
		border: 1px solid #cccccc;
		background: #FFFFFF;
	}

	#reasonSection .reasonLinkList > dl{}
	#reasonSection .reasonLinkList > dl > dt{
		display: block;
		font-size: 1.6rem;
		font-weight: 700;
		margin-bottom: 5px;
	}

	#reasonSection .reasonLinkList ul.dottedList{
		display: -webkit- inline-flex;
		display: inline-flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}

	#reasonSection .reasonLinkList ul.dottedList > li{
		margin-top: 12px;
		margin-right: 30px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	#reasonSection .reasonLinkList ul.dottedList > li::before{
		content: '・';
	}


	#reasonSection .reasonLinkList > dl > dd + dt{
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #efefef;
	}
	
}
/** min-width 769 pcCSS***************************************/




@media screen and (max-width:768px) {
	
	/**************************************
	#reasonSection
	**************************************/
	#reasonSection{
		padding-bottom: 80px;
	}

	#reasonSection .btnWhite{
		display: block;
		width: 80%;
		max-width: 320px;
		margin: 40px auto 40px;
	}

	#reasonSection .resonMainTTL{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		width: 100%;
		padding: 15px 0;
		margin: 0 auto;
		background: -webkit-linear-gradient(top,  #52baa1 0%,#07916f 100%);
		background: linear-gradient(to bottom,  #52baa1 0%,#07916f 100%);
		color: #FFFFFF;
		font-weight: 700;
	}
	#reasonSection .resonMainTTL > span:first-child{
		display: block;
		width: 100%;
		text-align: center;
		font-size: 1.4rem;
		margin-bottom: 8px;
	}
	#reasonSection .resonMainTTL > i{
		display: block;
		width: 18px;
		margin: 0 5px 0 0;
	}
	#reasonSection .resonMainTTL > i > img{display: block; width: 100%; height: auto;}
	
	#reasonSection .resonMainTTL > span:last-child{
		font-size: 1.8rem;	
	}
	
	#reasonSection .reasonLede{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		width: 100%;
		padding: 20px 5px 100px;
		margin: 0 auto;
		background: url("../../img/reason/bg_reason_lede_sp.jpg") left bottom no-repeat #e4f1f7;
		background-size: cover;
	}
	
	#reasonSection .reasonLede p{
		font-size: 1.4rem;
		text-align: center;
		line-height: 1.7;
		color: #04936f;
	}
	
	/**************************************
	#reasonSection .reasonConseptList
	**************************************/
	
	#reasonSection .reasonConseptList{
		display: block;
		width: 100%;
		padding: 40px 20px;
		margin: 0 auto;
	}
	
	#reasonSection .reasonConseptList > ul{
		display: block;
	}
	
	#reasonSection .reasonConseptList > ul > li{
		display: block;
		width: 100%;
		margin-bottom: 30px;
		font-size: 1.4rem;
		line-height: 1.7;
		text-align: center;
		position: relative;
	}
	#reasonSection .reasonConseptList > ul > li:nth-last-of-type(1){margin-bottom: 0;}
	
	#reasonSection .reasonConseptList > ul > li > a{
		display: block;
		text-decoration: none;
	}
	
	#reasonSection .reasonConseptList > ul > li > a > dl{display: block;}
	#reasonSection .reasonConseptList > ul > li > a > dl > dt{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		width: 100%;
		height: 26px;
		padding: 0 0 0 30px;
		margin-bottom: 14px;
		background: #058f6e;
		border-radius: 18px;
		color: #FFFFFF;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1;
		text-align: center;
	}
	
	#reasonSection .reasonConseptList > ul > li > a > dl > dd{
		display: block;
	}
	
	#reasonSection .reasonConseptList > ul > li > a > dl > dd > em{
		display: block;
		width: 50px;
		position: absolute;
		left: -10px;
		top: -15px;
	}
	#reasonSection .reasonConseptList > ul > li > a > dl > dd > em > img{display: block; width: 100%; height: auto;}
	
	#reasonSection .reasonConseptList > ul > li > a > dl > dd > figure{
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	#reasonSection .reasonConseptList > ul > li > a > dl > dd > figure > img{display: block; width: 100%; height: auto;}
	
	#reasonSection .reasonConseptList > ul > li > a > dl > dd > dl{
		display: block;
		text-align: left;
	}
	
	#reasonSection .reasonConseptList > ul > li > a > dl > dd > dl > dt{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		color: #04936f;
	}
	
	#reasonSection .reasonConseptList > ul > li > a > dl > dd > dl > dt > span{
		display: block;
		padding-left: 20px;
		margin-bottom: 10px;
		font-size: 1.4rem;
		line-height: 1.2;
		position: relative;
	}
	
	#reasonSection .reasonConseptList > ul > li > a > dl > dd > dl > dt > span::before{
		content: '';
		display: block;
		width: 14px;
		height: 14px;
		border-radius: 2px;
		background: url(../../img/reason/icon_arrow_right_white.svg) center center no-repeat #058f6e;
		background-size: auto 9px;
		position: absolute;
		left: 0;
		top: 0.2em;
	}
	
	#reasonSection .reasonConseptList > ul > li > a > dl > dd > dl > dt strong{
		font-weight: 700;
		font-size: 1.6rem;
	}
	
	
	/**************************************
	#reasonSection .reasonEpisodeListSection
	**************************************/
	
	#reasonSection .reasonEpisodeListSection{
		display: block;
		width: 100%;
		padding: 40px 20px;
		margin: 0 auto;
		background: #f3fcf9;
	}
	
	#reasonSection .reasonEpisodeTTL{
		display: block;
		margin: 0 auto 20px;
	}
	
	#reasonSection .reasonEpisodeTTL > h2{
		display: block;
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
		font-size: 2.0rem;
		font-weight: 700;
		color: #058f6e;
	}
	
	#reasonSection .reasonEpisodeTTL > h2 > span{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		width: 100%;
		height: 26px;
		padding: 0 0 0 0;
		margin-bottom: 15px;
		background: #058f6e;
		border-radius: 18px;
		color: #FFFFFF;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1;
		text-align: center;
	}
	
	#reasonSection .reasonEpisodeTTL > p{
		display: block;
		width: 100%;
		font-size: 1.4rem;
		line-height: 1.5;
		text-align: left;
		color: #058f6e;
	}
	
	#reasonSection .reasonEpisodeList{}
	
	#reasonSection .reasonEpisodeList > ul{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		margin: 0 auto;
	}
	
	#reasonSection .reasonEpisodeList > ul > li{
		display: block;
		width: calc(50% - 5px);
		margin-right: 10px;
		text-align: center;
		background: #FFFFFF;
	}
	#reasonSection .reasonEpisodeList > ul > li:nth-of-type(2n){margin-right: 0;}
	#reasonSection .reasonEpisodeList > ul > li:nth-of-type(n + 3){margin-top: 20px;}
	
	
	#reasonSection .reasonEpisodeList > ul > li > a{
		display: block;
		height: 100%;
		position: relative;
		text-decoration: none;
		padding-bottom: 20px;
	}
	
	#reasonSection .reasonEpisodeList > ul > li > a::after{
		content: '';
		display: inline-block;
		width: 15px;
		height: 15px;
		border-radius: 2px;
		background: url(../../img/reason/icon_arrow_right_white.svg) center center no-repeat #058f6e;
		background-size: auto 9px;
		position: absolute;
		right: 10px;
		bottom: 10px;
	}

	#reasonSection .reasonEpisodeList > ul > li > a > figure{
		display: block;
	}
	#reasonSection .reasonEpisodeList > ul > li > a > figure > img{display: block; width: 100%; height: auto;}
	
	#reasonSection .reasonEpisodeList > ul > li > a > dl{
		display: block;
		padding: 15px 0 15px 0;
		text-align: left;
	}
	
	#reasonSection .reasonEpisodeList > ul > li > a > dl > dt{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		margin-bottom: 10px;
		padding-left: 5px;
	}
	
	#reasonSection .reasonEpisodeList > ul > li > a > dl > dt > i{
		display: block;
		width: 30px;
		margin-right: 5px;
	}
	#reasonSection .reasonEpisodeList > ul > li > a > dl > dt > i > img{display: block; width: 100%; height: auto;}
	
	#reasonSection .reasonEpisodeList > ul > li > a > dl > dt > span{
		display: block;
		color: #058f6e;
		font-size: 1.2rem;
		line-height: 1;
	}
	#reasonSection .reasonEpisodeList > ul > li > a > dl > dt > span > span{
		display: block;
		margin-top: 5px;
		font-size: 1.6rem;
		font-weight: 700;
	}
	
	#reasonSection .reasonEpisodeList > ul > li > a > dl > dd{
		padding: 0 10px 0 10px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	
	
	/**************************************
	.reasonPanelTTLArea
	**************************************/
	#reasonSection .reasonPanelTTLArea{
		display: block;
		width: 100%;
		background: #f1f1f1;
		margin: 0 auto 40px;
		position: relative;
		z-index: 1;
	}

	#reasonSection .reasonPanelTTLArea > figure{
		display: block;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		overflow: hidden;
	}
	#reasonSection .reasonPanelTTLArea > figure > img{
		display: block;
		width: 100%;
		height: auto;
	}

	#reasonSection .reasonPanelTTLArea > .textArea{}
	#reasonSection .reasonPanelTTLArea > .textArea > .inner{ display: block;}
	
	#reasonSection .reasonPanelTTLArea > .textArea h1{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		height: calc(112 * (100vw / 320));
	}
	
	#reasonSection .reasonPanelTTLArea > .textArea h1 > span > span:nth-of-type(1){
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		width: 100%;
		width: 240px;
		height: 20px;
		padding: 0 0 0 20px;
		margin: 0 auto 15px;
		background: #058f6e;
		border-radius: 18px;
		color: #FFFFFF;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1;
		text-align: center;
		position: relative;
	}
	#reasonSection .reasonPanelTTLArea > .textArea h1 > span > span:nth-of-type(1) > i{
		display: block;
		width: 40px;
		position: absolute;
		left: -10px;
		top: -10px;
	}
	#reasonSection .reasonPanelTTLArea > .textArea h1 > span > span:nth-of-type(2) {
		display: block;
		font-size: 2.0rem;
		line-height: 1.2;
		font-weight: 700;
		text-align: center;
		color: #04936f;
		text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF,  0px 2px 0 #FFF,  0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
	}
	#reasonSection .reasonPanelTTLArea > .textArea h1 > span > span:nth-of-type(2) > span{
		font-size: 1.6rem;
		font-weight: 500;
		margin-left: 5px;
	}
	
	#reasonSection .reasonPanelTTLArea > .textArea p{
		display: block;
		width: 100%;
		padding: 10px 20px;
		text-align: left;
		font-size: 1.5rem;
		line-height: 1.6;
		font-weight: 700;
	}
	
	/**************************************
	.reasonPanelTTLAreaEpisode
	**************************************/
	#reasonSection .reasonPanelTTLAreaEpisode{
		display: block;
		width: 100%;
		margin: 0 auto 40px;
		position: relative;
		z-index: 1;
	}
	
	#reasonSection .reasonPanelTTLAreaEpisode > figure{
		display: block;
		width: 50%;
		position: absolute;
		z-index: -1;
		right: 0;
		top: 0;
	}
	#reasonSection .reasonPanelTTLAreaEpisode > figure > img{
		display: block;
		width: 100%; height: auto;
	}
	
	#reasonSection .reasonPanelTTLAreaEpisode > .textArea{
		width: 100%;
		overflow: hidden;
	}
	
	#reasonSection .reasonPanelTTLAreaEpisode .ttlBlock{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content:  flex-start;
		justify-content: flex-start;
		height: calc(108 * (100vw / 320));
		width: 50%;
		background: #FFFFFF;
		padding: 0 0 0 10px;
		box-shadow: 4px 2px 4px 6px rgba(255,255,255,1);
	}

	
	#reasonSection .reasonPanelTTLAreaEpisode .episodeCommon{
		display: block;
		margin-bottom: 8px;
	}
	
	#reasonSection .reasonPanelTTLAreaEpisode .episodeCommon > span:nth-of-type(1){
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		width: calc(150 * (100vw / 320));
		height: calc(16 * (100vw / 320));
		margin: 0 auto calc(4 * (100vw / 320));
		padding: 0 0 0 0;
		background: #058f6e;
		border-radius: calc(16 * (100vw / 320));
		color: #FFFFFF;
		font-size: calc(10 * (100vw / 320));
		font-weight: 700;
		line-height: 1;
		text-align: center;
		position: relative;
	}
	
	#reasonSection .reasonPanelTTLAreaEpisode .episodeCommon > span:nth-of-type(2){
		display: block;
		font-size: calc(12 * (100vw / 320));
		font-weight: 700;
		text-align: center;
		color: #04936f;
		text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF,  0px 2px 0 #FFF,  0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
	}

	
	#reasonSection .reasonPanelTTLAreaEpisode .episodeCommon > span:nth-of-type(2) > span{
		font-size: calc(10 * (100vw / 320));
		font-weight: 500;
	}
	
	#reasonSection .reasonPanelTTLAreaEpisode .ttlBlock > .inner > h1{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content:  center;
		justify-content: center;
	}

	
	#reasonSection .reasonPanelTTLAreaEpisode .ttlBlock > .inner > h1 > i{
		display: block;
		width: calc(38 * (100vw / 320));
		margin-right: 5px;
	}
	#reasonSection .reasonPanelTTLAreaEpisode .ttlBlock > .inner > h1 > i > img{display: block; width: 100%; height: auto;}
	
	#reasonSection .reasonPanelTTLAreaEpisode .ttlBlock > .inner > h1 > span{
		display: block;
		color: #058f6e;
		font-size:  calc(11 * (100vw / 320));
		line-height: 1;
	}
	#reasonSection .reasonPanelTTLAreaEpisode .ttlBlock > .inner > h1 > span > span{
		display: block;
		margin-top: calc(4 * (100vw / 320));
		font-size:  calc(14 * (100vw / 320));
		font-weight: 700;
		text-align: center;
	}
	
	#reasonSection .reasonPanelTTLAreaEpisode dl.name{
		display: block;
		padding: 10px 20px 10px;
		background: #f1f1f1;
	}
	#reasonSection .reasonPanelTTLAreaEpisode dl.name > dt{
		font-size: 1.2rem;
		line-height: 1;
		text-align: center;
	}
	#reasonSection .reasonPanelTTLAreaEpisode dl.name > dd{
		margin-top: 6px;
		font-size: 1.5rem;
		font-weight: 700;
		text-align: center;
	}
	
	#reasonSection .reasonPanelTTLAreaEpisode .lede{
		display: block;
		width: calc(100% - 40px);
		margin: 0 auto;
		padding: 10px 0 10px;
		font-size: 1.5rem;
		border-bottom: 1px solid #efefef;
		font-weight: 700;
		line-height: 1.4;
		text-align: center;
		color: #058f6e;
	}
	
	
	
	
	/**************************************
	.reasonContents
	**************************************/
	#reasonSection .reasonContents{
		display: block;
		width: calc(100% - 40px);
		margin: 0 auto;
		padding: 0 0 40px;
	}
	
	#reasonSection .reasonContents + .reasonContents{
		padding-top: 40px;
		border-top: 1px dotted #CCCCCC;
	}
	
	#reasonSection .reasonContents .reasonSubTTL{
		display: block;
		font-size: 1.6rem;
		line-height: 1.4;
		font-weight: 700;
		margin-bottom: 20px;
	}
	
	#reasonSection .reasonContents > .subsubTTL{
		display: block;
		width: 100%;
		padding: 15px;
		margin: 40px auto 20px;
		background: #f3fcf9;
		font-size: 1.4rem;
		line-height: 1.4;
		font-weight: 700;
	}
	
	#reasonSection .reasonContents .reasonSubTTL + .subsubTTL{margin-top: 0;}
	
	#reasonSection .reasonContents > .subsubTTL + .singleC > .text{padding-left: 15px;}
	#reasonSection .reasonContents > .subsubTTL + .twoC > .text:first-child{padding-left: 15px;}
	
	#reasonSection .reasonContents .twoC{
		display: block;
	}
	
	#reasonSection .reasonContents .twoC + .twoC,
	#reasonSection .reasonContents .singleC + .twoC,
	#reasonSection .reasonContents .twoC + .singleC,
	#reasonSection .reasonContents .singleC + .singleC{
		margin-top: 40px;
	}
	
	
	#reasonSection .reasonContents .twoC.alignTop{
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	
	#reasonSection .reasonContents .twoC > .img{
		display: block;
	}
	#reasonSection .reasonContents .twoC > .img img{
		display: block;
		width: 100%;
		height: auto;
	}
	
	#reasonSection .reasonContents .twoC > .text{
		display: block;
		width: 100%;
	}
	
	#reasonSection .reasonContents .twoC > .img + .text,
	#reasonSection .reasonContents .twoC > .text + .img{margin-top: 20px;}
	
	#reasonSection .reasonContents .text{
		font-size: 1.4rem;
		line-height: 1.5;
	}
	
	#reasonSection .reasonContents .text .subsubTTL{
		display: block;
		font-size: 1.6rem;
		font-weight: 700;
		margin-bottom: 20px;
	}
	
	#reasonSection .reasonContents .text > p + .subsubTTL{
		margin-top: 40px;
	}
	
	#reasonSection .reasonContents .text > p + p{
		margin-top: 1em;
	}
	
	#reasonSection .reasonContents .text > p.caution{
		font-size: 1.2rem;
		margin-top: 2em;
	}
	
	#reasonSection .reasonContents p.banner{
		display: block;
		margin-top: 30px;
	}
	#reasonSection .reasonContents p.banner > a{
		display: block;
	}
	
	#reasonSection .reasonContents  p.banner > a > img{display: block; width: 100%; height: auto;}
	
	#reasonSection .reasonContents .text .innerImg{
		display: block;
		padding: 20px 0;
	}
	#reasonSection .reasonContents .text .innerImg > img{display: block; max-width: 100%; height: auto;}
	
	
	
	#reasonSection .reasonContents .text ul.dottedList{
		display: block;
		padding: 1em 0;
	}
	
	#reasonSection .reasonContents .text ul.dottedList > li{
		padding-left: 1em;
		text-indent: -1em;
	}
	#reasonSection .reasonContents .text ul.dottedList > li::before{
		content: '・';
	}
	
	
	/**************************************
	.reasonLinkList
	**************************************/
	#reasonSection .reasonLinkList{
		display: block;
		width: calc(100% - 40px);
		margin: 50px auto 0;
		padding: 15px;
		border: 1px solid #cccccc;
		background: #FFFFFF;
	}

	#reasonSection .reasonLinkList > dl{}
	#reasonSection .reasonLinkList > dl > dt{
		display: block;
		font-size: 1.5rem;
		font-weight: 700;
		margin-bottom: 20px;
	}

	#reasonSection .reasonLinkList ul.dottedList{
		display: block;
	}

	#reasonSection .reasonLinkList ul.dottedList > li{
		margin-bottom: 15px;
		font-size: 1.4rem;
		line-height: 1.4;
		padding-left: 1em;
		text-indent: -1em;
	}
	#reasonSection .reasonLinkList ul.dottedList > li::before{
		content: '・';
	}

	#reasonSection .reasonLinkList ul.dottedList > li:nth-last-of-type(1){margin-bottom: 0;}


	#reasonSection .reasonLinkList > dl > dd + dt{
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #efefef;
	}
	
}/** max-width 768 spCSS***************************************/






















