@charset "utf-8";

@media screen and (max-width: 768px) {

html, body {
	width: 768px;
	height: 100%;
	background: #fff;
	color: #333;
	margin: 0 auto;
}
body.fixed {
	overflow: hidden;
}

/* -----------------------------------------------------------------------------

	common
  
----------------------------------------------------------------------------- */

.pc {
	display: none !important;
}
.alphaOver a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}
section {
	padding: 70px 0;
}
.inner {
	margin: 0 auto;
}
h2 {
	font-size: 48px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 55px;
}
h2:before {
	content: "";
	display: block;
	width: 100%;
	height: 93px;
	background-size: auto 93px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 25px;
}
h2 span {
	display: block;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #00a03c;
	margin: 40px 0 4px;
	line-height: 1.6;
}
h2 + p {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #00a03c;
	margin: -15px 0 45px;
	line-height: 1.6;
}
figure {
    line-height: 0;
}
p.pageTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#main {
	padding-top: 105px;
}

/* -----------------------------------------------------------------------------

	conversion
  
----------------------------------------------------------------------------- */
.conversion {
	width: 100%;
	height: 457px;
	padding-top: 120px;
	box-sizing: border-box;
	text-align: center;
	background: url(../img/bg_conversion_sp.jpg) no-repeat center top;
}
.conversion p {
	width: 100%;
	position: relative;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
.conversion p b {
	font-size: 50px;
}
.conversion p span {
	display: block;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: -70px;
	right: 40px;
	background: #e90000;
	padding: 14px 12px;
	border-radius: 30px;
}
.conversion.top p span {
	right: 112px;
}
.conversion p span:after {
	content:"";
	width:38px;
	height:11px;
	background:url(../img/parts_pop_sp.png) no-repeat 0 0;
	position:absolute;
	bottom: -9px;
	right: 15px;
}
.conversion.top p span:after {
	right: 178px;
}


/* -----------------------------------------------------------------------------

	header
  
----------------------------------------------------------------------------- */
header {
	background: #fff;
	position: fixed;
	width: 100%;
	height: 105px;
	top: 0;
	z-index: 9999;
}
header .inner {
	position: relative;
}
header p.logo {
	position: absolute;
	top: 20px;
	left: 0;
}
header p.logo img {
	margin-left: 20px;
}
header span.menu {
	display: block;
	width: 108px;
	height: 104px;
	background: url(../img/btn_menu.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
header span.menu.open {
	background: url(../img/btn_menu_close.png) no-repeat;
}

/* -----------------------------------------------------------------------------

	nav
  
----------------------------------------------------------------------------- */
nav {
	display: none;
	position: absolute;
	top: 105px;
	width: 100%;
	background: #00a03c;
	padding-bottom: 50px;
	overflow-y: scroll;
	box-sizing: border-box;
}
nav ul li a {
	display: block;
	width: 100%;
	font-size: 33px;
	font-weight: bold;
	color: #fff;
	padding: 45px 0 45px 25px;
	box-sizing: border-box;
	background: url(../img/icon_nav.png) no-repeat 97% center;
	border-bottom: 1px solid #80d09e;
}
nav p {
	text-align: center;
	margin-top: 50px;
}
#mv .lead {
	padding: 46px 0;
	text-align: center;
	position: relative;
}
#mv .lead:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -35px;
	width: 100px;
	height: 40px;
	background: url(../img/img_arw.png);
	margin-left: -50px;
}

/* -----------------------------------------------------------------------------

	mv
  
----------------------------------------------------------------------------- */
#mv {
	padding: 0;
}
#mv .mainContents {
	background: url(../img/mv_sp.jpg) no-repeat center top;
}
#mv .mainContents .inner {
	position: relative;
	height: 913px;
}
#mv .mainContents h1 {
	width: 556px;
	height: 272px;
	position: absolute;
	top: 34px;
	left: 14px;
}
#mv .mainContents h1 img {
	width: 100%;
}
#mv .mainContents dl.txt {
	position: absolute;
	bottom: 29px;
	left: 24px;
}
#mv .mainContents dl.txt dt {
	text-align: right;
	margin-bottom: 36px;
}
#mv .mainContents dl.txt dd p {
	position: absolute;
	bottom: 25px;
	left: 0;
	color: #fff;
	font-size: 22px;
	text-align: center;
	width: 720px;
}
#mv .mainContents dl.txt dd p span {
	line-height: 1.6;
}
#mv .lead > div .inner {
	position: relative;
}

