@charset "UTF-8";
/* CSS Document */
/* ヘッダー
------------------------------------------------------------*/
#header {
  background: #fff;
}
#mainnav h1 img a {
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  display: block;
}
#mainnav nav ul {
  float: left;
}
#main_img2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  /*background: url("../img/company_top.jpg") top center no-repeat;*/
  background-size: cover;
}
.product_img {
  background: url("../img/product_top.jpg") top center no-repeat;
}
.oxilink_img {
  background: url("../img/oxilink_top.jpg") top center no-repeat;
}
.company_img {
  background: url("../img/company_top.jpg") top center no-repeat;
}
.service_img {
  background: url("../img/service_top.jpg") top center no-repeat;
}
.arukalink_img {
  background: url("../img/arukalink_top.jpg") top center no-repeat;
}
.contact_img {
  background: url("../img/contact_top.jpg") top center no-repeat;
}
.order_img {
  background: url("../img/order_top.jpg") top center no-repeat;
}
#slogan2 {
  position: absolute;
  top: 65%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
#slogan2 h2 {
  font-size: 40px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: normal;
  color: #fff;
  text-shadow: #000 1px 0 10px;
  letter-spacing: 3px;
}
#slogan2 p {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  text-shadow: #000 1px 0 10px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
#contents {
  width: 1000px;
  margin: auto;
  margin-top: 30px;
}
#contents_inner {
  width: 100%;
}
#contents h2 {
  color: #3e8bff;
  margin-bottom: 10px;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}
.company_logo {
  margin: 0 0 30px 200px;
}
/*フッター*/
#footer {
  padding: 50px 0 0 0;
  overflow: hidden;
  width: 100%;
  margin: auto;
}
#foot_in {
  width: 80%;
  margin: auto;
}
#footer img {
  float: left;
  margin-bottom: 50px;
}
#footer p.add {
  float: right;
}
#footer ul {
  clear: both;
  margin: 0 auto 50px auto;
	list-style-type: none;
}
#footer ul li a {
  float: left;
  margin-right: 20px;
  display: block;
}
#footer ul li a::before {
  font-family: FontAwesome;
  content: '\f0da';
  margin-right: 5px;
  color: #ccc;
}
#footer .copy {
  clear: both;
  background: #cccccc;
  color: #333333;
  font-size: 80%;
  padding: 20px 0;
  text-align: center;
}
/*ページトップへ*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: -50px;
  right: 20px;
  background: #1a1a82;
  /*opacity: 0.6;*/
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: FontAwesome;
  content: '\f0d8';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* 共通
