@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  background: none repeat scroll 0 0;
  border: 0 none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
}

form {
  width: 100%;
}
img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
h2 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  display: block;
}

body {
  background-color: #ffffff;
  margin: 0 !important;
  parring: 0 !important;
  font-size: 16px;
  color: #333333;
  line-height: 1.7;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

* {
  -webkit-tap-highlight-color: transparent !important;
}

table,
caption,
tbody,
tfoot,
thead {
  margin: 0;
  outline: 0 none;
  padding: 0;
}

th,
td {
  vertical-align: top;
  background: none repeat scroll 0 0;
  margin: 0;
  outline: 0 none;
  padding: 0;
}

a {
  color: #333333;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a img {
  border: none;
  outline: 0 !important;
}

a.text_cursor {
  cursor: text;
  opacity: 1 !important;
}
a:hover {
  opacity: 0.8;
}

dl.list_normal {
}
dl.list_normal dd {
  margin-bottom: 15px;
}
dl.list_normal dt {
  font-size: 15px;
  font-weight: bold;
}

dl.strong_list {
}
dl.strong_list dt {
  font-weight: bold;
}
dl.strong_list dd a {
  font-size: 20px;
  margin: 0 0 15px 0;
  display: block;
  cursor: text;
  opacity: 1;
}

button:focus {
  outline: 0 !important;
}

button::active {
  outline: none;
}

a:focus,
p:focus,
img:focus,
div:focus {
  outline: none;
}

a.tell_a {
  color: #ffffff !important;
}

ul {
  list-style-type: none !important;
  list-style: none;
}
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

.check {
  border: 2px dashed red;
  padding: 30px;
  width: 100%;
  height: auto;
  color: red;
  float: none;
  clear: both;
}
#footer_right ul li ul.del li {
  display: none;
}
#footer_right ul li ul.del {
  display: none;
}

div.line {
  width: 100%;
  height: 20px;
  background-color: red;
  text-align: center;
}
div.line h10 {
  display: inline-block;
  background-color: white;
  line-height: 22px;
  padding: 0 15px;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
#inq {
  position: absolute;
  width: 250px;
  height: 100px;
  top: 30px;
  right: 20px;
  font-size: 14px;
  color: #555555;
  font-weight: bold;
}
.title_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 571px;
  height: 180px;
  z-index: 5px;
}
.title_logo img {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}
.under_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 413px;
  height: 183px;
  z-index: 2px;
}
.under_logo img {
  width: 100%;
  height: auto;
  padding-top: 60px;
}

#inq ul li a {
  font-size: 12px;
  color: #ffffff;
  font-weight: normal;
  display: block;
  background-color: #43b81b;
  padding: 3px 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#inq ul li {
  width: 47%;
  margin: 1.5%;
  float: left;
}
header#header_p {
  height: auto;
  width: 100%;
  text-align: center;
  position: relative;
}

header#header_p img {
  max-width: 80px;
  height: auto;
  transition: 0.2s;
}
header#header_p a:hover img {
  opacity: 1 !important;
  transform: scale(1.05, 1.05);
}
header#header_p a:hover {
  opacity: 1;
}

header#header_p h2 {
  font-size: 18px;
  display: block;
  margin: 0 auto;
  margin: 0 auto 10px auto !important;
  padding: 0 !important;
  font-weight: normal;
  text-align: center;
  color: #cc3333;
  font-weight: bold;
}
header#header_p h2 strong {
  font-size: 18px;
  display: block;
  font-weight: bold !important;
}
h1#header_sub {
  height: 22px;
  border-bottom: 1px solid #a8a8a8;
  font-size: 12px;
  padding-left: 5px;
  color: #a8a8a8;
  text-align: left;
  margin: 0;
  font-weight: normal;
}
header#header_p img {
  margin: 8px 0 0 0;
  width: 100%;
  max-width: 87px;
  height: auto;
}

br {
  letter-spacing: 0;
}

hr {
  border: 0 none;
  height: 0;
  visibility: hidden;
}

select,
input,
textarea {
  font-size: 99%;
}

pre,
code {
  font: 100% monospace;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

h3 {
  font-size: 1.2em;
  margin: 0 0 45px 0;
  padding: 10px 0 0 78px !important;
  width: 100%;
  background-image: url(../img/h3.png);
  background-repeat: no-repeat;
  vertical-align: bottom !important;
  background-position: left bottom;
  border-bottom: 3px solid #3399ff;
  line-height: 150%;
  overflow: hidden;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  min-height: 50px;
}

h4 {
  margin-bottom: 25px;
  border-bottom: 2px dotted #1277ff;
  display: block;
  padding: 0 0 6px 0;
  letter-spacing: 0.12rem;
  font-size: 1.2em;
  color: #498fed;
}
.box {
  margin: 15px 0;
}
.block {
  margin: 20px 0 80px 0;
}
/* bace  end*/

/*index*/
img.bnr:hover {
  opacity: 0.6;
}
img.bnr {
  width: 100%;
  height: auto;
  max-width: 500px;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.facebook {
  text-align: center;
  text-align: center;
  background-color: #ecf7ff;
  padding: 25px 20px;
}
ul#top_select {
  width: 100%;
  height: auto;
  margin: 0px 0 30px 0;
}
ul#top_select li {
  width: 49%;
  float: left;
  background-color: #43b81b;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  overflow: hidden;
}
ul#top_select li a {
  height: 210px;
  display: block;
}
ul#top_select li:first-child {
  width: 49% !important;
  margin-right: 2%;
}
ul#top_select li a:hover {
  opacity: 1 !important;
}
ul#top_select li p {
  vertical-align: middle;
  display: inline;
  font-size: 28px;
  color: #ffffff;
  font-weight: bold;
}
ul#top_select li p:hover {
  color: rgba(199, 232, 210, 1);
}
.top_right {
  position: relative;
  width: 52%;
  margin-left: 3%;
  padding-left: 30px;
  height: 210px;
  display: table-cell;
  vertical-align: middle;
}
.top_left1 {
  background-image: url(../img/menu001.png);
  opacity: 1;
}
.top_left2 {
  background-image: url(../img/menu002.png);
  opacity: 1;
}
ul#top_select .top_left1,
ul#top_select .top_left2 {
  background-repeat: no-repeat;
  background-size: cover;
  width: 45%;
  height: 210px;
  background-color: white;
  float: left;
}
#top_001 {
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  min-height: 335px;
  position: relative;
}

