@charset "UTF-8";



/**
 * ========================================
 * 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, canvas, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section, summary,
    time, mark, audio, video
    {
    margin: 0;padding: 0;border: none;background: transparent;font-family: inherit;font-weight: normal;font-style: normal;font-size: 100%;vertical-align: baseline;outline: none;
    }
    img {
    vertical-align: bottom;
    }
    article, aside, canvas, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section, summary
    {
    display: block;
    }
    :focus {
    outline: none;
    }
    a, a:link, a:visited, a:hover, a:active {
    margin: 0;padding: 0;text-decoration: none;vertical-align: baseline;outline: 0;cursor: pointer;
    }
    ol, ul {
    list-style: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }
    caption, th, td {
    text-align: left;
    }
    fieldset {
    border: none;
    }
    input, select, textarea {
    font-family: inherit;
    font-size: 80%;
    }
    input, select {
    vertical-align: middle;
    }
    textarea {
    overflow: auto;
    }
    label, button {
    cursor: pointer;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
    }
    abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
    }
    del {
    text-decoration: line-through;
    }
    ins {
    background-color: #FFFFBB;color: #000000;text-decoration: none;
    }
    mark {
    background-color: #FFFFBB;color: #000000;text-decoration: none;
    }
    hr {
    display: block;height: 1px;margin: 1em 0;padding: 0;border: none;border-top: 1px solid #CCCCCC;
    }

/* body */
body {
    font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #fff;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    color: #1A1A1A;
}
a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
    transition: all 300ms ease-in-out 0s;
}
a {
    color: #5c6cd9;
    font-weight: 500;
}
.tel a, .mail a {
    cursor: default;
    pointer-events: none;
    color: #1A1A1A;
}
h1,h2,h3,h4,h5 {
    font-weight: bold;
}
p {
    margin-bottom: 20px;
}
strong, .strong {
    font-weight: bold;
}
.b {
    font-weight: bold;
}


/*続きを読むボタン設定*/

.readmore{
  width: 150px;
  height: 40px;
  border-radius:5px;
  text-align: center;
  display: block;
  margin: .5em auto .5em;
  color: #FFFFFF;
  background-color:#4898e2; 
  transition: .3s;
}


.readmore .open {
  display: block;
}
.readmore.on-click .open {
  display: none;
}
.readmore .close {
  display: none;
}
.readmore.on-click .close {
  display: block;
}


#index div.main .mainimage h1 {
    width: 80%;
    max-width: 1000px;
    font-size: 46px;
    font-size: 30px;
    letter-spacing: 3px;
    padding-top: 180px;
    margin: 0 auto; 
    font-weight: 200;
    font-weight: 400;
    text-shadow: 0 0 6px #fff;
    padding-left: 5%;
    letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
    .tel a, .mail a {
        pointer-events: auto;
    }
}

/* container */
.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* header */
header {
    width: 100%;
    height: 90px;
}
header .header-wrap {
    max-width: 1200px;
    margin: 25px auto 0;
    height: 95px;
    width: 100%;
}
#top-head {
    position: fixed;
    width: 100%;
	height: 30px;
    margin: 0 auto ;
    padding: 30px 0 0 10px;
    line-height: 1;
}
#top-head:after {
/*    content: "";
    display: block;
    height: 1px;
    background: #fff;
    width: 980px;
    margin: 30px auto 0;*/
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    width: 380px;
}
#top-head .logo em {
    font-size: 13px;
    letter-spacing: 15px;
    display: block;
    margin-bottom: 7px;
    margin-left: 2px;
    display: none;
}
#top-head .logo img {
    width: 100%;
}
#global-nav ul li {
    float: left;
    position: relative;
}
#global-nav ul li a {
    padding: 0 30px 10px;
}
/* transition */
#top-head,
#top-head:after,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#global-nav ul li.lin_sp {
    display: none;
}

/* Fixed
#top-head.fixed {
    padding-top: 15px;
    background: rgba(255,255,255,.7);
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed:after {
    width: 100%;
    margin-top: 20px;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
} */
.inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 98%;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
#top-head {
    top: -110px;
    position: absolute;
    width: 100%;
    height: 80px;
    margin: 100px auto 50px;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #493c30;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 15px;
}
#global-nav ul li {
    float: left;
    border-left: 1px solid #e4dfd7;
    height: 24px;
    padding-top: 8px;
}
#global-nav ul li a {
    padding: 0 25px 30px;
}
#global-nav ul li:first-child {
    border-left: 0;
}

/* Fixed
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 75px;
    background: #fff;
    background: rgba(255,255,255,1.0);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #493c30;
    padding: 0 20px;
}
 */
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


/* main */
div.main {
    width: 100%;
    margin: 117px auto 55px;
    display: inline-block;
}

/* パンくず */
div.main .breadcrumbs {
    width: 100%;
    background: #92c9fd;
    margin: 0px auto;
    padding: 6px 0 3px;
    display: block;
    min-height: 21px;
}
div.main .breadcrumbs div {
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    max-width: 1200px;
    width: 98%;
    margin: 0px auto;
    display: block;
    color: #fff;
}
div.main .breadcrumbs a {
    padding-right: 13px;
    color: #fff;
}
div.main .breadcrumbs a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-size: 105%;
    font-weight: bold;
    margin-left: 10px;
    color: #fff;
}
div.main .breadcrumbs a:first-child:before {
    font-family: "Font Awesome 5 Free";
    content: '\f015';
    font-size: 112%;
    font-weight: bold;
    margin-right: 5px;
    color: #fff;
}
div.main .breadcrumbs a:hover {
    color: #fff;
}
div.main .mainimage {
    width: 100%;
    height: 180px;
    height: 270px;
    margin: 0 auto 50px;
}
#products div.main .mainimage, #nutrients div.main .mainimage {
    background: url(../img/products/mainimage.jpg) no-repeat center center;
    object-fit: cover;
}
#growth div.main .image_g {
    background: url(../img/growth/mainimage.jpg) no-repeat center center;
    object-fit: cover;
}
#company div.main .image_c, 
#privacy div.main .image_p, 
#access div.main .image_a {
    background: url(../img/company/mainimage.jpg) no-repeat center center;
    object-fit: cover;
}
#recruit div.main .image_r {
    background: url(../img/recruit/mainimage.jpg) no-repeat center center;
    object-fit: cover;
}
#safety div.main .image_s {
    background: url(../img/safety/mainimage.jpg) no-repeat center center;
    object-fit: cover;
}
#inquiry div.main .image_i {
    background: url(../img/inquiry/mainimage.jpg) no-repeat center center;
    object-fit: cover;
}
div.main .mainimage div {
    width: 96%;
    max-width: 1200px;
    font-size: 38px;
    font-size: 30px;
    padding-top: 58px;
    padding-top: 90px;
    margin: 0 auto;
    font-weight: 200;
    font-weight: 400;
    text-shadow: 0px 0px 6px #fff;
}

/* contents */
div.contents {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto 45px;
}
div.contents .contents_inner {
    width: 100%;
    margin: 0 auto;
}
div.contents .contents_inner p {
    font-size: 14px;
}

div.contents .contents_inner .small{
	font-size: 12px;
}

#products div.contents .contents_inner, #nutrients div.contents .contents_inner,
#company div.contents .contents_inner,
#growth div.contents .contents_inner,
#safety div.contents .contents_inner {
    max-width: 860px;
    width: 71%;
    display: inline-block;
    vertical-align: top;
    float: left;
}
#privacy div.contents .contents_inner,
#inquiry div.contents .contents_inner {
    margin: 45px auto;
}
#products div.no_img, #company div.no_img, #nutrients div.no_img {
    margin-top: 4%;
}

#info div.contents .contents_inner {
	max-width: 860px;
	width: 71%;
    margin: 10px auto;
}

.sp-block{
	display: none;
}

