.share_button {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4rem;
	display: inline-block;
	padding: 8px 0px;
	margin-bottom: 20px;
	border-radius: 8px;
	color: #fff;
	background-color: #333;
	text-decoration: none;
	transition: 0.4s;
	width: 250px;
}
.share_button:hover {
	opacity: 0.7;
}
.share_twitter {
	background-color: #1da1f2;
}
.share_facebook {
	background-color: #1877f2;
}
.share_line {
	background-color: #00b900;
}



.sd {
  opacity: 0; /* 要素を透明にする */
  transition: all .5s ease; /* 0.5秒かけてアニメーションを行う */
}
 
.sd.show {
  opacity: 1; /* 要素を不透明する */
  transform: none; /* アニメーションをなくす */
}

.sd-bu {
  transform: translate(0, 100px); /* Y座標を100px移動するアニメーション */
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
.tb { display: none !important; }
.h2tb {
	font-size: 5rem;
}
.copy {
	color: #323232;
}
.sharemg {
	margin-bottom: 50px;
}
.center-p {
	display: flex;
	justify-content: center;
	align-items: center;
}
.stopmg {
	margin-bottom: 50px;
}
.namasyuimg {
	margin-top: 50px;
}
.flex {
	display: flex;
}

.gentei {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.under_ln {
	border-bottom: 1px solid #707070;
	padding-bottom: 10px;
}
.under_ans {
	margin-top: -10px;
	margin-bottom: 80px;
}


@media only screen and (max-width: 960px) {
.h2sp {
	font-size: 3.5rem;
	line-height: 60px;
}
	
p {
	padding-bottom: 20px;
}
    .pc { display: none !important; }
    .sp { display: none !important; }
	.tb { display: block !important; }
}

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



.seizou {
	/* [disabled]font-size: 2rem; */
	margin-bottom: -50px;
}
.takasago {
}
.footer {
	padding-bottom: 50px;
}
.top-img {
	margin-bottom: -100px;
}
.toppc {
	background-size: contain;
}
 

.top {
	background-size: 100%
% auto}
.product {
	background-image: url(../img/product-bg.jpg);
	background-size: cover;
	background-clip: content-box;
	background-origin: content-box;
}
.ct-mg {
	padding-top: 200px;
	padding-bottom: 200px;
}
.ct-mg2 {
	padding-top: 200px;
	padding-bottom: 100px;
}
.ct-mg3 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.Q {
	color: #C71C1C;
	font-size: 20px;
}
.A {
	color: #2623A8;
	font-size: 20px;
}
.ct-mg-btm {
	padding-bottom: 100px;
}
.img100 {
}
.case {
	background-image: url(../img/case-bg.jpg);
}
h2 {
	font-size: 6rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 80px;
}
h3 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 2rem;
}
p {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
button {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	padding-left: 120px;
	padding-right: 120px;
	background-color: #38739A;
	font-size: 2rem;
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgba(255,255,255,1.00);
	-webkit-box-shadow: 0px 0px rgba(252,252,252,0.00);
	box-shadow: 0px 0px rgba(252,252,252,0.00);
}
.btn {
	-webkit-box-shadow: 0px 0px rgba(255,255,255,0.00);
	box-shadow: 0px 0px rgba(255,255,255,0.00);
	border: 1px none rgba(255,255,255,0.00);
	font-size: 2rem;
	background-color: #C96794;
	color: rgba(255,255,255,1.00);
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-top: 90px;
}

.btn:before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 5px;
  background: url(../img/icon_1.png) center center no-repeat;
  background-size: contain;
  vertical-align: -8px;
}

.btn:hover {
	-webkit-box-shadow: 0px 0px rgba(255,255,255,0.00);
	box-shadow: 0px 0px rgba(255,255,255,0.00);
	border: 1px none rgba(255,255,255,0.00);
	font-size: 2rem;
	background-color: #C96794;
	color: rgba(255,255,255,1.00);
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-top: 90px;
	opacity: 0.9;
}

.btnsm {
	-webkit-box-shadow: 0px 0px rgba(255,255,255,0.00);
	box-shadow: 0px 0px rgba(255,255,255,0.00);
	border-style: none;
	font-size: 1.6rem;
	background-color: #38739A;
	color: rgba(255,255,255,1.00);
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.btnsm:hover {
	-webkit-box-shadow: 0px 0px rgba(255,255,255,0.00);
	box-shadow: 0px 0px rgba(255,255,255,0.00);
	border: 1px none rgba(255,255,255,0.00);
	font-size: 1.6rem;
	background-color: #38739A;
	color: rgba(255,255,255,1.00);
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 12px;
	padding-bottom: 12px;
	opacity: 0.9;
	margin-top: 30px;
	margin-bottom: 30px;
}
a {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
