@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
  height: 100%;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  overflow: auto;
}
body {
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  color: #333;
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 98%;
  line-height: 1.75;
  min-width: 320px;
}
.ie body {
  font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
body:before {
  display: none;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover, a:focus {
  color: #00ced1;
  text-decoration: none;
}

a.bnr {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
a.link {
  color: #333;
  text-decoration: underline;
}
a.link:hover, a.link:focus {
  color: #00ced1;
  text-decoration: underline;
}

img {
  max-width: 100%;
}

p{
text-align:justify;
}
li{
list-style-type: none;
}
.clearfix:after {
content: "."; 
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}
* html .clearfix {
height: 1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}
.inner {
  margin: 0 auto;
  width: 98%;
  max-width:1100px;
}

.left{
float:left;
}
.right{
float:right;
}
#button{
}
#button span{
padding:10px;
background-color:#00ced1;
border-radius:7px;
margin:0 auto;
color:#fff;
font-size:110%;
}
#button a:hover span{
background-color:#776249;
}
#button02 span{
padding:20px 50px;
background-color:#ec3d7f;
border-radius:3px;
margin:0 auto;
color:#fff;
font-size:110%;
border:none;
}
#button02 a:hover span{
background-color:#6b4956;
}

@media (min-width: 900px) {
.sp {
  display: none;
}
}
@media (max-width: 899px) {
.pc {
  display: none;
}
.br_sp{
display: none;
}
body {
font-size:92%;
}
}
@media (max-width: 1100px) {
.pc2 {
  display: none;
}
}

/*====================
   header
==================== */
@media (min-width: 900px) {
#header {
  background-color: #fff;
  position: relative;
  z-index: 999;
  margin-bottom:30px;
}
#header .inner {
  height: 150px;
  overflow: hidden;
}
#header .logo {
  float: left;
}
#header .logo a {
  color: #333;
  display: block;
  overflow: hidden;
}
#header .logo img {
  float: left;
  height: auto;
  margin-right: 5px;
  width: 430px;
}
#header .menu {
  float: left;
  width: 100%;
}
#header .menu li {
  float: left;
  overflow: hidden;
  position: relative;
}
#header .menu li.current a:before, #header .menu li:hover a:before {
  bottom: 0;
  opacity: 1;
}
#header .menu li a {
  color: #333;
  cursor: pointer;
  display: block;
  height: 35px;
  line-height: 1.5;
  padding-top: 8px;
  text-align: center;
  width: 100%;
}
#header .menu li a:hover {
  color: #000;
}
#header .menu li a:before {
  background-color: #00ced1;
  bottom: -5px;
  content: '';
  height: 3px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: opacity 0.2s,bottom 0.2s;
}
#header .menu .menuHome {
  width: 6%;
}
#header .menu .menuAbout {
  width: 16.5%;
}
#header .menu .menuEssence {
  width: 15.5%;
}
#header .menu .menuCertification {
  width: 11%;
}
#header .menu .menuProduct {
  width:  8%;
}
#header .menu .menuCompany {
  width:  8%;
}
#header .menu .menuMaterial {
  width: 9.5%;
}
#header .menu .menuOem {
  width: 8.5%;
}
#header .menu .menuMember {
  width: 8%;
}
#header .menu .menuJsceo {
  width: 9%;
}
#pc-head{
padding:10px 0;
}
#pc-head #head-menu{
float:right;
 justify-content: center;
 align-items: center;
 margin-top:5px;
}
#pc-head #head-menu a{
background-color:#dcdcdc;
padding:7px 7px;
font-size:90%;
}
#pc-head #head-menu a.movie_link{
background-color:#00ced1;
color:#ffff93;
}
#pc-head #head-menu a.movie_link:hover{
color:#fff;
}


#fontsize {
    float: right;
    margin-left:5px;
}
#fontsize .size-button {
  background-color: #fff;
  border: 1px solid #999;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 11px;
  text-align: center;
}
}

@media (max-width: 899px) {
#head-menu{
display:none;
}
#header .logo {
  float: left;
}
#header .logo a {
  color: #333;
  display: block;
  overflow: hidden;
}
#header .logo img {
  float: left;
  height: auto;
  width: 80%;
  margin:5px 0 7px 0;
}