/*休業用テーブル
---------------------------------------------------------------------------*/
.ta2 {
	width: 94%;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
.ta2, .ta2 td, .ta2 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 1.3em;
}
/*テーブル内の右側*/
.ta2 td{
	width: 67%;
	padding: 10px;
}
/*テーブル内の左側*/
.ta2 th{
	width:27%;
	padding: 10px;
	text-align: center;
	background:#c1e4e9 ;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/
	background: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#333));	/*グラデーション*/
	background: -webkit-linear-gradient(#4b4b4b, #333);	/*同上*/
	background: linear-gradient(#4b4b4b, #333);			/*同上*/
}

/*見出し太字*/
.b {
	font-weight: bold;
}

/*カレンダー修正用テーブル
---------------------------------------------------------------------------*/
.ta2_cale {
	width: 94%;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
.ta2_cale, .ta2_cale td, .ta2_cale th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 1.3em;
}
/*テーブル内の右側*/
.ta2_cale td{
	padding: 10px;
	text-align: center;
}
/*テーブル内の左側*/
.ta2_cale th{
	padding: 10px;
	text-align: center;
	background:#c1e4e9 ;	/*背景色*/
}



/* r_navi */
div.contents .r_navi {
    max-width: 265px;
    width: 30%;
    margin-left: 70px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
}
div.contents .r_navi ul {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0;
    margin-bottom: 35px;
}
div.contents .r_navi ul li {
    font-size: 15px;
    padding: 0;
    font-weight: 200;
    position: relative;
    display: block;
    border-bottom: 1px dotted #e7e7e7;
    height: 58px;
    box-sizing: border-box;
}
div.contents .r_navi ul li:last-child {
    border-bottom: 0;
}
div.contents .r_navi ul li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-size: 130%;
    font-weight: bold;
    margin-left: 25px;
    color: #95cafd;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
div.contents .r_navi ul li.tit {
    display: block;
    background: #efefef;
    height: 60px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 400;
    padding: 9px 0 0px 20px;
}
div.contents .r_navi ul li a {
    color: #000;
    display: block;
    position: absolute;
    top: 36%;
    -webkit-transform: translateY(-54%);
    transform: translateY(-54%);
    width: 90%;
    margin: 3% 0;
    padding-left: 44px;
}
div.contents .r_navi ul li.tit:before {
    content: '';
    margin-right: 0;
    padding: 0;
}
div.contents .r_navi ul li.tit a {
    margin-left: 0;
    position: relative;
    transform: none;
    padding: 0;
    top: 0;
}
div.contents .r_navi ul li:hover,
div.contents .r_navi ul li.actv {
    background: #eff7ff;
    transition: all 300ms ease-in-out 0s;
}
div.contents .r_navi ul li.tit:hover {
    background: #dedede;
}
div.contents .r_navi ul li:hover a {
    color: #000;
}
div.contents .r_navi ul li.lst2nd a {
    padding-left: 62px;
}
div.contents .r_navi ul li.lst2nd:before {
    margin-left: 45px;
    font-size: 105%;
    color: #e1e1e1;
}
#nutrients .r_navi ul.r_navi2 li.no_lnk span {
    color: #000;
    display: block;
    position: absolute;
    top: 36%;
    -webkit-transform: translateY(-54%);
    transform: translateY(-54%);
    width: 90%;
    margin: 3% 0;
    font-weight: 500;
}
#nutrients .r_navi ul.r_navi2 li a,
#nutrients .r_navi ul.r_navi2 li.no_lnk span {
    padding-left: 27px;
}
#nutrients .r_navi ul.r_navi2 li:before {
    content: '';
}
#nutrients .r_navi ul.r_navi2 li.lst2nd a,
#nutrients .r_navi ul.r_navi2 li.lst2nd span {
    padding-left: 62px;
}
#nutrients .r_navi ul.r_navi2 li.lst2nd:before {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: bold;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);   margin-left: 45px;
    font-size: 105%;
    color: #e1e1e1;
}
#nutrients .r_navi ul.r_navi2 li.engy {
    background: #bbdd6d;
}
#nutrients .r_navi ul.r_navi2 li.mnrl {
    background: #b3deff;
}
#nutrients .r_navi ul.r_navi2 li.vtmn {
    background: #fcbf4f;
}
#nutrients .r_navi ul.r_navi2 li.amno {
    background: #e59cce;
}
#nutrients .r_navi ul.r_navi2 li.othr {
    background: #c6d9d8;
}
div.contents .r_navi .r_bnr {
    width: 100%;
    margin-bottom: 18px;
}
div.contents .r_navi .r_bnr img {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #cacaca;
    box-sizing: border-box;
}
div.contents .contents_inner h1 {
    font-size: 32px;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.3;
}
div.contents .contents_inner h1 span {
    display: inline-block;
    background: #85b7e6;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    padding: 3px 9px 4px;
    margin-left: 11px;
    vertical-align: bottom;
    margin-bottom: 2px;
}
div.contents .contents_inner .img_pro {
    width: 100%;
    padding: 7px 12px;
    box-sizing: border-box;
    text-align: center;
}
div.contents .contents_inner .img_pro img {
    width: 100%;
    max-width: 700px;
    max-height: 330px;
    max-height: 280px;
    object-fit: contain;
    margin-bottom: 10px;
}
.contents h2 {
    font-size: 35px;
    font-size: 33px;
    line-height: 1.2;
    padding-top: 26px;
    font-weight: 200;
    color: #202020;
    text-align: center;
    margin-bottom: 30px;
}
.contents h2 span {
    font-family: auto;
    font-size: 22px;
    display: block;
    margin-bottom: 12px;
    font-weight: 200;
}
.contents h2.tit {
    font-size: 26px;
}
#nutrients .contents_inner section h2 {
    clear: both;
    margin-bottom: 17px;
    font-size: 130%;
    background: #FFF;
    line-height: 1.5em;
    border-bottom-width: 1px;
    border-left-width: 5px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #2cb7e5;
    border-left-color: #2cb7e5;
    margin-top: 20px;
    padding-top: 2px;
    padding-right: 15px;
    padding-bottom: 4px;
    padding-left: 15px;
    text-align: left;
    font-weight: 600;
}
div.contents .contents_inner h3.midashi {
    font-size: 22px;
    padding: 12px 0 10px 19px;
    border-left: 6px solid #92c9fd;
    margin: 40px 0 25px;
    line-height: 1.2;
    font-weight: 700;
}


/*info用見出し*/
div.contents .contents_inner h3.midashi_i {
    font-size: 22px;
    padding: 12px 0 10px 19px;
    border-left: 6px solid #92c9fd;
    margin: 20px 0 25px;
    line-height: 1.2;
    font-weight: 700;
}


/* kanren */
.kanren_bx p {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.kanren_bx div {
    width: 255px;
    margin: 0 17px 0 0;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0;
    box-sizing: border-box;
    border-radius: 9px;
    position: relative;
}
.kanren_bx div img {
    width: 78px;
    float: left;
    display: block;
    margin: 5px 9px 5px 14px;
}
.kanren_bx div a {
    padding: 30px 0 31px 40%;
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #222;
    height: 100%;
    width: 60%;
    letter-spacing: 1px;
}
.kanren_bx div a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-size: 130%;
    font-weight: bold;
    margin-right: 9px;
    color: #95cafd;
}
.kanren_bx div a:hover {
    color: #f6994b;
}

.content_list {
    width: 100%;
    margin: 0 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;
}
.content_list .thumbnail {
    border: 0;
    display: inline-block;
    margin: 0 2% 28px 0;
    text-align: center;
    width: 23%;
}
.wk3bk .thumbnail {
    width: 31%;
}
.wk2bk .thumbnail {
    width: 49%;
}
.wk3bk .mr0, .wk2bk .mr0 {
    margin-right: 0;
}
.content_list .thumbnail:last-child {
    margin-right: 0;
}
.content_list .thumbnail img {
    width: 88%;
    width: 77%;
    width: 62%;
    height: auto;
    margin-bottom: 7px;
}
.wk2bk .thumbnail img {
    width: 100%;
    height: auto;
    margin-bottom: -4px;
}
.content_list .thumbnail h4 {
    background-color: #92c9fd;
    background-color: #fff;
    text-align: left;
    font-size: 15.5px;
    font-weight: bold;
    margin: 0;
    padding: 5px 2% 5px 14px;
    padding: 5px 2% 5px 0;
    position: relative;
    color: #fff;
    border-radius: 6px;
}
#products .list .thumbnail h4 {
    background-color: #fff;
    padding: 5px 0 5px 0;
    color: #333;
    text-align: center;
    font-size: 14px;
}
#products .list .thumbnail p {
    text-align: center;
    margin-top: 0;
}
#company .thumbnail h4 {
    background-color: #db0254;
    background-color: #58e280;
}
#growth .thumbnail h4 {
    background-color: #564a41;
    background-color: #fd6535;
}

.content_list .thumbnail h4 a {
    color: #fff;
    display: block;
}
#products .content_list .thumbnail h4 a {
    color: #1f1f1f;
}
.content_list .thumbnail h4 a:hover {
    text-decoration: none;
}
.content_list .thumbnail h4 a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-size: 120%;
    font-weight: bold;
    margin-right: 13px;
    color: #ffffff;
    padding-left: 12px;
}
#products .content_list .thumbnail h4 a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-size: 120%;
    font-weight: bold;
    margin-right: 13px;
    color: #ffffff;
    background: #92c9fd;
    border-radius: 50%;
    padding: 1px 6px 1px 8px;
}
.content_list .thumbnail p {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    margin: 9px 0 0 1%;
    vertical-align: text-top;
    width: 99%;
    box-sizing: border-box;
}

#products dl {
    margin-bottom: 0;
    width: 400px;
    max-width: 100%;
    font-size: 90%;
    font-weight: 600;
    letter-spacing: 0.5px;
}
#products dl dt {
    display: inline-block;
    width: 250px;
    max-width: 61%;
}
#products dl dd {
    display: inline-block;
    width: 145px;
    max-width: 39%;
    margin-bottom: 10px;
    vertical-align: top;
    text-align: right;
}

