@charset "UTF-8";

@media only screen and (max-width: 959px) {
	#wrapper {
		background: url(./img/bg_wrapper_sp.png) repeat-x right top;
		background-size: auto 14px;
	}

	/*========== HEADER ==========*/
	#header {
		display: none;
	}
	#header-sp {
		display: block;
		padding: 32px 20px 14px 20px;	
	}

	#logo-sp {
		width: 200px;
		float:left;
	}

	#logo-sp img {
		width: 200px;
		height: auto;
	}

	#header-sp-nav-btn {
		width: 32px;
		height: 44px;
		float:right;
		text-align: right;
	}
	#header-sp-nav-btn .button {
		position: relative;
		width: 32px;
		height: 22px;
		margin-bottom: 4px;
	}
	#header-sp-nav-btn .button span {
		width: 100%;
		height: 2px;
		background-color: #EC7289;
		position: absolute;
		left: 0;
		transition: .2s ease-in-out;
		transform-origin: center;
	}
	#header-sp-nav-btn .button span.l1 {
		top: .4rem;
	}
	#header-sp-nav-btn .button span.l2 {
		top: .9rem;
	}
	#header-sp-nav-btn .button span.l3 {
		top: 1.4rem;
	}
	.is-menu-open #header-sp-nav-btn .button span.l1 {
		top: .9rem;
		transform: rotate(-135deg);
	}
	.is-menu-open #header-sp-nav-btn .button span.l2 {
		display: none;
	}
	.is-menu-open #header-sp-nav-btn .button span.l3 {
		top: .9rem;
		transform: rotate(135deg);
	}
	#header-sp-nav-btn .label {
		font-size: 10px;
		letter-spacing: 1px;
	}

	#sp-nav-close-top {
		background: #fff;
		margin: 0 20px;
		text-align: right;
		padding: 12px;
		font-size: 11px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#sp-nav-close-top img {
		width: 30px;
		height: auto;
		vertical-align: middle;
		margin-bottom: 2px;
	}
	#header-sp-nav {
		margin: 0;
		width: 100%;
		height: calc(100vh - 160px);
		position: absolute;
		top: 90px;
		left: 0;
		z-index: 100;
		display: none;
		font-size: 120%;
		background: #fff;
		padding: 20px 0;
	}
	#header-sp-nav ul {
		text-align: center;
		margin: 0 20px;
		padding: 20px 0;
		background: #fff;
		border-radius: 0 0 10px 10px / 0 0 10px 10px;
		-webkit-border-radius: 0 0 10px 10px / 0 0 10px 10px;
		-moz-border-radius: 0 0 10px 10px / 0 0 10px 10px;
		background-color: #F1F1F1;
	}

	#header-sp-nav li {
		text-align: center;
		display: block;
		margin: 0 10px; 
		padding: 20px 0;
	}
	#header-sp-nav li:not(:first-of-type) {
		border-top: 1px dotted #9BA6B4;
	}
	#header-sp-nav li a {
		color: #023A6B;
		display: flex;
		flex-direction: column;
		text-decoration: none;
	}
	#header-sp-nav li a img {
		height: 38px;
		width: auto;
	}
	/* 相談リンク */
	.header-sp-contact {
		width: 100%;
		height: 82px;
		position: absolute;
		bottom: 0;
	}
	.header-sp-contact a {
		display: flex;
		justify-content: center;
		width: 100%;
		padding: 36px 0;
		color: #fff;
		background-color: #EC7289;
		text-decoration: none;
	}
	.header-sp-contact a figure {
		height: 20px;
		margin-right: 14px;
		margin-top: 5px;
	}
	.header-sp-contact a figure img {
		width: 100%;
		height: auto;
	}
	.header-sp-contact a .header-sp-contact-link {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.header-sp-contact a .header-sp-contact-link .jp {
		font-size: 18px;
		font-weight: 500;
	}
	.header-sp-contact a .header-sp-contact-link .en {
		font-family: 'Roboto', sans-serif;
		font-size: 10px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 959px) {

	/* TOP
	---------------------------------------------------------- */
	#section-top-copy {
	    width: 740px;
	    font-size: 16px;
	}

	#section-top-copy h2 img {
		width: 600px;
		height: auto;
	}

	#section-top-copy p {
	    padding: 25px 12px 30px 12px;
	}

	#section-top-content {
	    width: 748px;
	    margin: 0 auto;
	}
	.top-content-box {
	    width: 350px;
		margin: 0 10px 20px 10px;
	}

	#top-content-box4 {
		margin: 0 10px 20px 10px;
	}

	.top-content-pn {
		display: none;
	}

	#top-topics-list-inner {
	    width: 768px;
	}

	#top-topics-list-r {
	    width: 650px;
	    padding: 15px 0 40px 30px;
	}

	#top-topics-list-r li a {
	    width: 500px;;
	}

	#top-topics-list-more {
	    width: 630px;
	}

	#top-topics-entry {
	    width: 748px;
	}

	.top-topics-entry-body {
	    width: 500px;
	}

	.top-content-text {
	    padding: 0 14px;
	}

	#section-top-entry-form {
		width:730px;
		margin:0 auto 30px auto;
	}

	#section-top-entry-form a {
		width:700px;
	}

	#section-top-entry-form .entry-bnr-txt {
		width: 690px;
		display: block;
		padding-top: 5px;
		padding-bottom: 20px;
	}

	#section-top-entry-form .entry-bnr-btn {
		width: 690px;
		display: block;
		text-align: center;
		padding-bottom: 5px;
	}


	/* スポーツ栄養とは？
	---------------------------------------------------------- */
	#pankuzu {
	    width: 758px;
	    padding: 30px 0 10px 10px;
	}

	.section-subbox {
	    width: 768px;
	}

	.section-subbox p img {
		width: 100%;
		height: auto;
	}

	.section-subbox p {
	    font-size: 15px;
	}

	.section-subbox li {
	    font-size: 15px;
	}

	#section-sub-com-3 h2 img,
	.section-subbox h2 img {
		width: auto;
		height: 36px;
	}

	.staff-name img {
		width: auto;
		height: 38px;
	}

	#section-sub-com-copy img,
	#section-sub-copy img {
		height: auto;
		width: auto;
		max-width: 550px;
		max-height: 50px;
	}

	.staff-capacity {
	    font-size: 12px;
	}


	/* 事業内容
	---------------------------------------------------------- */
	#biz-content-layer {
	    width: 768px;
	}

	#biz-content-tab {
	    margin: 0 0 0 5px;
	}

	#biz-content-tab li.first a {
	    width: 140px;
	    margin-right: 0;
	    padding: 20px 20px 26px 20px;
	}

	#biz-content-tab li a {
	    width: 185px;
	    margin-right: 0;
	    margin-left: 5px;
	}

	.biz-content-box h2 .hide-mobile-inline {
		display: none;
	}

	.biz-content-box h2 .show-mobile-inline {
		display: inline;
	}

	.biz-content-box {
	    margin-right: 0;
	}

	.biz-content-box h2 {
		text-align: center;
	    padding: 5px 10px 20px 10px;
	}

	#biz-content-box1 h2 {
		background: url(../img/business/bg_biz1.png) no-repeat left 10px top;
		background-size:37px auto;
	}

	#biz-content-box2 h2 {
		background: url(../img/business/bg_biz2.png) no-repeat left 10px top;
		background-size:46px auto;
	}

	#biz-content-box3 h2 {
		background: url(../img/business/bg_biz3.png) no-repeat left 15px top;
		background-size: 42px auto;
	}

	#biz-content-box4 h2 {
		background: url(../img/business/bg_biz4.png) no-repeat left 10px top;
		background-size: 45px auto;
	}

	.biz-content-part h3.t-pink {
	    font-size: 16px;
	}

	.biz-content-body {
	    font-size: 15px;
	}


	/* 会社概要
	---------------------------------------------------------- */
	#table-company {
	    width: 748px;
	    margin: 0 auto;
	}

	#table-company td {
	    font-size: 15px;
	}

	.more-btn-layer {
	    padding: 20px 10px 20px 0;
	}

	#section-sub-com-3 h2 {
	    width: 768px;
	}

	.staff-box-inner {
	    width: 748px;
	    padding: 50px 10px;
	}

	.staff-box-l {
	    width: 280px;
	}

	.staff-box-r {
	    width: 460px;
	}

	.staff-career {
	    font-size: 15px;
	}


	/* お問合せ
	---------------------------------------------------------- */
	#form-layer {
	    width: 768px;
	}

	#gmap {
	    position: relative;
	    width: 100%;
	    padding-top: 70%;
	    margin: 0 0 20px 0;
	    height: 0;
	}

	#gmap iframe, #gmap object, #gmap embed {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    margin: 5px 0;
	}

	#section-contact-1 {
	    padding: 60px 0 0 0;
	}

	#section-contact-1-body {
	    padding: 20px 0 40px 0;
	}

	#section-contact-map h2 img,
	#section-contact-1 .t-jp img {
		height: 20px;
		width: auto;
	}

	#contact-1-tel img {
		height: 26px;
		width: auto;
	}



	/* よくあるご質問
	---------------------------------------------------------- */
	.faq-list-layer {
	    width: 768px;
	}

	.faq-list-l {
	    width: 350px;
	    margin: 0 40px 0 0;
	}

	.faq-list-r {
	    width: 350px;
	}

	#faq-contact-layer {
	    width: 768px;
	}

	.faq-popup-box {
	    width: 768px;
	}

	.faq-list-r li, .faq-list-l li {
	    font-size: 16px;
	}


	/* 活動報告
	---------------------------------------------------------- */
	.blog-layer {
	    width: 768px;
	}

	.content-layer {
	    width: 438px;
	    margin: 0 20px 0 0;
	}

	#blog-image-layer {
	    height: 150px;
	    overflow: hidden;
	    text-align: center;
	}

	#blog-image-inner {
	    width: 768px;
	}

	#blog-image-text {
	    height: 150px;
	    width: auto;
	    float: none;
	}

	#blog-image-text img {
	    margin: 60px 0 0 0;
	    height: 30px;
	    width: auto;
	}

	#blog-image-ph {
		display: none;
	}

	#blog-image-layer .hide-mobile-inline {
		display: none;
	}

	#blog-image-layer .show-mobile-inline {
		display: inline;
	}

	.entry-title {
	    font-size: 17px;
	}



	/* サービス案内
	---------------------------------------------------------- */
	#section-sub-sv-1 {
	    width: 748px;
	    margin: 0 auto;
	}

	.tab li .hide-mobile-inline {
		display: none;
	}

	.tab li .show-mobile-inline {
		display: inline;
	}

	.tab {
	    overflow: visible;
	    margin: 0;
	}

	.tab li {
		float:none;
		text-align: center;
	}

	.tab li a {
		display: block;
		margin-bottom: 15px;
		padding: 10px;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		box-shadow:0px 0px 3px 2px #e6e6e6;
		-moz-box-shadow:0px 0px 3px 2px #e6e6e6;
		-webkit-box-shadow:0px 0px 3px 2px #e6e6e6;
	}

	.tab li a img {
		width: auto;
		height: 40px;
	}

	.tab li.end a img {
		width: auto;
		height: 38px;
	}

	.sv-content-box {
	    padding: 25px 0 25px 0;
	}

	.sv-content-box.end {
	    padding: 25px 0 10px 0;
	}

	.sv-content-l {
	    width: 288px;
	    padding-right: 70px;
	    background: url(../img/service/sv_allow.png) no-repeat right 15px center;
	}

	.sv-content-r {
	    width: 340px;
	    float: left;
	}

	.sv-content-news-r {
	    width: 560px;
	    float: left;
	    font-size: 15px;
	}

	#sv-content-4 div img {
		width: 100%;
		height: auto;
	}
}