a.linkem {
  border-bottom: 1px solid #ff4c4c;
  color: #ff4c4c !important;
}
#top_cont > ul {
  width: 100%;
  height: auto;
}
#top_cont > ul li {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 32%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.84);
  border: 1px solid #333333;
  float: left;
  margin-left: 1.3%;
  margin-top: 15px;
}
#top_cont > ul li a {
  display: block;
  width: 100%;
  padding: 5px;
}
#top_cont > ul li:first-child {
  margin-left: 0;
}
#top_cont > ul li img {
  width: 100%;
  max-width: 165px;
  display: block;
  margin: 0 auto;
}

#top_cont2 {
  width: 100%;
  max-width: 960px;
  height: auto;
  margin-top: 0;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px; /* Safari,Google Chrome用 */
  -moz-border-radius: 30px;
}

.top_cont2_left {
  width: 52%;
  float: left;
  margin-right: 5%;
}
.top_cont2_right {
  width: 43%;
  float: left;
}
.news_w {
  position: relative;
  padding-top: 15px;
  margin: 0 0 25px 0;
}
.news_w > h8 {
  background-color: #43b81b;
  display: inline-block;
  padding: 5px 15px !important;
  font-weight: normal;
  font-size: 15px;
  color: #ffffff;
  position: absolute;
  margin: 0 0 15px 0 !important;
  left: 15px;
  top: 0;
  border-radius: 15px;
  height: auto;
  width: auto;
  line-height: auto !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  background-image: none;
}
.news_w dl {
  border: 1px solid #8fc887;
  position: static;
  padding: 25px 10px 10px 10px;
  height: auto;
  background-color: #ffffff;
  font-size: 0.85em;
}
.news_w dl dt {
  font-weight: bold;
  border-top: 1px dotted #838383;
  padding-top: 15px;
  margin: 0 0 8px 0;
  color: #3c5541;
}
.news_w dl dt:first-child {
  border: none;
}

.news_w dl dd {
  margin-bottom: 15px;
  padding-bottom: 5px;
  display: block;
}
.news02 dl {
  border: 1px solid #333;
  position: static;
  padding: 18px 10px 10px 10px;
  height: auto;
}
.news02 dl dd img {
  width: 20%;
  height: auto;
  float: left;
  margin-right: 1.5%;
  margin-top: 3px;
}
.news02 dl dd p {
  display: block;
  width: 100%;
}
br.clear {
  float: left;
  clear: both;
}
.event .news02 dl {
  border: none;
  padding: 0;
  height: auto;
  max-height: 100%;
}
.event .news02 dt {
  font-weight: bold;
  border-top: 1px dotted #333333;
  padding-top: 20px;
}
.event .news02 dt:first-child {
  border-top: none;
  padding-top: 0px;
}
.event .news02 dd {
  margin-bottom: 20px;
}

a.morelink {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 5px;
  height: 10px;
}
a.morelink strong {
  color: #43b81b;
}
nav.clearfix_menu {
  display: none;
}
a.tell {
  opacity: 1;
  cursor: text;
  color: #ffffff;
  opacity: 1;
}
a.tell2 {
  opacity: 1;
  cursor: text;
  color: #333333;
  opacity: 1;
}
.top_cont2_right img {
  width: 100%;
  height: auto;
  max-width: 400px;
  display: block;
  margin: 14px auto 0 auto;
}
a.a_add {
  display: block;
  width: 100%;
  background-color: #43b81b;
  padding: 20px;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 8px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  text-align: center;
  font-weight: bold;
}

a.a_add:after {
  content: ">>";
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.add {
  margin-top: 20px;
}
.branch dl dt {
  font-weight: bold;
}
.branch dl dd {
  margin-bottom: 30px;
}
.branch dl ul {
  margin: 10px 0 10px 15px;
}

.frame-wrapper_video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 30px;
}

.frame-wrapper_video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;

  z-index: 999999;
}
#page-top a {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
  width: auto;
  height: auto;

  text-align: center;
  display: block;
}
#page-top a:hover {
  opacity: 0.5;
  text-decoration: none;
}

div.clear {
  clear: both;
  float: none;
}
br.clear {
  clear: both !important;
  float: none !important;
  height: 0;
  width: 0;
  line-height: 0;
  display: inline;
}

/*menu bar*/
.select_on,
.select_off {
  height: 13px;
  padding: 28px 0px 35px 0px;
  transition: 0.2s;
  background-position: center top;
  transition: 0.3s;
}

.select_on {
  /* background-image: url("../img/select.png");
  background-repeat: no-repeat;
  background-position: center top;*/
  position: relative;
}
.select_on:after,
.select_off:after {
  opacity: 0;
  content: "";
  transition: 0.3s;
  width: 30px;
  height: 15px;
  border-radius: 0 0 999px 999px;
  right: 0;
  left: 0;
  top: -15px;
  margin: 0 auto;
}
.select_off:hover {
  background-color: #ff7e7e;
}
.select_on:after,
.select_off:hover:after {
  width: 30px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  content: "";
  display: block;
  border-radius: 0 0 999px 999px;
  right: 0;
  left: 0;
  top: -1px;
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
}

