/* ==========================================================================
  Reset
  ========================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  /* vertical-align: baseline; */
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

img {
  font-size: 0;
  line-height: 0;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: none;
}

input,
select {
  vertical-align: middle;
}

html {
  overflow-y: scroll;
  *zoom: 1;
  /* firefox */
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}

ol,
ul,
li {
  list-style: none;
}

b {
  font-weight: bold;
}

/* ==========================================================================
  Base
  ========================================================================== */
#page-nutrition a {
    color: #2ab3d7;
}
#page-nutrition p {
    font-size: 14px;
}
#page-nutrition .l-wrapper {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  color: #222;
  letter-spacing: 0.02em;
}

#page-nutrition * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page-nutrition img {
  width: 100%;
  height: auto;
  vertical-align: baseline;
}

#page-nutrition ::selection {
  background: #0f9ec4;
  color: #fff;
}

#page-nutrition .pc {
  display: block;
}

#page-nutrition .sp {
  display: none;
}

#page-nutrition a {
  text-decoration: underline;
}
#page-nutrition a:hover {
  text-decoration: none;
}
#page-nutrition a:hover img {
  opacity: 0.8;
}

#page-nutrition a.btn {
  display: block;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

#page-nutrition h1,
#page-nutrition h2,
#page-nutrition h3,
#page-nutrition h4,
#page-nutrition h5,
#page-nutrition h6,
#page-nutrition strong {
  font-weight: normal;
}

#page-nutrition .serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

/* ==========================================================================
  Layout
  ========================================================================== */
#page-nutrition .l-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #fff;
}

#page-nutrition .l-inner {
  position: relative;
  width: 1140px;
  margin: 0 auto;
}

#page-nutrition .l-flex {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page-nutrition .l-flex-aligncenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#page-nutrition .l-flex-justcenter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#page-nutrition .l-flex-justbetween {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#page-nutrition .pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
  overflow: hidden;
  border-radius: 4px 0 0 0;
}
#page-nutrition .pagetop a {
  display: block;
  padding: 10px;
  background: #0f9ec4;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

/* ==========================================================================
  Pagetitle
  ========================================================================== */
#page-nutrition .pagetitle {
  padding-bottom: 60px;
  background: #d9f1f7;
}

#page-nutrition .pagetitle .mv {
  background: url(http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/nutrition/assets/images/mv_pc.png) left top no-repeat;
  background-size: 1121px 562px;
}
#page-nutrition .pagetitle .mv .l-inner {
  min-height: 560px;
}
#page-nutrition .pagetitle .mv .mv-ttl {
  position: absolute;
  top: 100px;
  right: 0;
  width: 460px;
  height: 316px;
  padding: 50px 25px 40px 35px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 0 #0f9ec4;
  box-shadow: 5px 5px 0 #0f9ec4;
}
#page-nutrition .pagetitle .mv .mv-ttl h1 {
  margin-bottom: 30px;
  font-size: 44px;
  letter-spacing: 0.5em;
}
#page-nutrition .pagetitle .mv .mv-ttl h1 span {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #0f9ec4;
  letter-spacing: 0.25em;
}
#page-nutrition .pagetitle .mv .mv-ttl p {
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

@media only screen and (min-width:761px){
	#page-nutrition .pagetitle .mv .mv-ttl .p2 {
	  padding-top: 80px;
	  font-size: 18px;
	  line-height: 1.4;
	}
	#page-nutrition .pagetitle .mv .mv-ttl .p2 a {
		color : #222;
	}
}
@media only screen and (max-width:760px){
	#page-nutrition .pagetitle .mv .mv-ttl .p2 {
	  padding-top: 30px;
	  margin-bottom: 80px;
	  font-size: 18px;
	  line-height: 1.4;
	}
	#page-nutrition .pagetitle .mv .mv-ttl .p2 a {
		color : #222;
	}
}

#page-nutrition .pagetitle .about {
  padding-top: 60px;
  background: url(http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/nutrition/assets/images/about_aboutus.png) left bottom no-repeat;
  background-size: 74px auto;
}
#page-nutrition .pagetitle .about .l-inner {
  overflow: hidden;
}
#page-nutrition .pagetitle .about .about-txt {
  float: left;
  width: 750px;
}
#page-nutrition .pagetitle .about .about-txt p.lead {
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
}
#page-nutrition .pagetitle .about .about-txt p.lead:first-child {
  margin-bottom: 2em;
}
#page-nutrition .pagetitle .about .about-img {
  float: right;
  width: 310px;
}
#page-nutrition .pagetitle .about .about-img img {
  display: block;
  margin-bottom: 15px;
}
#page-nutrition .pagetitle .about .about-img p {
  margin-bottom: 10px;
  font-size: 14px;
}
#page-nutrition .pagetitle .about .about-img .name span {
  font-size: 18px;
}
#page-nutrition .pagetitle .about .staff-profile {
  position: relative;
  overflow: visible;
  padding-right: 15px;
}
#page-nutrition .pagetitle .about .staff-profile::after {
  -webkit-filter: drop-shadow(-3px -3px 2px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(-3px -3px 2px rgba(0, 0, 0, 0.15));
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -15px;
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-right: 50px solid #d9f1f7;
  border-bottom: 50px solid #d9f1f7;
  border-left: 50px solid transparent;
  content: "";
}

