@charset "UTF-8";

body {
  font-family: Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
}

*{
    margin: 0px;
    padding: 0px;
    color: #333333;
    font-size: 15px;
    font-family: 'Dosis', sans-serif;
    line-height: 2;
}

.box1 .top-logo{
  width: 450px;
  margin-top: 30px;
  margin-left: 10px;
}

.box2 .dg-logo{
  width:150px;
  margin-top: 27%;
}

.box1 {
  height: 80px;
  max-width: 960px;
  margin: auto;
  padding-left: 2%;
  padding-right: 2%;
}

.nav-frame{
  position: relative;
  max-width: 960px;
  margin: auto;
}

.main-nav{
  position: absolute;
  z-index: 100;
  right: 0px;
  bottom:-40px;
}

.main-nav li {
  float: left;
  list-style: none;
}

.main-nav a{
  text-decoration: none;
  font-size: 18px;
  color: azure;
  background-color:rgba(10,10,10,0.5);
  padding: 2px 20px;
  text-shadow: 2px 2px 2px black;
  border-left: solid 1px gray;
}

.main-nav a:hover{
  transition: 1.0s;
  background-color:rgba(100,10,10,0.1);
  color: azure;
  text-shadow: 3px 3px 2px black;
}

.box3{
  position: relative;
  height: 280px;
  background-image:url(../image/head.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 960px;
  margin: auto;
  text-align: center;
}

#main{
  max-width: 960px;
  margin: auto;
}

.box4 {
  padding-left: 2%;
  padding-right: 2%;
}

.footer{
  margin: 0 auto;
  text-align: center;
  padding-bottom: 15px;
  padding-top: 2em;
  max-width: 960px;
  margin: auto;
}

.footer h1{
  font-weight: 400;
  font-size: 14px;
}



.icon:before{
  content:"";
  padding-right: 10px;
  border-left: 7px solid rgba(0,165,210,1);
}



/* ################################################################# index*/ 


#index .box3 h1{
  color: azure;
  text-shadow: 2px 2px 5px black;
  padding:80px 50px 20px 20px; 
  font-size: 18px;
  text-align: right;
}

#index .box3 h1 span{
  color: orange;
  font-size: 30px;
  text-shadow: 2px 2px 5px black;
  line-height: 1.5;
}


#index .btn:hover{
  transition: 0.7s;
  background-color: rgba(50,100,110,0.7);  
  box-shadow: 5px 5px 7px gray;
}

#index .btn p{
  color: black;
  font-size: 18px;
}

#index .btn p:hover{
  transition: 0.7s;
  color: black;
  text-shadow: 1px 1px 1px white;
}

#index .index-qa a{
  font-size: 1.5em;
  font-weight: bold;
}

#index .ie_intro{
 margin-top: 20px;  
 text-align: center;
}

#index .ie_icon{
 width: 250px;
}

#index .ie_intro img{
 border-radius: 7px;
}

#index .ie_intro p{
    margin-top: -10px;
    font-size: 18px;
    font-weight: 800;
}


#index .box4{
  margin-top: 2.5em;
  text-align: center;
}



/* index-Q&A*/

#index .index-qa *, .index-qa*:after, .index-qa *:before {
	font-family: 'FontAwesome', sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#index .index-qa dt {
	position: relative;
	margin: 0 0 1em 0;
    font-weight: bold;
    font-size: 20px;
}
#index .index-qa dd {
	position: relative;
	margin: 0 0 2em 0;
	padding: 0 0 1.5em 0;
	border-bottom: 1px dotted #0097a7;
}


#index .index-qa dt::before, .index-qa dd::before {
	font-size: 1.2em;
	margin: 0 0.5em 0 0;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	line-height: 1.2em;
}
#index .index-qa dt::before {
	padding: 0.1em 0.3em;
	content: '？';
	background: #f57c00;
}

#index .cp_qa dt::after, .cp_qa dd::after {
	position: absolute;
	top: 0.5em;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-width: 5px 0 5px 5px;
	border-style: solid;
}

#index .qa-last dd{
  margin: 0;
  padding-bottom: 1.5em;
}

/* ################################################################# application*/

#application .box3 h1{
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  padding-left: 20px;
  padding-top: 110px;
  color: azure;
  text-shadow: 2px 2px 2px black;
}