------------------------------------------------------------*/
#wrapper {
  overflow: hidden;
}
#contents h2 {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
#contents p {
  color: #666;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  /*text-align: justify;*/
  line-height: 2;
}
#contents p.center {
  text-align: center;
  margin-bottom: 50px;
}
section {
  clear: both;
}
section img {
  width: 100%;
  height: auto;
}
.inner {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.col2 li {
  display: inline-block;
  width: 100%;
  margin: 20px 0 20px 0;
}
.blue {
  color: #3e8bff;
}
.flexbox3 {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3em;
}
.flexbox3 > div {
  width: 32%;
}
.flexbox3 img {
  width: 100%;
}
/* COMPANY
------------------------------------------------------------*/
#contents p.concept {
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#contents p.president {
  text-align: right;
}
#contents .m20 {
  margin-bottom: 30px;
}
/* SEC02
------------------------------------------------------------*/
.wrap {
  clear: both;
  width: 100%;
  background: #e7f2ff;
}
.bg {
  line-height: 0;
}
.txt h2 {
  padding: 0 0 20px !important;
}
/* SEC03
------------------------------------------------------------*/
/*.inner .col3{
	max-width: 1000px;
	display: flex;
}
.inner .col3 > div{
	width: 30%;
}*/
.col3 li {
  margin: 50px 0;
}
.col3 img {
  max-width: 325px;
  display: block;
  margin: 0 auto 20px;
}
/* SEC04
------------------------------------------------------------*/
#sec04 {
  background: #3e8bff;
  padding-top: 50px;
}
#sec04 .inner p.foot_contact a {
  text-align: center;
  display: block;
  width: 80%;
  background: #fff;
  margin: auto;
  padding: 20px 0 !important;
  border-radius: 100px;
  box-shadow: 0 0 8px #0057bf;
  color: #3e8bff;
}
#sec04 .inner p.foot_contact a.btn-link {
  position: relative;
  top: 0;
  background-color: #fff;
  transition: background-color 0.2s;
}
#sec04 .inner p.foot_contact .btn-link:hover {
  background-color: #feffd9;
}
#sec04 .inner p.foot_contact .btn-link:active {
  background-color: #fff;
}
#contents table {
  /*width: 1000px;*/
  width: 100%;
  margin-bottom: 2em;
}
.com_table th {
  width: 200px;
  border-bottom: solid 1px #ccc;
  padding: 10px;
}
.com_table td {
  border-bottom: solid 1px #ccc;
  padding: 10px;
}
/*オキシリンクSPページ
**************************************************************************************/
.oxi_img {
  width: 100%;
  margin-bottom: 5em;
}
.oxi_img2 {
  width: 100%;
  margin-bottom: 2em;
}
.oxi_img3 {
  width: 250px;
  margin: 0 auto 2em auto;
  display: block;
}
h3.tenpo {
  text-align: center;
  background: #3e8bff;
  color: #fff;
  padding: 8px 0 8px 15px;
  margin-bottom: 1.5em;
}
.flex_list {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.5em;
}
.flex_list > div {
  width: 28%;
  margin-bottom: 1.5em;
  min-width: 0;
  background: #edf6ff;
  padding: 1em;
}
.flex_list > div p {
  font-size: 0.9em;
  line-height: 1.5 !important;
}
.flex_list::after {
  display: block;
  content: "";
  width: 28%;
  padding: 1em;
}
.cssgrid {
  max-width: 1000px;
  display: flex;
  margin-bottom: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 20;
}
.cssgrid > div {
  width: 32%;
}
.cssgrid h5 {
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0.8em;
}
.cssgrid h5.al {
  background-color: #bbb3d8;
}
.cssgrid h5.jia {
  background-color: #a2d7d4;
}
.cssgrid h5.nisan {
  background-color: #f8c5ac;
}
.cssgrid h5.mizu {
  background-color: #c0e5f9;
}
.cssgrid > div p {
  text-align: justify;
  font-size: 90%;
  line-height: 1.7 !important;
}
.cssgrid ol, .oxi_ol, .cssgrid3 ol {
  list-style-type: decimal !important;
  padding: 1em;
  text-align: justify;
  line-height: 1.7 !important;
}
.cssgrid ol li, .oxi_ol li, .cssgrid3 ol li {
  font-size: 90%;
  color: #666;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  line-height: 1.5;
  margin-left: 1em;
}
.cssgrid3 ul {
  list-style-type:disc!important;
  padding: 1em;
  text-align: justify;
  line-height: 1.7 !important;
}
.cssgrid3 ul li {
  font-size: 90%;
  color: #666;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  line-height: 1.5;
  /*margin-left: 1em;*/
}

.oxi_ol {
  background: #eaf8ff;
  margin-bottom: 1em;
}
.cssgrid img {
  /*width: 80%;*/
  margin: auto;
}
.cssgrid2 {
  max-width: 1000px;
  display: flex;
  margin-bottom: 5em;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cssgrid2 > div {
  width: 24%;
  text-align: center;
}
.cssgrid2 p a {
  background: #3e8bff;
  padding: 0.5em 0;
  display: block;
  color: #fff;
}
.cssgrid2 p a:hover {
  opacity: 0.7;
  transition: all 0.2s;
}
/*使いかた*/
.use_maintitle{
	margin-bottom: 2em;
	text-align: center;
	background: #003c8a;
	display:block;
	width: 100%;
	padding: 0.5em 0;
	color: yellow!important;
}
.use_title1 {
  text-align: center;
  padding: 1em 0;
  margin-bottom: 2em;
  background: #edf6ff;
  display: block;
}
.use_title2 {
  text-align: center;
  padding: 1em 0;
  margin-bottom: 2em;
  background: #ffe8c2;
  display: block;
}
.use_title3 {
  text-align: center;
  padding: 1em 0;
  margin-bottom: 2em;
  background: #e8ffcd;
  display: block;
}
.cssgrid3 {
  max-width: 1000px;
  display: flex;
  margin-bottom: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 20;
}
.cssgrid3 > div {
  width: 23%;
  text-align: justify;
  margin-bottom: 2em;
  letter-spacing: -1px;
}
#margin::after {
  display: block;
  content: "";
  width: 23%;
  padding: 8em;
}
.flex1 {
  flex-grow: 0;
}
.flex2 {
  flex-grow: 0;
}
.flex3 {
  flex-grow: 0;
}
.flex4 {
  flex-grow: 0;
}
.flex5 {
  width: 48% !important;
}
.flex6 {
  width: 48% !important;
}
.flex7 {
  flex-grow: 0;
}
.flex8 {
  width: 48% !important;
}
.flex9 {
  flex-grow: 0;
}
.flex10 {
  flex-grow: 0;
}
.flex11 {
  flex-grow: 0;
}
.flex12 {
  width: 48% !important;
}
.flex13 {
  width: 48% !important;
}
.flex14 {
  width: 48% !important;
}
.flex15 {
  width: 48% !important;
}
.cssgrid3 p {
  font-size: 95%;
  line-height: 1.8 !important;
}
.cssgrid3 h5 {
  background: #3e8bff;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  color: #fff;
	padding: 0.3em;
}
.cssgrid3 h5 span {
	font-size: 70%;
	color: yellow;
}

