@charset "utf-8";
/* CSS Document */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, strong, sub, sup, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
}
img {
	vertical-align: text-bottom;
}
#sections .sectionContents.container2 {
	max-width: 100%;
	padding: 0;
}
/*----------------------------------------
    PC
----------------------------------------*/
#wrap {
	width: 976px;
	margin: 0 auto 30px;
}
p{
	padding-bottom: 30px;
}
.newproductcontent {
	display: block;
	margin: 0 auto;
	width: 100%;
	font-family: "メイリオ", "Meiryo", "verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 19px;
	/*color: #339999;*/
	line-height: 1.8;
}
.kvarea {
	width: 100%;
	/*margin-bottom: 30px;*/
}
.kvarea div {
	margin: 0 auto;
}
.blue {
  font-size: 130%;
  font-weight: bold;
  color: #212ca3;
}
.notice{
  font-size: 80%;
}
.intro {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intro .left {
	width: 430px;
}
.intro .right {
	width: 546px;
}
.intro2 {
	text-align: center;
	padding: 30px 0;
}
.image {
	text-align: center;
}
.oubo {
	width: 634px;
	margin: 0 auto;
}
a:hover img {
	opacity: 0.5;
}
.title {
	text-align: center;
	margin-top: 70px;
  margin-bottom: 20px;
}
.text {
	box-sizing: border-box;
	width: 914px;
	margin: 0 auto;
	border: 2px solid #978b58;
	font-size: 17px;
	padding: 10px 0;
}
.target {
	margin-bottom: 70px;
}
.target span {
	font-weight: bold;
}
.target p {
	margin-bottom: 25px;
}
.present {
	margin-bottom: 88px;
}
.product {
	margin-bottom: 58px;
}
.method .title {
	margin-bottom: 0px;
}
.method {
	margin-bottom: 70px;
}
.methodbutton a {
	display: block;
}
.methodbutton {
	float: left;
	margin-left: 42px;
	width: 440px;
}
.methodwrapper {
	margin-bottom: 20px;
}
.flow .title {
	margin-bottom: 18px;
}
.oubo {
	margin-bottom: 25px;
}
.note h3 {
	text-align: center;
	color: #212ca3;
}
.note div {
	padding: 20px 40px;
	border: 2px solid #212ca3;
}
.note {
	padding-top: 30px;
}
.note ul {
	margin: 0;
	list-style: none;
}
.note dl {
	font-size: 80%;
}
.note dl dd {
  margin-bottom: 1em;
}
.note dl dd a {
  text-decoration: underline;
}
.note dl dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.bnr {
	margin-bottom: 50px;
}
.page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
.page_top a {
  color: #fff;
  text-align: center;
  background-color: rgba(110, 113, 117, 0.4);
  display: block;
  overflow: hidden;
  position: relative;
  padding: 6px 0;
  width: 56px;
  height: 34px;
}

.kvarea{
  position: relative;
}
div.finish-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
div.finish-text div.cts {
  max-width: 640px;
  margin: 0 1em;
  padding: 2em;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
}
div.finish-text div.cts h3 {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}
div.finish-text div.cts p {
  margin-top: 1em;
  font-weight: bold;
}

@media screen and (min-width:768px ) {
.kvarea {
	width: 100%;
}
}
.sp {
	display: none;
}
.methodwrapper:after {
	content: " ";
	display: block;
	clear: both;
}

/*----------------------------------------
    SP
----------------------------------------*/
@media screen and (max-width:480px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img {
    width: 100%;
    height: auto;
  }
  p{
    padding-bottom: 10px;
  }
  .newproductcontent {
    width: 100%;
    margin: 0 auto;
    font-family: "メイリオ", "Meiryo", "verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    /*color: #339999;*/
    line-height: 1.6;
  }
  .kvarea {
    width: 100%;
    height: auto;
  }
  .kvarea {
    margin-bottom: 10px;
  }
  .kvarea div {
    width: 100%;
  }
  .target p {
    margin-bottom: 0px;
  }
  #wrap {
    width: 100%;
    font-size: 15px;
  }
  .intro {
    display: block;
    text-align: left;
  }
  .intro .left {
    width: 100%;
  }
  .intro .right {
    width: 100%;
  }
    .intro2{
    text-align: left;
      padding: 0;
  }
  .title {
    text-align: center;
  }
  .scrollimage {
    text-align: center;
    margin-bottom: 25px;
  }
  .w980 {
    width: 100%;
  }
  .title {
    margin-bottom: 5px;
  }
  .method .title {
    margin-bottom: 0px;
  }
  .method ul li:first-child {
    margin-bottom: 5px;
  }
  .method ul li:nth-child(2) {
    margin-bottom: 25px;
  }
  .method ul li:nth-child(3) {
    margin-bottom: 5px;
  }
  .method ul li:nth-child(4) {
    margin-bottom: 25px;
  }
  .text {
    text-align: left;
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    border: 2px solid #978b58;
    font-size: 8px;
    padding: 10px 10px;
  }
  .target {
    margin-bottom: 30px;
  }
  .target p {
    margin: 0px 20px;
  }
  .present, .product {
    margin-bottom: 25px;
  }
  .method {
    margin-bottom: 40px;
  }
  .methodbutton {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .oubo {
    width: 100%;
  }
  .note div {
    padding: 20px;
  }
  .indent {
    text-indent: -1em;
    margin-left: 40px!important;
  }
  .bold {
    font-weight: bold;
  }
  #scrollUp {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
    background: rgba(171,159,97,0.7);
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    text-align: center;
    z-index: 1200;
  }
  #scrollUp:before {
    content: '';
    display: block;
    position: relative;
    top: 10px;
    /*background: url(../car_top_img/img2018/ico-pagetop.png) no-repeat;*/
    background-size: 100% auto;
    width: 16px;
    height: 15px;
    margin: 0 auto;
  }
  #scrollUp span {
    position: relative;
    top: 5px;
    display: inline-block;
  }
  #bottomlink {
    position: relative;
    z-index: 1000;
  }
  #globalfooter {
    position: relative;
    z-index: 1000;
  }
  .page_top {
    z-index: 1000;
  }
}
