
/* オーナーページ、共通 */

/* メイン画像 */
.wrapownMain{
	position: relative;
	top:0;
}

.wrapownimg{
	width: 100%;
    height: 400px;
    background-image: url(../img/topimg.jpg);
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;	
}

.wrapownimg::after{
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height:100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.3;
}

.own_title{
	position:absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #ffffff;
	font-size:4.8rem;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif; 
	font-weight: 400;
}
.own_title span{
	font-size:1.8rem;
}

.cen-pc{
	text-align: center;
}

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

.wrapownimg{
    height: 300px;
}

}

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

.wrapownimg{
    height: 200px;
}
	
.own_title{
	color: #ffffff;
	font-size:2.6rem;
}
.own_title span{
	font-size:1.4rem;
}
	
.cen-pc{
	text-align: left;
}

}


/* ボタンタブ */
.owner-btn-waku {
	width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	padding: 0;
	margin-right: 0;
	margin-left: 0;
}

.o-btn02-on{
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	font-size: 1.5rem;
	line-height: 120%;
	font-weight: 400;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	width: 16%;
	height: 80px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
	margin-right: 0;
	margin-left: 0;
}

.o-btn02{
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	font-size: 1.5rem;
	line-height: 120%;
	font-weight: 400;
	margin-right: auto;
	margin-left: auto;
	background-color: #f0f0f0;
	width: 16%;
	height: 80px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
	margin-right: 0;
	margin-left: 0;
}

.o-btn02-on span,
.o-btn02 span {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

.o-btn02-on a,
.o-btn02 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.o-btn02-on:hover,
.o-btn02:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}

.o-line01 {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-bottom: 100px;
}


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

.o-btn02-on{
	font-size: 1.3rem;
	width: 16%;
	height: 50px;
}

.o-btn02{
	font-size: 1.3rem;
	width: 16%;
	height: 50px;
}

}

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

.owner-btn-waku {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: normal;
    justify-content: normal;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
	
.o-btn02-on{
	font-size: 1.3rem;
	width: 32%;
	height: 50px;
}

.o-btn02{
	font-size: 1.3rem;
	width: 32%;
	height: 50px;
}
	
.o-btn02:nth-child(2),
.o-btn02:nth-child(3),
.o-btn02:nth-child(5),
.o-btn02:nth-child(6),
.o-btn02-on:nth-child(2),
.o-btn02-on:nth-child(3),
.o-btn02-on:nth-child(5),
.o-btn02-on:nth-child(6){
	margin-left: 2%;
}
	
.o-btn02:nth-child(4),
.o-btn02:nth-child(5),
.o-btn02:nth-child(6),
.o-btn02-on:nth-child(4),
.o-btn02-on:nth-child(5),
.o-btn02-on:nth-child(6){
	margin-top: 2%;
}
	
.o-line01 {
	display: none;
}

}

/* メインタイトル部 */
.owner-main-t {

}

.owner-main-t h2,
.owner-main-t h3,
.owner-main-t h4 {
	text-align: center;
}

.owner-main-t p {
	text-align: center;
}

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

.owner-main-t p {
	text-align: left;
}
	
}

#owner h2 {
	font-family: 'Noto Sans JP', sans-serif;
  	font-size: 3.5rem;
	font-weight: 500;
	line-height: 1.4;
	color: #000000;
}

#owner h3 {
  	font-size: 3rem;
	text-align: center;
}

#owner h3.h3sum {
  	font-size: 4rem;
	text-align: center;
}

#owner h4 {
	font-family: 'Noto Sans JP', sans-serif;
  	font-size: 2.3rem;
	font-weight: 500;
}

#owner h4.tokuten {
	font-family: 'Noto Sans JP', sans-serif;
  	font-size: 2.3rem;
	font-weight: 500;
	vertical-align:middle;
	margin-bottom: 20px;
}

#owner h4.tokuten span {
	display: inline-block;
	padding: 2px 5px 2px 5px;
  	font-size: 1.8rem;
	font-weight: 700;
	background-color: var(--thema-color01);
	color: #ffffff;
	margin-right: 5px;
}