/* ==========================================================================
  Anchor
  ========================================================================== */
#page-nutrition .anchor {
  padding: 25px;
  background: url(http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/nutrition/assets/images/pat_stripe.png) #0f9ec4;
}
#page-nutrition .anchor ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page-nutrition .anchor ul li {
  overflow: hidden;
  width: 270px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 0 #0f9ec4;
  box-shadow: 3px 3px 0 #0f9ec4;
}
#page-nutrition .anchor ul li a {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  padding: 15px 15px;
  background: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #0f9ec4;
  text-align: center;
  text-decoration: none;
}
#page-nutrition .anchor ul li a span {
  display: table-cell;
  vertical-align: middle;
}
#page-nutrition .anchor ul li a::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -10px;
  display: block;
  width: 30px;
  height: 100%;
  margin: auto auto auto 0;
  background: #0f9ec4;
  content: "";
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
#page-nutrition .anchor ul li a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  display: block;
  width: 0;
  height: 0;
  margin: auto 15px auto auto;
  border-top: 8px solid #0f9ec4;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  content: "";
}

/* ==========================================================================
  Contents
  ========================================================================== */
#page-nutrition .cnt {
  padding: 80px 0;
}
#page-nutrition .cnt h2 {
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 600;
  color: #0f9ec4;
  text-align: center;
  letter-spacing: 0.15em;
}
#page-nutrition .cnt .lead {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
}
#page-nutrition .cnt p {
  line-height: 1.4;
}

#page-nutrition .txt-l {
  float: left;
  width: 550px;
}

#page-nutrition .img-r {
  float: right;
  width: 490px;
}

#page-nutrition .cnt-works .ph {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
#page-nutrition .cnt-works .ph img {
  display: block;
  width: 50%;
}

#page-nutrition .cnt-works .flow {
  margin-bottom: 60px;
}
#page-nutrition .cnt-works .flow h4 {
  margin-bottom: 15px;
  font-size: 26px;
  color: #0f9ec4;
  text-align: center;
}
#page-nutrition .cnt-works .flow img {
  display: block;
  width: 793px;
  margin: 0 auto;
}

#page-nutrition .cnt-works .support {
  padding: 0 30px;
}
#page-nutrition .cnt-works .support h3 {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #0f9ec4;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: #0f9ec4;
}
#page-nutrition .cnt-works .support h3 span {
  font-size: 0.7em;
}
#page-nutrition .cnt-works .support h4 {
  margin-bottom: 30px;
  text-align: center;
}
#page-nutrition .cnt-works .support h4 span {
  display: inline-block;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #0f9ec4;
  font-size: 20px;
  color: #0f9ec4;
  text-align: center;
}
#page-nutrition .cnt-works .support p {
  text-align: justify;
}
#page-nutrition .cnt-works .support .intro {
  overflow: hidden;
  margin-bottom: 40px;
}
#page-nutrition .cnt-works .support .nst-box {
  margin-top: 30px;
  background: #d9f1f7;
}
#page-nutrition .cnt-works .support .nst-box h5 {
  position: relative;
  display: inline-block;
  overflow: visible;
  padding: 10px 10px 10px 80px;
  background: #0f9ec4;
  font-size: 24px;
  color: #fff;
}
#page-nutrition .cnt-works .support .nst-box .nst-box-inner {
  padding: 30px;
}
#page-nutrition .cnt-works .support .nst-box ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}
#page-nutrition .cnt-works .support .nst-box ul li {
  position: relative;
  width: 50%;
  margin-bottom: 15px;
  padding-left: 15px;
}
#page-nutrition .cnt-works .support .nst-box ul li::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto auto auto 0;
  background: #333;
  background-size: auto auto;
  content: "";
}
#page-nutrition .cnt-works .support .nst-box h5::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  display: block;
  width: 70px;
  height: 70px;
  margin: auto auto auto 0;
  content: "";
}
#page-nutrition .cnt-works .support .nst-box.pnst h5::before {
  background: url(http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/nutrition/assets/images/icon_pnst.png);
  background-size: 100% auto;
}
#page-nutrition .cnt-works .support .nst-box.anst h5::before {
  background: url(http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/nutrition/assets/images/icon_anst.png);
  background-size: 100% auto;
}