#application .syosai{
text-align: center;
margin-top: 2em;
margin-bottom: 2em;    
margin-left: 50px;
margin-right: 50px;
border: 1px solid black;
background-color: azure;
border-radius: 5px;
}

#application .box4-2 a {
    text-decoration: none;
}

#application .box4-4 a {
    text-decoration: none;
}

#application .box4-1 h2{
    font-size: 20px;
    margin-top: -20px;
}


#application .box4{
    text-align: justify;
}

#application .box4 h1{
    font-size: 20px;
}

#application .box4-1{
  margin-top: 2.5em;
}

#application .box4-1 h1{
  margin-bottom: 0.3em;
  font-size: 18px;
}

#application .app_img{
    width: 100%;
}

#application .box4-23{
    margin-top: 4em;
}

#application .box4-45{
    margin-top: 4em;
}


/* ################################################################# IE*/ 

#ie .box3 h1{
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  padding-left: 20px;
  padding-top: 110px;
  color: azure;
  text-shadow: 2px 2px 2px black;
}

#ie .box4{
    text-align: justify;
}

#ie .box4-1{
  margin-top: 2.5em;
}

#ie .box4-1 h1{
  margin-bottom: 0.3em;
  font-size: 18px;
}

#ie .box4-2{
  margin-top: 2.5em;
}

#ie .box4-3{
  margin-top: 2.5em;
}

#ie .box4-4{
  margin-top: 2.5em;
}

#ie .box4-2 h1{
  margin-bottom: 0.3em;
  font-size: 18px;
}

#ie .box4-3 h1{
  margin-bottom: 0.3em;
  font-size: 18px;
}

#ie .box4-4 h1{
  margin-bottom: 0.3em;
  font-size: 18px;
}


#ie .box4-1 li{
  margin-left: 20px;
  margin-bottom: 10px;
}

#ie table th{
  font-weight: normal;
  padding:5px;
  border: solid 1px gray;
  box-sizing: border-box;
}

#ie table td{
  font-weight: normal;
  padding:5px;
  border: solid 1px gray;
  box-sizing: border-box;
  width: 75%;
}

#ie table{
  border-spacing: 0;
  border-collapse: collapse;
}

#ie th{
  width: 25%;
}

#ie .box4-4 .c1{
  width: 5%;
  box-sizing: border-box; 
}

#ie .box4-4 .c2{
  width: 20%;
  box-sizing: border-box;
}

#ie .box4-4 td{
  width: 75%;
  box-sizing: border-box;
}

/* ################################################################# IE_intro*/ 

#ie_introduction .box3 h1{
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  padding-left: 20px;
  padding-top: 110px;
  color: azure;
  text-shadow: 2px 2px 2px black;
}

#ie_introduction .box4{
    text-align: justify;
}

#ie_introduction .box4-1{
  margin-top: 2.5em;
}

#ie_introduction .box4-1 h1{
  margin-bottom: 0.3em;
  font-size: 18px;
}

#ie_introduction .box4-2{
  margin-top: 5em;
}

#ie_introduction .box4-2 h2{
  font-weight: 800;
  font-size: 18px;  
}

#ie_introduction .iemovie{
    width: 100%; 
}


/* ################################################################# OrbMap*/ 

#orbmap .box3 h1{
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  padding-left: 20px;
  padding-top: 110px;
  color: azure;
  text-shadow: 2px 2px 2px black;
}



#orbmap .box4-1{
  margin-top: 2.5em;
}

#orbmap .box4-1 h1{
  margin-bottom: 0.3em;
  font-size: 18px;
}

#orbmap .box4-2{
  margin-top: 2.5em;
}

#orbmap .box4-3{
  margin-top: 2.5em;
}

#orbmap .box4-4{
  margin-top: 2.5em;
}

#orbmap .box4-2 h1{
  margin-bottom: 0.3em;
  font-size: 18px;
}

#orbmap .box4-3 h1{
  margin-bottom: 0.3em;
  font-size: 18px;
}

#orbmap .box4-4 h1{
  margin-bottom: 0.3em;
  font-size: 18px;
}

#orbmap .box4-1 li{
  margin-left: 20px;
  margin-bottom: 10px;
}

#orbmap table th{
  font-weight: normal;
  padding:5px;
  border: solid 1px gray;
  box-sizing: border-box;
}