/* table */
table {
    border-collapse: collapse;
    margin: 0 auto 40px;
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}
table.products th {
    background-color: #d8ecfe;
    border-top: 1px solid #92c9fd;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    padding: 17px 0;
    text-align: center;
    word-break: initial;
    white-space: nowrap;
    border-right: 1px solid #fff;
    vertical-align: middle;
    width: 25%;
}
table.products th.th_name {
    width: 185px;
    background-color: #cde6fe;
}
table.products td {
    border-top: 1px solid #d1e8fe;
    text-align: left;
    padding: 15px 25px;
    vertical-align: middle;
    word-break: initial;
    background: #fff;
    font-size: 95%;
}
.popup-content table.products th {
    font-size: 15px;
    padding: 7px 0;
}
.popup-content table.products td {
    padding: 5px 25px;
}
table.products td.td_name {
    text-align: center;
    background-color: #eff7ff;
    width: 27%;
}
table.products tr:last-child {
    border-bottom: 1px solid #92c9fd;
}
table.products td.price {
    text-align: right;
}
table.products td ul {
    margin: 0;
    padding-left: 15px;
}
table.products td ul li {
    list-style-type: none;
    text-indent: -1.25em;
    margin-bottom: 7px;
}
table.products td ul li:before {
    content: '●';
    font-size: 95%;
    margin-right: 6px;
    color: #5B5B5B;
}
table.products td ul li:last-child {
    margin-bottom: 0;
}

/* growth */
#growth section {
    background: #fff;
    box-sizing: border-box;
    padding: 0 0 1%;
    border-radius: 8px;
    margin-bottom: 18px;
}
#growth section section section {
    padding: 0;
}
img.wa {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
#growth section h3 {
    font-size: 26px;
    padding: 12px 0 10px 19px;
    border-left: 6px solid #92c9fd;
    margin: 40px 0 25px;
    line-height: 1.2;
    font-weight: 700;
}
#growth section h3:first-child {
    margin: 0px 0 25px;
}
#growth section span.b {
    font-weight: bold;
}
#growth section span.caption {
    font-size: 12px;
}
#growth section img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
#growth section a img {
    margin: 8px 0;
}
#growth section .b20 {
    font-weight: bold;
    font-size: 23px;
    color: #39C;
}

/* トップページ */
#index div.main .mainimage {
    height: 490px;
    margin: 0 auto ;
}
#index div.main .mainimage {
    background: url(../img/index/mainimage.jpg) no-repeat center center;
    object-fit: cover;
    background-attachment: scroll;
}
#index div.main .mainimage h1 {
    width: 80%;
    max-width: 800px;
    font-size: 30px;
    letter-spacing: 3px;
    padding-top: 180px;
    margin: 0 auto; 
    font-weight: 200;
    font-weight: 400;
    text-shadow: 0 0 6px #fff;
    padding-left: 1%;
    letter-spacing: 1px;
}
#index .contents_inner p.link a {
    text-align: center;
    color: #4898e2;
    font-size: 18px;
    margin-bottom: 25px;
    display: block;
    letter-spacing: 2px;
    font-weight: 500;
}
#index .contents_inner p.copy {
    text-align: center;
    color: #010101;
    font-size: 21px;
    margin-bottom: 40px;
    display: block;
    letter-spacing: 2px;
    font-weight: 300;
    line-height: 1.8;
}

/* トップページ スライド */
#index .swiper-container_wk {
    background: #92c9fd;
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
    margin-top: -30px;
}
#index .swiper-container {
    background: #92c9fd;
    max-width: 1000px;
    width: 100%;
    height: 320px;
    margin: 0 auto 39px;
}
#index .swiper-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 24px 0;
}
#index .swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 250px;
}
#index .swiper-slide img {
    width: 450px;
    border-radius: 7px;
}
/* 4の倍数＋1枚目のスライドのスタイル（1枚目、5枚目…） */
#index .swiper-slide:nth-child(4n+1) {
    /*background-color: #EECB27;*/
}
/* 4の倍数＋2枚目のスライドのスタイル（2枚目、6枚目…） */
#index .swiper-slide:nth-child(4n+2) {
    /*background-color: #E13239;*/
}
/* 4の倍数＋3枚目のスライドのスタイル（3枚目、7枚目…） */
#index .swiper-slide:nth-child(4n+3) {
    /*background-color: #1F1762;*/
}
/* 4の倍数＋4枚目のスライドのスタイル（4枚目、8枚目…） */
#index .swiper-slide:nth-child(4n+4) {
    /*background-color: #BEDAE5;*/
}
.swiper-button-next, .swiper-button-prev {
    background-size: 40px 65px !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(/img/index/icn_prev.svg) !important;
    left: 0 !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(/img/index/icn_next.svg) !important;
    right: 0 !important;
}

/* トップページ NEWS */
#index .contents_inner #news {
    width: 96%;
    text-align: center;
    margin: 55px auto 10px;
}
#index .contents_inner #news h2 {
    font-size: 32px;
    font-size: 28px;
    font-weight: 200;
    margin: 0 0 40px;
}
#news dl {
    width: 100%;
    border-top: 1px solid #c0cedc;
    padding: 0;
    text-align: left;
}
#news dl:last-child {
    border-bottom: 1px solid #c0cedc;
}
#news dl dt {
    width: 11%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    color: #4898e2;
    font-size: 12px;
    font-weight: 500;
    min-width: 110px;
    padding: 27px 0 0;
    letter-spacing: 1px;
}
#news dl dd {
    display: inline-block;
    width: 83%;
    padding: 25px 0;
    color: #000;
    font-size: 14px;
}
#news dl dd.link {
    padding: 0;
}
#news dl dd.link a {
    color: #000;
    padding: 25px 0;
    display: block;
}
#news dl dd.link {
    color: #000;
    padding: 25px 0;
}

.r {
	text-align: right;
	margin: 0 20px 0 0;
}

/* トップページ メニュー */
#index .contents_inner div.content_menu {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    display: inline-block;
}
#index .contents_inner div.content_menu .content_menu_bx {
    max-width: 1100px;
    width: 98%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1% 0 1%;
}
.content_menu_bx h3 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 200;
}
.content_menu_bx div {
    max-width: 260px;
    width: 22%;
    display: inline-block;
    vertical-align: top;
    border-radius: 6px;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    color: #fff;
    margin: 0 0.5% 18px;
    height: 420px;
    height: 245px;
    padding: 0;
    /*border: 1px solid #ddd;*/
}

/*menu色ベタver*/

.content_menu_bx div.menu_bx1 {
    background: #1A38AD url(../img/index/img_menu_bx1.jpg) no-repeat center top;
    object-fit: cover;
}
.content_menu_bx div.menu_bx2 {
    background: #f39800 url(../img/index/img_menu_bx2.jpg) no-repeat center top;
    object-fit: cover;
}
.content_menu_bx div.menu_bx3 {
    background: #22ac38 url(../img/index/img_menu_bx3.jpg) no-repeat center top;
    object-fit: cover;
}
.content_menu_bx div.menu_bx4 {
    background: #c11111 url(../img/index/img_menu_bx4.jpg) no-repeat center top;
    object-fit: cover;
}

/*menu白地ver*/

.content_menu_bx div.menu_bx_1 {
    background: #fff url(../img/index/img_menu_bx1.jpg) no-repeat center top;
    object-fit: cover;
}
.content_menu_bx div.menu_bx_2 {
    background: #fff url(../img/index/img_menu_bx2.jpg) no-repeat center top;
    object-fit: cover;
}
.content_menu_bx div.menu_bx_3 {
    background: #fff url(../img/index/img_menu_bx3.jpg) no-repeat center top;
    object-fit: cover;
}
.content_menu_bx div.menu_bx_4 {
    background: #fff url(../img/index/img_menu_bx4.jpg) no-repeat center top;
    object-fit: cover;
}


.content_menu_bx h4 {
    font-size: 15px;
    font-weight: 400;
    color: #484848;
    text-align: center;
}



.content_menu_bx h4 a {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    padding-top: 215px;
    color: #ffffff;
    box-sizing: border-box;
	
}



.content_menu_bx h4 a::before {
   /* font-family: "Font Awesome 5 Free";
    content: '\f106';
    font-size: 145%;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 8px;
    margin-top: 7px;
    color: #ffffff;
    background: #92c9fd;
    border-radius: 50%;
    padding: 2px 8px 5px 8px;　*/
}

/*.content_menu_bx div.menu_bx1 h4 a, .content_menu_bx div.menu_bx3 h4 a {
    padding: 240px 30px 0;
}
.content_menu_bx div.menu_bx2 h4 a, .content_menu_bx div.menu_bx4 h4 a {
    padding: 32px 30px 0;
}*/

.content_menu_bx p {
    font-size: 90%;
    font-weight: 300;
    display: inline-block;
}
.content_menu_bx div.menu_bx1 p, .content_menu_bx div.menu_bx3 p {
    margin-top: 260px;
    padding: 0 30px 0;
}
.content_menu_bx div.menu_bx2 p, .content_menu_bx div.menu_bx4 p {
    margin-top: 50px;
    padding: 0 30px 0;
}
/* ポップアップウインドウの設定 */
.popup {
    background-color: #efefef;
    box-shadow: 0 0 0 9999px rgba(0,0,0,0.7);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 70vw;
    height: 55vw;
    overflow-y: scroll;
    z-index: 1000;
}
/* チェックボックスの初期設定 */
#popup-on1, #popup-on2, #popup-on3, #popup-on4 {
    display: none;
}
/* チェックされたらポップアップウインドウを開く */
#popup-on1:checked + .popup,
#popup-on2:checked + .popup,
#popup-on3:checked + .popup,
#popup-on4:checked + .popup {
    display: block;
}