/*　ハンバーガーボタン　*/
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
nav.globalMenuSp ul {
    background: #EFEFEF;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #00ced1;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 0.5em 0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #00ced1;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
}


/*====================
   content 【main画像】
==================== */
#main{
width:100%;
}
#main .photo{
width:100%
max-height: 500px;
margin: 0 auto;
position:relative;
}

#main .photo .image{
  display: inline-block;
  width: 100%;
  height: 0;
  padding-top: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
 z-index: -10;
}
#main .photo img{
  width: 100%;
  position:relative;
 z-index: -10;
}
#main .photo #top_catch {
	position: absolute;
	top: 20%;
	left:15%;
	z-index: 1;
	text-align: left;
     margin: 0 auto;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
/*background-color:rgba(140,144,148,0.6);*/
padding:30px;
text-shadow: 0 0 8px rgba(255,255,255,1);
color:#000;}
#main .photo #top_catch span{
    font-size: 245%;
    font-weight: normal;
    padding-bottom: 5px;
}
#main .photo #top_catch p {
	font-size: 160%;
    line-height: 160%;
    margin-top: 30px;
    padding-left:5px;
}

#main .photo #button{
position: absolute;
  left: 13%;
  right: 0;
  margin: auto;
top:85%;
}
#main .photo #button span{
position: relative;
}
#main .photo #button a:hover span{
}
@media (max-width: 899px) {
#main .photo{
max-height: 400px;
}
#main .photo .image{
padding-top:400px;
}
#main .photo #top_catch {
	position: absolute;
	top: 10%;
	left:1%;
}
#main .photo #top_catch span{
    font-size: 190%;
}
#main .photo #top_catch p {
	font-size: 125%;
    line-height: 140%;
    margin-top: 20px;
}

#main .photo #button{
left:7%;
top:79%;
}
#main .photo #button span{
font-size: 93%;
 margin-right:3px;
 padding:10px 5px;
}
}

/*====================
   content
==================== */
#content{
background-color:#fff;
margin:10px auto 50px auto;
}
#content h3 {
font-size:135%;
margin-bottom:20px;
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #EEFBFF;
}

#content h3:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #000;
}
#content h4 {
  position: relative;
font-size:120%;
margin-bottom:10px;
padding-bottom:3px;
}

#content h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}
#content p{
margin-bottom:30px;
}

#content .photo #title {
	position: absolute;
	bottom: 20%;
	right:5%;
	z-index: 1;
	text-align: center;
	color: #fff;
     margin: 0 auto;
    width:410px;
background-color:rgba(0,169,157,0.8);
padding:10px;    
    font-size: 188%;
    line-height:140%;
    font-weight:bold;
    letter-spacing:0.02em;
}

#content .explanation {
  position: relative;
  padding: 2em;
  width:75%;
  margin:40px auto 50px auto;
  font-size:120%;
  text-align:center;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight:600;
}

#content .explanation:before,
#content .explanation:after {
  position: absolute;
  content: '';
}

#content .explanation:after {
  top: 0;
  left: 7px;
  width: 50px;
  height: 90px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

#content .explanation:before {
  right: 7px;
  bottom: 0;
  width: 50px;
  height: 90px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
#content .area_contact{
margin:70px auto 0 auto;
text-align:center;
padding:40px 20px;
background-color:#F7F7F7;
}
#content .area_item{
margin:50px auto;
text-align:center;
}


@media (max-width: 899px) {
#content{
width:100%;
}
#content h3{
font-size:130%;
padding:10px 15px;
}
#content h4{
font-size:115%;
margin-bottom:8px;
}
#content p{
width:100%;
margin:0 auto 20px auto;
}
#content .photo #title {
    max-width:300px;
    width:65%;
padding:3px;    
    font-size: 140%;
   bottom:30%;
}
#content .explanation{
  padding:20px;
  line-height:1.6;
  width:95%;
  margin:0 auto 20px auto;
  font-size:105%;
}

}
/*====================
   content 【index】
==================== */

#content #info{
width:100%;
margin:20px auto;
}

#content #info .left{
width:49%;
margin-right:2%;
}
#content #info .right{
width:49%;
}
#content #info h2{
font-size:155%;
background-color:#776249;
color:#fff;
text-align:center;
}
#content #info h2 .small{
font-size:65%;
}

