
/*---------------------------------------------
　　共通指定 
-------------------------------------------------*/

/*　CTAリンクボタン　*/

.cmn_cta_btn {
	text-align: center;
	width: 370px;
	margin: 0 auto;
	display: block;
	background-image: linear-gradient(to left, white 50%, #FF8102 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: 0.3s;
}

.cmn_cta_btn a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	display: block;
	padding: 15px 0;
	position: relative;
	border: 2px solid #fff;
}

.cmn_cta_btn a::after {
	content: "→";
	position: absolute;
	right: 30px;
	top:15px;	
}

.cmn_cta_btn:hover {
	background-position: 100% 0;
	color: #666;
}

.cmn_cta_btn a:hover {
	opacity: 1;
	color: #666;
	border: 2px solid #fff;
}



/*　CTAリンクエリア　*/

.cta_area {
	width: 100%;
	height: 400px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.cta_area h2 {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	padding: 130px 0 50px;
}

.cta_area.cta_01 {
	background-image: url(../images/cta_area_01.png);
}

.cta_area.cta_02 {
	background-image: url(../images/cta_area_02.png);
}

.cta_area.cta_03 {
	background-image: url(../images/cta_area_03.png);
}

.cta_area.cta_04 {
	background-image: url(../images/cta_area_04.png);
}

.cta_area.cta_05 {
	background-image: url(../images/cta_area_05.png);
}

.cta_area.cta_06 {
	background-image: url(../images/cta_area_06.png);
}

.cta_area.cta_07 {
	background-image: url(../images/cta_area_07.png);
}

.cta_area.cta_08 {
	background-image: url(../images/cta_area_08.png);
}


/*　セクションインナー　*/
.cmn_inner {
	max-width: 1000px;
	margin: 80px auto;
}

/*　セクションタイトル　*/

.cmn_sec_ttl {
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 50px;
}


/*---------------------------------------------
　　ヘッダー
-------------------------------------------------*/

header {
	padding: 10px 0;
	position: relative;
}

header .hd_lead {
	color: #266006;
	font-size: 11px;
	position: absolute;
	left: 20px;
	top:30px;
}

header .hd_logo {
	text-align: center;
}

/*---------------------------------------------
　　メインビジュアル
-------------------------------------------------*/

.main_visual {
	background: #27211f  url(../images/main_visual.png) no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 870px;
	margin-bottom: 10px;
}

.main_inner {
	margin: 0 auto;
	max-width: 1000px;
}

.main_visual h2 {
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 100px 0 10px;
}

.main_visual h1 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 0 0 30px;
}

.main_visual .hd_icon {
	text-align: center;
	margin-bottom: 50px;
}

.main_visual .hd_icon img {
	width: 20%;
	height: auto;
}


.main_visual .hd_icon span:first-child {
	margin-right: 50px;
}




/*---------------------------------------------
　　about - 「ショクライフ」とは
-------------------------------------------------*/

.about p.txt {
	text-align: center;
	font-size: 16px;
	margin-bottom: 100px;
}

.about .description {
	font-size: 14px;
	font-weight: bold;
	margin: 50px 0 0;
	padding: 30px 40px;
	background-color: #e8f6e4;
}

/*---------------------------------------------
　　charactor - ショクライフの特徴
-------------------------------------------------*/

.charactor ul {
	display: flex;
	-webkit-display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.charactor ul li {
	width: 300px;
}

.charactor ul li img {
	width: 100%;
	height: auto;
}

.charactor ul li h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	margin: 50px 0;
}


/*---------------------------------------------
　　counseling - なぜ、〜 必要なのか？
-------------------------------------------------*/

.counseling dl.left {
	float: left;
	width: 475px;
}

.counseling dl.right {
	float: right;
	width: 475px;
}

.counseling dl dt h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 50px 0;
}

.counseling dl dd ul li {
	font-size: 16px;
	text-indent: -16px;
	margin-left: 16px;
	line-height: 1.6;
}

.counseling dl dd ul li:first-child {
	margin-bottom: 10px;
}

/*---------------------------------------------
　　counselor - キャリアカウンセラー紹介
-------------------------------------------------*/

.counselor .left {
	float: left;
	width: 475px;
}

.counselor .right {
	float: right;
	width: 475px;
}

.counselor p.name {
	font-weight:bold;
	font-size: 18px;
}

/*---------------------------------------------
　　user - 栄養士ユーザー
-------------------------------------------------*/

.user ul {
	display: flex;
	-webkit-display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.user ul li {
	width: 475px;
}

.user ul li img {
	width: 100%;
	height: auto;
}

.user ul li h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 50px 0;
	text-align: center;
}

.user ul li p {
	margin-bottom: 25px;
}

.user ul li p:last-child {
	margin-bottom: 0px;
}


/*---------------------------------------------
　　flow - ショクライフのサポートの流れ
-------------------------------------------------*/

.flow ol {
	display: flex;
	-webkit-display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

.flow ol li img {
	width: 100%;
	height: auto;
}

.flow ol li {
	width: 224px;
	margin: 0 8px 8px 0;
}

.flow ol li:nth-child(4),
.flow ol li:nth-child(7) {
	margin: 0 0 8px 0;
}


/*---------------------------------------------
　　question - よくある「お悩み」
-------------------------------------------------*/

.question .left {
	float: left;
	width: 465px;
}

.question .right {
	float: right;
	width: 465px;
}

.question dl dt {
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	background: url(../images/icon_q.png) no-repeat left top;
	padding-left: 55px;
}

.question .right dt {
	margin-bottom: 18px;
}

.question dd .answer {
	float: left;
	width: auto;
	display: block;
	padding: 10px 10px 0 0;
}


/*---------------------------------------------
　　form - サポート申し込みフォーム
-------------------------------------------------*/

.form .include {
	overflow: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
.syokulife_iframe{
    height:1570px;
  }
}

_::-webkit-full-page-media, _:future, :root .syokulife_iframe {
    height:1600px;
}

@-moz-document url-prefix(){
 .syokulife_iframe{
    height:1525px;
}
}



/*---------------------------------------------
　　フッター
-------------------------------------------------*/

footer {
	background-color: #bec9b4;
	padding: 60px 0 50px;
}

footer .cmn_inner {
	margin: 0px auto;
}


footer .ft_left {
	float: left;
	width: 310px;
}

footer .ft_left .address {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-top: 30px;
}

footer .ft_left .address span {
	font-size: 14px;
}

footer .ft_right {
	float: right;
	width: 340px;
}

footer .ft_right .cmn_cta_btn {
	width: 309px;
	margin: 0 0 20px 0;
}

footer .ft_right .cmn_cta_btn a {
	font-size: 12px;
}

footer .ft_right .copy {
	font-size: 13px;
	color: #fff;
}

/*　CTAリンクボタン　*/

footer .cmn_cta_btn {
	text-align: center;
	width: 370px;
	margin: 0 auto;
	display: block;
	background-image: linear-gradient(to left, #fff 50%, #FF8102 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: 0.3s;
}

footer .cmn_cta_btn:hover {
	background-position: 100% 0;
	color: #bec9b4;
}

footer .cmn_cta_btn a:hover {
	color: #bec9b4;
	border: 2px solid #fff;
}