/* 閉じるアイコン（右上） */
.icon-close{
    background: #000;
    color: #fff;
    font-size: 20px;
    padding: 3px 7px;
    position: absolute;
    right: 0;
    top: 20px;
}

/* 閉じるボタン */
.btn-close{
/*    background: #000;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    margin: 10px auto 45px;
    width: 35%;
    text-align: center;*/
    background: #fff;
    border-radius: 10px;
    color: #50aaff;
    padding: 10px;
    cursor: pointer;
    margin: 10px auto 45px;
    width: 35%;
    text-align: center;
    border: 1px solid #ccc;
}

/* 開くボタン */
.btn-open{
    background: #fff;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    margin: 10px auto;
    width: 95%;
    text-align: center;
}

/* ポップアップの内容 */
.popup-content{
    margin: 40px auto 40px auto;
    width: 90%;
}

/* footer */
#page-top {
    bottom: 10px;
    margin-bottom: 55px !important;
    position: fixed;
    right: 20px;
    z-index: 100;
}
footer {
    width: 100%;
    background: #668db1;
    margin: 0 auto;
}
footer div.footer_inner {
    max-width: 1200px;
    width: 96%;
    padding: 27px 0 8px;
    color: #fff;
    box-sizing: border-box;
    margin: 0 auto;
}
footer div.footer_inner ul.ftnv, footer div.footer_inner div.ftnv {
    width: 100%;
}

footer div.footer_inner ul.ftnv {
    margin-bottom: 15px;
}

footer div.footer_inner ul.ftnv li {
    display: inline-block;
    font-size: 15px;
    margin-right: 30px;
}
footer div.footer_inner ul.ftnv li a {
    color: #fff;
}
footer div.footer_inner ul.ftnv li.link_s {
    font-size: 12px;
    display: block;
    margin-top: 5px;
}
footer div.footer_inner .copyright {
    width: 100%;
    text-align: right;
    margin-top: 22px;
}
footer div.footer_inner .copyright img {
    width: 205px;
    width: 150px;
    margin-bottom: 9px;
}
footer div.footer_inner .copyright p {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

/* カーブ */
div.wave {
    margin-top: -115px;
    width: 100%;
    overflow: hidden;
    height: 110px;
    margin-bottom: 6px;
    text-align: center;
}
#index div.wave {
    margin-top: -95px;
}
div.wave svg {
    margin: 0 auto;
    min-width: 2200px;
    width: 100%;
}
#index div.wave {
    margin-bottom: -15px;
}
.contents .main h3.midashi {
    font-size: 18px;
    padding: 12px 0 10px 19px;
    border-left: 7px solid rgb(108, 124, 154);
    margin: 40px 0 25px;
    line-height: 1.2;
    border-bottom: 1px solid #b6ccf4;
}
.contents .contents_inner h4.copy {
    display: block;
    color: #f19149;
    font-weight: 600;
    font-size: 23px;
}
.contents .contents_inner h4.copy:before {
    font-family: "Font Awesome 5 Free";
    content: '\f192';
    font-size: 80%;
    margin-right: 6px;
    color: #ffe4d0;
}
.contents .contents_inner p.copy {
    font-size: 22px;
    font-weight: 200;
}
h2.midashi {
    display: inline-block;
}
.w100p {
    width: 100%;
    max-width: 1000px;
}
p.link_btn {
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    background: -moz-linear-gradient(top, #fdaa6e, #fe9044);
    background: -webkit-linear-gradient(top, #fdaa6e, #fe9044);
    background: linear-gradient(to bottom, #fdaa6e, #fe9044);
    padding: 0;
    max-width: 360px;
    text-align: center;
    margin: 0 auto 25px;
    display: block;
    width: 95%;
}
p.link_btn2 {
    background: -moz-linear-gradient(top, #87a8c5, #668db1);
    background: -webkit-linear-gradient(top, #87a8c5, #668db1);
    background: linear-gradient(to bottom, #87a8c5, #668db1);
    max-width: 398px;
    font-size: 90%;
}
p.link_btn:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
    transition: all 300ms ease-in-out 0s;
}
p.link_btn a {
    color: #fff;
    font-weight: 600;
    height: 100%;
    width: 100%;
    display: block;
    padding: 17px 2%;
    box-sizing: border-box;
}
p.link_btn a:hover {
    text-decoration: none;
}
p.link_btn a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    color: #fff;
    font-weight: 600;
    font-size: 125%;
    float: right;
    position: relative;
    vertical-align: bottom;
    margin-top: -1px;
    line-height: 1.3;
}

/*objedt-fit　IE対策*/
.object_fit_img {
    object-fit: cover;
    font-family: 'object-fit: cover;' /*IE対策*/
}
div.lst_pple img:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
    transition: all 300ms ease-in-out 0s;
}

p.ml50 {
    margin-left: 50px;
}
.contents_inner ul.num {
    padding-left: 2em;
    margin-bottom: 20px
}
.contents_inner ul.num li {
    list-style-type: decimal;
	font-size: 14px;
    padding-left: 1em;
}

.contents_inner ul.list {
    padding-left: 2em;
    margin-bottom: 20px
}
.contents_inner ul.list li {
	font-size: 14px;
}
.contents_inner ul.list li::before {
  position: relative;
  top: -2px;
  left: -5px;
 
  display: inline-block;
 
  width: 3.5px;
  height: 3.5px;
 
  content: '';
 
  border-radius: 100%;
  background: #1A1A1A;
}




#company .wk_cmpny {
    width:  100%;
    padding: 3% 3% 1%;
    box-sizing: border-box;
    background: #dfeaff;
    margin-bottom: 34px;
    border-radius: 11px;
}
#company .wk_cmpny p {
    font-size:  20px;
    font-weight: 200;
}
#company div.map {
    width: 100%;
    height: auto;
}
#company div.map iframe {
    width: 100%;
    height: 300px;
}
#company .contents_inner p.txt, #privacy .contents_inner p.txt {
    font-size: 16px;
    font-weight: 300;
}
#products .img_rght {
    width: 100%;
    clear: both;
    position: relative;
}
#products .img_rght img {
    float: right;
    margin-left: 15px;
}
#products h4.midashi {
    margin: 31px 0 8px;
    font-size: 19px;
    font-weight: 900;
    color: #ff8595;
}

/* safety */
#safety .img_rght {
    width: 100%;
    clear: both;
    position: relative
}
#safety .img_rght img {
    float: right;
    margin-left: 15px;
}
#safety h4.midashi {
    margin: 31px 0 8px;
    font-size: 19px;
    font-weight: 900;
    font-weight: 300;
    /*color: #ff8595;*/
}
#safety section {
    background: #fff;
    box-sizing: border-box;
    padding: 3% 0 1%;
    border-radius: 8px;
    margin-bottom: 18px;
}
#safety section section {
    padding: 0;
}
#safety section img.wa {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
#safety section h3 {
    font-size: 18px;
    padding: 12px 0 10px 19px;
    border-left: 7px solid rgb(108, 124, 154);
    margin: 40px 0 25px;
    line-height: 1.2;
    border-bottom: 1px solid #b6ccf4;
}
#safety section h3:first-child {
    margin: 0px 0 25px;
}
#safety section span.b {
    font-weight: bold;
}
#safety section span.caption {
    font-size: 12px;
}
#safety section img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
#safety section a img {
    margin: 8px 0;
}
#safety section .b20 {
    font-weight: bold;
    font-size: 22px;
    color: #39C;
}
#safety .kkmwk {
    width: 48%;
    width: 41%;
    display: inline-block;
    vertical-align: top;
    border: 3px solid #ccc;
    box-sizing: border-box;
    border-radius: 12px;
    margin: 0 1%;
    margin: 0 0 0 6%;
}
#safety .kkmwk h3 {
    font-size: 19px;
    width: 100%;
    text-align: center;
    padding: 15px 2px;
    box-sizing: border-box;
    border-radius: 9px 9px 0 0;
    color: #fff;
}
#safety .wk_l h3 {
    background: #4b9fed;
}
#safety .wk_r {
    margin-right: 0;
}
#safety .wk_r h3 {
    background: #4b9fed;
}
#safety .kkmwk p {
    background: #fff;
    font-size: 16px;
    font-size: 14px;
    text-align: justify;
    padding: 23px 20px 6px;
    padding: 19px 25px 0px;
    line-height: 1.7;
}
#safety .img_harf {
    width: 100%;
    clear: both;
    position: relative
}
#safety .img_harf img {
    display: inline-block;
    width: 50%;
    height: auto;
    vertical-align: top;
}
#safety .img_harf p {
    display: inline-block;
    width:  47%;
    margin: 0 1%;
    font-size: 15px;
    vertical-align: top;
}
#safety .img_harf p.w100 {
    width:  100%;
    margin: 18px 1%;
}
#safety .arrw {
    text-align: center;
    width: 100%;
}
#safety .arrw i.fas {
    margin: 30px 0;
    font-size: 48px;
    color: cornflowerblue;
}