/*.select_on,
.select_off:hover {
  background-image: url("../img/select.png");
  opacity: 1 !important;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #e41a1c;
}
*/

nav.pcmenu ul:before,
nav.pcmenu ul:after {
  content: "";
  display: table;
}
nav.pcmenu ul:after {
  clear: both;
}
nav.pcmenu ul li {
  position: relative;
  width: 25%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  border-right: 1px dashed #ffffff;
}

nav.pcmenu ul li:last-child {
  border: none;
}
nav.pcmenu ul li a:hover {
  opacity: 1;
}
nav.pcmenu ul li a {
  display: block;
  margin: 0;
  font-weight: bold;

  color: #fff;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
}

nav.pcmenu ul li ul {
  list-style: none;
  position: absolute;
  z-index: 9998;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
nav.pcmenu ul li ul li {
  width: 100%;
}
nav.pcmenu ul li ul li a {
  padding: 13px 15px;
  border-top: 1px dotted #9c9c9c;
  background: #fefced;
  text-align: left;
  line-height: 28px;
  color: #555555;
}
.dropmenu li:hover {
}
.dropmenu li ul li a:hover {
  background: #e41a1c;
  color: #ffffff;
}
nav.pcmenu ul li ul li a:hover {
  border-top: 1px solid #ffffff;
}
.dropmenu li a:hover {
}
#dropmenu li ul li {
  overflow: hidden;
  height: 0;
  transition: 0.2s;
}
#dropmenu li:hover ul li {
  overflow: visible;
}
#fade-in li ul {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
#fade-in li:hover ul {
  visibility: visible;
  opacity: 1;
}
#fade-in li ul li a {
  visibility: hidden;
  opacity: 0;
}
#fade-in li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

nav.pcmenu {
  background-color: #e41a1c;
}
nav.pcmenu ul {
  width: 100%;
  margin: 0 auto;
  float: none;
  clear: both;
  height: auto;
  *zoom: 1;
  list-style-type: none;
  max-width: 830px;

  padding: 0;
}

nav.pcmenu ul:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
nav.pcmenu ul {
  display: inline-block;
}
nav.pcmenu ul {
  display: block;
}

.logo_panorama {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}

div#copy {
  background-color: #e41a1c;
  height: auto;
  width: 100%;
  padding: 5px 3px;
  font-size: 11px;
  text-align: center;
  border-top: 1px solid #ffffff;
  margin: 0;
}

div#main {
  width: 100%;
  height: auto;
}
div#main.second {
  background-image: none !important;
}
div#main_w {
  width: 100%;
  margin: 0 auto;
  max-width: 1024px;
  padding: 0px 25px 25px 25px;
}
div#main_w.second {
  width: 100%;
  margin: 0 auto;
  max-width: 1024px;
  padding: 25px;
}

footer {
  background-color: #e41a1c;
  color: #ffffff;
  width: 100%;
  height: auto;
}

#footer_w {
  width: 100%;
  max-width: 1024px;
  height: auto;
  margin: 0 auto;
  padding: 40px 15px 15px 15px;
}
#foot_sub {
  background-color: black;
  width: 100%;
  height: auto;
}
#foot_sub_w {
  padding: 10px 0;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
#foot_sub_w a {
  margin-right: 15px;
}

#footer_left {
  width: 20%;
  float: left;
  height: auto;
}
#footer_left img {
  width: 80px;
  height: auto;
  margin-bottom: 5px;
}

#footer_right {
  width: 75%;
  margin-left: 5%;
  float: left;
  height: auto;
}
#footer_right ul {
  width: 100%;
  height: auto;
}
#footer_right ul li {
  width: 30%;
  float: left;
  margin-bottom: 15px;
}
#footer_right ul li a {
  color: #ffffff;
}
#footer_right ul li.none {
  display: none;
}

#pankuzu {
  width: 100%;
  height: auto;
  dont-size: 10px;
  background-color: green;
}
#pankuzu p {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 1px 5px;
}

/*sidebar*/
#sidebar {
}
#sidebar_w {
  width: 24.6%;
  float: left;
  margin-right: 4.6%;
  height: auto;
}
#sidebar_w > a {
  padding: 15px;
  background-color: #777777;
  display: block;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}
ul.jump {
  margin-top: 30px;
}
ul.jump li {
  margin-bottom: 20px;
}
ul.jump li a {
  font-size: 15px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  margin: 0;
  height: 75px;
  line-height: 75px;
  padding-left: 70px;
  background-image: url(../img/libg.png);
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  overflow: hidden;
  color: #4da6ff;
  font-weight: bold;
  font-size: 1.1em;
  border: 1px solid #4da6ff;
  transition: 0.2s;
  letter-spacing: 0.2rem;
}

ul.jump li a:hover {
  background-color: #4da6ff;
  color: #ffffff;
  background-image: url(../img/libg2.png);
}

.left {
  width: 40% !important;
  float: left;
  margin-right: 2%;
}
.right {
  width: 58%;
  float: left;
  margin-top: 10px;
}
.right img {
  margin: 10px auto 0 auto;
  display: block;
  width: 110px !important;
  height: auto;
}
#sidebar_bg {
  background: #fefced;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  overflow: hidden;
  margin-bottom: 35px;
}

#sidebar_bg > a div {
  border-bottom: 5px solid #ffffff;
  text-align: center;
  padding: 25px 15px 20px 15px;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  background-color: #4da6ff;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
div.one {
  border-bottom: none !important;
}

ul#sidebar {
  height: auto;
  margin-top: 0px;
  border: 1px solid #4da6ff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-bottomleft: 30px;
  -moz-border-radius-bottomright: 30px;
}
ul#sidebar li {
  border-top: 1px dashed #999999;
  padding: 0;
}
ul#sidebar li:first-child {
  border: none;
}