#owner p {
	line-height: 1.7;
	margin-bottom: 5px;
}

p.o-bold {
  	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 5px;
}

p.c-note {
  	font-size: 1.3rem;
	line-height: 1.4;
	padding-left:1em;
	text-indent:-1em;
	margin-bottom: 5px;
}

.u-mb-0 {
	margin-bottom: 0px;
}

.ow-img01 {
	width: 70%;
	margin-top: 10px;
}

.ow-img02 {
	width: 60%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

#owner h2 + h3 {
	margin-top: 20px;
}

#owner h2 + p {
	margin-top: 20px;
}

#owner h3 + h4 {
	margin-top: 20px;
}

#owner h4 + p {
	margin-top: 20px;
}

p + .bt5 {
	margin-top: 30px;
}

img + p.c-note {
	margin-top: 5px;
}

.about-points-box-wrap + p.c-note {
	margin-top: 5px;
}


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



}

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

#owner h2 {
  	font-size: 2.5rem;
}

#owner h3 {
  	font-size: 2rem;
}
	
#owner h4 {
  	font-size: 1.8rem;
}
	
#owner h4.tokuten {
  	font-size: 1.8rem;
	margin-bottom: 20px;
}
	
#owner h4.tokuten span {
	padding: 2px 5px 2px 5px;
  	font-size: 1.3rem;
	margin-right: 5px;
}
	
p.o-bold {
  	font-size: 1.6rem;
	margin-top: 5px;
}
	
p.c-note {
  	font-size: 1.1rem;
	margin-bottom: 5px;
}
	
.ow-img02 {
	width: 70%;
	margin-top: 20px;
}
	
h3 + p {
	margin-top: 20px;
}
	
p + .bt5 {
	margin-top: 20px;
}

}


/* オーナーページ、新築・リフォーム紹介 */

.owner-box1 {
	margin-top: 100px;
}

.owner-box2 {
	margin-top: 100px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.l-tbl {
	margin-top: 20px;
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
}
.l-tbl th, .l-tbl td {
  	font-size: 1.6rem;
  text-align: center;
}
.l-tbl thead th {
  background-color: #bababa;
  border: 1px solid #fff;
  color: #fff;
  padding: 2rem 1rem;
  vertical-align: middle;
}
.l-tbl tbody th {
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  padding: 2rem 1rem;
  border-bottom: 1px solid #bababa;
  vertical-align: middle;
}

.l-tbl tbody td {
  border-bottom: 1px solid #bababa;
  padding: 2rem 1rem;
  vertical-align: middle;
}
.l-tbl tbody td:nth-of-type(2) {
  color: #a61918;
}

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

.owner-box1 {
	margin-top: 50px;
}
	
.owner-box2 {
	margin-top: 50px;
	width: 100%;
}
	
.l-tbl th, .l-tbl td {
  	font-size: 1.3rem;
  text-align: center;
}	
	
.l-tbl thead th {
  padding: 0.8rem 0.2rem;
}	
	
.l-tbl tbody th {
  padding: 0.8rem 0.2rem;

}

.l-tbl tbody td {
  padding: 0.8rem 0.2rem;
}
	
.points-txt-gray + .bt5{
	margin-top: 20px;
}
	
.u-inline{
	display: block;
}

}


.about-points-area{
	width: 100%;
}

.about-points-box{
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	width: 100%;
	border: 1px solid #E8E6DF;
	text-align: left;
}