/*  q and a  */
#recruit div.q_a {
    margin-left: 0;
}
#recruit div.q_a ul {
    padding-left: 45px;
    margin-bottom: 60px;
}
#recruit div.q_a li.qa_q {
    list-style: none;
    font-size: 20px;
    width: 95%;
    line-height: 1.4;
    color: #4b9fed;
    font-weight: 600;
}
#recruit div.q_a li.qa_q:before {
    content: "Q";
    font-size: 43px;
    font-family: "Arial", Gadget, "sans-serif";
    color: #cce6ff;
    margin-right: 10px;
    margin-left: -40px;
    font-weight: bold;
    vertical-align: bottom;
    margin-bottom: -14px;
    display: inline-block;
}
#recruit div.q_a li.qa_a {
    list-style: none;
    font-size: 16px;
    width: 95%;
    line-height: 1.7;
    margin: 10px 0 25px;
}
#inquiry ul.list_inq {
    margin: 0px 0 35px;
}
#inquiry ul.list_inq li {
    list-style-type: disc;
    font-size: 16px;
    width: 95%;
    line-height: 1.6;
    margin: 10px 0 17px 5%;
}
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto 0;
    width: 100%;
    max-width: 900px;
}
.tab-wrap:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #7cb4e8;
    display: block;
    order: -1;
}
.tab-label {
    color: #fff;
    background: LightGray;
    font-size: 110%;
    white-space: nowrap;
    text-align: center;
    padding: 10px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    flex: 1;
}
.tab-label:not(:last-of-type) {
    margin-right: 5px;
}
.tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background: #7cb4e8;
}
.tab-switch:checked+.tab-label+.tab-content {
    height: auto;
    overflow: auto;
    padding: 15px 0 0;
    opacity: 1;
    transition: .5s opacity;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}
.tab-content h3 {
    font-size:  20px;
    margin: 5px 0 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 11px;
}
.tab-content h4:before {
    content: "◆";
    font-size: 105%;
    margin-right: 4px;
    color: #7cb4e8;
}
p.mb0 {
    margin-bottom: 0;
}
img.w85p {
    width: 85%;
    margin: 10px 0;
}
img.w70p {
    width: 70%;
    margin: 10px 0;
}
p.center, div.center {
    text-align: center;
    display: block;
}

/* form */
dl.form_txbx dt {
    width: 24%;
    display: inline-block;
    margin: 12px 0 10px 0;
    font-weight: 600;
    text-align: left;
    font-size: 105%;
    vertical-align: top;
    border-top: 1px dotted #ccc;
    padding-top: 22px;
}
dl.form_txbx dd {
    display: inline-block;
    margin: 12px 0 5px 0;
    width: 75%;
    border-top: 1px dotted #ccc;
    padding-top: 21px;
}
.form_txbx dd p a {
    margin-top: 15px;
    display: block;
}
dl.form_txbx_bdr {
    border-bottom: 1px dotted #ccc;
}
dl.form_txbx2 dt {
    width: 24%;
    display: inline-block;
    margin: 12px 0 4px 0;
    font-weight: 600;
    text-align: left;
    font-size: 105%;
    vertical-align: top;
    border-top: 1px dotted #ccc;
    padding-top: 14px;
}
dl.form_txbx2 dd {
    display: inline-block;
    margin: 12px 0 5px 0;
    width: 75%;
    border-top: 1px dotted #ccc;
    padding-top: 13px;
}
dl.form_txbx input, dl.form_txbx select, dl.form_txbx textarea {
    position: relative;
    color: #4B4B4B;
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    height: 35px;
    padding: 4px 20px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
    margin-right: 20px;
}
dl.form_txbx input.w90p {
    width: 70%;
}
dl.form_txbx input.w30 {
    width: 100px;
    margin-right: 3px;
}
dl.form_txbx select {
    margin: 10px 3px;
}
dl.form_txbx textarea {
    height: 110px;
    width: 70%;
}
.hissu {
    display: block;
    font-size: 12px;
    padding: 2px 5px 2px 4px;
    background: #ff9365;
    color: #fff;
    line-height: 16px;
    float: right;
    border-radius: 4px;
    margin-right: 18px;
    font-weight: 400;
}
#form .policy {
    margin-bottom: 20px;
    text-align: center;
}
#form .areaBtn {
    margin-bottom: 35px;
    text-align: center;
}
p.linkwp {
    text-align: center !important;
    margin: 35px 0;
}
.tb-cell {
    display: table;
    margin: 20px auto 40px auto;
    text-align: left;
}
.tb-cell .row {
    display: table-row;
}
.tb-cell .row .cell {
    display: table-cell;
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: middle;
    color: #fff;
}
.tb-cell .row .cell:nth-child(odd) {
    width: 100px;
}
.tb-cell .row .cell:nth-child(even) {
    width: 150px;
}
.mail-form .row .cell {
    padding: 5px;
    width: 750px;
}
.mail-form .row .cell:nth-child(1) {
    background: #782123;
    width: 750px;
}
.mail-form .row .cell:nth-child(2) {
    background: #bfbfbf;
    width: 750px;
}
input[type="text"],
input[type="email"] {
    height: 30px;
    font-size: 16px;
}
textarea {
    height: 100px;
    font-size: 16px;
}
button {
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
}
button[type="button"] {
    margin-left: 10px;
}
button[type="button"],
button[type="submit"] {
    background: #d3191e;
    margin: 25px 24px;
    padding: 10px 25px;
}
button[type="reset"] {
    background: #afc6e2;
}
button[type="button"]:hover,
button[type="submit"]:hover {
    background: #e29194;
}
button[type="reset"]:hover {
    background: #ddd;
}
button[type="reset"]:hover {
    text-decoration: none;
}
button[type="button"].typ_mdr {
    background: #ccc;
}
#form .areaBtn {
    margin-bottom: 35px;
    text-align: center;
}
#form .areaBtn form {
    display: inline-block;
    margin: 0 10px;
}
#form .btnConf, #form .btnBack, #form .btnSend {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    display: block;
    height: auto;
    margin: 0 auto;
    outline: medium none;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 1.5% 2%;
    border-radius: 8px;
}
#form .btnConf {
    background: #fc9b46;
    width: 300px;
}
#form .btnBack {
    background: #ccc;
    width: 140px;
}
#form .btnSend {
    background: #fc9b46;
    width: 300px;
}
#form .btnConf:hover, #form .btnBack:hover, #form .btnSend:hover {
    opacity: 0.5;
}
.btn {
    display: block;
    padding: 1px 1%;
    color: #fff;
    background-color: #fc9b46;
    font-size: 19px;
    cursor: pointer;
    max-width: 300px;
    width: 60%;
    border-radius: 8px;
    margin: 15px auto 0;
}
.btn:hover {
    background-color: #fc9b46;
}
.disable {
    background-color: #c3c3c3;
    cursor: not-allowed;
}
.disable:hover {
    background-color: #c3c3c3;
}
label {
    margin: 10px 0;
}