#sidebar a {
  padding: 15px 25px;
  display: block;
  width: 100%;
  color: #555555;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  transition: 0.3s;
}
#sidebar a strong {
  color: #e41a1c;
  font-weight: bold;
}
#sidebar a img {
  vertical-align: middle;
  margin-right: 5px;
}
#sidebar a:hover {
  opacity: 1;
  font-weight: bold;
  color: #e41a1c;
}
/*sidebar↑*/

/*牛乳ができるまで*/
ul.milk {
  width: 100%;
  height: auto;
  margin: 20px 0;
}
ul.milk li {
  width: 100%;
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 18px;
}
ul.milk li .num {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 1px;
}
ul.milk li .waku {
  border: 7px solid #4da6ff;
  border-radius: 50px; /* CSS3草案 */
  -webkit-border-radius: 50px; /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  overflow: hidden;
  padding: 20px;
}
ul.milk li .waku_left {
  width: 43%;
  padding-right: 10px;
  margin-right: 3%;
  float: left;
  border-right: 1px dashed #3399ff;
}
ul.milk li .waku_right {
  width: 54%;
  float: left;
  display: block;
}
ul.milk li .waku_left img {
  width: 100%;
  height: auto;
}

ul.milk li h6 {
  font-size: 18px;
  color: #3399ff;
  width: 100%;
  display: block;
  text-align: center;
  padding-bottom: 2px;
  border-bottom: 2px solid #3399ff;
  margin: 0 0 10px 0;
}
/*なつかし資料館*/

dl.history {
  width: 100%;
  border: 1px solid #333;
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
td.last,
th.last {
  border-bottom: none !important;
}
dl.history dt {
  float: left;
  padding: 10px 0;
  width: 150px;
}

dl.history dd {
  border-bottom: 1px solid #ccc;
  padding: 10px 0 10px 150px;
}

.history_w {
  border: 1px solid #333;
  border-radius: 10px;
  overflow: hidden;
}
table.history {
  table-layout: auto;
  width: 100%;
}
table.history th {
  width: 180px;
  font-weight: normal;
  text-align: left;
}
table.history th {
  padding: 20px 0 20px 20px;
}
table.history tr {
  border-bottom: 1px solid #333;
}
table.history td {
  padding: 20px;
}
table.history td img {
  width: 100%;
  max-width: 300px;
}
table.history tr:last-child {
  border: none;
}

.box_line {
  margin: 15px 0;
  padding-top: 20px;
  border-top: 1px dashed #333333;
}

#right_cont {
  max-width: 70.8%;
  float: left;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 40px;
}

h5 {
  font-size: 16px;
  display: block;
  line-height: 20px;
  margin: 20px 0 10px 0;
  color: #ffffff;
  display: inline-block;
  padding: 8px 40px;
  background-color: #3399ff;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  font-weight: bold;
}
#right_cont h8 {
  display: block;
  border-bottom: 1px dashed #333;
  border-top: 1px dashed #333;
  padding: 5px 0;
}
#right_cont h7 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}

.jpn {
  border-bottom: 1px solid #333333;
}

/*宅配案内*/
.delivery_tell {
  font-size: 25px;
  margin-top: 10px;
}
/*製品・サービス*/

ul.list_s_x3 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 0 0 0;
}
ul.list_s_x3 li {
  width: 32%;
  margin-right: 2%;
  float: left;
  margin-bottom: 2%;
  text-align: center;
  padding: 15px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
ul.list_s_x3 li img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
ul.list_s_x3 li p {
  display: block;
  text-align: center;
  font-size: 15px;
  border-top: 1px dashed #3399ff;
  padding-top: 10px;
  font-weight: bold;
}
ul.list_s_x3 li p.unit {
  border: none;
  font-size: 13px;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #999999;
}
ul.list_s_x3 li p.text {
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  border: none;
}
ul.list_s_x3 li p.text.sp {
  color: red;
  font-weight: bold;
}
ul.list_s_x3 li:nth-child(3n) {
  margin-right: 0;
}

.history_img {
  width: 100%;
  margin: 15px 0 0 0;
  display: block;
}
.history_img.tate {
  max-width: 280px;
  margin: 15px auto 0 auto;
}

/*法人情報*/

table.mgr a {
  color: #333333;
}
table.mgr a:hover {
  opacity: 0.6;
}
table.mgr {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #333;

  border-collapse: separate;

  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  font-size: 13px;
  z-index: 3;
  overflow: hidden;
}
table.mgr th,
table.mgr td {
  padding: 10px;
  border-bottom: 1px dotted #999;
}

table.mgr.tokutei td table {
  width: 100%;
}
table.mgr.tokutei td table th,
table.mgr td table td {
  border: none;
  background-color: transparent;
}
table.mgr.tokutei td table th {
  width: 80px !important;
  padding: 0 15px 0 0px !important;
  font-weight: normal;
}
table.mgr.tokutei td table td {
  padding: 0px !important;
}
table.mgr.tokutei caption {
  text-align: left;
  padding: 0 0 8px 0;
  font-weight: bold;
}

table.mgr th {
  background-color: #f5f5f5;
  text-align: center;
  width: 20%;
}

/*リンク*/
#right_cont.link dl {
  margin-bottom: 45px;
}
#right_cont.link dl dt {
  padding-left: 12px;
  font-weight: bold;
  display: inline-block;
  background-image: url(../img/up.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
}
#right_cont.link dl dd {
  margin-bottom: 20px;
}