#page-nutrition .cnt-works .speciality {
  padding-top: 30px;
}
#page-nutrition .cnt-works .speciality h3 {
  margin-bottom: 15px;
  font-size: 30px;
  text-align: center;
}
#page-nutrition .cnt-works .speciality .catch {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
}
#page-nutrition .cnt-works .speciality .nst-wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
#page-nutrition .cnt-works .speciality .nst-wrap .nst-box {
  width: 47.5%;
  padding: 15px 0;
  background: #d5e1e7;
}
#page-nutrition .cnt-works .speciality .nst-wrap .nst-box h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  background: #fff;
}
#page-nutrition .cnt-works .speciality .nst-wrap .nst-box h4 span.main {
  padding: 0 15px;
  font-size: 22px;
  line-height: 1.4;
  color: #1c2f59;
}
#page-nutrition .cnt-works .speciality .nst-wrap .nst-box h4 span.sub {
  display: inline-block;
  padding: 10px;
  background: #1c2f59;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}
#page-nutrition .cnt-works .speciality .nst-wrap .nst-box p {
  padding: 10px 30px;
  line-height: 1.4;
  text-align: justify;
}
#page-nutrition .cnt-works .speciality .nst-wrap .nst-box ul {
  padding: 10px 30px;
}
#page-nutrition .cnt-works .speciality .nst-wrap .nst-box ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px;
}
#page-nutrition .cnt-works .speciality .nst-wrap .nst-box ul li:last-child {
  margin-bottom: 0;
}
#page-nutrition .cnt-works .speciality .nst-wrap .nst-box ul li::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto auto auto 0;
  background: #333;
  background-size: auto auto;
  content: "";
}
#page-nutrition .cnt-works .speciality .screening {
  margin-top: 30px;
}
#page-nutrition .cnt-works .speciality .screening .flow {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 60px;
}
#page-nutrition .cnt-works .speciality .screening .flow .img-l {
  float: left;
  width: 412px;
}
#page-nutrition .cnt-works .speciality .screening .flow .img-l img {
  width: 100%;
  height: auto;
}
#page-nutrition .cnt-works .speciality .screening .flow .img-r {
  float: right;
  width: 560px;
}
#page-nutrition .cnt-works .speciality .screening .flow .img-r img {
  width: 100%;
  height: auto;
}

#page-nutrition .cnt-team {
  background: #d9f1f7;
}
#page-nutrition .cnt-team .team-staff-wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
#page-nutrition .cnt-team .team-staff-wrap .team-staff-box {
  position: relative;
  width: 30%;
  padding-bottom: 90px;
}
#page-nutrition .cnt-team .team-staff-wrap .team-staff-box h5 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #0f9ec4;
  font-size: 20px;
  color: #0f9ec4;
}
#page-nutrition .cnt-team .team-staff-wrap .team-staff-box p {
  text-align: justify;
}
#page-nutrition .cnt-team .team-staff-wrap .team-staff-box .profile {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 14px;
}
#page-nutrition .cnt-team .team-staff-wrap .team-staff-box .profile img {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 94px;
  height: 94px;
}
#page-nutrition .cnt-team .team-ph {
  max-width: 640px;
  margin: 0 auto 60px;
}

#page-nutrition .cnt-meals h2 {
  margin-bottom: 20px;
}

#page-nutrition .cnt-meals .catch {
  margin-bottom: 40px;
  font-size: 20px;
  text-align: center;
}

#page-nutrition .cnt-meals p {
  margin-bottom: 15px;
}
#page-nutrition .cnt-meals p strong {
  font-size: 22px;
  font-weight: bold;
}

#page-nutrition .cnt-meals .intro {
  overflow: hidden;
  margin-bottom: 30px;
}
#page-nutrition .cnt-meals .intro .intro-txt {
  float: left;
  width: 750px;
}
#page-nutrition .cnt-meals .intro .intro-img {
  float: right;
  width: 310px;
}
#page-nutrition .cnt-meals .intro .intro-img img {
  display: block;
  margin-bottom: 15px;
}
#page-nutrition .cnt-meals .intro .intro-img p {
  margin-bottom: 10px;
  font-size: 14px;
}
#page-nutrition .cnt-meals .intro .intro-img .name span {
  font-size: 18px;
}
#page-nutrition .cnt-meals .intro .staff-profile {
  position: relative;
  overflow: visible;
  padding-right: 15px;
}
#page-nutrition .cnt-meals .intro .staff-profile::after {
  -webkit-filter: drop-shadow(-3px -3px 2px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(-3px -3px 2px rgba(0, 0, 0, 0.15));
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -15px;
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-right: 50px solid #fff;
  border-bottom: 50px solid #fff;
  border-left: 50px solid transparent;
  content: "";
}