/*栄養成分*/
/*アイコン*/
.material-icons.md-15 { font-size: 15px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
/*アイコン　色*/
.material-icons.blue { color: #84c1ff; }
.material-icons.green { color: #9fc24d; }
.material-icons.orange { color: #ffa500; }
.material-icons.purple { color: #cc7eb1; }
.material-icons.gray { color: #80aba9; }
.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 15px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
	/* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
	/* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
    font-feature-settings: 'liga';
    padding-top: 5px;
}
/*文字かこみわく*/

#kakomi{
    background-color: #E7E7E7;
    line-height: 1.2em;
    font-size: 100%;
    padding: 10px;
}
/*画横並び*/
.box_left  a{
    color:#606060;	/*リンクテキストの色*/
    text-decoration: none ;
}
.box_left {
    -webkit-box-shadow: 0 5px 3px -3px #a9a9a9;
    -moz-box-shadow: 0 5px 3px -3px #a9a9a9;
    box-shadow: 0 5px 3px -3px #a9a9a9;
    color: #606060;
    width: 21%;
    height: 40px;
    margin-left: 10px;
    float: left;
    background-color: #FFF;
    padding-left: 7px;
    font-size: 90%;
    text-align: left;
    margin-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
    border: 1px solid #cacaca;
    margin-top: 0px;
    line-height: 0em;
}
.box_wrap {
    width: 100%;
    height: auto;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
.box_left2  a{
    color: #fff;	/*リンクテキストの色*/
    text-decoration: none;
}
.box_left2 {
    -webkit-box-shadow: 0 5px 3px -3px #a9a9a9;
    -moz-box-shadow: 0 5px 3px -3px #a9a9a9;
    box-shadow: 0 5px 3px -3px #a9a9a9;
    color: #606060;
    width: 21%;
    height: 40px;
    margin-left: 10px;
    float: left;
    background-color: #FFF;
    padding-left: 7px;
    font-size: 90%;
    text-align: left;
    margin-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
    border: 1px solid #cacaca;
    margin-top: 0px;
    line-height: 0em;
}
.box_left3  a{
    color:#ffa500;	/*リンクテキストの色*/
    text-decoration: none;
}
.box_left3 {
    -webkit-box-shadow: 0 5px 3px -3px #a9a9a9;
    -moz-box-shadow: 0 5px 3px -3px #a9a9a9;
    box-shadow: 0 5px 3px -3px #a9a9a9;
    color: #ffa500;
    width: 125px;
    height: 40px;
    margin-left: 10px;
    float: left;
    background-color: #FFF;
    padding-left: 7px;
    font-size: 90%;
    text-align: center;
    margin-bottom: 7px;
    padding-top: 15px;
    font-weight: bold;
    border: 2px solid#ffa500;
}
.box_left4  a{
    color: #fff;	/*リンクテキストの色*/
    text-decoration: none;
}
.box_left4 {
    -webkit-box-shadow: 0 5px 3px -3px #a9a9a9;
    -moz-box-shadow: 0 5px 3px -3px #a9a9a9;
    box-shadow: 0 5px 3px -3px #a9a9a9;
    color: #fff;
    width: 125px;
    height: 40px;
    margin-left: 10px;
    float: left;
    background-color: #ffb6c1;
    padding-left: 7px;
    font-size: 90%;
    text-align: center;
    margin-bottom: 7px;
    padding-top: 15px;
    font-weight: bold;
    border: 2px solid #ffb6c1;
}
.box_left5  a{
    color: #fff;	/*リンクテキストの色*/
    text-decoration: none;
}
.box_left5 {
    -webkit-box-shadow: 0 5px 3px -3px #a9a9a9;
    -moz-box-shadow: 0 5px 3px -3px #a9a9a9;
    box-shadow: 0 5px 3px -3px #a9a9a9;
    color: #fff;
    width: 125px;
    height: 40px;
    margin-left: 10px;
    float: left;
    background-color: #ffb6c1;
    padding-left: 7px;
    font-size: 90%;
    text-align: center;
    margin-bottom: 7px;
    padding-top: 15px;
    font-weight: bold;
    border: 2px solid #ffb6c1;
    line-height: 1.2em;
}
.imgl {
    margin: 0px 10px 0px 0px;
    padding: 0;
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    text-align: center;
}

    /* For modern browsers */
    .clearfix:before,
    .clearfix:after,
    .cf:before,
    .cf:after {
        display: table;
        content: "";
    }
    .clearfix:after,
    .cf:after {
        clear: both;
    }

    /* For IE 6/7 (trigger hasLayout) */
    .clearfix,
    .cf {
        zoom: 1;
    }
.cf::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.fl_right {
    float: right;
}
.fl_left {
    float: left;
}
img.fl_right {
    margin-left: 10px;
}
img.fl_left {
    margin-right: 10px;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.inline {
    display: inline;
}
.txt_center {
    text-align: center;
}
.mt0 {
    margin-top: 0px !important;
}
.mt5 {
    margin-top: 5px !important;
}
.mt25 {
    margin-top: 25px;
}
.mt50 {
    margin-top: 50px !important;
}
.pt40 {
    padding-top: 40px !important;
}
.pt0 {
    padding-top: 0 !important;
}
.ft65 {
    font-size: 65%;
}
.ft85 {
    font-size: 85%;
}
.ft120 {
    font-size: 120%;
    font-weight: 500;
}
.ft130 {
    font-size: 130% !important;
    font-weight: bold !important;
}
.ft400 {
    font-weight: 400 !important;
}
span.red {
    color: red;
    font-size: 75%;
}
p.red, span.txt_red {
    color: red;
}
span.txt_sp {
    display: none;
}
p.submit {
    margin-bottom: 20px;
    text-align: center;
    font-size: 130%;
}
p.submit input {
    padding: 12px 20px;
}
p.link_sp {
    display: none;
}

#Vissel-h1{
	text-align: center;
}

@media screen and (min-width: 1190px) {
    body {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    #global-nav ul li a {
        padding: 0 22px;
    }
    #products div.contents .contents_inner,#nutrients div.contents .contents_inner,
    #company div.contents .contents_inner,
	#info div.contents .contents_inner,
    #growth div.contents .contents_inner,
    #safety div.contents .contents_inner {
        width: 66%;
    }
    div.contents .r_navi {
        margin-left: 7%;
    }
    div.contents .contents_inner {
        padding: 0px 25px 0;
        box-sizing: border-box;
    }
    .wk2bk .thumbnail, .wk3bk .thumbnail {
        width: 47.5%;
        margin: 0 1% 28px 1%;
    }
    .contents_inner div.content_menu .content_menu_bx {
        width: 46%;
        margin: 0 3% 0 1%;
    }
    .content_menu_bx div {
        width: 47%;
        width: 260px;
    }
	
/*    .content_menu_bx div.menu_bx1 h4 a, .content_menu_bx div.menu_bx3 h4 a {
        padding: 240px 19px 0;
    }
    .content_menu_bx div.menu_bx2 h4 a, .content_menu_bx div.menu_bx4 h4 a {
        padding: 32px 19px 0;
    }
    .content_menu_bx div.menu_bx1 p, .content_menu_bx div.menu_bx3 p {
        padding: 0 19px 0;
    }
    .content_menu_bx div.menu_bx2 p, .content_menu_bx div.menu_bx4 p {
        padding: 0 19px 0;
    }*/
	
    #index .contents_inner div.indximg img {
        max-width: 24%;
        margin: 0.25%;
    }
    #index .contents_inner h1 {
        font-size: 40px;
        line-height: 1.3;
    }
    header .headerinbx {
        width: 100%;
    }
    .main {
        width: 90%;
    }
}

@media screen and (max-width: 1000px) {
    #top-head .logo {
        margin-top: -20px;
    }
    #global-nav ul {
        top: 50px;
    }	
    #index .swiper-container {
        height: auto;
    }
    #index .swiper-wrapper {
        width: 90%;
        margin: 30px 0 30px;
    }
    #index .swiper-slide {
        line-height: 1;
    }
    #index .swiper-slide img {
        width: 85%;
    }
    #index .contents_inner p.copy {
        font-size: 18px;
    }	
    div.contents .r_navi {
        margin-left: 4%;
    }
    div.contents .contents_inner {
        width: 100%;
        max-width: 100%;
    }
    div.contents .r_navi {
        margin-left: 2%;
        margin-top: 28px;
        width: 96%;
        max-width: 100%;
        display: inline-block;
    }
    div.contents .r_navi ul li a br {
        display: none;
    }
    div.contents .r_navi ul li a {
        margin: 8px 0;
    }
    #nutrients .r_navi ul.r_navi2 li.no_lnk span {
        margin: 1.5% 0;
    }
    div.contents .r_navi .r_bnr {
        text-align: center;
    }
    div.contents .r_navi .r_bnr img {
        width: 80%;
        max-width: 300px;
    }
    .kanren_bx {
        margin: 45px 0;
    }
    .kanren_bx div {
        width: 245px;
        margin: 0 10px 0 0;
    }
    .kanren_bx div img {
        width: 68px;
    }
    .kanren_bx div a {
        padding: 26px 0 27px 40%;
        font-size: 17px;
    }