.points-box-wrap{
	display: flex;
	gap: 20px;
}
.points-box-txt{
	width: 50%;
	line-height: 1.7;
	display: inline-block;
	vertical-align:top;
}
.points-box-txt2{
	width: 100%;
	line-height: 1.7;
	display: block;
	vertical-align:top;
}
.points-box-title{
	margin-bottom: 20px;
}
.points-box-title p{
  	font-size: 1.8rem;
	font-weight: 700;
}
.points-txt{
	margin-bottom: 20px;
}
.points-txt p{
  	font-size: 1.6rem;
}
.points-txt-gray{
	width: 100%;
	min-height: 80px;
	background-color: #F5F5F5;
	padding: 15px;
}
.points-txt-gray p{
  	font-size: 1.6rem;
}
.points-box-img{
	width: 45%;
	display: inline-block;
}
.points-box-img2{
	width: 100%;
	display: inline-block;
}
.about-points-box-wrap{
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
}
.about-points-box-bottom{
	width: calc((100% - 40px) / 2);
	margin-left: initial;
	margin-right: initial;
}
.box-bottom{
	margin-top: 0;
}

.points-txt-gray + .bt5{
	margin-top: 30px;
	margin-bottom: 0px;
}


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



}

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

.about-points-box{
	margin-top: 20px;
	padding: 10px;
}
	
.points-box-wrap{
	display: block;
	gap: 0;
}
	
.points-box-txt{
	width: 100%;
}
.points-box-title{
	margin-bottom: 10px;
}
.points-box-title p{
  	font-size: 1.6rem;
}
.points-txt{
	margin-bottom: 10px;
}
.points-txt p{
  	font-size: 1.4rem;
}
.points-txt-gray{
	min-height: auto;
	padding: 10px;
}
.points-txt-gray p{
  	font-size: 1.4rem;
}
.points-box-img{
	width: 100%;
	margin-left: auto;
	margin-top: 20px;
}
	
.about-points-box-wrap{
	display: block;
	gap: 0;
	justify-content: center;
	flex-wrap: nowrap;
}
	
.about-points-box-bottom{
	width: 100%;
	margin-left: initial;
	margin-right: initial;
}

	
}

/* オーナーページ、土地売却 */
/* オーナーページ、有効活用 */

/* 改行しない、均等 */
.box-flex{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/* 途中改行あり、中央寄せ */
.box-flex2{
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.land-catch-img{
	width: 25%;
}

.land-catch-img2{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

.land-catch-txt{
	width: 70%;
	text-align: left !important;
}

#owner .land-catch-txt h3{
	text-align: left;
}

#owner .land-catch-txt p{
  	font-size: 2rem;
	line-height: 2;
}

.land-exercise-img{
	width: 47%;
}

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

/* スマホでflex解除 */
.flex-sp-non{
	display:-webkit-block;
    display: block;
    -webkit-justify-content: normal;
    justify-content: normal;
}
	
.land-catch-img{
	width: 50%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
	
.land-catch-img2{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
	
.land-catch-txt{
	width: 100%;
	text-align: left !important;
	display: block;
	margin-top: 20px;
}
	
#owner .land-catch-txt p{
  	font-size: 1.4rem;
	line-height: 1.7;
}

}

/* オーナーページ、リフォーム依頼 */

.reform-img1{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

.reform-img2{
	width: 32%;
}

.reform-img3{
	width: 32%;
	text-align: center;
}

.reform-img3:nth-child(2),
.reform-img3:nth-child(3),
.reform-img3:nth-child(5){
	margin-left: 2%;
}

.reform-img3:nth-child(4),
.reform-img3:nth-child(5){
	margin-top: 50px;
}

.reform-img2 a:link,
.reform-img2 a:visited,
.reform-img2 a:active,
.reform-img3 a:link,
.reform-img3 a:visited,
.reform-img3 a:active {
	color: #000; text-decoration: none;}

.reform-img2 a:hover,
.reform-img3 a:hover {opacity:0.7;}

.cate-txt{
	margin-top: 10px;
}


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



}

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

.reform-img1{
	margin-top: 20px;
}
	
.reform-img2{
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
	
.reform-img2 + .reform-img2{
	margin-top: 30px;
}
	
.reform-img3{
	width: 48%;
	margin-right: auto;
	margin-left: auto;
}

.reform-img3:nth-child(2),
.reform-img3:nth-child(3),
.reform-img3:nth-child(5){
	margin-left: auto;
}
	
.reform-img3:nth-child(3),
.reform-img3:nth-child(4),
.reform-img3:nth-child(5){
	margin-top: 30px;
}
	
#owner .reform-img3 h4{
  	font-size: 1.5rem;
}
	
#owner .reform-img3 p {
	margin-bottom: 0px;
}

}