/*ヨーグルト*/
.center {
  text-align: center;
  width: 100%;
}
.box_line2 {
  margin: 0 auto;
  padding-top: 20px;
  border-top: 1px solid #c01921;
  width: 100%;
  max-width: 1500px;
}
.mi div.main3 {
  position: relative;
  z-index: 4;
  max-width: 300px;
  width: 50%;
  margin: 100px 0px;
}
.yo_second,
.center {
  text-align: center;
  width: 100%;
}
.yo_second > div > img {
  margin: 20px auto;
  max-width: 900px;
  width: 80%;
}
.yo_second > .box > .con {
  width: 45%;
  display: inline-block;
  position: relative;
}
.yo_second > .box > .con > img {
  width: 100%;
  position: relative;
  margin: 20px;
}
.yo_second > .box > .con > .yo1 {
  width: 40%;
  position: absolute;
  z-index: 999;
  text-align: top;
}
.yo_third {
  width: 100%;
  background-color: #f7f5f3;
  text-align: center;
  padding: 50px 0px;
  overflow-x: hidden;
}
.yo_third ul {
  padding: 40px 20px 0 20px;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 4%;
  margin: 0 auto;
}
.yo_third li {
  width: 48%;
}
.yo_third img {
  width: 100%;
  max-width: 400px;
}
.yo_third > .box2 {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  max-width: 400px;
  width: 100%;
}
.yo_third > .box {
  width: 100%;
  text-align: center;
  max-widht: 800px !important;
}
.yo_third > .box2 > a > img {
  width: 80%;
  display: block;
  text-align: center;
  margin: auto;
}
.yo_third > .box2 > p {
  color: #c01921;
  text-align: center;
}
.yo_third > .box2 > p > img {
  width: 20%;
}
.yo_third > .box2 > a > span {
  width: 70%;
  display: block;
  text-align: center;
  margin: auto;
}
.yo_third > .box > a > img {
  width: 30%;
  display: block;
  margin: auto;
}
.yo_third p {
  width: 100%;
  padding: 0 40px;
  text-align: left;
  font-weight: bolder;
}
.yo_third span {
  display: inline-block;
  boeder: 2px solid #c01921;
  padding: 10px;
  color: #c01921;
  font-weight: bolder;
  border-radius: 5px;
  margin: 0px 0px;
  text-align: center;
}
.modoru {
  width: 100%;
  position: absolute;
}
.modoru a {
  background-color: #c01921;
  color: #fff;
  padding: 20px;
  right: 0px;
  top: 0px;
  float: right;
  font-weight: bolder;
}
.up-150 {
  margin-top: -150px;
  position: relative;
}
.width95 {
  width: 95px !important;
}

/*資格認定制度*/

img.pp {
  width: 100%;
  max-width: 150px;
  height: auto;
  display: block;
}

/*イベント*/

.box_event {
  margin-bottom: 30px;
}
.box_event ul {
  display: table;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.box_event ul li {
  width: 40%;
  margin: 0 5%;
  float: left;
  display: table-cell;
}
.box_event ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/*お知らせ一覧*/

#right_cont.news dl {
}
#right_cont.news dt {
  font-weight: bold;
}
#right_cont.news dd {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #333333;
}

/*学会日手*/
p.square3 {
  display: block;
  margin-bottom: 25px;
}
.port {
  width: 100%;
  margin-bottom: 55px;
}
.port img {
  width: 20%;
  margin-right: 3%;
  float: left;
}
.port p {
  display: block;
  width: 77%;
  float: left;
}

/* ===============================

	device setting
 =============================== */
.mb20 {
  margin-bottom: 20px;
}
#jfs {
  border: 1px solid #b9b5b5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
}

.num {
  margin: 25px 0 25px 0;
}
.num li {
  position: relative;
  padding: 0 0 0 35px;
  margin: 0 0 15px 0;
}
.num li:before {
  position: absolute;
  content: attr(data-text);
  left: 0;
  top: 0;
}
.cre {
  text-align: right;
  margin-top: 15px;
}

nav.pcmenu ul#fade-in {
  max-width: 1024px !important;
  margin: 0 auto;
}
nav.pcmenu > ul > li {
  width: 20%;
}

.pbox p {
  display: block;
  margin-bottom: 25px;
  margin-top: 5px;
}

.takuhaitel {
  display: block;
  margin: 25px 0 0 0;
  padding: 25px;
  border-radius: 5px;
  background-color: #f8e6e7;
}
.takuhaitel strong {
  display: block;
  margin: 5px 0;
}
.takuhaitel strong a {
  font-size: 23px;
  color: #d12c2f;
}
.news01 a.kotira {
  display: inline-block;
  padding: 10px 15px !important;
  border-radius: 8px;
  margin: 8px 0 0 0;
  background-color: #f1930a;
  font-weight: bold;
  color: #ffffff;
}
.news01 a.border {
  color: #f75c5f;
  text-decoration: underline;
}
.dot li,
.disc li {
  display: block;
  margin: 0 0 20px 0;
  position: relative;
  padding: 0 0 0 20px;
}
.dot li:before,
.disc li:before {
  display: inline-block;
  left: 0;
  top: 1px;
  position: absolute;
}
.dot li:before {
  content: "・";
}
.disc li:before {
  content: "●";
}

.mgr.tokutei th {
  text-align: left;
  width: 180px;
}
.mgr.tokutei th,
.mgr.tokutei td {
  padding: 25px;
}
.dot,
.disc {
  margin: 30px 0;
}
.mt0 {
  margin-top: 0 !important;
}
.dot strong,
.disc strong {
  display: block;
  margin: 0 0 8px 0;
}

#online {
  position: fixed;
  right: 10px;
  bottom: 90px;
  z-index: 9999;
}
#online a {
  width: 140px;
  height: 140px;
  display: block;
  background-size: cover;
  background-image: url(online.svg);
  background-color: #fff;
  border-radius: 250px;
  box-shadow: 2px 5px 3px -3px rgba(124, 84, 84, 0.6);
}