#page-nutrition .cnt-meals .inpatient h3 {
  margin-bottom: 30px;
  padding: 15px;
  background: #0f9ec4;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#page-nutrition .cnt-meals .inpatient .menu {
  margin-bottom: 40px;
}
#page-nutrition .cnt-meals .inpatient .menu ul li {
  overflow: hidden;
  margin-bottom: 30px;
}
#page-nutrition .cnt-meals .inpatient .menu ul li .txt-l {
  width: 620px;
}
#page-nutrition .cnt-meals .inpatient .menu ul li h6 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
#page-nutrition .cnt-meals .inpatient .menu ul li p {
  font-size: 18px;
  line-height: 1.6;
  text-align: justify;
}
#page-nutrition .cnt-meals .inpatient .menu .ph-iwai {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page-nutrition .cnt-meals .inpatient .menu .ph-iwai img {
  display: block;
  width: 50%;
}

#page-nutrition .cnt-meals .calatree > div {
  margin-bottom: 30px;
}

#page-nutrition .cnt-meals .calatree figure figcaption {
  padding-top: 10px;
  font-size: 14px;
}

#page-nutrition .cnt-meals .calatree .calatree-01 {
  overflow: hidden;
  margin-bottom: 30px;
}
#page-nutrition .cnt-meals .calatree .calatree-01 .img-l {
  float: left;
  width: 490px;
}
#page-nutrition .cnt-meals .calatree .calatree-01 .txt-r {
  float: right;
  width: 620px;
  line-height: 1.8;
  text-align: justify;
}

#page-nutrition .cnt-meals .calatree .calatree-02 {
  margin-bottom: 30px;
}
#page-nutrition .cnt-meals .calatree .calatree-02 ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page-nutrition .cnt-meals .calatree .calatree-02 ul li {
  width: 22.5%;
}

#page-nutrition .cnt-meals .calatree .calatree-03 img {
  margin-bottom: 30px;
}

#page-nutrition .cnt-meals .calatree .calatree-03 p span {
  font-size: 20px;
}

#page-nutrition .cnt-meals .inpatient h4,
#page-nutrition .cnt-meals .calatree h4 {
  display: inline-block;
  margin-bottom: 30px;
  padding: 10px 30px 10px 10px;
  background: #f5fbfd;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
#page-nutrition .cnt-meals .inpatient h4 span,
#page-nutrition .cnt-meals .calatree h4 span {
  display: block;
  padding-left: 10px;
  border-left: 4px solid #0f9ec4;
  font-size: 22px;
  font-weight: bold;
  color: #0f9ec4;
}

#page-nutrition .cnt-soudan {
  padding: 0 0 80px;
}
#page-nutrition .cnt-soudan .intro {
  overflow: hidden;
  margin-bottom: 60px;
}
#page-nutrition .cnt-soudan .intro .txt-l {
  width: 620px;
}
#page-nutrition .cnt-soudan .tofu {
  padding: 60px 30px;
  background: #d9f1f7;
}
#page-nutrition .cnt-soudan .tofu .shoulder {
  text-align: center;
}
#page-nutrition .cnt-soudan .tofu .shoulder span {
  position: relative;
  display: inline-block;
  height: 30px;
  margin: 0 auto 10px;
  padding: 0 50px;
  background: #fff;
  line-height: 30px;
}
#page-nutrition .cnt-soudan .tofu .shoulder span::before,
#page-nutrition .cnt-soudan .tofu .shoulder span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  content: "";
}
#page-nutrition .cnt-soudan .tofu .shoulder span::before {
  left: 0;
  margin: auto auto auto 0;
  border-left: 15px solid #d9f1f7;
}
#page-nutrition .cnt-soudan .tofu .shoulder span::after {
  right: 0;
  margin: auto 0 auto auto;
  border-right: 15px solid #d9f1f7;
}
#page-nutrition .cnt-soudan .tofu .lead {
  text-align: center;
}
#page-nutrition .cnt-soudan .tofu .recipe {
  margin-bottom: 60px;
  padding: 30px;
  background: #fff;
}
#page-nutrition .cnt-soudan .tofu .recipe h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
#page-nutrition .cnt-soudan .tofu .recipe .recipe-wrap {
  overflow: hidden;
}
#page-nutrition .cnt-soudan .tofu .recipe .recipe-l {
  float: left;
  width: 48.5%;
}
#page-nutrition .cnt-soudan .tofu .recipe .recipe-l .material {
  margin-top: 30px;
  padding: 15px;
  background: #f0f0f0;
}
#page-nutrition .cnt-soudan .tofu .recipe .recipe-l .material dl {
  margin-bottom: 15px;
}
#page-nutrition .cnt-soudan .tofu .recipe .recipe-l .material dl:last-child {
  margin-bottom: 0;
}
#page-nutrition .cnt-soudan .tofu .recipe .recipe-l .material dl dt {
  margin-bottom: 10px;
  font-weight: bold;
}
#page-nutrition .cnt-soudan .tofu .recipe .recipe-l .material dl dd {
  line-height: 1.4;
}
#page-nutrition .cnt-soudan .tofu .recipe .recipe-r {
  float: right;
  width: 48.5%;
}
#page-nutrition .cnt-soudan .tofu .recipe .recipe-r h4 {
  margin-bottom: 10px;
  padding: 5px;
  background: #f0a902;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