/* オーナーページ、スムストック */

.wrapsumstock01 .sumstockCol3 {
	width: 100%;
	margin-top: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

@media screen and (max-width:768px) {
	
.wrapsumstock01 .sumstockCol3 {
	margin-top: 20px;
	display:-webkit-block;
    display: block;
    -webkit-justify-content: normal;
    justify-content: normal;
}
	
}

.wrapsumstock01 .sumstockCol3 li {
  width: 32%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-bottom: 11px;
  border: solid 1px #000;
}

@media screen and (max-width:768px) {
	
.wrapsumstock01 .sumstockCol3 li {
  width: 100%;
  padding-bottom: 11px;
}
	
.wrapsumstock01 .sumstockCol3 li + li {
  margin-top: 20px;
}
	
}

.wrapsumstock01 .sumstockCol3 li .logo {
  text-align: center;
  margin-top: 19px;
}

.wrapsumstock01 .sumstockCol3 li:nth-child(1) .logo {
    width: 40%;
}
.wrapsumstock01 .sumstockCol3 li:nth-child(2) .logo {
    width: 55%;
  margin-top: 40px;
}
.wrapsumstock01 .sumstockCol3 li:nth-child(3) .logo {
    width: 50%;
  margin-top: 25px;
}


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

  .wrapsumstock01 .sumstockCol3 li .logo {
    margin-top: 15px;
  }
  .wrapsumstock01 .sumstockCol3 li:nth-child(1) .logo {
    width: 35%;
  margin-top: 20px;
  }
  .wrapsumstock01 .sumstockCol3 li:nth-child(2) .logo {
    width: 50%;
  margin-top: 20px;
  }
  .wrapsumstock01 .sumstockCol3 li:nth-child(3) .logo {
    width: 50%;
  margin-top: 20px;
  }

}

.wrapsumstock01 .sumstockCol3 li h4 {
  margin: 0;
}

.wrapsumstock01 .sumstockCol3 li h5 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 15px 0 15px;
}

.wrapsumstock01 .sumstockCol3 li h5 strong {
  border-bottom: 4px solid #a61918;
}

@media screen and (max-width:768px) {
  .wrapsumstock01 .sumstockCol3 li h5 {
  font-size: 2rem;
  }
}

.wrapsumstock01 .sumstockCol3 li p {
  width: 92.067%;
  margin: 0 auto;
  line-height: 1.5;

  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.wrapsumstock01 .sumstockCol3 li p span {
  position: relative;
  border-bottom: solid 2px #a61918;
}

.headingEv {
  text-align: center;
  background: #000;
  color: #FFF;
  line-height: 1;
  padding: 8px 0 12px;
}

.headingEv h4 small {
  display: block;
  margin-bottom: 2px;
  margin-top: 3px;
  font-size: 1.8rem;
}

@media screen and (max-width:768px) {
  .headingEv h4 small {
  font-size: 1.6rem;
  }
}

.headingEv h4 span {
  font-size: 2.5rem;
}

@media screen and (max-width:768px) {
  .headingEv h4 span {
  font-size: 2rem;
  }
}

.sum-summary p + h3,
.sum-summary h3 + p {
	margin-top: 50px;
}

/* スムストック、お客様の声 */

.wrapsumstock01 .voice h3 {
	width: 100%;
  border: solid 3px #727171;
  padding: 15px 0 10px;
  line-height: 1;
}

.wrapsumstock01 .voice h3 small {
  margin-bottom: 0;
  font-size: 2rem;
  display: block;
}

@media screen and (max-width: 1060px) {
  .wrapsumstock01 .voice h3 small {
  font-size: 1.8rem;
  }
}

.wrapsumstock01 .voice h3 span {
  font-size: 3.5rem;
}

@media screen and (max-width: 1060px) {
  .wrapsumstock01 .voice h3 span {
  font-size: 2.8rem;
  }
}

.wrapsumstock01 .voice h4 {
	width: 100%;
	margin: 0;
}


.wrapsumstock01 .voice h4 div {
  color: #FFF;
  background: #000;
  line-height: 1.3;
  display: inline-block;
  padding: 5px;
  font-size: 2rem;
  text-align: center;
  width: 80px;
  height: 80px;
  position: relative;
  vertical-align: middle;
}

@media screen and (max-width:768px) {
  .wrapsumstock01 .voice h4 div {
    width: 50px;
    height: 50px;
    font-size: 1.6rem;
  }
}

.wrapsumstock01 .voice h4 div.wh {
  background: #FFF;
  color: #000;
  border: 3px solid #000;
}

.wrapsumstock01 .voice h4 div strong {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
}

.wrapsumstock01 .voice h4 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-left: 20px;
	width: calc(100% - 110px);
}