.milklogo img:first-child {
  width: 80%;
  max-width: 420px;
  height: auto;
  margin: 25px auto 25px auto;
  display: block;
}
.milklogo img:last-child {
  width: 100%;
  display: block;
  margin: 0 0 5em 0;
}
.milklogo p {
  font-size: 18px;
  text-align: center;
  display: block;
  margin: 0 0 20px 0;
  letter-spacing: 0.1rem;
  line-height: 180%;
  color: #666666;
  font-weight: bold;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.stepbox {
  margin: 0 0 5rem 0;
  letter-spacing: 0.1rem;
}
.step {
  margin: 0 0 30px 0;
}
.step strong {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 50px;
  color: #7cbcf1;
  letter-spacing: 0.3rem;
}
.step span {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 50px;
  display: inline-block;
  margin: 0 20px 0 3px;
  color: #3398ff;
}
.step h4 {
  border: none;
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  color: #2d334b;
}

.step span.insite {
  animation: poyon 1.2s;
}

@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}

.sep-2 {
  display: flex;
}
.sep-2 img {
  width: 100%;
}
.sep-2 img.sub {
  position: absolute;
  width: 110px;
  right: 10px;
  bottom: 0px;
}
.sep-2 .sepimg {
  position: relative;
  width: 45%;
  padding-bottom: 50px;
}
.sep-2 .septext {
  width: 55%;
  padding: 0 0 0 30px;
  word-break: break-all;
}
.anm {
  display: flex;
  max-width: 600px;
  margin: 0 auto 25px auto;
  justify-content: center;
}
.anm > div:first-child {
  width: 55%;
}
.anm > div:last-child {
  width: 45%;
}

.anm > div img {
  width: 100%;
}
.fukidashi {
  margin-left: -25px;
  width: calc(100% + 25px);
  padding: 0 0 20% 0;
  position: relative;
}
.fukidashi > div {
  aspect-ratio: 1/0.864;
  background-image: url(fuki.svg);
  background-size: contain;
  position: relative;
}
.fukidashi:after {
  z-index: 4;
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 30%;
  aspect-ratio: 1/1;
  background-image: url(ushi.svg);
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
.gifw {
  overflow: hidden !important;
  border-radius: 500px !important;
  aspect-ratio: 1/1 !important;
  width: 75%;
  position: absolute;
  top: 6%;
  right: 6%;
}
.sepmv {
  display: block;
  max-width: 600px;
  margin: 0 auto 35px auto;
  background-color: #909090;
  aspect-ratio: 16/9;
  position: relative;
}
.sepmv iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#index_content_w {
  position: relative;
  background-size: 100% auto;
  backround-position: center top;
  background-repeat: no-repeat;
}
#index_w {
  background-color: #fff;
  padding: 40px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0 auto;
  border-radius: 25px 25px 0 0;
  position: relative;
}
.index_cont1 {
  display: flex;
  gap: 4%;
}
.index_cont1 a {
  width: 48%;
  display: flex;
  overflow: hidden;
  border-radius: 30px;
  transition: 0.2s;
}
.index_cont1 a > div:first-child {
  width: 35%;
  background-size: cover;
  background-position: center center;
}
.index_cont1 a > div:last-child {
  background-color: #48db15;
  font-size: 2em;
  color: #fff;
  font-weight: bold;
  align-items: center;
  width: 65%;
  padding: 20px 20px 20px 30px;
  min-height: 180px;
  display: flex;
}
.mo {
  position: absolute;
  top: -185px;
  wigth: 100%;
}
.fb {
  display: block;
  margin: 0 0 8px 0;
  text-align: center;
  font-size: 1.5em;
  color: #5554e3;
}

.mi {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  aspect-ratio: 2/1;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
}
.mi div img {
  width: 100%;
}
.mi div.main2 {
  position: absolute;
  z-inde: 1;
  width: 60%;
  max-width: 500px;
  right: 0;
  bottom: 15px;
}
.mi div.main1 {
  position: relative;
  z-index: 4;
  max-width: 600px;
  width: 80%;
}

.index_cont2 {
  display: flex;
  margin-top: 40px;
}
.index_cont2 img {
  width: 100%;
  height: auto;
  border: 1px solid #d7d5d5;
}
.index_cont2 > div:first-child {
  width: 60%;
}
.index_cont2 > div:last-child {
  width: 34%;
  margin-left: 6%;
}
.top_content2_right .morelink {
  height: auto;
  position: relative;
  margin: 0 0 25px 0;
}
.indexbnr {
  display: block;
  margin: 0 0 15px 0;
  text-align: right;
  transition: 0.2s;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
.indexbnr:first-child {
  margin-top: 14px;
}
.indexbnr span {
  display: block;
  margin: 5px 0 0 0;
}
.indexbnr span:after {
  content: "▼";
  color: #22cc15;
}
.indexbnr img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.tuiki {
  color: #d50003;
  display: inline-block;
  border: 1px solid #fc171b;
  padding: 3px 5px;
  font-size: 0.95em;
}
.tuiki strong {
  font-size: 0.8em;
}

.news_gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}
.news_gallery img {
  width: calc(50% - 10px);
}
.yg_img {
  max-width: 1200px;
  margin: 0 auto;
}
.yg_img img {
  width: 100%;
  height: auto;
}

.yggd {
  background: rgb(245, 243, 232);
  background: linear-gradient(
    180deg,
    rgba(245, 243, 232, 1) 0%,
    rgba(255, 255, 255, 1) 62%
  );
}
.yo_logo {
  padding: 0 20px;
  width: 100%;
  text-align: center;
  display: block;
}
.yo_logo img {
  width: 900px;
  max-width: 900px;
  height: auto;
}