@media only screen and (max-width: 767px) {
	body {
	    font-size: 13px;
	}

	/*========== FOOTER ==========*/
	.p-footer .inner {
    padding: 60px 0 120px 0;
	}
	.p-footer-top {
  	padding: 24px 0;
	}
	.p-footer-bottom {
		flex-direction: column;
	}
	.p-footer-info .logo {
		margin-right: 0;
		margin-bottom: 32px;
	}
	.p-footer-info {
		width: 100%;
		flex-direction: column;
		margin-bottom: 48px;
	}
	.p-footer-info .meta h3 {
		font-size: 16px;
	}
	.p-footer-navi {
		width: 100%;
		justify-content: space-between;
		font-size: 14px;
	}
	.p-footer-navi ul {
		max-width: initial;
	}


	/* TOP
	---------------------------------------------------------- */
	/* ビジュアル */
	.p-top-visual::before {
		padding-top: 160%;
	}
	.p-top-visual .copy {
		width: 72vw;
		left: 6%;
    top: 50px;
	}
	.p-top-movie {
		bottom: 26px;
		left: inherit;
		right: 4%;
	}
	.p-top-movie .c-allow-button {
		padding: 14px 24px 16px 24px;
		font-size: 15px;
	}
	.p-top-scroll {
		left: calc(50% - 10px);
		bottom: 86px;
		width: 86px;
	}
	/* ニュース */
	#top-topics-entry,
	#top-topics-list-inner {
		flex-direction: column;
	}
	#top-topics-list h2 {
		width: 100%;
		margin-bottom: 20px;
		font-size: 20px;
	}
	#top-topics-list-r {
		flex-direction: column;
		width: 100%;
	}
	#top-topics-list-r ul {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	#top-topics-list-r li {
		padding: 8px 0;
		flex-direction: column;
	}
	.top-topics-list-date {
		width: 100%;
		padding: 0 0 4px 0;
		font-size: 12px;
	}
	#top-topics-list-more {
		width: 100%;
		background: #fff;
		margin-top: 50px;
		padding: 40px 0;
		justify-content: center;
	}
	#top-topics-list-more a {
		font-size: 16px;
	}
	#top-topics-list-inner {
		padding: 60px 0 0 0;
	}
	.p-section-business,
	.p-top-concept {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.p-section-business__sports {
		transform: translate(-5vw, 0);
		width: 100vw;
	}
	.p-section-business__sports-navi {
		flex-wrap: wrap;
	}
	.p-section-business__sports-navi a {
		width: 49%;
	}
	.p-section-business__sports-navi a:first-of-type,
	.p-section-business__sports-navi a:nth-of-type(2) {
		margin-bottom: 2%;
	}
	.p-section-business__sports-navi a:nth-of-type(2) {
		margin-right: 0;
	}
	.p-business-sports {
		padding: 90px 0;
	}

	/* スポーツ栄養とは？
	---------------------------------------------------------- */
	#sub-image-layer {
		overflow: hidden;
		position: relative;
	    width: 100%;
	    height: 135px;
	}

	#sub-image-layer img {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  -webkit-transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	  width: 105%;
	  height: auto;
	}

	#section-sub-copy {
	    padding: 20px 0;
	    font-size: 0;
	}

	#section-sub-copy img {
		height: auto;
		width: auto;
		max-width: 320px;
		max-height: 36px;
	}

	#pankuzu {
	    width: auto;
	    font-size: 12px;
	    padding: 10px;
			margin-bottom: 20px;
	}

	.section-subbox {
	    width: auto;
	    margin: 0 auto 20px auto;
	    padding: 0 10px 0 10px;
	}

	.section-subbox h2 {
	    padding: 20px 0;
	    border-top: 1px solid #a1a1a1;
	    border-bottom: 1px dotted #a1a1a1;
	    margin: 0 0 20px 0;
	}

	.section-subbox h2 img {
		width: auto;
		height: 30px;
	}

	#section-sub-sn-4 h2 img {
		width: auto;
		height: 50px;
	}

	.section-subbox p {
	    font-size: 13px;
	    line-height: 1.5;
	    padding: 0 0 1.5em 5px;
	}

	.section-subbox li {
	    font-size: 13px;
	}

	#section-sub-sn-4 p img {
		width: 100%;
		height: auto;
	}

	.section-subbox p.syutten {
		font-size: 12px;
	}

	/* 事業内容
	---------------------------------------------------------- */
	.p-business-movie {
		bottom: 26px;
    left: inherit;
    right: 4%;
	}
	.p-business-movie .c-allow-button {
    padding: 14px 24px 16px 24px;
    font-size: 15px;
		background-color: #fff;
    color: #023A6B !important;
	}
	.p-business-movie .c-allow-button::after {
    background: url(../img/company/icon_button_allow_b.svg) no-repeat center;
    background-size: 100% auto;
}
	.p-business-visual::before {
    padding-top: 160%;
	}
	.p-section-business__visual {
    width: 100vw;
    transform: translateX(-5%);
	}
	.p-business-sports .item {
    padding: 24px;
    margin: 0 0 0 46px;
	}
	.p-business-sports .item:not(:last-of-type) {
    margin-bottom: 60px;
	}
	.p-business-sports .item .tag {
    padding: 44px 0;
    left: -46px;
    width: 60px;
	}
	.p-business-sports .item .tag img {
    width: 40px;
	}
	.p-business-sports .item .heading {
    flex-direction: column;
    align-items: start;
    justify-content: initial;
	}
	.p-business-sports .item .heading h3 {
    width: 100%;
    padding-left: 0;
    margin-bottom: 8px;
	}
	.p-business-sports .item .heading p {
    width: 100%;
	}
	/* セミナー情報 */
	.p-seminor-info ul li {
    display: flex;
    flex-direction: column;
    align-items: initial;
    margin-bottom: 16px;
		font-size: 14px;
	}
	.p-seminor-info ul li a {
    font-size: 15px;
	}
	/* セミナー実績 */
	.p-seminor-result__list li {
    width: 100%;
	}
	.p-seminor-result__list li:not(:last-of-type) {
		margin-bottom: 48px;
	}
	.p-business-navi {
    flex-wrap: wrap;
		padding: 40px 0 0 0;
	}
	.p-business-navi li {
    width: 100%;
		margin-bottom: 40px;
	}
	.p-business-navi li h4 {
		height: initial;
	}
	.p-business-navi li h4 img {
    width: 40px;
	}
	.p-business-navi li .c-allow-button {
		font-size: 16px;
    max-width: initial;
	}
	.p-section-business__health-title {
    width: 100vw;
    transform: translateX(-5%);
	}
	.p-section-business__health-list li h4 {
    margin-bottom: 14px;
	}
	.p-section-business__health-list li {
    width: 100%;
		margin-bottom: 64px;
	}

	/* 会社概要
	---------------------------------------------------------- */
	.c-allow-button {
		font-size: 16px;
		font-weight: 500;
    width: 70%;
    max-width: 270px;
		padding: 17px 30px 21px 30px;
    justify-content: center;
	}
	.c-allow-button::after {
    width: 20px;
    height: 17px;
		margin-top: 1px;
	}
	/* ビジュアル */
	.p-company-visual::before {
    padding-top: 160%;
	}
	.p-company-visual .copy {
    /* font-size: 15px; */
		top: 20%;
	}
	.p-company-visual .copy img {
		width: 90%;
    max-width: 330px;
	}
	/* 固定バナー */
	.p-fix-contact {
			width: 100%;		
	}
	.p-fix-contact a {
    padding: 22px 0;
	}
	/* 見出し */
	.p-section-heading {
		padding: 32px 0 28px 0;
    margin: 0 auto 40px auto;
	}
	.p-section-heading .jp {
    font-size: 26px;
	}
	.p-section-heading .jp img {
    height: 24px;
	}
	.p-section-heading .en {
    font-size: 11px;
	}
	/* コンセプト */
	.p-company-concept .p-section-heading {
    margin-top: 40px;
	}
	/* スタッフ紹介 */
	.p-company-staff__content {
		width: 80%;
    flex-direction: column;
	}
	.p-staff-profile {
    width: 100%;
		padding-bottom: 65px;
	}
	.p-staff-profile:not(:last-of-type) {
		margin-bottom: 40px;
	}
	.p-staff-profile .p-staff-profile__heading .name .jp {
    font-size: 22px;
		margin-bottom: 10px;
	}
	.p-staff-profile .p-staff-profile__heading .name .en {
    font-size: 11px;
	}
	.p-staff-profile .p-staff-profile__heading .position {
    font-size: 14px;
	}
	.p-staff-profile.is_open .p-staff-profile__content {
    font-size: 16px;
		line-height: 1.8;
	}
	.p-staff-profile__button {
    padding: 20px 0;
	}
	.p-staff-profile__button span {
    position: relative;
    font-size: 16px;
	}
	/* 会社概要 */
	.p-company-outline__content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	}
	.p-company-outline__content dl {
    border-top: none;
		font-size: 16px;
	}
	.p-company-outline__content dl dt {
    width: 100%;
		padding: 20px 0 0 0;
		border-bottom: none;
		color: #707F89;
	}
	.p-company-outline__content dl dd {
    width: 100%;
		padding: 10px 0 20px 0;
	}
	/* メディア情報 */
	.p-company-media__content ul {
    flex-direction: column;
		margin-bottom: 40px;
	}
	.p-company-media__content ul li {
    width: auto;
		padding: 36px 10px;
    border-bottom: 1px dotted #666;
	}
	.p-company-media__content ul li figure {
		width: 100%;
    margin: 0 auto 16px auto;
    text-align: center;
	}
	.p-company-media__content ul li .meta a {
		font-size: 16px;
	}


	/* お問合せ
	---------------------------------------------------------- */
	#section-contact-1 {
	    text-align: center;
	    padding: 25px 0 5px 0;
	}

	#section-contact-1 h2 img {
	    height: 16px;
	    width:auto;
	}

	#section-contact-1-body {
	    padding: 20px 0 25px 0;
	}

	#contact-1-tel {
	    padding: 5px 0 25px 0;
	    font-size: 0;
	    vertical-align: middle;
	    line-height: 1;
	}

	#contact-1-tel img {
	    height: 20px;
	    width:auto;
	}

	#section-contact-1-body p {
	    font-size: 11px;
	}

	#section-contact-form {
	    padding: 20px 5px;
	}

	.form-intro h2 {
	    display: inline-block;
	    padding: 3px 0 3px 25px;
	    background: url(./img/icon_mail_b.png) no-repeat left center;
	    background-size: 20px auto;
	    font-size: 14px;
	}

	.form-intro p {
	    padding: 20px 0 10px 0;
	    font-size: 13px;
	}

	#form-layer {
	    width: auto;
	    margin: 0 auto;
	    padding: 30px 10px 10px 10px;
	}

	.form-box {
	    width: auto;
	    padding: 10px 0;
	}

	.form-box-l, .form-box-r {
	    display: block;
	    padding: 0px;
	    font-size: 13px;
	}

	.form-box-l {
	    width: 100%;
	    padding: 0 0 10px 0;
	    text-align: center;
	}

	.form-box-r {
	    width: 100%;
	}

	.input-text {
	    width: 100%;
	    padding: 5px 0;
	    font-size: 14px;
	}

	form select {
	    width: 100%;
	    height: auto;
	    line-height: 1.6;
	    font-size: 14px;
	}

	.input-textarea {
	    width: 100%;
	    padding: 5px 0;;
	    font-size: 14px;
	}

	#button-layer input {
	    height: auto;
	    width:180px;
	}

	#section-contact-map {
	    padding: 20px 0 20px 0;
	}

	#section-contact-map h2 img {
	    height: 15px;
	    width:auto;
	}

	#section-contact-map-body p {
	    padding: 0 0 15px 0;
	    font-size: 12px;
	}

	#gmap {
	    position: relative;
	    width: 100%;
	    padding-top: 100%;
	    margin: 0 0 20px 0;
	    height: 0;
	}

	#gmap iframe, #gmap object, #gmap embed {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    margin: 5px 0;
	}

	#section-contact-map-body {
	    padding: 15px 0 0 0;
	}

	#section-top-entry-form.contact-entry-form {
	    width: auto;
	    margin: 0 20px 20px 20px;
	}


	/* 活動報告
	---------------------------------------------------------- */
	#blog-image-layer {
	    height: 130px;
	    overflow: hidden;
	    text-align: center;
	}

	#blog-image-inner {
	    width: auto;
	}

	#blog-image-text {
	    height: 130px;
	    width: auto;
	    float: none;
	}

	#blog-image-text img {
	    margin: 50px 0 0 0;
	    height: 30px;
	    width: auto;
	}

	.blog-layer {
	    width: auto;
	    padding: 0 0 0 0;
	}

	.content-layer {
	    width: auto;
	    float: none;
	    margin: 0 10px;
	}

	.section-entrybox {
	    padding: 0 0 20px 0;
	}

	.menu-layer {
	    width: auto;
	    float: none;
	    padding: 15px;
	}

	.entry-date {
	    width: 85px;
	    font-size: 13px;
	}

	.entry-title {
	    width: auto;
	    font-size: 13px;
	    font-weight: normal;
	}

	.entry-body,
	.entry-body p {
	    font-size: 13px;
	    line-height: 1.5;
	}

	.blog-detail-pager {
	    font-size: 12px;
	}

	.more-btn-layer img {
		width: auto;
		height: 30px;
	}

	/* サービス案内
	---------------------------------------------------------- */
	.tab {
	    overflow: visible;
	    margin: 0;
	}

	.tab li {
		float:none;
		text-align: center;
	}

	.tab li a {
		display: block;
		margin-bottom: 15px;
		padding: 10px;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		box-shadow:0px 0px 3px 2px #e6e6e6;
		-moz-box-shadow:0px 0px 3px 2px #e6e6e6;
		-webkit-box-shadow:0px 0px 3px 2px #e6e6e6;
	}

	.tab li a img {
		width: auto;
		height: 40px;
	}

	.tab li.end a img {
		width: auto;
		height: 38px;
	}

	#section-sub-sv-1 {
	    width: auto;
	}

	.section-sub-sv h2 {
	    padding: 5px 0 20px 0;
	    border-top: none;
	    margin: 0 0;
	}

	.sv-content-box {
	    border-bottom: 1px dotted #a1a1a1;
	    padding: 15px 10px;
	    margin: 0;
	    text-align: left;
	}

	.sv-content-l {
	    width: auto;
	    padding: 0 0 45px 0;
	    float: none;
	    min-height: 20px;
	    background: url(../img/service/sv_allow_sp.png) no-repeat center bottom 15px;
	}

	.sv-content-r {
	    width: auto;
	    float: none;
	}

	.sv-content-r h3 {
	    font-size: 13px;
	}

	.section-subbox .sv-content-box .sv-content-r p {
	    padding-left: 13px;
	}

	.sv-content-box.end .sv-content-l {
	    width: auto;
	    float: none;
	    padding: 0 0 10px 0
	}

	.sv-content-box.end .sv-content-l p {
	    font-size: 13px;
	}

	.sv-content-box.end .sv-content-l br {
	    display: none;
	}

	.sv-content-box.end .sv-content-r {
	    width: auto;
	    float: none;
	    text-align: center;
	    padding-top: 10px;
	}

	.content li {
		margin-bottom: 15px;
	}

	.sv-content-news-l {
	    padding-left: 0;
	    width: auto;
	    float: none;
	    font-size: 13px;
	}

	.sv-content-news-r {
	    width: auto;
	    float: none;
	    font-size: 13px;
	}

	#sv-content-4 div img {
		width: 100%;
		height: auto;
	}

	.sv-content-box.end {
	    border-bottom: none;
	    padding: 15px 10px 10px 10px;
	}



	/* よくあるご質問
	---------------------------------------------------------- */
	#pankuzu.faq-pankuzu {
	    margin-bottom: 25px;
	}

	.faq-list-layer {
	    width: auto;
	    padding: 0 10px;
	}

	.faq-list-r li,
	.faq-list-l li {
	    padding: 5px 0 5px 10px;
	    font-size: 13px;
	    color: #4D4D4D;
	    letter-spacing: 0;
	}

	.faq-list-l {
	    width: auto;
	    float: none;
	    margin: 0 0 25px 0;
	}

	.faq-list-r {
	    width: auto;
	    float: none;
	    margin: 0 0 25px 0;
	}

	.faq-list-r h2 img,
	.faq-list-l h2 img {
		width: auto;
		height: 14px;
	}

	.faq-list-r h2,
	.faq-list-l h2 {
	    padding: 0 0 10px 10px;
	    border-bottom: 1px dotted #333;
	    margin: 0 0 8px 0;
	}

	.faq-list-r li span,
	.faq-list-l li span {
	    padding: 0 0 0 16px;
	    background-size: 8px auto;
	    cursor: pointer;
	}

	.faq-list-r li span.selected,
	.faq-list-l li span.selected {
	    padding: 0 0 0 16px;
	    background-size: 8px auto;
	}

	.faq-popup {
		position:fixed;
		top:10%;
		left:0;
		z-index: 10;
		width: 100%;
		padding: 10px 0;
	}

	.faq-popup-box {
	    width: 100%;
	    height: auto;
	    margin: 0 auto;
	}

