

/*---------------------------------------------
　　共通指定 
-------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

/*　CTAリンクボタン　*/

.cmn_cta_btn {
	text-align: center;
	width: 300px;
	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: 1.2rem;
	text-decoration: none;
	letter-spacing: 2px;
	display: block;
	padding: 15px 0;
	position: relative;
	border: 2px solid #fff;
}

.cmn_cta_btn a::after {
	content: "→";
	position: absolute;
	right: 16px;
	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: 200px;
	text-align: center;
	background: #a8ce88;
}

.cta_area h2 {
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	padding: 30px 0 20px;
}


/*　CTA エリア 02　*/
.cta_area_02 {
	width: 100%;
	text-align: center;
	background: #fff;
}

.cta_area_02 h2 {
	font-size: 2rem;
	font-weight: bold;
	color: #000;
	padding: 40px 0 20px;
}

.cmn_cta_btn {
	width: 290px;
}

.cta_area_02 .cmn_cta_btn a {
	color: #68b229;
	border: 2px solid #68b229;
}


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


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

.cmn_sec_ttl {
	height: 80px;
	font-size: 1.7rem;
	font-weight: bold;
	padding: 25px 30px 0 60px;
	cursor: pointer;
	margin-bottom: 3px;
	background: #efefef url(../images/arrow_open.png) no-repeat left 10px top 35px;
	background-size: 35px;
}


/*　一行の場合　*/
.cmn_sec_ttl.row {
	height: 80px;
	background: #efefef url(../images/arrow_open.png) no-repeat left 10px top 35px;
	background-size: 35px;
	padding: 25px 30px 0 60px;
}

.cmn_sec_ttl.row span {
	display: block;
	padding-top: 12px;
}

@media (max-width: 330px) {

	.cmn_sec_ttl.pd_btm {
		height: 80px;
		font-size: 1.7rem;
		font-weight: bold;
		padding: 25px 30px 25px 60px;
		cursor: pointer;
		margin-bottom: 3px;
		background: #efefef url(../images/arrow_open.png) no-repeat left 10px top 35px;
		background-size: 35px;
	}
}



/*　アコーディオン　*/

#cont {
	display: none;
}


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

header {
	padding: 10px 0;
}

header .hd_lead {
	color: #266006;
	font-size: 0.8rem;
	text-align: center;
}

header .hd_logo {
	width: 20%;
	margin: 0 auto 10px;
}

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

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

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

.main_visual h2 {
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 60px 0 15px;
}

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

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

.main_visual .hd_icon img {
	width: 35%;
}

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


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

.about p.txt {
	margin-bottom: 50px;
}

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

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

.charactor ul li {
	margin-bottom: 50px;
}

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

.charactor ul li h3 {
	font-size: 1.6rem;;
	text-align: center;
	margin: 30px 0;
}


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

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

.counseling dl {
	margin-bottom: 50px;
}

.counseling dl:nth-child(2) {
	margin-bottom: 0px;
}

.counseling dl dd ul li {
	text-indent: -13px;
	margin-left: 13px;
	margin-bottom: 8px
}



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

.counselor p.txt {
	margin: 10px 0 30px 0;
}

.counselor p.name {
	font-size: 18px;
	font-weight:bold;
	text-align: center;
	margin:0 auto;
}


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


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

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

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

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

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


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

.flow ol li {
	float: left;
	width: 49%;
	margin: 0 4px 4px 0;
}

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

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

.question dl {
	margin-bottom: 50px;
}

.question dl:nth-child(2) {
	margin-bottom: 0px;
}

.question dl dt {
	margin-bottom: 30px;
	font-size: 1.6rem;
	font-weight: bold;
	background: url(../images/icon_q.png) no-repeat left top;
	padding-left: 45px;
	background-size: 10%;
}

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


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

.form .form_ttl {
	font-size: 1.7rem;
	text-align: center;
	font-weight: bold;
	margin: 50px 0;
}

.form .include {
	overflow: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
.syokulife_iframe{
    height:2130px;
  }
}

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

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


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

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

footer .cmn_inner {
	margin: 0px auto;
}


footer .ft_logo {
	margin: 0 auto 50px;
	width: 80%;
}

footer .address {
	color: #fff;
	font-weight: bold;
	margin: 50px 0 ;
	text-align: center;
	line-height: 2.0;
}

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

footer .cmn_cta_btn {
	margin: 0  auto 20px;
}

footer .copy {
	font-size: 0.8rem;
	color: #fff;
	text-align: center;
}


/*　CTAリンクボタン　*/

footer .cmn_cta_btn {
	text-align: center;
	width: 290px;
	margin: 0 auto 15px;
	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 {
	opacity: 1;
	color: #bec9b4;
	border: 2px solid #fff;
}