#page-nutrition .cnt-soudan .tofu .recipe .recipe-r p {
  margin-bottom: 15px;
}
#page-nutrition .cnt-soudan .tofu .recipe .recipe-r ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 50px;
}
#page-nutrition .cnt-soudan .tofu .recipe .recipe-r ul li {
  width: 40%;
}
#page-nutrition .cnt-soudan .tofu .recipe .recipe-r ul li figure {
  text-align: center;
}
#page-nutrition .cnt-soudan .tofu .recipe .recipe-r ul li figure figcaption {
  padding-top: 10px;
  font-size: 16px;
}
#page-nutrition
  .cnt-soudan
  .tofu
  .recipe
  .recipe-r
  ul
  li
  figure
  figcaption
  span {
  display: block;
  padding-bottom: 5px;
  font-size: 12px;
}
#page-nutrition .cnt-soudan .tofu .recipe .recipe-r .flow h5 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
#page-nutrition .cnt-soudan .tofu .recipe .recipe-r .flow ol li {
  margin-bottom: 10px;
  margin-left: 1.25em;
  list-style: decimal;
}
#page-nutrition .cnt-soudan .tofu .recipe .recipe-r .flow .point span {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 5px;
  background: red;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
#page-nutrition .cnt-soudan .tofu .recipe .recipe-btn {
  clear: both;
  margin: 30px 0 0;
}
#page-nutrition .cnt-soudan .tofu .recipe .recipe-btn a {
  position: relative;
  display: block;
  width: 400px;
  margin: 0 auto;
  padding: 15px;
  border: 2px solid #f0a902;
  border-radius: 4px;
  font-weight: bold;
  color: #f0a902;
  text-align: center;
  text-decoration: none;
}
#page-nutrition .cnt-soudan .tofu .recipe .recipe-btn a::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto 0 auto auto;
  border-top: 2px solid #f0a902;
  border-right: 2px solid #f0a902;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#page-nutrition .cnt-soudan .tofu .archive {
  overflow: hidden;
}
#page-nutrition .cnt-soudan .tofu .archive .archive-l {
  float: left;
  width: 62.5%;
}
#page-nutrition .cnt-soudan .tofu .archive .archive-l h3 {
  margin-bottom: 15px;
  font-weight: bold;
}
#page-nutrition .cnt-soudan .tofu .archive .archive-l p {
  margin-bottom: 15px;
}
#page-nutrition .cnt-soudan .tofu .archive .archive-l dl {
  margin-bottom: 15px;
}
#page-nutrition .cnt-soudan .tofu .archive .archive-l dl dt {
  margin-bottom: 10px;
  font-weight: bold;
}
#page-nutrition .cnt-soudan .tofu .archive .archive-l dl dd {
  margin-bottom: 5px;
}
#page-nutrition .cnt-soudan .tofu .archive .archive-l dl dd ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  border-right: 1px solid #333;
  font-size: 14px;
}
#page-nutrition .cnt-soudan .tofu .archive .archive-l dl dd ul li:last-child {
  border-right: none;
}
#page-nutrition .cnt-soudan .tofu .archive .archive-l dl dd ul li a {
  color: #1c2f59;
}
#page-nutrition .cnt-soudan .tofu .archive .archive-r {
  float: right;
  width: 36.5%;
}
#page-nutrition .cnt-soudan .tofu .archive .archive-r .book {
  overflow: hidden;
  padding: 15px;
  background: #fdf5dd;
}
#page-nutrition .cnt-soudan .tofu .archive .archive-r .book .book-l {
  float: left;
  width: 67%;
}
#page-nutrition .cnt-soudan .tofu .archive .archive-r .book .book-l h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
#page-nutrition .cnt-soudan .tofu .archive .archive-r .book .book-l .btn {
  display: block;
  margin-top: 15px;
  padding: 10px;
  border-radius: 4px;
  background: #f0a902;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#page-nutrition .cnt-soudan .tofu .archive .archive-r .book .book-r {
  float: right;
  width: 28%;
}
#page-nutrition .cnt-soudan .tofu .archive .archive-r.archive-c {
  float: none;
  width: 40% !important;
  margin: 0 auto;
}