#content #info dl {
  display: flex;
  flex-wrap: wrap;
padding:15px;
  border:2px #776249 solid;
height:120px;
overflow: auto;
font-size:95%;
}
#content #info .left dl dt {
  width: 20%;
}
#content #info .right dl dt {
  width: 20%;
}
#content #info .left dl dd {
text-align:justify;
  width: 80%;
}
#content #info .right dl dd {
text-align:justify;
  width: 80%;
}

#content .photo{
width:100%
margin: 0 auto;
position:relative;
}
#content .photo .main{
	z-index: -10;
	width:100%;
}
#content .photo #jsceo_catch {
	position: absolute;
	top: 15%;
	left:13%;
	z-index: 1;
	text-align: center;
	color: #000;
     margin: 0 auto;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    width:75%;
background-color:rgba(255,255,255,0.7);
padding:20px;    
}
#content .photo #jsceo_catch span{
    font-size: 165%;
    font-weight: normal;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
}
#content .photo #jsceo_catch p {
	font-size: 110%;
    line-height: 150%;
    margin-top: 30px;
}
#content #greeting{
width:80%;
margin:20px auto 50px auto;
text-align:center;
}

#content #greeting h2{
font-size:165%;
margin-bottom:10px;
}
#content #greeting p{
font-size:100%;
}

#content #project{
width:100%;
margin:30px auto 0 auto;
background-image:url(images/back_project.jpg);
background-size:cover;
background-repeat:none;
padding:30px 10px;
}
#content #project .project_box{
width:32%;
  position: relative;
  padding:2%;
  text-align:center;
  background-color:#fff;
}
#content #project .left{
margin-right:2%;
}
#content #project .project_box h5{
color:#008c8c;
font-size:145%;
}
#content #project .project_box h6{
font-size:115%;
line-height:150%;
margin-bottom:10px;
}
#content #project .project_box img{
margin:5px auto;
width:100%;
}
#content #project .project_box p{
text-align:justify;
margin-bottom:10px;
}

@media (max-width: 899px) {
#content #info{
}

#content #info .left{
width:100%;
margin-right:0;
margin-bottom:10px;
}
#content #info .right{
width:100%;
}
#content #info h2{
font-size:140%;
}
#content #info h2 .small{
}

#content #info dl {
padding:7px;
height:100px;
}
#content #info .left dl dt ,#content #info .right dl dt{
  width: 100%;
}
#content #info .left dl dd ,#content #info .right dl dd{
  width: 100%;
  line-height:140%;
}

#content .photo{
width:100%
}
#content .photo .main{
	z-index: 1;
	width:100%;
	margin-bottom:20px;
}
#content .photo #jsceo_catch {
position:relative;
	top: 0;
	left:0;
	z-index: 1;
     margin: 0 auto;
    width:90%;
background-color:none;
padding:0;    
}
#content .photo #jsceo_catch span{
    font-size: 140%;
}
#content .photo #jsceo_catch p {
	font-size: 105%;
    line-height: 150%;
    margin-top: 20px;
    padding:0;
}
#content #greeting{
width:90%;
}
#content #greeting h2{
font-size:140%;
}
#content #greeting p{
}

#content #project{
width:100%;
margin:0 auto;
}
#content #project .project_box{
width:100%;
  text-align:left;
  margin-bottom:10px;
}
#content #project .left{
margin-right:0;
}
#content #project .project_box h5{
font-size:140%;
}
#content #project .project_box h6{
font-size:115%;
}
#content #project .project_box img{
margin:0 2% 0 0;
width:40%;
float:left;
}
#content #project .project_box .sp_right{
float:right;
width:58%;
}
#content #project .project_box p{
margin-bottom:10px;
line-height:140%;
font-size:95%;
}
#content #project .project_box #button{
float:right;
margin-top:10px;
}
}

/*====================
   content 【material】
==================== */
#content #material{
margin:30px auto 0 auto;
}
#content #material .left{
width:40%;
}
#content #material .right{
width:55%;
}
@media (max-width: 899px) {
#content #material .left{
width:40%;
}
#content #material .right{
width:57%;
padding-top:0px;
line-height:150%;
}
}