/* -----------------------------------------------------------------------------

	merit
  
----------------------------------------------------------------------------- */
#merit {
	background: #f1ffdb;
}
#merit h2:before {
	background-image: url(../img/merit/icon_ttl.png);
}
#merit ul li {
	width: 720px;
	margin: 0 auto 40px;
}
#merit ul li figure img {
	width: 100%;
	border-radius: 10px 10px 0 0;
}
#merit ul li div {
	background: #fff;
	border-radius: 0 0 10px 10px;
}
#merit ul li h3 {
	font-size: 38px;
	line-height: 1.3;
	border-bottom: 2px solid #f1f1f1;
	padding: 15px 50px 15px 150px;
	box-sizing: border-box;
	position: relative;
}
#merit ul li:last-child h3 {
	padding: 40px 50px 39px 150px;
}
#merit ul li h3 b {
	font-size: 24px;
	color: #fff;
	position: absolute;
	top: 0;
	left: -4px;
	text-align: center;
	width: 140px;
	height: 129px;
	padding: 10px 0 0;
	background: url(../img/merit/bk_ttl.png) no-repeat;
	box-sizing: border-box;
}
#merit ul li h3 b span {
	font-size: 68px;
	display: block;
	padding-top: 10px;
}
#merit ul li p {
	font-size: 30px;
	line-height: 1.6;
	padding: 30px 25px;
	box-sizing: border-box;
}

/* -----------------------------------------------------------------------------

	tips
  
----------------------------------------------------------------------------- */
#tips {
	background: #fff;
}
#tips h2:before {
	background-image: url(../img/tips/icon_ttl.png);
}
#tips h3 {
	font-size: 33px;
	color: #fff;
	height: 130px;
	background: url(../img/tips/icon_plus.png) no-repeat 98% center #00a03c;
	padding: 26px 100px 0 140px;
	line-height: 1.2;
	margin-bottom: 25px;
	box-sizing: border-box;
	position: relative;
	-webkit-box-shadow:0px 4px 0px 0px #005b23;
	-moz-box-shadow:0px 4px 0px 0px #005b23;
	-o-box-shadow:0px 4px 0px 0px #005b23;
	-ms-box-shadow:0px 4px 0px 0px #005b23;
	box-shadow:0px 4px 0px 0px #005b23;
}
#tips h3 span {
	font-size: 25px;
}
#tips h3:nth-of-type(2) {
	padding-top: 30px;
}
#tips h3.open {
	background: url(../img/tips/icon_minus.png) no-repeat 98% center #00a03c;
}
#tips h3:before {
	content: "";
	display: block;
	width: 110px;
	height: 130px;
	background: url(../img/tips/icon_subttl_sp.png) no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
	border-right: 2px solid #00792f;
}
#tips .accordionBox {
	display:none;
	padding: 0 25px;
	margin-bottom: 50px;
}
#tips .accordionBox > p {
	font-size: 30px;
	color: #555;
	line-height: 1.8;
}
#tips .accordionBox > p b {
	color: #e90000;
}
#tips .accordionBox dl dt {
	font-size: 32px;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
	background: #faf4de;
	border-radius: 20px 20px 0 0;
	padding: 40px 0 12px;
}
#tips .accordionBox dl dt b {
	color: #e90000;
}
#tips .accordionBox dl dd figure img {
	width: 100%;
	height: auto;
}
#tips .accordionBox .note {
	margin-top: 30px;
	font-size: 22px;
	color: #e90000;
	line-height: 1.6;
}

/* box1
---------------------------------------------*/
#tips .accordionBox.box1 div {
	margin-top: 30px;
}

/* box2
---------------------------------------------*/
#tips .accordionBox.box2 div,
#tips .accordionBox.box2 dl,
#tips .accordionBox.box2 p.txt {
	margin-top: 40px;
}
/* box3
---------------------------------------------*/
#tips .accordionBox.box3 p {
	margin-top: 40px;
}