@media screen and (max-width: 800px) {
  .yo_logo img {
    width: 100%;
    max-width: inherit;
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .news_gallery {
    flex-direction: column;
  }
  .news_gallery img {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .mo {
    display: none;
  }
  h2 {
    border-bottom: 1px solid #e41a1c !important;
  }
  #footer_right ul li {
    margin-bottom: 0;
  }
  #inq {
    display: none;
  }
  .top_right {
    padding: 20px;
  }
  ul#top_select li p {
    font-size: 24px;
  }
  div#main_w {
    padding: 0px;
  }
  #top_cont2 {
    max-width: 1023px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 0;
    -webkit-border-radius: 0; /* Safari,Google Chrome用 */
    -moz-border-radius: 0;
  }

  .under_logo {
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    bottom: 0;
    width: 80%;
    max-width: 580px;
  }
  .under_logo img {
    padding: 0;
    width: 100% !important;
    height: auto !important;
  }
  .title_logo {
    max-width: 600px;
    width: 75%;
    padding: 0;
    margin: auto;
  }

  header#header_p img {
    max-width: 80px;
    height: auto;
  }
  #foot_sub {
    display: none;
  }
  #foot_sub_w {
    display: none;
  }

  #footer_left {
    width: 100%;
    float: none;
    height: auto;
    text-align: center;
    padding: 15px 0;
  }
  #footer_left img {
    width: 100px;
    height: auto;
    margin-bottom: 5px;
  }
  #footer_w {
    padding: 0;
    margin: 0;
  }
  #footer_right {
    width: 100%;
    margin-left: 0;
    float: none;
    height: auto;
  }
  #footer_right ul {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
  #footer_right ul li.none {
    display: block;
  }
  #footer_right ul li {
    border-bottom: 1px solid #ffffff;
    width: 100%;
  }
  #footer_right ul li a {
    padding: 15px;
    display: block;
    font-size: 15px;
    font-weight: bold;
  }
  #footer_right ul li:last-child {
    border-bottom: none;
    margin-boto\tom: 0;
  }

  #footer_right ul li ul.del {
    display: block !important;
    border-top: 1px dashed #ffffff;
  }
  #footer_right ul li ul.del li {
    display: block !important;
    border: none;
    padding: 15px 0 !important;
    margin: 0 !important;
  }
  #footer_right ul li ul.del li a {
    margin-left: 30px;
    font-size: 15px;
    padding: 0 !important;
    margin: 0 0 0 30px !important;
    font-weight: normal;
  }
  #footer_right ul li ul.del li {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 15px;
    padding: 10px;
    margin: 0;
  }

  nav.clearfix_menu {
    display: block !important;
  }

  nav.pcmenu {
    display: none !important;
  }

  div.menu-border-line {
    display: none !important;
  }
  #border {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }

  .index_cont1 {
    display: block;
  }
  .index_cont1 a {
    width: 100%;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
  }
  .index_cont1 a:first-child {
    margin-bottom: 15px;
  }
  #index_w {
    padding: 0 15px;
  }

  .index_cont2 {
    display: block !important;
    margin-top: 40px;
  }

  .index_cont2 > div:first-child {
    width: 100%;
    margin: 0 0 25px 0;
  }
  .index_cont2 > div:last-child {
    width: 100%;
    margin: 0 0 0 0;
  }

  .mi div.main2 {
    width: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 22%;
  }
  .mi div.main1 {
    position: relative;
    z-index: 4;
    max-width: 600px;
    width: 80%;
  }

  #online {
    right: 10px;
    bottom: 90px;
    left: inherit;
  }
  #online a {
    width: 80px;
    height: 80px;
  }

  .left {
    float: none;
    width: 100% !important;
    max-width: 300px !important;
    margin: 0 auto !important;
    display: block;
  }
  .right {
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  dl.history {
    padding: 0;
    overflow: hidden;
  }

  dl.history dt {
    float: none;
    padding: 15px;
    margin: 0;
    width: 100%;
    background-color: #efefef;
  }
  dl.history dt br {
    display: none;
  }

  dl.history dd {
    width: 100%;
    border-bottom: none;
    padding: 15px;
  }

  table.history,
  table.history tbody,
  table.history th,
  table.history td,
  table.history tr {
    display: block;
    width: 100%;
  }
  table.history th {
    background-color: #efefef;
    padding: 10px;
    margin-top: 25px;
  }
  table.history th br {
    display: none;
  }
  table.history tr {
    border: none;
  }
  table.history td {
    padding: 20px 10px;
  }

  h5 {
    display: block;
    width: 100%;
    text-align: center;
  }

  ul.milk li {
    padding: 30px 0 0 0px;
    margin-bottom: 20px;
  }
  ul.milk li .num {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 20px;
    bottom: auto;
  }
  ul.milk li .num img {
    width: 100%;
    height: auto;
  }
  ul.milk li .waku {
    border: 5px solid #4da6ff;
    padding: 8px 30px 15px 30px;
  }
  ul.milk li .waku_left {
    width: 100%;
    max-width: 250px;
    padding-right: 0px;
    margin-right: 0%;
    float: none;
    border-right: none;
    display: block;
    margin: 0 auto;
  }
  ul.milk li .waku_right {
    width: 100%;
    float: none;
  }
  ul.milk li .waku_left img {
    width: 100%;
    height: auto;
  }

  ul.milk li h6 {
    font-size: 18px;
    color: #3399ff;
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 2px;
    border-bottom: 2px solid #3399ff;
    margin: 0 0 10px 0;
  }

  h2 {
    border-bottom: none !important;
  }
  ul.list_s_x3 {
    width: 100%;
    height: auto;
  }
  ul.list_s_x3 li {
    width: 100% !important;
    margin-right: 0;
    float: none;
    margin-bottom: 5%;
    padding-right: 10%;
  }
  ul.list_s_x3 li img {
    width: 25%;
    margin-bottom: 0px;
    float: left;
  }
  ul.list_s_x3 li p {
    border-top: none;
    border-bottom: 1px dotted #333;
    width: 72%;
    float: left;
    margin-left: 3%;
    padding-left: 20px;
    text-align: left;
  }
  ul.list_s_x3 li p.unit {
    display: block;
    text-align: right;
    padding: 5px 15px 5px 5px;
  }
  ul.list_s_x3 li:nth-child(3n) {
    margin-right: 0;
  }

  ul.list_s_x3 li:after {
    /*floatの解除、ここがポイント*/
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: ".";
  }

  h3.title_del {
    display: none;
  }
  ul#top_select li {
    width: 100% !important;
    float: none;
    margin: 0 0 20px 0;
    height: 150px;
  }
  ul#top_select li:first-child {
    width: 100% !important;
  }
  ul#top_select li p {
    line-height: auto;
    font-size: 22px;
  }
  ul#top_select li br {
    display: none;
  }
  .top_right {
    height: 150px;
    padding: 20px;
  }
  .top_left1 {
    height: 150px !important;
    width: 150px !important;
  }
  .top_left2 {
    height: 150px !important;
    width: 150px !important;
  }

  ul#sidebar li:last-child {
    border-bottom: 1px dashed #666666;
  }

  table.mgr {
    border-top: 1px solid #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
  }

  table.mgr td {
    display: block;
    text-align: left;
    passing-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  table.mgr th {
    passing-left: 10px;
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  table.mgr.tokutei th,
  table.mgr.tokutei tr {
    padding: 15px;
  }
  .port img {
    width: 100%;
    max-width: 150px;
    margin-right: 0%;
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .port p {
    display: block;
    width: 100%;
    float: none;
  }

  div#sidebar_w .add {
    display: none !important;
  }
  div#main_w.second {
    padding: 0;
    margin: 0;
    border-radius: 0;
  }
  #sidebar_w {
    float: none;
    width: 100%;
  }
  #sidebar_w > a {
    display: none;
  }
  #sidebar_bg {
    border-radius: 0px; /* CSS3草案 */
    -webkit-border-radius: 0px; /* Safari,Google Chrome用 */
    -moz-border-radius: 0px; /* Firefox用 */
  }
  #sidebar_bg a > div {
    padding: 10px 15px 10px 15px;
  }
  #sidebar_bg ul {
    margin-bottom: 0;
    border-radius: 0px; /* CSS3草案 */
    -webkit-border-radius: 0px; /* Safari,Google Chrome用 */
    -moz-border-radius: 0px;
  }
  #sidebar_bg {
    max-width: 767px;
    float: none;
    width: 100%;
    margin-right: 0;
  }

  ul#sidebar.uldel {
    display: none !important;
  }

  ul#sidebar {
    padding: 0;
    margin: 0;
    border: none;
  }

  ul#sidebar li {
    width: 50%;
    float: left;
    border-bottom: 1px dashed #666666;
  }
  ul#sidebar li:nth-child(odd) {
    border-right: 1px dashed #666666;
  }
  ul#sidebar li:nth-child(1),
  ul#sidebar li:nth-child(2) {
    border-top: 0;
    border-bottom: 1px dashed #333;
  }
  ul#sidebar li:nth-child(3) {
    border-bottom: 0;
  }

  #right_cont {
    max-width: 100%;
    float: none;
    width: 100%;
    padding: 0px 25px 25px 25px;
  }

  .top_cont2_left {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .top_cont2_right {
    width: 100%;
    float: none;
  }

  h1#header_sub {
    display: none;
  }

  #top_cont > ul {
    width: 100%;
    height: auto;
  }
  #top_cont > ul li {
    text-align: left;
    background-color: rgba(255, 255, 255, 0.84);
    border: 1px solid #333333;
    float: left;
    margin-left: 0;
    margin-bottom: 0px;
    display: table-cell;
    vertical-align: middle;
    height: 120px;
    line-height: 90px;
  }
  #top_cont > ul li a {
    display: block;
    width: 100%;
    padding: 15px !important;
    font-size: 15px;
    font-weight: bold;
  }
  #top_cont > ul li:first-child {
    margin-left: 0;
  }
  #top_cont > ul li img {
    width: 100%;
    max-width: 165px;
    display: block;
    margin: 0 auto;
    float: left;
  }

  .sep-2 {
    display: block;
  }

  .sep-2 img.sub {
    width: 30%;
    right: 10px;
    bottom: 0px;
  }
  .sep-2 .sepimg {
    width: 100%;
    padding-bottom: 30px;
    margin: 0 0 25px 0;
  }
  .sep-2 .septext {
    width: 100%;
    padding: 0 0 0 0px;
  }

  .step {
    font-size: 20px;
    dispay: block;
  }
  .step strong {
    font-size: 40px;
    letter-spacing: 0.05rem;
  }
  .step span {
    font-size: 40px;
    display: inline-block;
    margin: 0 20px 0 3px;
    color: #3398ff;
  }
  .step h4 {
    display: block;
    font-size: 20px;
    letter-spacing: 0.1rem;
  }
  .milklogo p {
    text-align: left;
  }
  .milklogo p br {
    display: none;
  }
  .block {
    margin: 20px 0 40px 0;
  }

  .yo_second > .box > .con {
    width: 100%;
  }
  .up115px {
    margin: -115px;
  }
  .yo_third > .box > a > img {
    width: 60%;
  }
  .yo_second > .box > .con > img {
    margin: -5px;
  }
  .yo_second > .box > .con > .yo1 {
    margin: 0px 10px;
  }
  .yo_third ul {
    padding-top: 0px;
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
  }
  .yo_third ul li {
    width: 100%;
    padding: 0;
  }
  .yo_third p {
    margin-top: 10px;
    width: 100%;
    padding: 0;
    font-size: 1.2em;
  }
  .center {
    text-align: center !important;
  }
}

/* 印刷用スタイル */
/* ===============================
	print setting
 =============================== */
@media print {
  .printNl {
    page-break-before: always;
  }
}