#orbmap table td{
  font-weight: normal;
  padding:5px;
  border: solid 1px gray;
  box-sizing: border-box;
  width: 75%;
}

#orbmap table{
  border-spacing: 0;
  border-collapse: collapse;
}

#orbmap th{
  width: 25%;
}


#orbmap .box4-4 .c1{
  width: 5%;
  box-sizing: border-box; 
}

#orbmap .box4-4 .c2{
  width: 20%;
  box-sizing: border-box;
}

#orbmap .box4-4 td{
  width: 75%;
  box-sizing: border-box;
}

/* ################################################################# 赤潮モニタリング*/ 


#redtide h2{
  font-size: 25px;
  margin-top:0.5em;
  margin-bottom: -20px;
}

#redtide .box3 h1{
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  padding-left: 20px;
  padding-top: 110px;
  color: azure;
  text-shadow: 2px 2px 2px black;
}

#redtide .box4 h1{
  margin-top: 2.5em;
  margin-bottom: 0.3em;
  font-size: 18px;
}

#redtide .box4 img{
  width: 100%;
}

/* ################################################################# 用語の解説*/ 

#terms h2{
  font-size: 25px;
  margin-top:0.5em;
  margin-bottom: 1em;
}

#terms .terms-table{
    border-collapse: collapse;
}


#terms .terms-table th{
    border: solid 1px gray;
    padding-right: 0.5em;
    padding-left: 0.5em;
    width: 75px;
}

#terms .terms-table td{
    border: solid 1px gray;
    padding-right: 0.5em;
    padding-left: 0.5em;
}

#terms p{
    text-align:justify;
}

#terms .thermo00{
    text-align: center;
}



/* ################################################################# サービスの概要*/

#service .midashi{
  position: relative;
  width: 380px;
  top: 25px;
}

#service .box3 h1{
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  padding-left: 20px;
  padding-top: 110px;  color: azure;
  text-shadow: 2px 2px 2px black;
}

#service .box4 h1{
  margin-top: 2.5em;
  margin-bottom: 0.3em;
  font-size: 18px;
}

#service table th{
  font-weight: normal;
  padding:5px;
  border: solid 1px gray;
  box-sizing: border-box;
}

#service table td{
  font-weight: normal;
  padding:5px;
  border: solid 1px gray;
  box-sizing: border-box;
}

#service table{
  border-spacing: 0;
  border-collapse: collapse;
}

#service .c1{
  width: 5%;
  box-sizing: border-box;
}

#service .c2{
  width: 20%;
  box-sizing: border-box;
}

#service table{
  margin-top: 2.5em;
  margin-bottom: 1em;
}

#service .box4-3 li{
  margin-left: 20px;
}

#service .box4-1 p{
margin-bottom: 0.5em;  
}


/* ################################################################# まぐろ蓄養*/

#chikuyo .box3 h1{
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  padding-left: 20px;
  padding-top: 110px;
  color: azure;
  text-shadow: 2px 2px 2px black;
}

#chikuyo .box4 h1{
  margin-bottom: 0.3em;
  font-size: 18px;
  margin-top: 2.5em;
}

#chikuyo .box4 p{
  margin-bottom: 1em;
}


/* ################################################################# 問い合わせ3*/

#otoi2 .box3 h1{
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  padding-left: 20px;
  padding-top: 110px;
  color: azure;
  text-shadow: 2px 2px 2px black;
}

#otoi2 .box4-1 h1{
  margin-top: 2.5em;
  margin-bottom: 0.3em;
  font-size: 18px;
}

#otoi2 .box4-1{
  margin-bottom: 2.5em;
}

#otoi2 .address{
  border: solid 1px gray;
  border-radius: 10px;
  padding: 10px;
}

#otoi2 iframe{
  margin-top: 2.5em;
  margin-bottom: 0;
}

#otoi2 .address-1{
  float: left;
}

#otoi2 .address-2{
  float: right;
}

#otoi2 .address:after{
  content: "";
  display: block;
  clear: both;
}  

#otoi2 .simple-map{
    width: 360px;
    
}

/* ##############問い合わせ php用*/

/* contact form ここから */


#otoi2 .contack-form p{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 2em;
}

#otoi2 .nyuryoku  {
width: 100%;
height: 2em;
margin-bottom: 1em;
}

#otoi2 textarea {
width: 100%;
height: 10em;
line-height: 2em;
}


