@charset "utf-8";
/* CSS Document */


/*----------
mv
----------*/

#contents_body {
  overflow-x: hidden;
}

#mv {
	width: 100%;
	background-image: url(../images/smartin/mv_smartin.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

.mv_inner {
	padding-top: 35px;
	padding-bottom: 12px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:60px;
	text-align: center;
}

.mv_img .main_logo {
	width: 100%;
}

.mv_img img {
	width: 540px;
}

.mv_img {
	margin-bottom: 22px;
}

#mv .main_txt {
  font-size: 22px;
  font-weight: bold;
  color: #0a2980;
  line-height: 1.7;
}

/* nv */

.gNav {
	margin-top: 47px;
	height: 48px;
	background-position: 50% 0;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.menu{
	width: 100%;
	height:48px;
	max-width: 780px;
	margin: 0 auto;
	padding: 0;
}

.menu li{
	display: block;
	float: left;
	width: 27%;
	height:48px;
	margin: 0;
	padding: 0; 
  }
  

.menu .home {
	width: 19%;
}

.menu li a {
	font-size:16px;
	font-weight:bold;
	border-left: 1px solid #85b1eb;
	box-sizing:border-box;
	display: block;
	margin-top:7px;
	padding: 0px;
	color: #0046a0;
	text-align: center;
	text-decoration: none;
}

.menu li:last-child a {
	border-right: 1px solid #85b1eb;
	box-sizing:border-box;
}


.menu span {
	width:100%;
	display:inline-block;
	height: 27px;
}


.menu li a:hover span {
	margin-bottom:-27px;
	border-bottom: 5px solid #0046a0;
	padding-bottom:21px;
}

.active a span {
	margin-bottom:-27px;
	border-bottom: 5px solid #0046a0;
	padding-bottom:21px;
}

.gNav img {
	position: absolute;
	height: 50px;
}

.gNav .in_icon , .gNav .fit_icon , .gNav .catch_icon {
}

.gNav .in_icon {
	bottom:0;
	right: 545px;
}

.gNav .fit_icon {
	bottom: 0;
	right: 317px;
}

.gNav .catch_icon{
	bottom: 0;
	right: 110px;
}


.gNav .home_txt {
	padding-top: 3px;
	padding-bottom: 3px;
}

.menu li a:hover .home_txt {
	color: #85b1eb;
	margin-bottom:-24px;
	border-bottom: 5px solid #0046a0;
	padding-bottom:18px;
}

/*----------
section
----------*/

section img {
	max-width: 100%;
}

section {
	margin:0 auto 60px auto;
}

.Inr {
	width:980px;
	margin-left: auto;
	margin-right: auto;
}

h2 {
  text-align: center;
  font-size: 32px;
  color: #1f57a7;
  margin-bottom: 40px;
  position: relative;
}

.illust {
  position: absolute;
  width: 270px;
  top:-50px;
  right: 30px;
  z-index: -9999;
}

.voice {
  width: 890px;
  margin-left: auto;
  margin-right: auto;
  border: 2px #a2e1f7 solid;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #fff;
  overflow: hidden;
}

.voice .product_img {
  width: 220px;
  float: left;
}

.voice {
  background-repeat: no-repeat;
  background-position:5% 50%;
}

.v_01 {
  background-image: url(../images/voice/product_in.png);
  background-size: 166px;
}

.v_02 {
  background-image: url(../images/voice/product_fit.png);
  background-size: 189px;
}

.v_03 {
  background-image: url(../images/voice/product_catch.png);
  background-size: 204px;
  background-position:4% 50%;
  padding: 50px 20px;
}


/*----------
pdf
----------*/

.voice .pdf {
  float: right;
  width: 600px;
}

.voice .pdf li {
  margin-bottom: 15px;
}

.voice .pdf li:last-child {
  margin-bottom: 0;
}

.voice .pdf a {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
	color: #fff;
	font-size:16px;
	line-height: 1.3;
	font-weight: bold;
	height: auto;
  background-color: #48afda;
	box-shadow: #b7eaff 0px 4px;
  border-radius: 6px;
	background-image: url(../images/pdf_icon.png);
	background-size: 6%;
	background-position:5% 50%;
	background-repeat: no-repeat;
	display: inline-block;
	padding: .8em 0 .8em 14%;
  height: auto;
	cursor: pointer;
}

.pdf .small {
	font-size: 12px;
}


.pdf a:hover {
	position: relative;
	top:4px;
	box-shadow: none;
	filter: alpha(opacity = 90);
	-ms-filter: "alpha( opacity=90 )";
	-moz-opacity: 0.9;
	opacity: 0.9;
	cursor: pointer;
}







@media only screen and (max-width: 786px) {
	
	.pc {
		display: none!important;
	}

	.sp {
		display: block!important
	}

	#contents_body {
		
	}
	
	.Inr {
		max-width:100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	
	/*mv*/	
	#mv {
		height: auto;
		margin-bottom: 30px;
	}

	.mv_inner {
		padding-top: 50px;
		padding-bottom: 40px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	
  #mv .main_txt {
    font-size: 20px;
  }
  
  .mv_img img {
    width: 86%;
  }
  
  
  h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .illust {
    position: absolute;
    width: 230px;
    top:-50px;
    right: -40px;
    z-index: -9999;
  }

  .voice {
    width: 100%;
    padding: 4%;
  }

  .voice .product_img {
    width: 220px;
    float: none;
    height: 220px;
  }

  .voice {
    background-repeat: no-repeat;
    background-position:50% 10%;
  }

  .v_01 {
    background-image: url(../images/voice/product_in.png);
    background-size: 166px;
  }

  .v_02 {
    background-image: url(../images/voice/product_fit.png);
    background-size: 189px;
    background-position:50% 5%;
  }
  
  .v_02 .product_img {
    width: 220px;
    float: none;
    height: 200px;
  }

  .v_03 {
    background-image: url(../images/voice/product_catch.png);
    background-size: 204px;
    background-position:50% 10%;
    padding: 4%;
  }


  /*----------
  pdf
  ----------*/

  .voice .pdf {
    float: none;
    display: block;
    width: 100%;
  }

  .voice .pdf li {
    margin-bottom: 15px;
  }

  .voice .pdf li:last-child {
    margin-bottom: 0;
  }

  .voice .pdf a {
    width: 81%;
    display: inline-block;
    color: #fff;
    font-size:16px;
    line-height: 1.3;
    font-weight: bold;
    height: auto;
    background-color: #48afda;
    box-shadow: #b7eaff 0px 4px;
    border-radius: 6px;
    background-image: url(../images/pdf_icon.png);
    background-size: 6%;
    background-position:5% 50%;
    background-repeat: no-repeat;
    display: inline-block;
    padding: .8em 1em .8em 14%;
    height: auto;
    cursor: pointer;
  }
  
  
	@media screen and (orientation: landscape) {
       .mv_inner {
        padding-bottom: 40px;
      }
    }
	}

@media only screen and (max-width: 550px) {
	.amazon_btn a {
		color: #fff;
		font-size:18px;
		background-size: 8%;
		background-position:7% 50%;
		padding-left: 16%;
		background-repeat: no-repeat;
		display: inline-block;
		padding: 1.3em 0 1.3em 18%;
		width: 550px;
		max-width: 86%;
	}
}

@media only screen and (max-width: 786px) {
	
	section {
		margin-right: 2%;
		margin-left: 2%;
	}

}