.cssgrid3 h5.orange {
  background: #ff9d00;
}
.cssgrid3 h5.green {
  background: #79bd28;
}
.cssgrid3 img {
  width: 100%;
  margin-bottom: 0.5em;
}

.cssgrid3 .use_text{
	text-align: center;
	color: #3e8bff!important;
	font-weight: bold;
	letter-spacing: normal!important;
}




/*事業内容pc*/
#contents .service1 {
  margin-bottom: 30px;
  clear: both;
  overflow: hidden;
}
#contents.service_box {
  width: 100%;
  height: 436px;
  margin: 30px auto;
}
.service_box img {
  width: 100%;
}
.service_box p a {
  width: 30%;
  text-align: center;
  display: block;
  background: #fff;
  margin: auto;
  padding: 20px 0 !important;
  border-radius: 100px;
  box-shadow: 0 0 8px #0057bf;
  color: #3e8bff;
  margin-top: -40px;
  margin-bottom: 50px;
}
.service_box .youtube {
  height: 450px;
}
.service_box p a.btn-link {
  position: relative;
  top: 0;
  background-color: #fff;
  transition: background-color 0.2s;
}
.service_box p .btn-link:hover {
  background-color: #1a1a82;
  color: #fff;
}
.service_box p .btn-link:active {
  background-color: #fff;
}
.osusume1 {
  float: left;
  width: 480px;
}
.osusume2 {
  float: right;
  width: 480px;
}
#contents p.product_1 {
  color: #3e8bff;
  margin: 20px 0;
  letter-spacing: 1px;
  font-size: 120%;
  text-align: center;
}
/*商品紹介pc*/
.product_right h3 {
  color: #3e8bff;
  font-size: 1.5em;
  margin-bottom: 10px;
}
.product_right p a, .product2_right p a {
  display: block;
  background: #80bd00;
  width: 30%;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  margin-top: 1em;
}
.product_funmu_right {
  text-align: right;
  margin-bottom: 20px;
}
.flexbox {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1em;
}
.flexbox ul li a {
  display: block;
  background: #80bd00;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  margin-top: 0.5em;
  padding: 0 2em;
}
.flexbox ul li {
  width: 100%;
}
#contents .product {
  clear: both;
  border-bottom: 1px #ccc solid;
  margin-bottom: 50px;
}
.product .product_box {
  margin-bottom: 50px;
  overflow: hidden;
  clear: both;
}
.product_box img {
  float: left;
  /*box-shadow: 0 0 8px gray;*/
  width: 430px;
  height: 300px;
}
.product_box img.w300 {
  float: left;
  box-shadow: 0 0 8px gray;
  width: 300px;
  height: 300px;
  margin: 8px;
}
.product_right {
  float: right;
  width: 500px;
}
.product2_right {
  float: right;
  width: 650px;
}
.product2_right p {
  margin-bottom: 20px;
}
#contents .product_box .product_label {
  background: #3e8bff;
  color: #fff;
  padding: 8px 0 8px 15px;
  margin-bottom: 20px;
}
span.line {
  text-decoration: line-through;
}
span.price {
  font-size: 120%;
  color: red;
}
.product_point {
  padding: 40px;
  background: #efefef;
  border: 1px solid #cccccc;
  margin-bottom: 50px;
}
.product_point p {
  font-size: 100%;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1.5em;
}
.product_point p.last {
  margin-bottom: 0px;
}
.product_point p::before {
  content: "※ ";
}
.product_order a {
  display: block;
  background: #80bd00;
  width: 50%;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  padding: 15px 0;
  margin: auto;
  margin-bottom: 50px;
  clear: both;
}
.glay_area {
  background: #efefef;
  padding: 15px 15px 15px 20px;
  font-size: 100%;
  line-height: 1.8 !important;
}
.product_box p.soldout {
  border: 3px #3e8bff solid;
  padding: 5px 15px;
  color: #3e8bff;
}
#contents h2.blue {
  color: #000096 !important;
}
ul.pro_point {
  margin-bottom: 30px;
  overflow: hidden;
}
ul.pro_point li {
  background: #000096;
  width: 23%;
  float: left;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  margin: 0 0 0 1.5%;
  display: block;
}
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
p.kome_t::before {
  content: "※ ";
}
p.kome_t {
  font-size: 100%;
  padding-left: 2em;
  text-indent: -1.3em;
  text-align: justify;
}
p.kome_t2::before {
  content: "※ ";
}
p.kome_t2 {
  font-size: 100%;
  padding-left: 2.5em;
  text-indent: -1.3em;
  text-align: justify;
}
/*アルカリンク*/
.arukalink {
  clear: both;
  margin-bottom: 50px;
  overflow: hidden;
}
.arukalink_img {
  width: 1000px;
  height: 280px;
  z-index: 100;
}
.arukalink_in {
  background: #fff;
  width: 60%;
  margin: auto;
  margin-top: -100px;
  border-radius: 5px;
  display: block;
  z-index: 200
}
.arukalink_20 {
  float: left;
  z-index: 400;
}
.arukalink_10 {
  float: right;
  z-index: 400;
}
.arukalink ul.point7 li.left {
  float: left;
  width: 450px;
  margin-bottom: 30px;
}
.arukalink ul.point7 li.right {
  float: right;
  width: 450px;
  margin-bottom: 30px;
}
.arukalink ul.point7 li h4 {
  text-align: center;
  background: #f38f1e;
  border-radius: 100px;
  padding: 10px;
  color: #fff;
  margin-bottom: 10px;
  font-size: 100%;
}
.arukalink ul.point7 li h4 {
  text-align: center;
  background: #f38f1e;
  border-radius: 100px;
  padding: 10px;
  color: #fff;
  margin-bottom: 10px;
}
ul.arukalink_point {
  margin-bottom: 30px;
  overflow: hidden;
}
ul.arukalink_point li {
  background: #3e8bff;
  width: 23%;
  float: left;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  margin: 0 0 0 1.5%;
  display: block;
}
.arukalink ul.aruka_place li {
  float: left;
  width: 300px;
  margin-right: 30px;
}
.arukalink ul.aruka_place li h4 {
  background: #3e8bff;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.arukalink ul.aruka_place img {
  width: 300px;
}
.arukalink h4 {
  background: #3e8bff;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.arukalink p {
  margin-bottom: 20px;
}
.use_table th {
  border: solid 1px #ccc;
  padding: 10px;
  width: 50%;
  text-align: center;
}
.use_table td {
  border: solid 1px #ccc;
  padding: 10px;
  width: 50%;
  text-align: center;
}
.arukalink p a {
  display: block;
  background: #e3e3e3;
  width: 70%;
  text-align: center;
  border-radius: 50px;
  padding: 15px 0;
  margin: auto;
  margin-bottom: 50px;
  clear: both;
}
.arukalink ul.yogore li.yogore1 {
  background: url("../img/yohgore1.jpg") no-repeat;
  height: 340px;
  width: 420px;
  padding: 30px;
  float: left;
}
.arukalink ul.yogore li.yogore2 {
  background: url("../img/yohgore2.jpg") no-repeat;
  height: 340px;
  width: 420px;
  padding: 30px;
  float: right;
}
.arukalink ul.yogore li.yogore3 {
  background: url("../img/yohgore3.jpg") no-repeat;
  height: 340px;
  width: 420px;
  padding: 30px;
  float: left;
}
.arukalink ul.yogore li.yogore4 {
  background: url("../img/yohgore4.jpg") no-repeat;
  height: 340px;
  width: 420px;
  padding: 30px;
  float: right;
}
.arukalink ul.yogore li p {
  font-size: 100% !important;
  line-height: 1;
}
p.y_title {
  text-align: center !important;
  color: #3e8bff !important;
}