#otoi2 .btn-contact{
margin-top: 15px;
margin-bottom: 30px;;
text-align: center;
}

#contact .conf-1{
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-top: 0;
  padding-bottom: 0;
}


.conf-box{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #95ccff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.conf-box p {
    margin: 0; 
    padding: 0;
}

 

/* contact form ここまで */




/*　####### 599以下 ########### */
@media screen and (max-width:599px){



.box1 {
  height: 80px;
  text-align: center;
}
  
.box1 .top-logo{
  width: 280px;
  margin: 0;
}


.box2 .dg-logo{
  width:110px;
  margin-top: 10px;
}
  
/* index */



#index .box3 h1{
  text-shadow: 2px 2px 5px black;
  padding:60px 10px 20px 10px; 
  font-size: 14px;
  text-align: center;
}
  
#index .box3 h1 span{
  color: orange;
  font-size: 16px;
  text-shadow: 2px 2px 5px black;
  line-height: 1.5;
}  

#index .btn{
  display: block;
  background-color: rgba(200,200,100,0.7);  
  border-radius: 7%;
  padding: 5px 5px;
  width: 130px;
  margin: auto;
  text-decoration: none;
}

#index .btn:hover{
  transition: 0.7s;
  background-color: rgba(50,100,110,0.7);  
  box-shadow: 5px 5px 7px gray;
}

#index .btn p{
  color: black;
  font-size: 13px;
}

#index .btn p:hover{
  transition: 0.7s;
  color: black;
  text-shadow: 1px 1px 1px white;
}  

  #index .index-qa dt {
  font-size: 17px
}
  
  #index .index-qa a{
  font-size: 17px;
}

/* application */
#application .box4-3{
display: none;
}      
    
#application .box4-5{
display: none;
}  

#application .box4-3a img{
height: 250px;
object-fit: cover;
}

#application .box4-5a img{
height: 250px;
object-fit: cover;
object-position: center top;
}    
    
/* orbmap */

#orbmap th{
  width: 25%;
}
  
/* redtide */

#redtide h2{
  font-size: 20px;
  margin-top:0.8em;
  margin-bottom: 0.5em;
}
  
#redtide .box4 img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}

  #redtide .box4-2{
    margin-top: -40px;
  }

  #redtide .box4-4{
    margin-top: -40px;
  }

    
/*　terms  */
    
#terms .thermo01{
    width: 90%;
}

#terms h2{
  font-size: 20px;
  margin-top:0.8em;
  margin-bottom: 0.5em;
}

    
/* サービス */ 
  
#service .midashi{
  position: relative;
  width: 280px;
  top: 25px;
}

#otoi2 .simple-map{
    width: 100%;    
}
    
  
.nav-frame{
display: none;
  }
  
/*ここからすまほなび*/  

.sumaho-nav{
text-align: center;
  }  

.sumaho-nav ul {
  margin: 0;
  padding-left: 0;
}

.sumaho-nav li {
  list-style: none;
  padding: 8px 0;
}

.sumaho-nav a {
  text-decoration: none;
  color: #fff;
}

.sumaho-nav a:hover{
  transition: 1.0s;
  font-weight: bold;
 color: black;
  text-shadow: 1px 1px 2px white;
}

#menu {
  text-align: left;
  position: fixed;
  top: 0;
  right: -340px;
  overflow: hidden;
  width: 300px;
  height: 100%;
  padding: 20px;
  transition: left .5s, right .5s;
  background-color: rgba(0, 86, 86, 0.9);
  z-index: 100;
}

.sumaho-nav .toggle {
  font-size: 20px;
  cursor: pointer;
}

.sumaho-nav .toggle:hover {
  text-decoration: underline;
}

#open {
  display: none;
}

#open:checked + #menu {
  right: -200px;}
  

/*ここまで　すまほなび*/  
  
  
}
  
  
  
  
/*　####### 600px以上 767以下 ########### */
@media screen and (min-width:600px) and (max-width:767px){

    
.box1 .top-logo{
  width: 350px;
  margin-top: 38px;
  margin-left: 10px;
}

.box2 .dg-logo{
  width:130px;
  margin-top: 33%;
}

#application .syosai{
margin-left: 150px;
margin-right: 150px;
}    
    
    
.top-logo{
  float: left;
}