/*    #index .contents_inner div.content_menu .content_menu_bx {
        width: 90%;
        margin: 0 5% 0 5%;
    }
    #index .contents_inner div.content_menu .content_menu_bx:first-child {
        margin: 0 5% 35px 5%;
    }*/
    #index div.main .mainimage {
        height: 290px;
        background: url(../img/index/mainimage.jpg) no-repeat 62% center;
        object-fit: cover;
        background-size: 125%;
    }
    #index div.main .mainimage h1 {
        font-size: 28px;
        padding-top: 96px;
		padding-left: 2%;
    }
    div.main .mainimage {
        height: 220px;
    }
    #products div.main .mainimage, #nutrients div.main .mainimage,
    #growth div.main .image_g,
    #company div.main .image_c, 
    #privacy div.main .image_p, 
    #access div.main .image_a,
    #recruit div.main .image_r,
    #safety div.main .image_s,
    #inquiry div.main .image_i {
        background-size: 145%;
    }
    div.main .mainimage div {
        font-size: 28px;
        margin-left: 13%;
        width: 85%;
        padding-top: 75px;
    }
    .popup {
        width: 80vw;
        height: 65vw;
    }
    header .header-wrap {
        margin-top: 14px;
    }
    header .header-wrap .logo {
        margin: 0 auto;
        width: 100%;
        display: block;
        position: relative;
        float: none;
        text-align: center;
    }
    header .header-wrap .flo_right {
        width: 100%;
        display: block;
        float: none;
        text-align: center;
        margin-top: 12px;
    }
    #products div.contents .contents_inner, #nutrients div.contents .contents_inner,
    #company div.contents .contents_inner,
	#info div.contents .contents_inner,
    #growth div.contents .contents_inner,
    #safety div.contents .contents_inner {
        width: 100%;
        float: none;
        display: block;
    }
	
	#info div.contents .contents_inner {
		width: 100%;
	}
	
    #produce .contents div.wk3 div {
        font-size: 21px;
    }
    #produce .contents div.wk3 .prbx1{
        padding:36px 0 0
    }
    .breadcrumbs {
        width: 100%;
        margin-right: 40px;
    }
    header {
        width: 100%;
        height: auto;
    }
    header .headerinbx {
        width: 100%;
        height: 178px;
    }
    header .headerinbx .logo {
        width: 100%;
        position: relative;
        margin: 15px auto 5px;
        text-align: center;
    }
    .menu {
        height: 100px;
    }
    .menu > li {
        width: 33.33%;
        border-bottom: 1px solid #468fb5;
        border-right: 1px solid #468fb5;
        box-sizing: border-box;
    }
    header .header-wrap .logo img {
        width: 270px;
    }
    .product .productinbx {
        width: 100%;
    }
    .tb-cell {
        width: 85%;
        margin-left: 7%;
    }
    div.bg_mh img.img_sp {
        display: block;
        width: 200px;
        margin: 0 auto;
    }
    
    div.bg_mh {
        background-image: none;
        padding: 0;
        width: 100%;
        height: auto;
    }
    div.bg_mh h3.tit {
        margin-top: 0;
    }
    div.bg_mh p {
        width: 100%;
        margin-top: 0;
    }
    div.img_left div {
        width: 100%;
        text-align: center;
        margin-bottom: 8px;
    }
    div.img_left img {
        width: 46%;
        max-width: 260px;
        float: none;
        margin: 0 8px;
    }
}

@media screen and (max-width: 767px) {
    .content_list .thumbnail {
        margin: 0 1% 28px 1%;
        width: 47%;
    }
	
	
	 #index .swiper-wrapper {
        width: 80%;
    }
	
	#index .swiper-slide img {
        width: 75%;
    }
	
    #news dl dd {
        width: 100%;
        padding: 0 0 25px;
    }
    #news dl dd.link a {
        padding: 0 0 25px;
    }
    table.products th {
        font-size: 14px;
        width: 33%;
    }
    table.products td {
        font-size: 14px;
    }
    .contents h2 {
        font-size: 30px;
    }
    div.contents .contents_inner h3.midashi {
        font-size: 20px;
    }
    header .header-wrap .logo img {
        width: 230px;
    }
    #index .contents_inner div.indximg img {
        max-width: 47%;
        margin: 1%;
    }
    #index .contents_inner h1 {
        font-size: 33px;
        font-weight: 600;
    }
    div.main .mainimage {
        height: 165px;
    }
    #products div.main .mainimage, #nutrients div.main .mainimage,
    #growth div.main .image_g,
    #company div.main .image_c, 
    #privacy div.main .image_p, 
    #access div.main .image_a,
    #recruit div.main .image_r,
    #safety div.main .image_s,
    #inquiry div.main .image_i {
        background-size: 130%;
        background-position-y: top;
    }
    div.main .mainimage div {
        padding-top: 55px;
    }
    dl.form_txbx dd {
        margin: 5px 0 5px 0;
        padding-top: 0;
    }
    header .header-wrap {
        height: 88px;
    }
    header .header-wrap .logo img {
        width: 220px;
    }
    header .header-wrap .flo_right ul li a {
        font-size: 14px;
    }
    .cnst_lnk div.page {
        width: 100%;
        margin: 0 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;
    }
    .cnst_lnk div.page p {
        width: 44%;
        font-size: 75%;
        height: auto;
    }
    .cnst_lnk div.page p img {
        max-width: 150px;
        display: block;
        width: 100%;
    }
    .cnst_lnk div.arw p.list {
        width: 10%;
    }
    #flow h2.tit, #flow p {
        margin-left: 10%;
        width: 90%;
    }
    #flow .content_flow, #flow .content_product {
        width: 100%;
    }
    img.bg_flow_smpl, img.bg_flow_smnr, img.bg_flow_smnr2 {
        display: block;
        margin: 0 auto;
        position: relative;
        left: auto;
    }
    #company .img_left, #company .txt_right {
        width: 100%;
    }
    #company .content h2.tit {
        margin-top: 0;
    }
    table.history th {
        font-size: 21px;
    }
    table.philosophy th {
        font-size: 24px;
    }
    table.philosophy td span {
        font-size: 36px;
    }
    #support ul.lst_sprt li {
        width: 45%;
        margin-right: 1%;
        margin-bottom: 9px;
    }
    div.txt_3wk {
        width: 100%;
    }
    .content .box_3wk {
        width: 97%;
    }
    .content .box_4wk {
        width: 47.5%;
        margin-bottom: 10px;
    }
    .content p img.w100sp {
        width: 100%;
        max-width: 100%;
    }
    .content p.img_left img.w75p {
        width: 100%;
        margin-left: 0;
    }
    .tb-cell {
        width: 94%;
        margin-left: 3%;
    }
    .tb-cell .row {
        display: table-row;
    }
    .tb-cell .row label {
        padding: 0;
        border: 0px;
        cursor:auto;
        background-color: #782123;
        color: #fff;
        font-weight: bold;
    }
    .tb-cell .row .cell {
        display: table-cell;
        border: 1px solid #ddd;
        padding: 10px;
        vertical-align: middle;
        color: #fff;
    }
    .tb-cell .row .no_b {
        border: 0px;
        background-color: #782123 !important;
        color: #fff;
    }
    .tb-cell .row .cell:nth-child(odd) {
        width: 25%;
    }
    .tb-cell .row .cell:nth-child(even) {
    }
    input[type="text"],
    input[type="email"] {
        width: 90%;
    }
    textarea {
        width: 90%;
    }
    span.linkwk a.w540 {
        width: auto;
    }
    div.img_3wk img {
        width: 47%;
    }
    dl.form_txbx dt {
        width: 100%;
    }
    dl.form_txbx dt br {
        display: none;
    }
    dl.form_txbx dd {
        width: 100%;
        border-top: 0;
    }
    .contents_jirei .list li h5 {
        width: 90%;
        font-size: 18px;
        height: auto;
    }
    footer div.footer_inner .copyright {
        margin-top: 85px;
    }
    input.w10p {
        width: 10%;
    }
    select.w20p,input.w20p {
        width: 20%;
    }
    input.w40p {
        margin-top: 7px;
        width: 40%;
    }
    input.w95p {
        width: 95%!important;
    }
    textarea {
        width: 95%!important;
    }
    #page-top {
        margin-bottom: 50px !important;
    }
    .popup {
        width: 80vw;
        height: 75vw;
    }
}

@media screen and (max-width: 640px) {
    .content_list .thumbnail {
        margin: 0 0 28px 0;
        width: 100%;
    }
    .content_list .pop-box {
        width: 47%;
    }
    div.main {
        margin: 90px auto 55px;
    }
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
	

	
	
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 90px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
        margin-top: 0;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -475px;
        background: #d7eeff;
        background: #f0f6fa;
        width: 100%;
        text-align: center;
        padding: 10px 0 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
        border-right: 0;
        border-bottom: 1px solid #7dbcea;
        height: auto;
        padding: 0;
        text-align: left;
        padding-left: 20px;
    }
    #global-nav ul li.lin_sp {
        display: block;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #252525;
        padding: 18px 0;
    }
    #top-head #global-nav ul li a:before,
    #top-head.fixed #global-nav ul li a:before {
        font-family: "Font Awesome 5 Free";
        content: '\f105';
        font-size: 110%;
        font-weight: bold;
        margin-right: 13px;
        color: #252525;
        padding-left: 12px;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
    #growth .content_list .thumbnail img {
        width: 100%;
    }
    .content_list .thumbnail img {
        width: 47%;
    }
    .content_list .pop-box img {
        width: 70%;
    }
    .wk2bk .thumbnail img {
        width: 100%;
    }
    div.contents .r_navi {
        display: none;
    }
    #nutrients div.contents .r_navi {
        display: block;
    }
    #nutrients div.contents .r_navi ul.dsp_no_sp,
    #nutrients div.contents .r_navi .r_bnr {
        display: none;
    }
    p.link_sp {
        display: block;
    }
    p.link_sp a {
        border-bottom: 1px solid #5c6cd9;
    }
    p.link_sp a:before {
        font-family: "Font Awesome 5 Free";
        content: '\f105';
        font-weight: bold;
        margin-right: 4px;
    }
    footer div.footer_inner .copyright {
        text-align: center;
    }
    footer div.footer_inner .copyright p {
        font-size: 9px;
        letter-spacing: 0;
        margin-bottom: 0;
        display: inline-block;
    }
    footer div.footer_inner .copyright img {
        margin-bottom: 3px;
        width: 79px;
    }
}