/*エビデンス*/

.evi li a{
	background: #cccc;
	display: block;
	padding: 1em 0.5em;
	list-style: none!important;
	text-align: center;
	width: 80%;
	margin: auto;
	border-radius: 30px;
}

.evi li{
	margin-bottom: 1em;
}
.evi li a:hover{
	background: #afafaf;
}

.evi ul{
	margin-bottom: 3em;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (min-width: 1200px) {
  #head nav {
    background: #fff;
    overflow: hidden;
  }
  .inner {
    width: 1024px;
  }
  .txt h2 {
    padding: 0 0 20px !important;
  }
}
@media only screen and (min-width: 800px) {
  /* SEC02 SERVICE
	-----------------*/
  .txt, .bg {
    width: 50%;
    float: left;
    display: table;
    background: #edf5ff;
  }
  #sec02_02 .txt, #sec02_02 .bg {
    float: right;
  }
  .vMid {
    display: table-cell;
    padding: 0 100px;
    vertical-align: middle;
  }
  /* SEC03
	-----------------*/
  .col3 {
    text-align: center;
  }
  .col3 li {
    display: inline-block;
    width: 30%;
    padding: 0 1.5%;
    margin-bottom: 0;
    vertical-align: top;
    text-align: left;
  }
  /* SEC05
	-----------------*/
  #sec05 {
    padding-top: 120px;
  }
  /*#footer {
		padding: 30px 10px 70px 0;
	}*/
}
@media only screen and (min-width: 641px) {
  .col2 li {
    width: 40%;
    padding: 0 3%;
    vertical-align: top;
  }
}
/**************************************************************************************************************/
/***********************************************************************/
@media only screen and (max-width: 640px) {
  #map iframe {
    width: 96% !important;
    left: 2%;
  }
  #main_img2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
    background-size: cover;
  }
  #contents p {
    line-height: 1.5;
    font-size: 80%;
  }
  #contents .m20 {
    margin-bottom: 20px;
  }
  #contents .president {
    margin-bottom: 50px;
  }
  #contents p.center {
    margin-bottom: 20px;
  }
  #slogan2 h2 {
    font-size: 1.8em;
  }
  .flexbox3 {
    display: flex;
    margin-bottom: 30px;
  }
  .flexbox3 > div {
    overflow: hidden;
    min-width: 0;
    width: 80%;
    margin: auto;
    margin-bottom: 1em;
  }
  /* COMPANY TABLE
	-----------------*/
  #contents table.com_table {
    width: 100%;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    margin-bottom: 2em;
  }
  .com_table th {
    background: #edf5ff;
    padding: 10px;
  }
  .com_table td {
    /*border: solid 1px #ccc;*/
    padding: 10px;
  }
  .last td:last-child {
    /*border-bottom: solid 1px #ccc;*/
    width: 100%;
  }
  .com_table th, .com_table td {
    border-bottom: none;
    display: block;
    width: 95%;
  }
  .com_table td {
    font-size: 90%;
  }
  #contents {
    width: 85%;
    margin: auto;
    margin-top: 20px;
  }
  #contents h2 {
    color: #3e8bff;
    font-size: 1.1em;
    text-align: center;
  }
  #contents img.company_logo {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
  .none_br {
    display: none;
  }
  #contents p.president {
    text-align: center;
    margin-top: 20px;
  }
  /*オキシリンクページ************************************************/
  .flex_list > div {
    width: 100%;
    margin-bottom: 0.5em;
    background: #edf6ff;
    padding: 1em;
  }
  .product img {
    width: 100%;
  }
  .img100 {
    width: 100%;
  }
  .cssgrid {
    max-width: 1000px;
    display: flex;
    margin-bottom: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 20;
  }
  .cssgrid > div {
    width: 100%;
  }
  .cssgrid h5 {
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 0;
  }
  .cssgrid2 {
    width: 100%;
    display: flex;
    margin-bottom: 1.5em;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cssgrid2 > div {
    width: 49%;
    text-align: center;
    margin-bottom: 0.5em;
  }
  .cssgrid2 p a {
    background: #3e8bff;
    padding: 0.5em 0;
    display: block;
    color: #fff;
  }
  .oxi_img {
    width: 100%;
    margin-bottom: 3em;
  }
  .oxi_img3 {
    width: 70% !important;
    margin: 0 auto 2em auto !important;
    display: block !important;
  }
  .cssgrid ol li, .oxi_ol li {
    font-size: 80%;
    line-height: 1.5;
    margin-left: 1em;
  }
  /*使い方*/
  .cssgrid3 {
    width: 100%;
    display: flex;
    margin-bottom: 1em;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cssgrid3 > div {
    width: 100%!important;
    text-align: justify;
    margin-bottom: 1em;
  }
#margin::after {
  display: block;
  content: "";
  padding: 0em;
}

  .cssgrid3 p {
    font-size: 70%;
    line-height: 1.5 !important;
  }
  .cssgrid3 h5 {
    font-size: 90%;
  }
  /*事業内容************************************************/
  .service1 {
    overflow: hidden;
  }
  .service_box {
    width: 100%;
    /*background: url("../img/service1.jpg") no-repeat;
	background-size: cover;*/
    height: auto;
    margin: 30px auto;
  }
  .service_box .youtube {
    height: auto;
    margin-bottom: 20px;
  }
  .service_box p a {
    width: 70%;
    text-align: center;
    display: block;
    background: #fff;
    margin: auto;
    padding: 20px 0 !important;
    border-radius: 100px;
    box-shadow: 0 0 8px #0057bf;
    color: #3e8bff;
    margin-top: -40px;
  }
  .osusume1 {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .osusume2 {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .osusume1 img, .osusume2 img {
    max-width: 100%;
  }
  #contents p.product_1 {
    color: #3e8bff;
    margin: 20px 0;
    letter-spacing: 1px;
    font-size: 120%;
    text-align: center;
  }
  /*商品紹介*************************************************/
  #contents .product {
    clear: both;
    border-bottom: 1px #ccc solid;
    margin-bottom: 50px;
  }
  .product .product_box {
    margin-bottom: 50px;
    overflow: hidden;
  }
  .product_box img, .product_box img.w300 {
    float: none;
    width: 100%;
    height: 100%;
  }
  .product_box img, .product_box img, .product_box img.w300 {
    max-width: 100%;
    margin: 0 0 20px 0;
    box-shadow: none;
  }
  .product_right {
    float: none;
    width: 100%;
  }
  .product2_right {
    float: none;
    width: 100%;
  }
  #contents .product_box .product_label {
    background: #3e8bff;
    color: #fff;
    padding: 15px;
    margin-bottom: 20px;
  }
  span.line {
    text-decoration: line-through;
  }
  span.price {
    font-size: 120%;
    color: red;
  }
  .product_point {
    padding: 20px;
    background: #efefef;
    border: 1px solid #cccccc;
  }
  .product_point p {
    font-size: 100%;
    margin-bottom: 10px;
    padding-left: 1em;
    text-indent: -1.5em;
  }
  .product_point p.last {
    margin-bottom: 0px;
  }
  .product_point p::before {
    content: "※ ";
  }
  ul.pro_point {
    margin-bottom: 30px;
    overflow: hidden;
  }
  ul.pro_point li {
    background: #000096;
    width: 100%;
    float: none;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    margin: 0 0 10px 0;
    display: block;
  }
  /*アルカリンク*/
  /*-----------------*/
  img.arukalink_main {
    width: 100%;
  }
  #contents table.use_table {
    width: 100%;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  }
  .use_table th {
    background: #edf5ff;
    /*padding: 10px;*/
  }
  .use_table td {
    padding: 10px;
  }
  .last td:last-child {
    width: 100%;
  }
  .use_table th, .use_table td {
    border: none;
    display: block;
    width: 95%;
  }
  .use_table td {
    font-size: 90%;
  }
  .arukalink ul.point7 li.left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .arukalink ul.point7 li.right {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  ul.arukalink_point {
    margin-bottom: 30px;
    overflow: hidden;
  }
  ul.arukalink_point li {
    background: #3e8bff;
    width: 100%;
    float: none;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    margin: 0 0 10px 0;
    display: block;
  }
  .arukalink ul.aruka_place li {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .arukalink ul.aruka_place li h4 {
    background: #3e8bff;
    color: #fff;
    text-align: center;
    padding: 10px;
  }
  .arukalink ul.aruka_place img {
    width: 100%;
    margin-bottom: 10px;
  }
  .arukalink p {
    margin-bottom: 20px;
  }
  .arukalink ul.yogore li.yogore1 {
    /*border: 1px solid #3e8bff;*/
    background: none;
    float: none;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: auto;
  }
  .arukalink ul.yogore li p {
    font-size: 100% !important;
    line-height: 1;
  }
  .arukalink ul.yogore li.yogore2 {
    background: none;
    float: none;
    width: 100%;
    height: 90%;
    padding: 0px;
  }
  .arukalink ul.yogore li.yogore3 {
    background: none;
    float: none;
    width: 100%;
    height: 90%;
    padding: 0px;
  }
  .arukalink ul.yogore li.yogore4 {
    background: none;
    float: none;
    width: 100%;
    height: 90%;
    padding: 0px;
  }
  p.y_title {
    text-align: center !important;
    color: #3e8bff !important;
  }
  /*フッター*/
  #footer {
    padding: 50px 0 0 0;
    overflow: hidden;
    width: 100%;
    margin: auto;
  }
  #footer img {
    float: none;
    margin: 0 auto 20px auto;
    display: block;
  }
  #footer p.add {
    float: none;
    font-size: 90%;
    text-align: center;
    margin-bottom: 20px;
  }
  #footer ul {
    display: none;
  }
  #footer ul li a {
    display: none;
  }
  #footer .copy {
    clear: both;
    background: #cccccc;
    color: #333333;
    font-size: 80%;
    padding: 10px 0;
    text-align: center;
  }
  /*お問い合わせとオーダー*/
  .contact_img #slogan2 h2, .order_img #slogan2 h2 {
    font-size: 130%;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 799px) {
  #mainnav h1 img {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    filter: drop-shadow(0 0 3px white);
  }
  #slogan h2 {
    font-size: 20px;
  }
  #main_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
    background: url("../img/main1.jpg") top center no-repeat;
    background-size: cover;
  }
}
/*@media only screen and (max-width: 1199px) {*/
/*section h2 {
		padding: 50px 0 20px 0;
	}
	#sec01 h2 {
		padding: 70px 0 20px;
	}
	.vMid {
		padding: 0 20px;
	}*/
