@charset "UTF-8";
/*----------------------------------------------------------------
1. Common
----------------------------------------------------------------*/
.clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; } .clearfix { min-height: 1px; }
* html .clearfix {
     height: 1px;
     /*\*//*/
     height: auto;
     overflow: hidden;
     /**/
}

body{
     font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
     margin:0;
     padding:0;
    color: #282828;
}

.dropshadow{
     box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 5px 0px;
     -webkit-box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 5px 0px;
     -moz-box-shadow:rgba(0, 0, 0, 0.3) 1px 1px 5px 0px; } a img{
     border:0;
     -ms-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
a{ color: #110b3e; text-decoration: none;}
a:hover img{ border:0; opacity:0.8; }
a:hover { opacity:0.8; }
a:active {  opacity:0.8; }

p,h3 {
    margin: 0;
}
h4 {
    margin: 0 0 8px;
    color: #110b3e;
}

/*----------------------------------------------------------------
2. Header
----------------------------------------------------------------*/


/*----------------------------------------------------------------
3. Left Side
----------------------------------------------------------------*/

/*----------------------------------------------------------------
4. Right Side
----------------------------------------------------------------*/

/*----------------------------------------------------------------
5. Main Contents
----------------------------------------------------------------*/

nav {

}

nav ul{
    text-align:center;
    padding: 0;
    margin: 0;
}

nav ul li{
    display: inline-block;
    font-size: 13px;
    margin: 0;
    background-color: #424242;
    width: 20%;
    color: #FFF;
    letter-spacing: 1px;
    padding: 10px;
}
/* nav ul li:last-child{
    display: inline-block;
    background-color: unset;
    width: 2%;
    padding: 0;
    height: 46px;
} */
nav ul li a{
    display: block;
    color: #FFF;
}
nav ul li a:hover { 
	color: #FFF;
}
#top div{
	text-align: center;
}
#top img{
	width: 100%;
	max-width: 1100px;
}
section {

}
.inner_base{
    max-width: 1100px;
    margin: auto;
    padding: 170px 0;
}
.b_c {
    width: 100%;
    max-width: 1100px;
    border-bottom: 1px dashed #282828;
    animation-delay:;
}
.b_c:last-child {
    border: none;
}
#part1{
    background-color:whitesmoke;

}
.t_1 {
    font-size: 350%;
	line-height: 1.2;
}
.t_1 b{
    font-size: 300%;
    font-weight: normal;
    color: #659050;
}
.t_1 strong{
    color: #659050;
    font-weight: normal;    
}
.t_2 {
	margin-top: 30px;
}
#part2{
    background-color: #a7c5c4;    
}
.t_3 {
    font-size: 30px;
    color: #FFF;
    text-align: center;
    position: relative;
    padding: 50px 0;
}
.t_3 h3{
    font-size: 170%;
    color: #545454;
    padding-top: 50px;
    font-weight: normal;
    
}
.t_3 h4{
	font-size: 180%;
    color: #FFF;
    font-weight: normal;
    
}
.t_3 li{
    list-style: none;
    color: #5f7582;
}
.t_3 p {
    color: #6c9a99;
    font-size: 90%;
}
.shape {
    width: 50%;
    padding: 0;
    margin: 0 auto;
    position: relative;
}
.shape:after{
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top left, transparent 50%, #545454, transparent 50.5%);
}
#part3{
    position: relative;
    padding: 50px;
}
.t_4{
    text-align: center;
}
.t_4 h3{
    font-size: 50px;
}
.inner_left {
	float: left;
	width: 50%;
    text-align: center;       
}
.inner_right {
	float: left;
	width: 43%;   
}
.inner_right p{
	 font-size: 90%;
}
#part4, #part5{
    width: 1100px;
    margin: 100px auto;
    overflow: hidden;      
}
#part4 ul{
    margin: 80px auto;
    border-bottom: solid 1px #ebebebeb;
}
#part4 ul li,#part5 ul li{
    width: 69%;
	display: inline-block;
    vertical-align: top;   
}
#part4 ul li:first-child,#part5 ul li:first-child {
    width: 30%;
	text-align: center;
}
#part4 span, #part5 span  {
    font-weight: bold;
    color: #498a84;
}
#part4 dt, #part5 dt {
    font-weight: bold;
    color: #498a84;
    font-size: 105%;
    margin-bottom: 10px;
}
#part4 dd, #part5 dd{ 
	margin-left: unset;
	margin-bottom: 10px;
    font-size: 95%;
}
#part4 ul li img, #part5 ul li img {
	width: 200px;
}
.t_5{
    background-color: #659050;
    padding: 30px;
    text-align: center;
}
.t_5 p{
    display: inline;
}
.btn{
    display: inline;
    margin-left: 20px;
}
.btn a:visited{
    color: #282828;
}
.btn-border {
  display: inline-block;
  width: 100px;
  text-align: center;
  font-size: 14px;
  color: #282828;
  background-color: #FFF;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
}