/*====================
   content 【certification】
==================== */
#content #certification{
margin:30px auto 0 auto;
}
#main .photo #certification_catch {
position: absolute;
top: 20%;
left:50%;
z-index: 1;
text-align: left;
color: #000;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
margin: 0 auto;
width: 60%;
max-width:500px;
}
.certification p{
padding:0 10px;
margin-bottom:30px;
}
.certification .need{
line-height:260%;
}
.certification .waku{
border:1px solid #000;
font-weight:bold;
padding:5px;
}
.certification .flow{
padding:0 10px;
margin-top:15px;
}

.certification .flow dl {
display: flex;
flex-wrap: wrap;
}
.certification .flow dl dt {
  border:2px solid #00ced1;
  padding:10px 20px;
  margin-right:20px;
  font-weight:bold;
  font-size:115%;
  line-height:1.4;
 min-width:82px;
 max-width:82px;
  width:20%;
}
.certification .flow dl dd {
font-size:105%;
}
.certification .flow span {
color:#00ced1;
font-size:295%;
margin:30px 15px;
}

.certification h5 {
  position: relative;
  font-size:110%;
  display:inline;
  border-top:3px double #000;
  border-bottom:3px double #000;
  padding:0.3em 0.2em 0.3em 1.5em;
}

.certification h5:before {
  content: "■";
  font-weight: 900;
  position: absolute;
  font-size: 110%;
  left: 0.2em;
  top: -0.2em;
  color: #00ced1;
}
.certification .join {
margin:10px auto 40px auto;
}

.certification .join dl {
display: flex;
flex-wrap: wrap;
margin-left:20px;
margin-bottom:10px;
margin-top:7px;
}
.certification .join dl dt {
font-weight:bold;
margin-right:20px;
}
.certification .join dl dd {
}
.certification .join .left {
width:15%;
min-width:150px;
}
.certification .join .right {
width:85%;
}
.certification .join img {
width:100%;
}

.certification .left{
margin-top:50px;
width:40%
}
.certification .left img{
width:100%;
}
.certification .right{
width:60%;
}
.certification .item{
 position: relative;
  margin: 30px;
  text-align: center;
}

.certification .item:before,
.certification .item:after {
  position: absolute;
  z-index: 0;
  bottom: -12px;
  display: block;
  content: '';
  border: 1.3em solid #00ced1;
}
.certification .item:before {
  left: -25px;
  border-left-width: 20px;
  border-left-color: transparent;
}
.certification .item:after {
  right: -25px;
  border-right-width: 20px;
  border-right-color: transparent;
	}
.certification .item span {
  position: relative;
  z-index: 1;
  display: block;
  color: #fff;
  background: #00ced1;
  font-size:180%;
  font-weight:bold;
}
.certification .item span:before,
.certification .item span:after {
  position: absolute;
  bottom: -15px;
  display: block;
  width: 0;
  height: 4px;
  content: '';
  border-style: solid;
  border-color: #003300 transparent transparent transparent;
}
.certification .item span:before {
  left: 0;
  border-width: 12px 0 0 15px;
}
.certification .item span:after {
  right: 0;
  border-width: 12px 15px 0 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.certification .item02{
  position: relative;
  padding: 0 65px;
  text-align: center;
font-size:190%;
font-weight:bold;
}
.certification .item02:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #000;
}
.certification .item02 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.certification .item03{
text-align:center;
font-size:140%;
line-height:1.4;
margin:10px 0 20px 0;
}
.certification .right ul{
border-top:1px solid #000;
border-bottom:1px solid #000;
padding :20px 0;
}
.certification .right ul li{
list-style-type: none;
padding:10px 15px;;
font-size:95%;
text-align:justify;
}
.certification .application{
margin:40px auto;
}
.certification .application .title {
padding:15px 0 0 0;
  font-weight:bold;
  font-size:110%;
}

.certification .application .title span {
  padding: 5px 20px;
  color: #fff;
  border-radius: 5px;
  background: #00ced1;
  margin-right:10px;
}
.certification .application .contents{
margin:7px auto 20px auto;
padding: 0 10px;
}
.certification .application .contents span{
border-bottom:1px solid #000;
padding-bottom:5px;
}
.certification .application .contents ul{
margin-top:10px;
}
.certification .scoring{
margin-top:15px;
}