/*#contents {
		width: 80%;
		margin: auto;
		margin-top: 20px;
	}

}*/
/***********************************************************/
/*PC ハンバーガーメニュー*/
.inner_m {
  width: 90%;
  margin: 0 auto;
}
.inner_m:after {
  content: "";
  clear: both;
  display: block;
}
/* header */
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 30px 0 0;
  line-height: 1;
  z-index: 999;
  background: #fff;
}
#top-head a, #top-head {
  /*color: #fff;*/
  text-decoration: none;
}
#top-head .inner_m {
  position: relative;
  margin-bottom: 20px;
}
#top-head .logo {
  float: left;
  font-size: 36px;
}
#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  /*bottom: 0;*/
  font-size: 14px;
  margin-top: 10px;
}
#global-nav ul li {
  float: left;
}
#global-nav ul li a {
  padding: 0 30px;
}
/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  height: 55px;
  background: #fff;
  background: rgba(255, 255, 255, .7);
  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: #333;
  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;
}
/*スマホハンバーガー*/
@media screen and (max-width: 900px) {
  #top-head, .inner_m {
    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: 56px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo, #top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #333;
    width: 100%;
    text-align: center;
    padding: 10px 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;
  }
  #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  }
  #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);
  }
}
/*お問い合わせページ*******************************/
#formWrap {
  width: 100%; /*100*/
  margin: 0 auto;
  /*color:#555;*/
  line-height: 120%;
  /*font-size:90%;*/
  margin-bottom: 50px;
}
#contents table.formTable {
  width: 940px; /*1000*/
  margin: 0 auto;
  border-collapse: collapse;
  padding: 30px;
  margin-bottom: 20px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