#page-nutrition .cnt-soudan .recipe-archives {
  margin-top: 40px;
}
#page-nutrition .cnt-soudan .recipe-archives p {
  text-align: center;
}
#page-nutrition .cnt-soudan .recipe-archives p.lead {
  margin-bottom: 10px;
  font-weight: bold;
  font-style: 20px;
}
#page-nutrition .cnt-soudan .recipe-archives .recipe-archives-season {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
#page-nutrition .cnt-soudan .recipe-archives .recipe-archives-season dl {
  width: 24%;
  border: 2px solid #eee;
  border-radius: 8px;
}
#page-nutrition .cnt-soudan .recipe-archives .recipe-archives-season dl dt {
  padding: 10px;
  background: #eee;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#page-nutrition .cnt-soudan .recipe-archives .recipe-archives-season dl dd {
  padding: 15px 10px;
}
#page-nutrition
  .cnt-soudan
  .recipe-archives
  .recipe-archives-season
  dl
  dd
  ul
  li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  border-bottom: 1px dotted #ddd;
  background: url(http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/nutrition/assets/images/icon_file_pdf.png) left top no-repeat;
  background-size: 18px 24px;
  line-height: 1.4;
}
#page-nutrition
  .cnt-soudan
  .recipe-archives
  .recipe-archives-season
  dl
  dd
  ul
  li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  #page-nutrition {
    min-width: 1200px;
  }
  #page-nutrition a:hover,
  #page-nutrition a img {
    -webkit-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear;
  }
  #page-nutrition a:hover.btn {
    opacity: 0.75;
  }
}

/* 関連リンク
-------------------------------------------------- */

@media only screen and (min-width:761px){
	.postid-576 .cnt-kanren {
		margin-top:-50px;
	  display: block;
		height : 200px;
	}
}
@media only screen and (max-width:760px){
	.postid-576 .cnt-kanren {
	  display: block;
		height : 200px;
	}
}

.postid-576 .cnt-kanren .l-inner {
  width: 980px;
  padding: 30px;
  border: 1px solid #0ca6ce;
}
.postid-576 .cnt-kanren h4 {
  text-align: center;
  font-size: 20px;
  color: #0ca6ce;
  font-weight: bold;
}
.postid-576 .cnt-kanren ul {
  margin-top: 30px;
}
.postid-576 .cnt-kanren li {
  padding: 20px;
  background: #f3fcff;
	text-decoration: none;
}
.postid-576 .cnt-kanren li:nth-child(odd) {
  background: #e1f5fb;
}
.postid-576 .cnt-kanren li a {
  display: block;
  position: relative;
  padding-left: 50px;
	text-decoration: none;

}

.postid-576 .cnt-kanren li a::before {
content: "";
display: block;
position: absolute;
transition: all 0.2s ease-out;
left: 0; right: 0;
top: 0; bottom: 0;
margin: auto auto auto 0;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 8.7px;
border-color: transparent transparent transparent #0ca6ce;
	text-decoration: none;
}

.postid-576 .cnt-kanren li a:hover {
  opacity: 0.5;
	text-decoration: none;
}

.postid-576 .tlink {
  color: #000;
	text-decoration: none;
}


/* おうちで簡単ヘルシーレシピ（PC版）
-------------------------------------------------- */