.certification .scoring span {
  border:1px solid #000;
  padding:5px;
  margin:0;
}
.certification .scoring p {
text-align:justify;
margin:5px auto 0 auto;
padding:0;
}
.certification .application .frame{
margin:0 auto;
padding: 20px 0;
border-bottom:1px dotted #000;
}
.certification .application .frame .f_left{
float:left;
margin:0 auto;
width:45%;
}

.certification .application .frame .f_right{
float:right;
margin:0 auto;
width:50%;
border-left:1px dotted #000;
padding-left:5%;
}
.certification .application p.rank{
margin:0 auto;
padding: 25px 5px 15px 5px;
font-weight:bold;
}
.certification .application div.rank{
margin:0 5px;
padding: 25px;
line-height:1.5;
border:1px solid #000;
width:40%;
border-radius:10px;
}
.certification .application div.rank div.title{
background-color:#00ced1;
color:#fff;
padding:5px;
text-align:center;
margin-bottom:15px;
}

.certification .application div.rank span.score{
padding-right:15px;
font-weight:105%;
padding-left:20px;
}
.certification .application div.rank span.star{
font-size:180%;
color:#ffd700;
letter-spacing:0.5em;
}



@media (max-width: 899px) {
.certification .flow dl dt {
  margin-right:10px;
}
.certification .flow dl dd {
width:70%;
font-size:100%;
}
.certification .join .left {
width:15%;
min-width:150px;
}
.certification .join .right {
width:100%;
float:left;
}

.certification .join img {
width:100%;
}
.certification .left{
width:100%;
text-align:center;
margin:0 auto;
}
.certification .left img{
width:60%;
margin:0 auto;
}

.certification .right{
width:100%;
float:left;
}
.certification .application .frame{
border-bottom:none;
padding:0;
}
.certification .application .frame .f_left{
width:95%;
}
.certification .application .frame .f_right{
width:95%;
float:left;
border-left:none;
padding-left:0;
}
.certification .application div.rank{
width:95%;
margin:0 auto;
}
}

/*====================
   content 【information】
==================== */
.information{
padding-bottom:50px;
}
.information dl{
margin-top:50px;
}
.information dl .news{
margin-left:20px;
background-color:#000093;
color:#fff;
padding:5px;
}
.information dl .pickup{
margin-left:20px;
background-color:#EA1881;
color:#fff;
padding:5px;
}
.information dd{
padding:10px 0 20px 0;
border-bottom:1px dotted #666;
margin-bottom:20px;
}
.information h2{
text-align:center;
margin-top:30px;
font-size:170%;
}

.information .info_text{
width:92%;
margin:50px auto;
text-align:justify;
}
.information .date{
width:100%;
text-align:right;
margin-bottom:30px;
}
.information .frame{
padding:30px;
border:2px dotted #00ced1;
width:80%;
margin:30px auto 0 auto;
line-height:2.4;
font-size:106%;
border-radius:7px;
}

@media (max-width: 899px) {
.information dl{
width:95%;
margin:0 auto;
}
.information .info_text{
width:95%;
margin:20px auto;
}
.information .date{
margin-bottom:10px;
}
.information .frame{
width:100%;
margin:20px auto 0 auto;
line-height:2.0;
font-size:102%;
text-align:left;
}
}
/*====================
   content 【JSCEO】
==================== */
.jsceo{
}
.jsceo table{
margin:60px auto 40px auto;
border-spacing:10px;
width:100%;
}
.jsceo th,.jsceo td{
padding:20px 40px;
}
.jsceo th{
background-color:#00ced1;
color:#fff;
}
.jsceo td{
background-color:#F7F7F7;
}