.btn-border:hover {
  background-color: #87b571;
  color: #FFF;
}
/*----------------------------------------------------------------
6. Footer
----------------------------------------------------------------*/
footer{
    background-color: #333;
    padding: 30px;  
	text-align: center;
    
}
footer h5{
    color: #659050;
    font-size: 14px;
}
.box1{
    font-size: 12px;
    color: #FFF;
    overflow: hidden;
    margin: auto;
    text-align: center;
    line-height: 3em;
    max-width: 1100px;
    width: 100%;

}
.box1 .inner_right dl dd{
	margin: 0;
    color: inherit;
       
}
.inner_right div{
    margin-bottom: 20px;
}
.inner_right dl{
	margin-top: 0;
}
.inner_right dl.product dt{
	font-weight: bold;
    border-bottom: solid 0.6px #d0d0d0;
    margin-bottom: 10px;
    color: #110b3e;
}
.inner_right dl dd{
	margin: 0 0 10px 15px;
  
}

.inner_right dl dd a:link { color: #FFF; }
.inner_right dl dd a:visited { color: #FFF; }

.inner_right dl dd span{
    display: block;
    font-weight: bold;
    font-size: 115%;
    color: #498a84;
}
.inner_right dl dd span:before{
    content:"・";
}
.box1 .inner_right{
    margin: 20px;     
}
.box1 .inner_right:first-child {
    border-right: solid 1px #FFF;     
}
small{
    color: #4a4a4a;
    background-color: #333;
}

.box2 {
      border:3px solid #555;
      border-radius: 5px;
      padding:5em;
      margin: 5em;
      background-color: #fcfaf5;
    }
/*----------------------------------------------------------------
7. SMP
----------------------------------------------------------------*/
@media screen and (max-width: 736px) {
img {
	width: 70%;
}
nav ul li {
	width: unset;
    font-size: 10px;

}
.inner_left {
    float: unset;
    width: 100%;
}
.inner_left div{
    padding: 10px;
}
.inner_right {
    float: unset;
    width: 100%;
}
.inner_right div{
    padding: 10px;
}
.t_1 {
    font-size: 180%;

}
.t_1 b {
    font-size: 200%;
}
.t_3 {
    font-size: 30px;
    color: #FFF;
    text-align: center;
    position: relative;
    padding: 25px;
}
.t_3 h3 {
    font-size: 130%;
    color: #545454;
    padding-top: 0px;
    font-weight: normal;
}
.t_3 h4 {
    font-size: 111%;
    color: #FFF;
}
.t_3 li {
    font-size: 90%;
}
.t_4 h3 {
    font-size: 150%;
}
.slider {
    width: 100%;
}
.slick-prev::before {
    content: url(../../image/btn_prev.png);
}
.inner_base {
    padding: 20px ;
}
#part4, #part5 {
    width: 100%;
    margin: 60px auto;
}
.t_5 p {
	display: block;
    margin-bottom: 10px;
    
}	
.box1 .inner_right:first-child {
    border-right: none;
}
.box1 .inner_right {
    float: unset;
    width: 100%;
    margin: 0;
}
.shape {
    width: 100%;

}
.inner_right dl {
    padding: 10px;
}
.btn-border {
    width: 70px;

}
small{
	font-size: 80%;
}
}