@media screen and (max-width:768px) {
  .wrapsumstock01 .voice h4 span {
  font-size: 1.8rem;
    margin-left: 10px;
	width: calc(100% - 80px);
  }
}

.wrapsumstock01 .col2Box {
	width: 100%;
	margin-top: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

@media screen and (max-width:768px) {
	
.wrapsumstock01 .col2Box {
	margin-top: 20px;
	display:-webkit-block;
    display: block;
    -webkit-justify-content: normal;
    justify-content: normal;
}
	
}

.wrapsumstock01 .col2Box .col {
  width: 48.214%;
}

@media screen and (max-width:768px) {
	
.wrapsumstock01 .col2Box .col {
  width: 100%;
}
	
}

.wrapsumstock01 .col2Box .col p {
  margin: 0;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.wrapsumstock01 .col2Box .col h5 {
  background: #595656;
  color: #fff;
  padding: 5px 7px 5px;
  font-size: 1.8rem;
  margin: 0 0 10px;
}

@media screen and (max-width:768px) {
	
.wrapsumstock01 .col2Box .col h5 {
  padding: 5px 7px 5px;
  font-size: 1.6rem;
  margin: 0 0 10px;
}
	
}

.wrapsumstock01 .col2Box .col p + h5 {
  margin-top: 28px;
}

@media screen and (max-width:768px) {
	
.wrapsumstock01 .col2Box .col p + h5 {
  margin-top: 20px;
}

}

.wrapsumstock01 .col2Box .col .price + p {
  margin-top: 1px;
}

.wrapsumstock01 .col2Box .col .asterisk {
  font-size: 1.4rem;
  margin: 5px 0 0;
}

@media screen and (max-width:768px) {
	
.wrapsumstock01 .col2Box .col .asterisk {
  font-size: 1.2rem;
}
	
}

.wrapsumstock01 .col2Box .col .asterisk + h5 {
  margin-top: 20px;
}

#owner .wrapsumstock01 .voice h3 + h4 {
	margin-top: 50px;
}

@media screen and (max-width:768px) {
	
#owner .wrapsumstock01 .voice h3 + h4 {
	margin-top: 20px;
}
	
}

.wrapsumstock01 .voice .col2Box .img {
  width: 44%;
}

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

.wrapsumstock01 .voice .col2Box .img {
  width: 100%;
}
	
}