.g_map_base {
	background-color: #FFF;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.g_map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.g_map iframe,
.g_map object,
.g_map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
}
@media (max-width: 899px) {
.jsceo table{
margin-top:20px;
border-spacing:5px;
}
.jsceo th,.jsceo td{
padding:15px 20px;
}
.jsceo th{
}
.jsceo td{
}

}
/*====================
   content 【member】
==================== */
.member{
}
.member .photo{
margin-bottom:40px;
}
.member .name{
margin:10px auto;
font-size:135%;
border-top:2px dotted #00ced1;
border-bottom:2px dotted #00ced1;
padding:10px 20px;
font-weight:bold;
}
.member .profile_box{
margin:15px 15px 50px;
}
.member .profile_box img{
width:22%;
}
.member .profile{
margin-left:30px;
font-size:105%;
line-height:1.8;
width:75%;
margin-left:3%;
}
.member .profile2{
margin-top:20px;
}
.member .profile2 h5{
font-size:105%;
}
@media (max-width: 899px) {
.member .photo{
}
.member .name{
margin:10px auto;
font-size:115%;
padding:5px 10px;
}
.member .profile_box{
margin-bottom:50px;
}

.member .profile_box img{
width:32%;
}
.member .profile{
margin-left:3%;
font-size:100%;
line-height:1.8;
width:65%;
}

}
/*====================
   content 【oem】
==================== */
.oem{
}
.oem .oem_box{
width:30%;
margin-right:3%;
float:left;
margin-bottom:10px;
}
.oem .left{
width:30%;
min-width:70px;
}
.oem .right{
width:65%;
}
.oem .right h5{
color:#008c8c;
font-size:115%;
letter-spacing:-0.05em;
}
.oem .right p{
font-size:100%;
line-height:1.5;
}
.oem h3{
text-align:center;
font-size:175%;
margin-bottom:5px;
background-color:none;
border-left:none;
padding:0;
}

@media (max-width: 899px) {
.oem .oem_box{
width:90%;
margin:0 auto;
margin-bottom:10px;
}
.oem .left{
min-width:65px;
}
.oem .right{
width:68%;
}
.oem .right h5{
font-size:105%;
}
.oem .right p{
font-size:95%;
line-height:1.4;
}
}

/*====================
   content 【contact】
==================== */

.contact_box{
width:90%;
margin:0 auto;
text-align:center;
}

.contact_box table{
margin:10px auto 40px auto;
border-spacing:10px;
width:100%;
}
.contact_box,.contact_box td{
padding:20px 40px;
line-height:1.8;
}
.contact_box th{
background-color:#666;
color:#fff;
}
.contact_box td{
background-color:#efefef;
text-align:left;
}
.button{
padding:10px;
background-color:#00ced1;
border-radius:7px;
margin:0 auto;
color:#fff;
font-size:110%;
border:none;
}
.button:hover{
background-color:#776249;
cursor: pointer;
}

@media (max-width: 899px) {
.contact_box{
width:95%;
padding:0;
}
.contact_box table{
width:100%;
}
.contact_box th{
width:30%;
}
.contact_box td{
width:70%;
}
}

/*====================
   content 【about】
==================== */
.about{
}
.about p{
padding-bottom:30px;
}
.about h2,#material h2,.essence h2{
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-size:180%;
margin-bottom:5px;
}
.about .about_box{
width:80%;
margin:20px auto 40px auto;
}
.about .about_box div{
width:30%;
padding:20px;
border:3px dotted #00ced1;
text-align:center;
font-weight:bold;
font-size:120%;
border-radius:10px;
} 
.about .about_box div.center{
margin-right:5%;
margin-left:5%;
}
.about .about_box div span{
font-weight:bold;
color:#dc143c;
}
.about .about_box2{
width:95%;
margin:0 auto 60px auto;
}
.about .about_box2 .left,.about .about_box2 .right{
width:48%;
border:1px solid #000;
padding:15px 15px 0 15px;
}
.about span.marker{
background:linear-gradient(transparent 15%, #fff799 15%);
 font-weight: bold; 
border-radius:6px;
}
.about .about_box2 h5{
font-size:115%;
margin-bottom:20px;
font-weight:bold;
text-align:center;
background-color:#776249;
color:#fff;
padding:5px;
}
.about .about_box2 .name:before{
content: "● ";
white-space: pre-wrap;
color:#00ced1;
}
.about .about_box2 .name{
font-size:105%;
margin-bottom:2px;
font-weight:bold;
}
.about .about_box2 p,.about .check_box .check .left p{
padding-bottom:0;
}
.about .safety .left{
width:70%;
}
.about .safety .right{
width:28%;
}
.about .check_box .left{
width:45%;
}
.about .check_box .check{
margin:20px auto 0 auto;
}
.about .check_box .check span{
font-size:105%;
margin-bottom:2px;
font-weight:bold;
}
.about .check_box .right{
width:45%;
}
.about .illust{
width:100%;
text-align:center;
}
.about .illust img{
width:70%;
margin:0 auto;
}
.about .inner{
width:95%;
}
.about .about_01{
width:100%;
background-image:url(images/back_about01.jpg);
background-size:cover;
background-repeat:none;
}
.about .about_02{
width:100%;
margin-bottom:30px;
background-image:url(images/back_about02.jpg);
background-size:cover;
background-repeat:none;
}
.about .about_03{
}
.about .about_01 .inner{
padding:40px 0;
}
.about .about_02 .inner{
padding:40px 0 10px 0;
}
.about .about_02 .inner p{
width:75%;
left:0;
}

.about .about_03 img {
	float: right;
	margin: 0 0 0 15px;
	width: 35%;
}



@media (max-width: 899px) {
.about h2,#material h2,.essence h2{
font-size:135%;
}
.about .about_box{
width:98%;
}
.about .about_box div{
font-size:100%;
width:32%;
padding:5px;
}
.about .about_box div.center{
margin-right:2%;
margin-left:2%;
}
.about .about_box2{
width:100%;
}
.about .about_box2 .left,.about .about_box2 .right{
width:100%;
padding:8px;
margin:0 auto 5px auto;
float:left;
}
.about .about_box2 h5{
font-size:110%;
margin-bottom:10px;
}
.about .about_box2 .name{
font-size:100%;
}
#content .about .safety p{
width:70%;
}
.about .safety .right{
width:28%;
}