/* box4
---------------------------------------------*/
#tips .accordionBox.box4 > div {
	margin-top: 30px;
	background: #faf4de;
	border-radius: 20px;
	padding: 30px 30px 30px;
}
#tips .accordionBox.box4 > div div {
	width: 100%;
	overflow: auto;
	overflow-x: auto;
	padding-bottom: 20px;
}
#tips .accordionBox.box4 > div div::-webkit-scrollbar {
  height: 15px;
}
#tips .accordionBox.box4 > div div::-webkit-scrollbar-track {
  border-radius: 20px;
  background: #ebe3c7;
}
#tips .accordionBox.box4 > div div::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #d4cbaa;
}
#tips .accordionBox.box4 table {
	width: 1200px;
	font-size: 28px;
}
#tips .accordionBox.box4 table th {
	background: #00a03c;
	color: #fff;
	font-weight: normal;
	padding: 12px;
	line-height: 1.5;
	border-right: 1px solid #137d22;
}
#tips .accordionBox.box4 table th:first-child {
	border-radius: 16px 0 0 0;
}
#tips .accordionBox.box4 table th:last-child {
	border-radius: 0 16px 0 0;
	border: none;
}
#tips .accordionBox.box4 table td {
	background: #fff;
	padding: 14px 25px;
	border-bottom: 1px solid #d8d3cc;
	border-right: 1px dotted #d8d3cc;
	vertical-align: middle;
	width: 25%;
	line-height: 1.6;
}
#tips .accordionBox.box4 table td:nth-child(2) {
	color: #00a03c;
}
#tips .accordionBox.box4 table td:last-child {
	border-right: none;
}
#tips .accordionBox.box4 table tr:last-child td {
	border-bottom: none;
}
#tips .accordionBox.box4 table tr:last-child td:first-child {
	border-radius: 0 0 0 16px;
}
#tips .accordionBox.box4 table tr:last-child td:last-child {
	border-radius: 0 0 16px 0;
}

/* -----------------------------------------------------------------------------

	flow
  
----------------------------------------------------------------------------- */
#flow {
	background: #f1ffdb;
	padding-right: 25px;
	padding-left: 25px;
}
#flow h2:before {
	background-image: url(../img/flow/icon_ttl.png);
}
#flow .box {
	background: #fff;
	min-height: 352px;
	box-sizing: border-box;
	padding: 0 15px 25px;
	margin-bottom: 40px;
	border-radius: 10px;
	position: relative;
}
#flow .box:after {
	content: "";
	display: block;
	width: 49px;
	height: 24px;
	background: url(../img/flow/arrow.png) no-repeat;
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -25px;
}
#flow .box:last-child {
	margin-bottom: 0;
}
#flow .box:last-child:after {
	display: none;
}
#flow .box h3 {
	margin-bottom: 20px;
}
#flow .box h3 span,
#flow .box h3 img,
#flow .box h3 b {
	display: inline-block;
	vertical-align: middle;
}
#flow .box h3 span {
font-size: 60px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	width: 100px;
	height: 115px;
	box-sizing: border-box;
	background: url(../img/flow/bg_ttl.png) no-repeat 0 0;
	padding: 27px 8px 0 3px;
	margin-top: -6px;
}
#flow .box h3 img {
	margin: 0 10px 0 20px;
}
#flow .box h3 b {
	font-size: 33px;
	line-height: 1.2;
}
#flow .box p {
	font-size: 30px;
	color: #555;
	line-height: 1.6;
	padding-left: 10px;
}
#flow .box p a {
	color: #00a03c;
	text-decoration: underline;
}
#flow .box p a:hover {
	text-decoration: none;
}
#flow .box p img {
	border-radius: 10px;
	display: block;
	margin-bottom: 20px;
	width: 100%;
}

/* -----------------------------------------------------------------------------

	about
  
----------------------------------------------------------------------------- */
#about {
	background: #fff;
	border-bottom: 2px solid #ddd;
	padding-bottom: 0;
}
#about h2:before {
	background-image: url(../img/about/icon_ttl.png);
}
#about h2 + div p {
	font-size: 30px;
	color: #555;
	line-height: 1.6;
	padding: 30px 40px;
}

/* -----------------------------------------------------------------------------

	footer
  
----------------------------------------------------------------------------- */
footer {
	text-align: center;
	padding: 40px 0 30px;
}
footer ul {
	margin-bottom: 30px;
}
footer ul li {
	display: inline-block;
	margin: 0 10px;
}
footer ul li a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}
footer small {
	font-size: 16px;
}

}