.wrapsumstock01 .voice .col2Box .img p {
  margin: 0;
  letter-spacing: -1px;
  -webkit-font-feature-settings: "palt";
     -moz-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.wrapsumstock01 .voice .col2Box .img + .col {
  margin-top: -9px;
  line-height: 1.65;
  width: 52%;
}

@media screen and (max-width:768px) {
	
.wrapsumstock01 .voice .col2Box .img + .col {
  margin-top: 20px;
  width: 100%;
}
	
}

.wrapsumstock01 .voice .col2Box .img + .col p + p {
  margin-top: 30px;
}

@media screen and (max-width:768px) {
	
.wrapsumstock01 .voice .col2Box .img + .col p + p {
  margin-top: 20px;
}

}

.wrapsumstock01 .voice .col2Box .img + .col strong {
  font-size: 2rem;
}

@media screen and (max-width:768px) {
	
.wrapsumstock01 .voice .col2Box .img + .col strong {
  font-size: 1.6rem;
}

}

/* スムストック、担当者欄 */

.wrapsumstock01 .chargeBox {
	width: 100%;
  margin: 40px auto 70px;
  background: #595656;
  padding: 10px 0 10px;
  box-sizing: border-box;
  position: relative;
  color: #FFF;
}

@media screen and (max-width:768px) {
	
.wrapsumstock01 .chargeBox {
  margin: 34px auto 40px;
  padding: 10px 10px 10px;
}
	
}

.wrapsumstock01 .chargeBox div { 
  width: 77%;
  margin: 0 0 0 23%;
}

@media screen and (max-width:768px) {
	
.wrapsumstock01 .chargeBox div {
	display: inline-block;
	width: 77%;
	margin: 0 0 0 2%;
	vertical-align:bottom;
}
	
}


.wrapsumstock01 .chargeBox img {
  display: block;
}

.wrapsumstock01 .chargeBox .img {
  width: 15%;
  position: absolute;
  left: 4%;
  bottom: 10px;
  margin: 0;
}

@media screen and (max-width:768px) {
	
.wrapsumstock01 .chargeBox .img {
	width: 20%;
	position:relative;
	left: 0;
	bottom: auto;
	top: 0;
	margin: 0;
	display: inline-block;
	vertical-align:top;
}
	
}

.wrapsumstock01 .chargeBox .name {
  display: inline-block;
  margin: 0;
	color: #ffffff;
}

@media screen and (max-width:768px) {
	
.wrapsumstock01 .chargeBox .name {
  margin: 0;
  width: 100%;
}
	
.wrapsumstock01 .chargeBox .name br {
	display: none;
}
	
}

.wrapsumstock01 .chargeBox .name small {
  display: block;
  border-bottom: 2px solid #ADABAB;
  font-size: 1.4rem;
}

@media screen and (max-width:768px) {
  .wrapsumstock01 .chargeBox .name small {

  }
}

.wrapsumstock01 .chargeBox .name span {
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width:768px) {
  .wrapsumstock01 .chargeBox .name span {

  }
}

.wrapsumstock01 .chargeBox .name strong {
  font-size: 2rem;
}

@media screen and (max-width:768px) {
  .wrapsumstock01 .chargeBox .name strong {

  }
}

.wrapsumstock01 .chargeBox .txt {
	display: inline-block;
	margin: 10px 10px 0 30px;
	font-size: 1.8rem;
	color: #ffffff;
	width: 50%;
}

@media screen and (max-width:1100px) {
	
.wrapsumstock01 .chargeBox .txt {
	margin: 10px 10px 0 30px;
	font-size: 1.6rem;
	width: 50%;
}
	
}

@media screen and (max-width:768px) {
  .wrapsumstock01 .chargeBox .txt {
	display: inline-block;
	margin: 0;
	font-size: 1.6rem;
	width: auto;
  }
	
  .wrapsumstock01 .chargeBox .txt br {

  }
	
}

.wrapsumstock01 .voice .chargeBox + h4 {
  margin: 100px auto 46px;
}

@media screen and (max-width:768px) {
	
.wrapsumstock01 .voice .chargeBox + h4 {
  margin: 50px auto 20px;
}
	
}

.top-btnbox {
    width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
}

.owner-btnbox {
	margin-top: 20px;
}

p + .bt-k2 {
	margin-top: 10px;
}

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

.top-btnbox {
    width: 100%;
	margin-top: 50px;
}
	
.owner-btnbox {
	margin-top: 20px;
	text-align: center;
}
	
}

.mt50 {
	margin-top: 50px !important;
}

@media screen and (max-width:768px) {
	
.mt50 {
	margin-top: 30px !important;
}

}