.about .illust img{
width:100%;
}
.about .about_01{
background-image:url(images/back_about01_sp.jpg);
}
.about .about_02{
background-image:url(images/back_about02_sp.jpg);
}
.about .about_03 .inner img {
	width: 45%;
}
.about .check_box .left{
width:100%;
padding-bottom:0;
margin-bottom:0;
}
.about .check_box .right{
width:100%;
float:left;
}
.about .check_box p{
padding-bottom:0;
margin-bottom:0;
}
}

/*====================
  content_product【認定製品】
==================== */
#product {
width:95%;
margin:0 auto;
}
#product .product_box{
width:100%;
margin:15px auto 0 auto;
line-height:145%;
}
#product .product_box div{
width:32%;
text-align:center;
padding:3%;
border:1px #ccc solid;
}
#product .product_box div img{
width:100%;
margin:10px 0;
}
#product .product_box .left{
margin-right:2%;
}
#product .product_box .name{
font-size:110%;
font-weight:bold;
}

@media (max-width: 899px) {
#product h2 {
font-size:125%;
}
#product .product_box{
margin:8px auto 0 auto;
}
#product .product_box .name{
font-size:100%;
}
#product .product_box div{
padding:2%;
}
}

/*====================
  content_company【参加企業】
==================== */
#company {
width:95%;
margin:0 auto;
}
#company h2 {
margin:30px auto;
}
#company p,#product p,#movie p{
padding:15px 2px;
border-top:1px dotted #000;
border-bottom:1px dotted #000;
margin:50px auto;
font-size:105%;
}

#company .company_box{
width:100%;
margin:15px auto 0 auto;
}
#company .company_box ul{
width:33%;
}
#company .company_box li{
padding-bottom:50px;
list-style:none;
line-height:150%;
}
#company .company_box .left{
margin-right:0.5%;
}

@media (max-width: 899px) {
#company h2 {
font-size:130%;
}
#company p,#product p,#movie p{
margin:10px auto 30px auto;
font-size:100%;
}
#company .company_box{
margin:8px auto 0 auto;
font-size:94%;
}
#company .company_box ul{
width:100%;
}
#company .company_box li{
padding-bottom:20px;
}

#company .company_box .right{
float:left;
}
}

/*====================
   content 【essence】
==================== */
#content .essence_box{
width:100%;
margin:0 auto;
}
#content .essence_waku{
width:100%;
margin:0 auto 30px auto;
border:1px solid #776249;
padding:1% 2% 0 2%;
}
#content .essence_waku h2{
text-align:center;
margin-bottom:10px;
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.essence .two div{
width:48%;
  position: relative;
  text-align:center;
}
.essence .two .left{
margin-right:4%;
}
.essence .two p{
text-align:justify;
}
.essence .two div img{
width:100%;
margin-bottom:30px;
}