table.formTable td, table.formTable th {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
table.formTable th {
  width: 30%;
  font-weight: normal;
  /*background:#efefef;*/
  text-align: left;
}
#formWrap .privacy {
  height: 150px;
  overflow: scroll;
  padding: 30px;
  border: 1px solid #ccc;
  /*font-size: 80%;*/
  margin: 20px 0;
}
.toi_blue {
  border: 1px solid #3e8bff;
  background: #dbe4ff;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.toi_blue p.order_title {
  background: #3e8bff;
  color: #fff !important;
  text-align: center !important;
  margin-bottom: 20px;
  font-size: 120%;
  letter-spacing: 2px;
}
span.hisu {
  background: #3e8bff;
  color: #fff;
  padding: 3px;
  border-radius: 3px;
  font-size: 90%;
}
input.button {
  padding: 15px 30px;
  background: #3e8bff;
  border: none;
  font-size: 120%;
  color: #fff;
  margin-right: 30px;
}
input.button2 {
  padding: 15px 30px;
  background: #ccc;
  border: none;
  font-size: 120%;
  color: #fff;
}
.input_area p {
  text-align: center;
  margin: auto;
  /*width: 320px;*/
}
.order_point {
  border: 1px solid #3e8bff;
  background: #dbe4ff;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.order_point2 {
  border: 1px solid #3e8bff;
  background: #dbe4ff;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.order_point p {
  font-size: 100%;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1.5em;
}
.order_point p.last {
  margin-bottom: 0px;
}
.order_point p::before {
  content: "・ ";
}
.order_point h4 {
  background: #3e8bff;
  color: #fff !important;
  text-align: center !important;
  margin-bottom: 20px;
  font-size: 120%;
  letter-spacing: 2px;
  padding: 10px 0;
}
.order_point2 h4 {
  background: #3e8bff;
  color: #fff !important;
  text-align: center !important;
  margin-bottom: 20px;
  font-size: 100%;
  letter-spacing: 2px;
  padding: 10px;
}
.order_point2 p.contact_tel {
  font-size: 150%;
  color: #3e8bff;
  text-align: center !important;
}
.order_point2 p.contact_tel2 {
  text-align: center !important;
}
.fa-stack {
  color: #fff;
  font-size: 0.6em;
}
.fa-stack-1x {
  color: #fff;
  margin-left: 1px;
  margin-bottom: 1px;
}
.fa-stack-2x {
  color: #3e8bff;
}
@media screen and (max-width:640px) {
  .toi_blue {
    border: 1px solid #3e8bff;
    background: #dbe4ff;
    padding: 15px;
    text-align: center;
    margin-bottom: 30px;
  }
  .order_point {
    border: 1px solid #3e8bff;
    background: #dbe4ff;
    padding: 15px;
    text-align: center;
    margin-bottom: 30px;
  }
  .order_point2 {
    border: 1px solid #3e8bff;
    background: #dbe4ff;
    padding: 15px;
    text-align: center;
    margin-bottom: 30px;
  }
  .order_point2 h4 {
    font-size: 100%;
    letter-spacing: 0px;
    padding: 10px;
  }
  #formWrap {
    width: 100%;
    margin: 0 auto;
  }
  #formWrap table.formTable {
    width: 100%;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  }
  #formWrap table.formTable th {
    background: #efefef;
    padding: 10px;
    border: none;
    width: 100%; /*95*/
  }
  #formWrap table.formTable td {
    /*padding: 10px;*/
    border: none;
    width: 100%; /*100*/
  }
  .last td:last-child {
    border: none;
    width: 100%;
  }
  .formTable th, .formTable td {
    border: none;
    display: block;
    width: 100%;
  }
  .formTable td {
    font-size: 90%;
  }
  input[type="text"], textarea {
    width: 90%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  input[type="submit"], input[type="reset"], input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
  }
}
/*アルカリンクのページ（隠し要素）*/
#voice_area .hidden_box {}
/*全体*/
.hidden_box {
  margin: 2em 0; /*前後の余白*/
  padding: 0;
}
/*ボタン装飾*/
.hidden_box label {
  padding: 15px;
  font-weight: bold;
  border: solid 1px #cccccc;
  cursor: pointer;
  /*border-radius: 100px;*/
  text-align: center;
}
/*ボタンホバー時*/
.hidden_box label:hover {
  background: #3e8bff;
}
/*チェックは見えなくする*/
.hidden_box input {
  display: none;
}
/*中身を非表示にしておく*/
.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
  padding: 10px 0;
  height: auto;
  opacity: 1;
}