#page-nutrition .cnt-meals .recipe {
	padding: 20px 30px;   /* 記述した順に[上下][左右]のパディング */
	background: #f0f9fc;
	margin-bottom:50px;
	border-radius: 30px 30px 30px 30px;
}
#page-nutrition .cnt-meals .recipe .calatree-02 {
	width: 100%;
	margin-top:20px;
	margin-bottom:30px;
}
#page-nutrition .cnt-meals .recipe .calatree-02 ul {
	margin: 0;  /* 余分なマージンを消去 */
	padding: 0; /* 余分なパディングを消去 */
	text-align: center; /* 中央寄せ */
	width: 100%;
	background-color: #ffffff;
}
#page-nutrition .cnt-meals .recipe .calatree-02 ul li {
	list-style-type: none; /* リストのマーカーを消去 */
	display: inline-block; /* 横並びに */
	margin: 30px 10px 0 0;
	width: 23%;
	height: 230px;
	background-color: #ffffff;
}
#page-nutrition .cnt-meals .recipe .calatree-02 figure figcaption {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
}
#page-nutrition .cnt-meals .recipe p {
	text-align: center;
}
#page-nutrition .cnt-meals .recipe p.lead01 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 20px;
	letter-spacing: 10px;
	padding: 0;
}
#page-nutrition .cnt-meals .recipe p.lead02 {
	margin-bottom: 10px;
	font-size: 18px;
}
#page-nutrition .cnt-meals .recipe p.lead03 {
	margin-top: 20px;
	margin-right: 30px;
	padding-bottom: 30px;
	font-size: 18px;
	text-align: right;
}
#page-nutrition .cnt-meals .recipe p.lead04 {
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 0px;
	font-size: 18px;
	text-align: right;
	padding: 0;
}

#page-nutrition .cnt-meals .recipe .calatree-03 {
	width: 100%;
	margin-top:30px;
	background-color: #ffffff;
}
#page-nutrition .cnt-meals .recipe .calatree-03 ul {
	margin: 0;  /* 余分なマージンを消去 */
	padding: 0; /* 余分なパディングを消去 */
	text-align: center; /* 中央寄せ */
	width: 100%;
	background-color: #ffffff;
}
#page-nutrition .cnt-meals .recipe .calatree-03 ul li {
	list-style-type: none; /* リストのマーカーを消去 */
	display: inline-block; /* 横並びに */
	margin: 30px 30px 0 0;
	width: 23%;
	height: 230px;
	background-color: #ffffff;
}
#page-nutrition .cnt-meals .recipe .calatree-03 figure figcaption {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
}

#page-nutrition .cnt-meals .recipe .calatree-04 {
	width: 100%;
	padding-top:10px;
	margin-bottom:30px;
	background-color: #ffffff;
}
#page-nutrition .cnt-meals .recipe .calatree-04 ul {
	margin: 0;  /* 余分なマージンを消去 */
	padding: 0; /* 余分なパディングを消去 */
	text-align: center; /* 中央寄せ */
	width: 100%;
	background-color: #ffffff;
}
#page-nutrition .cnt-meals .recipe .calatree-04 ul li {
	list-style-type: none; /* リストのマーカーを消去 */
	display: inline-block; /* 横並びに */
	margin: 30px 10px 0 0;
	width: 23%;
	height: 230px;
	background-color: #ffffff;
}
#page-nutrition .cnt-meals .recipe .calatree-04 figure figcaption {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
}


/* ここからティーリンク追加 20211122*/

#page-nutrition .img-l-202111 {
  float: left;
  width: 380px;
	margin-left:50px;
	margin-bottom:30px;
}
#page-nutrition .img-r-202111 {
  float: right;
  width: 500px;
	margin-right:70px;
	margin-bottom:30px;
}

#page-nutrition .cnt-team .team-group {
  padding: 30px;
  background: #fff;
  text-align: center;
}
#page-nutrition .cnt-team .team-group h4 {
  margin-bottom: 15px;
  font-size: 20px;
}

#page-nutrition .cnt-team .team-group .intro {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}

#page-nutrition .cnt-team .team-group .txt-l {
  float: left;
  width: 400px;
}

#page-nutrition .cnt-team .team-group .txt-l p.lead {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
	color : #2bb3d6;
}

#page-nutrition .cnt-team .team-group .img-r {
  float: right;
  width: 650px;
}

#page-nutrition .cnt-soudan .soudan .txt-l p.lead02 {
  font-size: 20px;
  line-height: 2.5;
  text-align: justify;
}

#page-nutrition .cnt-soudan .soudan .txt-l p.lead03 {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}


#page-nutrition .cnt-soudan .soudan .movie {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 640px;
}
#page-nutrition .cnt-soudan .soudan .movie ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page-nutrition .cnt-soudan .soudan .movie ul li {
  margin-right: 2%;
  width: 48%;
}


/* えいよう通信
-------------------------------------------------- */