.essence .three div{
width:31%;
  position: relative;
  text-align:center;
}
.essence .three .left{
margin-right:3.5%;
}
.essence .three p{
text-align:justify;
margin-bottom:10px;
}
.essence .essence_box .title{
width:100%;
font-size:130%;
background-color:#bde6e4;
padding:5px 0;
text-align:left;
font-weight:bold;
margin-bottom:8px;
  border-radius: 10px;
}
.essence .essence_box .point{
background-color:#00ced1;
color:#FFF;
padding:12px 15px;
margin-right:10px;
  border-radius: 10px 0 0 10px;
}
.essence .essence_box .point .small{
font-size:85%;
}

.essence .essence_box p.last{
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-size:110%;
padding-top:15px;
padding-bottom:40px;
font-weight:600;
}


@media (max-width: 899px) {
.essence .three div,.essence .two div{
width:100%;
  text-align:left;
  margin-bottom:10px;
}
.essence .three .left,.essence .two .left{
margin-right:0;
}
.essence .three p,.essence .two p{
margin-bottom:10px;
}
.essence .two div img{
width:100%;
}
.essence .essence_box .title{
width:100%;
font-size:115%;
background-color:#bde6e4;
padding:5px 0;
text-align:left;
font-weight:bold;
margin-bottom:8px;
  border-radius: 10px;
}
.essence .essence_box .point{
background-color:#00ced1;
color:#FFF;
padding:12px 15px;
margin-right:10px;
  border-radius: 10px 0 0 10px;
font-size:95%;
}
.essence .essence_box .point .small{
font-size:85%;
}
}
/*====================
   movie
==================== */
#movie {
width:95%;
margin:0 auto;
}
#movie .movie_box{
width:100%;
margin:15px auto 70px auto;
}

#movie .movie_box .movie_name{
	text-align: center;
	width: 90%;
	padding: 8px;
	background-color: #00ced1;
	color: #fff;
	font-size: 110%;
	margin: 0 auto;
}
#movie .movie_box .youtube {
position: relative;
height: 0;
padding: calc(1080 / 1920 * 100%) 0 0;
overflow: hidden;
text-align:center;
}
#movie .movie_box .youtube iframe {
position: absolute;
top:5%;
left: 5%;
width: 90%;
height: 90%;
margin: 0 auto;
}
#movie .attention {
font-size:90%;
line-height:150%;
text-align:center;
margin-top:60px;
}

@media (max-width: 899px) {
#movie .movie_box{
margin:8px auto 50px auto;
}
#movie .movie_box .movie_name{
	width: 100%;
	margin-bottom:15px;
}
#movie .movie_box .youtube iframe {
position: absolute;
top:0%;
left: 0%;
width: 100%;
height: 100%;
margin: 0 auto;
}
#movie .attention {
font-size:84%;
}

}

/*====================
   footer
==================== */
footer{
margin:50px auto 0 auto;
text-align:center;
}
#footer{
text-align:left;
margin:0 auto;
  border-top: 5px solid #00ced1;
  position: relative;
  padding:40px 20px;
  }
#footer .left img{
width:350px;
}
#footer .left01{
width:58%;
}
#footer #footer_menu{
width:40%;
margin-left:2%;
line-height:180%;
}

#footer #footer_menu .left{
width:65%;
}
#footer #footer_menu .small{
color:#00ced1;
font-size:80%;
padding-right:3px;
}

#footer #footer_menu .right{
width:35%;
}

#copyright{
text-align:center;
margin:0 auto;
background-color:#f5f5f5;
padding:10px;
width:100%;
font-size:80%;
}

@media (max-width: 899px) {
footer{
margin:50px auto 0 auto;
}
#footer{
  padding:15px;
  margin-bottom:20px;
  }
#footer .left01{
width:100%;
}
#footer #footer_menu{
width:100%;
margin:15px 0 0;
font-size:95%;
line-height:160%;
}

#footer #footer_menu .left{
width:auto;
margin-right:20px;
}
#footer #footer_menu .right{
width:auto;
float:left;
}
#footer #footer_menu .sp_left{
float:left;
width:auto;
margin-right:20px;
}

#copyright{
}
}
