/*共通
----------------------------------------------*/

.row{
  padding: 6.3% 0;
}
.rowsection{
  margin: 10% 0;
}

.browway{
  float: left;
  width: 100%;
  border-bottom:8px solid #dcdcdc;
  margin:20px 0;
  color: #454545;
  padding: 5px 0;
}
.browway h1{
  font-size: 1.9em;
  line-height: 1.35em;
  letter-spacing: 1px;
  color: #595757;
}
.browway h1:after{
  content: "";
  height: 8px;
  width: 160px;
  position: absolute;
  left: 0;
  bottom: -13px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#60c0c1+0,009fb0+100 */
  background: rgb(96,192,193); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(96,192,193,1) 0%, rgba(0,159,176,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(96,192,193,1) 0%,rgba(0,159,176,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(96,192,193,1) 0%,rgba(0,159,176,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60c0c1', endColorstr='#009fb0',GradientType=0 ); /* IE6-9 */
}
.articleword p{
  width: 100%;
  float: left;
  line-height: 1.75em;
  color: #595757;
  letter-spacing: 1px;
  margin:25px 0;
  font-size: 1.1em;
}
.shadow{
  box-shadow: 3px 6px 8px #aaa;
}

.darkshadow{
  box-shadow: 3px 6px 8px #1d7973;
}


.white{
  color: #fff;
}




/*---------------------------------------*/
.topmenu{
  background: #fff;/*29a9e0*/
  padding:0px 0;
   position: fixed;
  position: sticky;
  position: -webkit-sticky;
  z-index: 999;
  border-bottom:1px solid #ccc;
  top:0px;
}

/*.fix{
  height: 100%;
  overflow: auto;
  position: fixed;
}*/
.logo{
  /*background: #fff;*/
  overflow: hidden;
  max-width: 340px;
}

/*
.topics{
  margin: 0 auto 40px;
  float: none;
}
.topics:before{
  content: "";
  float: left;
  background: url("../image/t1.png");
  width: 80px;
  height:80px;
}*/



.mainbg{
  /*overflow: hidden;*/
  background: url(../image/indexbg.jpg) 0 no-repeat;
  height: 100%;
  overflow-x: hidden;
  background-size: cover;
}
.mainbg *,.mainbg *:before,.mainbg *:after{
  -webkit-transition:all 0.25s ease-in-out;
  -moz-transition:all 0.25s ease-in-out;
  -o-transition:all 0.25s ease-in-out;
  -ms-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
}

.mainbg:before{
    content: "";
    position: absolute;
    right:-13%;
    top:0;
    width:100%;
    height:100%;
    background: url(../image/plane.png) 0px 60px no-repeat;
    background-size:167%;
    opacity: .5;
  }
.indexarea{
  height: 75%;
  display: flex;
  vertical-align: middle;
  align-items: center;
}

.indextopic{
  padding: 30px 0 40px 0;
}

.indextopic:before{
  content: "";
  position: absolute;
  left: -25%;
  top:0;
  width:130px;
  height:100%;
  background: rgb(96,192,193); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(96,192,193,1) 0%, rgba(0,159,176,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(96,192,193,1) 0%,rgba(0,159,176,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(96,192,193,1) 0%,rgba(0,159,176,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60c0c1', endColorstr='#009fb0',GradientType=0 ); /* IE6-9 */
}

.indexarea h1{
 font-size: 2em;
 font-weight: bold;
 color:#f8b62d;
 line-height: 1.5em;
 letter-spacing: 0px;
}

.indexarea .pried{
    font-size: 2em;
    float: left;
    margin: -10px 0 0 -15px;
    color: #f8b62d;
  }

.indexarea h3{
 font-size: 1.3em;
 font-weight: bold;
 color:#333;
 line-height: 1.5em;
 letter-spacing: 0px;
}

.indexarea p{
 font-size: 1.15em;
 font-weight: bold;
 color:#333;
 line-height: 1.5em;
}

.indexfoot{
  position: relative;
  bottom: 0px;
}




.leftpic{
  position:absolute;
  left: -1px;
  top: 100px;
  width: 6%;
  float: left;
}

.picfly{
  padding: 15px 0;
}





/*footer
---------------------------------------------------
*/
.copyright{
  font-size: 1em;
  color: #666;
  padding: 8px 0 0 0;
  background: #489091;
}
.footerlink{
  margin: 5px 0;
  padding: 0 1%;
  font-size: 0.95em;
  border-right:1px solid #ddd;
}
.footerlink a{
  color: #dcdcdc;
  padding:3px 0px;
  float: left;
  width: 100%;
  font-size:0.9em;
}
.footerlink:last-child{
  border-right:0px;
}
.footerlink a:hover,.footerlink a:focus{
  color: #fff;
  cursor: pointer;
}


.anothfoot{
  /*max-width: 800px;*/ 
  float: none;
  margin: 0 auto
}
.lastword{
  margin: 8px 0 0 0;
  padding:10px 0;
  background: #231815;
  color: #fff;
  font-size: 0.8em;
}


.backtop{
  width: 50px;
  background: rgb(255,255,255,.5); /* Old browsers */
  border-radius: 100%;
  height: 50px;
  right: 5%;
  bottom: 5%;
  position: fixed;
  z-index: 50;
  cursor: pointer;
  text-align: center;
  -o-transition:color .15s linear,background .15s linear;
  -webkit-transition:color .15s linear,background .15s linear;
  -moz-transition:color .15s linear,background .15s linear;
  transition:color .15s linear,background .15s linear;
  border:1px solid #bbb;
  color: #666;
}

.backtop:hover{
  color: #fff;
  background: rgb(96,192,193,.3); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(96,192,193,1) 0%, rgba(0,159,176,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(96,192,193,1) 0%,rgba(0,159,176,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(96,192,193,1) 0%,rgba(0,159,176,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60c0c1', endColorstr='#009fb0',GradientType=0 ); /* IE6-9 */

}

.backtop i{
  line-height: 50px;
  font-size: 1.5em;
}




@media only screen and (min-width: 400px) {
  .indexarea h1{
   font-size: 2.8em;
   line-height: 1.5em;
  }



  .indexarea h3{
   font-size: 1.85em;
   line-height: 1.5em;
  }

  .indextopic:before{
    left: -15%;
  }

  .indexfoot{
    position: absolute;
    bottom: 0px;
  }
}


@media only screen and (min-width: 600px) {

  
.backtop{
  width: 60px;
  height: 60px;
  right: 10%;
  bottom: 10%;

}

.backtop i{
  line-height: 60px;
}

.indextopic:before{
  content: "";
  position: absolute;
  left: -30px;
  top:0;
  width:130px;
  height:100%;
  background: rgb(96,192,193); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(96,192,193,1) 0%, rgba(0,159,176,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(96,192,193,1) 0%,rgba(0,159,176,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(96,192,193,1) 0%,rgba(0,159,176,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60c0c1', endColorstr='#009fb0',GradientType=0 ); /* IE6-9 */
}

.mainbg:before{
     content: "";
    
    background: url(../image/plane.png) 0px 60px no-repeat;
    background-size:130%;

  }

}

@media (min-width: 640px) and (max-width: 999px) {
	.footerlink{
    padding: 0 2%;
  }

  .indexarea h1{
   font-size: 4em;
   line-height: 1.5em;
  }

  .indexarea h3{
   font-size: 2.85em;
   line-height: 1.5em;
  }

}

@media (min-width: 768px) {
  

  .topmenu{
    padding:5px 0;
  }
  
  .row{
    padding: 4.3% 0;
  }

  .linkset{
    padding:0 15px 0 0; 
  }

  .indexarea h1{
   font-size: 2.8em;
   line-height: 1.6em;
  }
  .indexarea .pried{
    font-size: 2.8em;
    float: left;
    margin: -10px 0 0 -20px;
  }

  .indexarea h3{
   font-size: 1.5em;
   line-height: 1.5em;
  }
  
  .footerlink{
    padding: 0 2%;
  }


}
@media (min-width: 900px) {



}
@media screen and (min-width: 1000px){

  .mainbg:before{
     content: "";
    position: absolute;
    right:-20%;
    top:0;
    width:80%;
    height:100%;
    background: url(../image/plane.png) 0px 70px no-repeat;
    background-size: 100%;
    opacity: 1;
  }
  
  .indextopic{
   padding: 50px 0 50px 0;
  }

  .footerlink{
    padding: 0 1%;
  }

  .logo{

    max-width: 290px;
  }

  .indexfoot:before{
    content: "";
    position: absolute;
    left: 10%;
    bottom:84px;
    width:130px;
    height:100%;
    background: url("../image/bottomtri.png") no-repeat 0 bottom;
    background-size: 100%;
  }

  .leftpic{width: 0%;}


}
@media (min-width: 1200px) and  (max-width: 1600px){

  .leftpic{width: 6%;}

  .mainbg:before{
    background-size: 100%;
    right: -10%;
  }

  .backtop{
    right: 3%;
    bottom: 3%;
  }

}
@media (min-width: 1300px) {

  .logo{
    max-width: 340px;
  }

  .mainbg:before{

    background: url(../image/plane.png) top right no-repeat;
    background-size: 100%;
    right: -15%;
  }
 
  
}
@media (min-width: 1500px) {

  .mainbg:before{
    right: -8%;
    background-size: 100%;
  }
 
}
@media (min-width: 1600px) {

  .mainbg:before{
    right: -1%;
    background-size: 85%;
  }
  .leftpic{width: 6%;}
 
}