@media screen and (max-width:600px) {
    div.contents .contents_inner h1 {
        font-size: 23px;
    }
    .contents .contents_inner p.copy {
        font-size: 18px;
    }
    #inquiry ul.list_inq li {
        font-size: 15px;
    }
    .kanren_bx {
        text-align: center;
    }
    .kanren_bx div {
        margin: 0 0 10px 0;
    }
    #top-head .logo {
        width: 265px;
    }
    #top-head .logo img {
        width: 85%;
    }
    #top-head .logo em {
        font-size: 12px;
        letter-spacing: 9.5px;
    }
    #nav-toggle {
        width: 26px;
    }
    #nav-toggle span:nth-child(2) {
        top: 9px;
    }
    #nav-toggle span:nth-child(3) {
        top: 18px;
    }
    #mobile-head {
        height: 75px;
    }
    #global-nav {
        top: -490px;
    }
    #index div.main .mainimage {
        height: 290px;
        background: url(../img/index/mainimage.jpg) no-repeat 62% top;
        object-fit: cover;
        background-size: 125%;
    }
    #growth div.main .image_g {
        background: url(../img/growth/mainimage.jpg) no-repeat center center;
        object-fit: cover;
        background-size: 130%;
        background-position-y: top;
    }
    #index div.main .mainimage h1 {
        font-size: 25px;
        padding-top: 60px;
    }
    div.main .mainimage {
        height: 140px;
        margin-top: -2px;
    }
    div.main .mainimage div {
        font-size: 23px;
        padding-top: 30px;
    }
    #index div.main .mainimage {
        height: 240px;
    }
    #index div.main .mainimage h1 {
        padding-top: 54px;
    }
    div.wave {
        margin-top: -121px;
        height: 75px;
    }
    #index div.wave {
        margin-top: -118px;
        height: 96px;
    }
    #index .contents_inner p.copy {
        font-size: 15px;
    }
    .contents h2 {
        font-size: 23px;
    }
    .contents h2.tit {
        font-size: 22px;
    }
    #index .contents_inner #news h2 {
        font-size: 23px;
    }
    div.contents .contents_inner h3.midashi {
        font-size: 19px;
    }
    #safety .kkmwk {
        width: 100%;
        margin: 0 1% 20px;
    }
    #safety .img_rght img {
        float: none;
        margin: 0 auto 15px;
        display: block;
    }
	
	/*休業用テーブル
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta2 td{
	width: 40%;
}
	
/*テーブル内の左側*/
.ta2 th{
	width: 60%;
}
	
    table.products th {
        width: 100%;
        display: inline-block;
    }
    table.products td {
        width: 100%;
        display: inline-block;
    }
    #safety .img_harf {
        width: 100%;
        clear: both;
        position: relative
    }
    #safety .img_harf img {
        display: block;
        max-width: 280px;
        width: 90%;
        margin: 0 auto;
    }
    #safety .img_harf p {
        display: block;
        width:  100%;
        margin: 15px 0;
    }
    #safety .arrw i.fas {
        margin: 15px 0;
    }
    div.contents .contents_inner {
        padding: 17px 15px 0;
    }
    #index .contents_inner h1 {
        font-size: 26px;
    }
    #index .topfl_sp {
        width: 100%;
    }
    #products .pro_idx {
        margin-bottom: 25px;
    }
    #products .pro_idx div.inbx_l {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    #products .pro_idx ul {
        max-width: 100%;
        width: 100%;
    }
    #nutrients div.contents .pc_list{
        display: none;
    }
	
	.sp-block{
		display: block;
		font-size: 12px;
	}
	
	
    p.link_btn a {
        font-size: 90%;
    }
    header .headerinbx {
        height: 210px;
    }
    table.products th.th_name {
        min-width: 100px;
        width: 35%;
        box-sizing: border-box;
    }
    table.products td {
        padding: 15px 10px;
        box-sizing: border-box;
    }
    table.products td.td_name {
        min-width: 100px;
        padding: 15px 5px;
        width: 100%;
        box-sizing: border-box;
    }
    table.company td {
        max-width: 75%;
        display: inline-block;
    }
    table.company td.td_name {
        min-width: 110px;
        width: 25%;
        position: relative;
        display: revert;
    }
    .tab-label {
        font-size: 13px;
    }
    .menu > li a {
        font-size: 12px;
    }
    .popup {
        width: 80vw;
        height: 95vw;
        width: 100vw;
        height: auto;
    }
    #safety h4.midashi {
        font-size: 16px;
    }
    .contents .contents_inner h4.copy {
        font-size: 18px;
    }
    #recruit div.q_a li.qa_q {
        font-size: 17px;
    }
    #recruit div.q_a li.qa_a {
        font-size: 14px;
    }	
    #recruit div.q_a li.qa_q:before {
        font-size: 36px;
    }
    span.txt_sp {
        display: block;
    }
    span.linkwk {
        width: 100%;
    }
    span.linkwk a {
        width: auto;
        min-width: auto;
    }
    p.w75p {
        width: 90%;
    }
    .copyright {
        font-size: 11px;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
	
	footer div.footer_inner ul.ftnv {
	   margin-bottom: 20px;
    }
		
    footer div.footer_inner ul.ftnv li {
        display: block;
        margin: 0 0 4px 15px;
    }
    footer div.footer_inner ul.ftnv li a:before {
        font-family: "Font Awesome 5 Free";
        content: '\f105';
        font-size: 110%;
        font-weight: bold;
        margin-right: 13px;
        color: #fff;
        padding-left: 12px;
    }
}

@media screen and (max-width: 480px) {
    div.contents .contents_inner h1 {
        font-size: 20px;
    }
    .content_list .thumbnail {
        margin: 0 0 28px 0;
        width: 100%;
    }
    .content_list .pop-box {
        width: 47%;
    }
    #index .contents_inner div.content_menu .content_menu_bx {
        width: 98%;
        margin: 0 0 0 0;
    }
    #index .contents_inner div.content_menu .content_menu_bx:first-child {
        margin: 0 0 35px 0;
    }
    div.main .mainimage div {
        font-size: 19px;
        padding-top: 17px;
        margin-left: 7%;
    }
    #index div.main .mainimage h1 {
        font-size: 19px;
        padding-top: 30px;
    }
    div.wave {
        margin-top: -143px;
    }
	
	
/*    .content_menu_bx div.menu_bx1 h4 a, .content_menu_bx div.menu_bx3 h4 a {
        font-size: 16px;
        padding: 240px 7px 0;
    }
    .content_menu_bx div.menu_bx2 h4 a, .content_menu_bx div.menu_bx4 h4 a {
        font-size: 16px;
        padding: 32px 7px 0;
    }
    .content_menu_bx div.menu_bx1 p, .content_menu_bx div.menu_bx3 p {
        padding: 0 7px 0;
    }
    .content_menu_bx div.menu_bx2 p, .content_menu_bx div.menu_bx4 p {
        padding: 0 7px 0;
    }*/
	
	
    #index .swiper-wrapper {
        margin: 27px 0 35px;
    }
    .l-menu ul > li {
        width: 32.5%;
    }
    header .header-wrap .flo_right ul li {
        margin: 0 4px 0;
    }
    header .headerinbx {
        height: 200px;
    }
    header .header-wrap .flo_right div.inq p.tel a {
        font-size: 24px;
    }
    header .header-wrap .flo_right div.btn_rec {
        width: 175px;
    }
    header .header-wrap .flo_right div.btn_rec a {
        font-size: 13px;
    }
    #privacy .contents_inner h2.midashi {
        font-size: 16px;
        text-align: left;
    }
    #nutrients .contents_inner section h2 {
        font-size: 110%;
        padding-left: 5px;
        line-height: 1.3;
        padding-right: 0px;
    }
    .bx-wrapper {
        margin: 0 auto 17px;
        height: auto !important;
    }
    .bx-wrapper img {
        margin: 0 auto 65px !important;
    }
    .bx-wrapper .bx-caption span {
        margin-top: 15px !important;
        font-size: 11px !important;
    }
    .bx-wrapper .bx-caption span br.br_sp {
        display: block;
    }
    input.txt,textarea {
        width: 95%;
    }
    button[type="button"], button[type="submit"] {
        background: #d3191e;
        margin: 25px 0px;
    }
    table.company td {
        max-width: 100%;
    }
    table.company td.td_name {
        display: table-cell;
        white-space: nowrap;
    }
    div.contents .r_navi ul li a {
        width: 75%;
    }
    #nutrients .r_navi ul.r_navi2 li.no_lnk span {
        width: 75%;
    }
}

@media screen and (max-width: 320px) {
    /* Small Devices iphone 5 and below Portrait */
    header .header-wrap .logo img {
        width: 80px;
    }
    header .header-wrap .logo h1 a {
        font-size: 20px;
    }
    div.main .mainimage {
        height: 142px;
        margin-top: -26px;
    }
    div.wave {
        margin-top: -131px;
    }
    #index div.main .mainimage {
        height: 220px;
    }
    #index div.main .mainimage h1 {
        padding-top: 35px;
    }
}


/*test*/
#nutrients div.contents .contents_inner img{
	max-width: 100%;
	height: auto;
	
}