/* PC向けレイアウトの指定 */
@media only screen and (min-width:761px){

	#page-nutrition .cnt-eiyou {
	  padding: 0 0 80px;
	}
	#page-nutrition .cnt-eiyou .communication {
		padding: 20px 30px;   /* 記述した順に[上下][左右]のパディング */
	}
	#page-nutrition .cnt-eiyou .communication p.lead {
	  font-size: 22px;
	  line-height: 1.5;
	  text-align: center;
	}
	#page-nutrition .cnt-eiyou .communication p.lead02{
		margin-top: 30px;
	  font-size: 24px;
	  line-height: 1.8;
	  text-align: center;
	}
	#page-nutrition .cnt-eiyou .communication p.lead03 {
		margin-top: 30px;
		margin-right: 30px;
		padding-bottom: 30px;
		font-size: 18px;
		text-align: right;
	}
	#page-nutrition .cnt-eiyou .communication .calatree-05 {
		width: 100%;
		margin:0px;
		padding: 0;
		background-color: #ffffff;
	}
	#page-nutrition .cnt-eiyou .communication .calatree-05 ul {
		margin: 0;  /* 余分なマージンを消去 */
		padding: 0; /* 余分なパディングを消去 */
		text-align: center; /* 中央寄せ */
		width: 100%;
		background-color: #ffffff;
	}
	#page-nutrition .cnt-eiyou .communication .calatree-05 ul li {
		list-style-type: none; /* リストのマーカーを消去 */
		display: inline-block; /* 横並びに */
		margin: 0 20px 0 0;
		width: 43%;
		background-color: #ffffff;
	}
}
/* SP向けレイアウトの指定 */
@media only screen and (max-width:760px){

	#page-nutrition .cnt-eiyou {
	  padding: 0 0 0 0;
	}
	#page-nutrition .cnt-eiyou .communication {
		padding: 20px 5px;
	}
	#page-nutrition .cnt-eiyou .communication p.lead {
	  font-size: 18px;
	  line-height: 1.5;
	  text-align: left;
	}
	#page-nutrition .cnt-eiyou .communication p.lead02{
		margin-top: 0px;
	  font-size: 18px;
	  line-height: 1.8;
	  text-align: left;
	}
	#page-nutrition .cnt-eiyou .communication p.lead03 {
		margin-top: 30px;
		margin-right: 30px;
		padding-bottom: 30px;
		font-size: 14px;
		text-align: right;
	}
	#page-nutrition .cnt-eiyou .communication .calatree-05 ul {
		margin: 0;  /* 余分なマージンを消去 */
		padding: 0; /* 余分なパディングを消去 */
		text-align: center; /* 中央寄せ */
		width: 100%;
		background-color: #ffffff;
	}
	#page-nutrition .cnt-eiyou .communication .calatree-05 ul li {
		list-style-type: none; /* リストのマーカーを消去 */
		display: inline-block; /* 横並びに */
		margin: 0 0 20px 0;
		width: 100%;
	}
}





/* ヘッダー内のLanguageの箇所のCSS
   https://qiita.com/ment_RE/items/806a0f3ed6f141874849
-------------------------------------------------- */

.langlink:hover,
.langlink:focus-within {
  color: #2ab8e1;
}
.dropDown {
  position: absolute;
  bottom: 0;
  display: none;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 3px 8px -2px #777;
  color: initial;
  transform: translate(0, 100%);
  z-index:100;
}
.langlink:hover > .dropDown,
.langlink:focus-within > .dropDown {
  display: block;
}
.dropDown__link {
  padding: 10px 20px;
  transition: color .15s;
}
.dropDown__link:hover,
.dropDown__link:focus {
  color: #2ab8e1;
}

/* PC向けレイアウトの指定 */
@media only screen and (min-width:761px){

	.langlink {
	  position: relative;
	  display: flex;
	  align-items: center;
	  gap: 5px;
	  transition: color .15s;
		font-size:15px;
		font-weight: normal;
	}
	.langlink::before{
		display:block;
		content:"";
		width:14px;
		height:14px;
		background:url("http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/img/common/ic_globe@2x.png") no-repeat center center/100% 100%;
	}
	.dropDown__list {
	  display: flex;
	  flex-direction: column;
	  gap: 10px;
		width:100px;
	}
}
/* SP向けレイアウトの指定 */
@media only screen and (max-width:760px){

	.langlink {
		margin-right:12%;
	  gap: 5px;
	  transition: color .15s;
	  display: flex;
	  align-items: left;
		font-size:80%;
		padding: 0 10px 0 10px;
	}
	.langlink::before{
		display:block;
		content:"";
		width:10px;
		height:10px;
		background:url("http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/img/common/ic_globe@2x.png") no-repeat center center/100% 100%;
	}
	.dropDown__list {
	  display: flex;
	  flex-direction: column;
	  gap: 10px;
		width:90px;
	}
}