.box2{
  float: right;
}  

.box2:after{
  content: "";
  display: block;
  clear: both;
}  

/*　####### index ########### */ 

#index .box3 h1{

  text-shadow: 2px 2px 5px black;
  padding:60px 50px 20px 20px; 
  font-size: 18px;
  text-align: left;
}

#index .box3 h1 span{
  color: orange;
  font-size: 30px;
  text-shadow: 2px 2px 5px black;
  line-height: 1.5;
}
    
#index .btn{
  position: absolute;
  left: 75%;
  top: 60%;
  display: block;
  background-color: rgba(200,200,100,0.7);  
  border-radius: 50%;
  padding: 50px 1px;
  width: 130px;
  font-weight: bold;
  text-decoration: none;
  border: solid 1px gray; 
  box-shadow: 2px 3px 3px black;
}

#index .btn:hover{
  transition: 0.7s;
  background-color: rgba(50,100,110,0.7);  
  box-shadow: 5px 5px 7px gray;
}

#index .btn p{
  color: black;
  font-size: 15px;
}

#index .btn p:hover{
  transition: 0.7s;
  color: black;
  text-shadow: 1px 1px 1px white;
}  
    

/*　application  */
#application .box4-3{
display: none;
}      
    
#application .box4-5{
display: none;
}  

#application .box4-3a img{
height: 350px;
object-fit: cover;
}

#application .box4-5a img{
height: 350px;
object-fit: cover;
object-position: center top;
}
    
/*　terms  */
    
#terms .thermo01{
    width: 80%;
}
    
#terms h2{
  font-size: 20px;
  margin-top:0.8em;
  margin-bottom: 0.5em;
}
    
/*　redtide  */

#redtide .box4-1{
  float: right;
  width: 45%;
  padding: 0 0 0 2%;
  box-sizing: border-box;
  margin-top: 2.5em;
}


#redtide .box4-12:after{
  content: "";
  display: block;
  clear: both;
}


#redtide .box4-3{
  float: left;
  width: 45%;
  padding: 0 2% 0 0;
  box-sizing: border-box;
  margin-top: 0;   
}

#redtide .box4-34:after{
  content: "";
  display: block;
  clear: both;
} 

#otoi2 .simple-map{
    width: 100%;
    }
    
    
.sumaho-nav{
    display: none;
  }

}


/*　####### 768px以上 ########### */
@media screen and (min-width:768px){
  
.top-logo{
  float: left;
}

.box2{
  float: right;
}

.box2:after{
  content: "";
  display: block;
  clear: both;
}  

  
#index .btn{
  position: absolute;
  left: 50px;
  top: 60px;
  display: block;
  background-color: rgba(200,200,100,0.7);  
  border-radius: 50%;
  padding: 60px 18px;
  width: 130px;
  font-weight: bold;
  text-decoration: none;
  border: solid 1px gray; 
  box-shadow: 2px 3px 3px black;
}  
  
    
    
/*　application  */

#application .box4-23:after{
  content: "";
  display: block;
  clear: both;
}
        
#application .box4-2{
float: left; 
width: 38%;
box-sizing: border-box;
}
    
#application .box4-3{
  float: right;
  width: 60%;
  padding: 0 0 0 2%;
  box-sizing: border-box;
  margin-top: 0;   
}    
    
#application .box4-45:after{
  content: "";
  display: block;
  clear: both;
}

#application .box4-4{
float: left; 
width: 38%;
box-sizing: border-box;
}    

#application .box4-5{
  float: right;
  width: 60%;
  padding: 0 0 0 2%;
  box-sizing: border-box;
  margin-top: 0;   
} 

#application .box4-3a{
display: none;
}    
    
    
#application .box4-5a{
display: none;
}
    
    
/*　redtide  */

#redtide .box4-1{
  float: right;
  width: 45%;
  padding: 0 0 0 2%;
  box-sizing: border-box;
  margin-top: 2.5em;
}


#redtide .box4-12:after{
  content: "";
  display: block;
  clear: both;
}


#redtide .box4-3{
  float: right;
  width: 45%;
  padding: 0 0 0 2%;
  box-sizing: border-box;
  margin-top: 0;   
}

#redtide .box4-34:after{
  content: "";
  display: block;
  clear: both;
} 
    

  .sumaho-nav{
    display: none;
  }

}