#modal-overlay {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./img/bg_black.png) repeat center center;
}

	.faq-popup-a, 
	.faq-popup-q {
	    padding: 8px;
	    font-size: 13px;
	    margin: 0 10px; 
	}

	.faq-popup-q {
	    font-size: 13px;
	    margin-bottom: 10px;
	}

	.faq-popup-q p {
	    padding: 3px 0 3px 10px;
	    border-left: 5px solid #EC7289;
	}

	#faq-contact-layer {
	    width: auto;
	    padding: 10px 0 20px 0;
	}

	#faq-contact-btn img {
		width: 180px;
		height: auto;
	}

	#faq-contact-attention {
	    font-size: 12px;
	}

	.faq-popup-a {
	    position: relative;
	    padding-bottom: 50px;
	}

	.faq-popup-a span.faq-close-btn {
	    cursor: pointer;
	    display: block;
	    background: url(../img/faq/btn_close.png) repeat center;
	    background-size: 25px auto;
	    width: 25px;
	    height: 25px;
	    position: absolute;
	    right: 12px;
	    bottom: 12px;
	}

	#section-sub-contact-faq,
	.section-subbox {
		width: auto;
	}
	#section-sub-contact-faq > h2 {
		width: auto;
		padding: 20px 0;
		border-top: 1px solid #a1a1a1;
		border-bottom: 1px dotted #a1a1a1;
		margin: 0 10px 20px 10px;
	}
	#section-sub-contact-faq > h2 img {
		width: auto;
		height: 30px;
	}
	.p-administration-archive #blog-image-text img {
		height: 54px;
    margin: 37px auto 0 auto;
	}
	.administration-list td {
		padding: 4px 20px 4px 0;
		margin-right: 0;
		display: inline-block;
	}
	.administration-list td:last-of-type {
		padding: 4px 0 4px 0;
	}
	.administration-list .administration-box{
		padding: 12px 0;
		display: block;
	}
	.administration-year,
	.administration-requester,
	.administration-title {
		font-size: 13px;
	}
	.administration-title {
		width: 100%;
	}

	/* メディア掲載実績リスト
	---------------------------------------------------------- */
	.media-list {
		width: auto;
		margin: 10px auto 60px auto;
		padding: 0 10px 0 10px;
	}
	.media-image {
		width: 120px;
	}

		/* タイル状お知らせレイアウト
	---------------------------------------------------------- */
	.p-entrybox-list {
    justify-content: initial;
    align-items: center;
    flex-direction: column;
}
	.p-entrybox {
		width: 92%;
    margin-bottom: 18%;
	}
	.p-entrybox > figure {
    margin-bottom: 13px;
	}
	.p-entrybox > figure:before {
    padding-top: 60%;
	}
	.p-entrybox__content .title a {
		font-size: 22px;
		line-height: 1.4;
	}
	.p-entrybox__content .meta {
    margin-bottom: 12px;
		justify-content: space-between;
	}
	.p-entrybox__content .meta .date {
    font-size: 16px;
	}
	.p-entrybox__content .meta .tag span {
    font-size: 13px;
	}
}


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

	#footer-inner {
	    width: 300px;
	}

	#footer-inner-c {
	    width: 300px;
	}

	#footer-nav-l {
	    width: 143px;
	}

	#footer-nav-r {
	    width: 133px;
	}

	#footer a {
	    font-size: 12px;
	}

	#footer-inner-r {
	    width: 300px;
	}

	/* スポーツ栄養とは？
	---------------------------------------------------------- */
	#sub-image-layer {
	    height: 115px;
	}

}

/* 栄養士コラム（タイル表示）
---------------------------------------------------------- */
@media screen and (max-width: 767px) {
	.blog-flex-wrap {
		flex-direction: column;
	}
	.blog-flex-wrap > article {
		width: auto;
	}
	.more-btn img {
    width: auto;
    height: 30px;
	}
}
/* お問い合わせセクション
---------------------------------------------------------- */
@media screen and (max-width: 767px) {
	.common-contact-section a {
		font-size: 20px;
	}
}

/* ヘルスケア事業実績
---------------------------------------------------------- */
@media screen and (max-width: 767px) {
	.administration-list {
    width: 90%;
    margin: 20px auto 0 auto;
	}
	.p-healthcare-archive #blog-image-text img {
    margin: 50px 0 0 0;
    height: 30px;
    width: auto;
	}
}

/* タグ表示
---------------------------------------------------------- */
@media screen and (max-width: 767px) {
	.post-tags {
		font-size: 16px;
	}
}