@charset "utf-8";
body {
	font: normal 18px/1.7 "Yu-Gothic","メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
	text-align: justify;
	overflow-x: hidden;
	background-image: url(../images/pc/faq_bg_pc.webp);
	background-attachment: fixed;
	background-size: cover;
}

body .sp-item {
    display: none !important; }
  body .pc-item {
    display: block !important; }

  @media screen and (max-width: 640px) {
    body {
      min-width: inherit;
			height:100%;
	  }
      body .sp-item {
        display: block !important; }
      body .pc-item {
        display: none !important; }
	  body .sp-item img {
		width:100%;}
}

.left-contents {
	position: fixed;
	left: 12%;
	top: 30%;
	width: 200px;
	height: 100vh;
	/* background-color: #fff; */
	z-index: 1000;
	/* box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1); */
}

.left-contents-logo {
	padding: 20px;
}

.left-contents-logo img {
	max-width: 100%;
	height: auto;
}

.left-btn_area img {
	max-width: 100%;
	height: auto;
}

.body-contents {
	margin-left: 200px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	width: calc(100% - 200px);
	max-width: 350px;
	margin: 0 auto;
}

.body-contents img {
	max-width: 350px;
}

@media screen and (max-width: 640px) {
	.left-contents {
		position: static;
		width: 100%;
		height: auto;
		text-align: center;
		margin-bottom: 20px;
	}

	.left-contents-logo {
		padding: 10px;
	}

	.body-contents {
		margin-left: 0;
		width: 100%;
		max-width: 100%;
	}

	.fixed-footer {
		height: 88px;
		width: 100%;
	}

	.fixed-footer img {
		width: 100%;
		height: 100%;
	}

	.sp img{
		max-width:90%;
}
	.sp02 img{
		max-width:100%;
}
.sp03 img{
		max-width:70%;
}
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


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

    text

---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	background-color: #ffff00;
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------

    float

---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */

/* fv */
.fv img {
	max-width: 350px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.fv img {
		max-width: 100%;
	}
}
/* fv */

/* nyukyo_count */
.nyukyo_count img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
/* nyukyo_count */

/* thinking */
.thinking img {
	max-width: 100%;
	width: 85%;
	margin: 0 auto;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* thinking */

/* dream */
.dream img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
/* dream */

/* offer */
.offer img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* offer */

/* cta */

	.cta {
		background-image: url(../images/sp/cta_bg_sp.webp);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
		margin-bottom: 40px;
	}
	.cta-outer {
		padding-top: 100px;
	}
	.cta-inner {
		width: 90%;
		margin: 0 auto;
		background-color: #fff;
		border: 2px solid #FF6A50;
		border-radius: 10px;
		padding: 30px 0;
	}
	.btn_area {
		display: block;
		background-position: center;
		max-width: 280px;
		margin: 0 auto;
		padding-top: 10px;
		text-align: center;
	}

	.btn_area img {
		width: 100%;
	}
	.cta-h-img {
		max-width: 280px;
		width: 100%;
		margin: 0 auto;
	}

	.cta-h-img img {
		width: 100%;
		margin: 0 auto;
	}
/* cta */

/* tel cta */
	.tel_btn_area-sp {
		background-image: url(../images/sp/tel_btn_area_sp_bg.webp);
		background-position: center;
		background-repeat: no-repeat;
		background-size:contain;
		height: 320px;
		position: relative;
		margin: 0 auto;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.tel_btn_area-sp img {
		max-width: 280px;
		width: 80%;
		margin: 0 auto;
		display: block;
	}
	.tel_btn_area-sp a {
		width: 80%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
/* tel cta */

/* target */
@media screen and (max-width: 640px) {
	.target img {
		max-width: 100%;
	}
}
/* target */

/* nayami */
		.nayami {
		 text-align: center;
		}
		@media screen and (max-width: 640px) {
			.nayami img {
				max-width: 100%;
			}
		}
/* nayami */

/* anshin */
@media screen and (max-width: 640px) {
	.anshin img {
		max-width: 100%;
	}
}
/* anshin */

/* voice_handwriting */
.voice_handwriting {
	display: block;
}
.voice_handwriting img {
	width: 100%;
	margin: 0 auto;
	display: block;
	max-width: 95%;
}
/* voice_handwriting */


/* reason */
.reason {
	background-color: #fff;
}
.reason img {
	display: flex;
	margin: 0 auto;
}
	.reason-contents {
		padding-top: 30px;
	}
	.reason-inner {
		width: 90%;
		text-align: left;
		margin: 0 auto;
		padding-top: 20px;
	}
	.reason-inner h3 {
		font-size: 18px;
		color: #FC6A44;
		font-weight: 600;
	}
	.reason-inner p {
		font-size: 16px;
	}

	@media screen and (max-width: 640px) {
		.reason img {
			max-width: 100%;
		}
	}

/* reason */

/* feature */

/* feature */
.feature_contents {
	text-align: center;
}
	.feature_contents {
		background-color: #FEFFED;
	}
	.feature_inner {
		width: 100%;
		margin: 0 auto;
		padding: 20px 0;
	}
	.feature_inner_txt {
		width: 90%;
		margin: 0 auto;
		padding-top: 5px;
	}
	.feature_inner p {
		text-align: left;
		font-size: 16px;
		overflow-wrap: anywhere;
	}

	@media screen and (max-width: 640px) {
		.feature img {
			max-width: 100%;
		}
	}

/* feature */

/* swiper */
.wrap {
  max-width: 1600px;
  margin: 0 auto;
	padding: 20px 0;
	overflow: visible;
}

/* スライダーのwrapper */
.swiper .swiper-wrapper {
  transition-timing-function: linear;
}

/* スライド */
.swiper .swiper-slide {
  height: 320px !important; /* 高さを指定 */
  width: auto !important;
}

/* スライド内の画像 */
.swiper .swiper-slide img {
  width: auto;
  height: 100%;
	margin-right: 10px;
}

/* voice */
		.voice_h {
		background-image: url(../images/pc/voice_head_pc.webp);
		background-position: center;
		background-size: cover;
		/* height: 160px; */
	}
		.voice {
		background-color: #FFF5E8;
		background-size: cover;
		text-align: center;
		
	}

	@media screen and (max-width: 640px) {
		.voice img {
			max-width: 100%;
		}
		.voice-h img {
			max-width: 100%;
		}
	}
/* voice */



/* story */
.story {
	text-align: center;
}
	@media screen and (min-width: 641px){
		.story {
			background-image: url(../images/pc/story_bg_pc.webp);
			background-position: center;
			background-size: cover;
			padding-top: 40px;
			padding-bottom: 40px;
		}
		.story_inner {
			padding-top: 50px;
		}
}
@media screen and (max-width: 640px) {
	.story img {
		max-width: 100%;
	}
}
/* story */

/* staff */
.staff {
	text-align: center;
	padding-bottom: 30px;
}
	.staff {
		background-image: url(../images/pc/staff_bg_pc.webp);
		background-position: center;
		background-size: cover;
		padding-top: 40px;
	}
/* staff */

/* dayflow */
.dayflow {
	text-align: center;
}
@media screen and (min-width: 641px){
	.dayflow {
		background-image: url(../images/pc/dayflow_bg_pc.webp);
		background-position: center;
		background-size: cover;
		padding-top: 40px;
	}
}
@media screen and (max-width: 640px) {
	.dayflow img {
		max-width: 100%;
	}
}
/* dayflow */

/* service */
.service {
	text-align: center;
}
@media screen and (min-width: 641px){
	.service {
		padding: 40px 0;
	}
}
/* service */

/* price*/
.price {
	text-align: center;
}
	.service {
		padding: 40px 0;
	}
	.price {
		padding-bottom: 40px;
	}
/* price */

/* flow*/
.flow {
	text-align: center;
}

@media screen and (max-width: 640px) {
	.flow img {
		max-width: 100%;
	}
}
/* flow */

/* access*/
.access-heading-area {
  text-align: center;
	padding-top: 30px;
  margin-bottom: 32px;
  max-width: 350px;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  overflow-wrap: break-word;
}

.access-title {
  color: #ff6a50;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  font-family: 'Yu Gothic', 'メイリオ', sans-serif;
  line-height: 1.1;
  max-width: 100%;
  word-break: break-all;
}

.access-dotline {
  margin: 0 auto 18px auto;
  width: 100%;
  max-width: 320px;
  min-width: 0;
  height: 16px;
  background: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.access-dotline::before {
  content: "・・・・・・・・・・・・・・・・・・・・・";
  color: #ff6a50;
  font-size: 24px;
  letter-spacing: 0.15em;
  font-family: 'Yu Gothic', 'メイリオ', sans-serif;
  white-space: nowrap;
  width: 100%;
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.access-desc {
  color: #444;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.5;
  font-family: 'Yu Gothic', 'メイリオ', sans-serif;
  max-width: 100%;
  word-break: break-word;
}

.access-info {
  color: #444;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
  font-family: 'Yu Gothic', 'メイリオ', sans-serif;
  max-width: 100%;
  word-break: break-word;
}

.access-photo img {
	max-width: 100%;
	width: 950%;
	height: auto;
}

.gmap {
	width: 90%;
	margin: 0 auto;
}
.gmap iframe {
	width: 100% !important;
	height: 300px !important;
}

@media screen and (max-width: 640px) {
  .access-heading-area {
    max-width: 95vw;
    width: 95vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .access-title { font-size: 28px; }
  .access-dotline { max-width: 95vw; }
  .access-dotline::before { font-size: 13px; }
  .access-desc { font-size: 16px; }
  .access-info { font-size: 14px; }
}
/* access */

/* qa */
.qa .sec {
	max-width: 960px;
	margin: 0 auto;
}
	.qa {
		background-image: url(../images/pc/faq_bg_pc.webp);
		background-size: cover;
		padding-top: 40px;
	}
.pageSubTitle {
	font-size: 40px;
	line-height: 1.75;
	font-weight: 900;
	font-style: normal;
	position: relative;
}

.pageSubTitle img {
	max-width: 220px;
	width: 100%;
	margin: 0 auto;
}

.qa_pic img {
	max-width: 240px;
	width: 100%;
	margin-left: 10px;
}

.pageSubTitle::after {
	content: "";
	display: block;
	width: 74.6px;
	height: 2px;
	margin: 0 auto;
	margin-top: 35.2px;
}
.pageSubTitle > span {
	display: block;
	font-size: 13px;
	line-height: 1.75;
	font-weight: 400;
	font-style: normal;
	margin-top: 5px;
}
.pageSubTitle--center {
	text-align: center;
}

/* FAQパーツ */
.pageSubTitle2 {
	font-size: 23px;
	line-height: 1.7;
	font-weight: 400;
	font-style: normal;
	color: #4D4D4D;
}
.contentText {
	font-size: 23px;
	line-height: 1.7;
	font-weight: 400;
	font-style: normal;
	color: #4D4D4D;
}
	.pageSubTitle2 {
		font-size: 15px;
		line-height: 1.7;
		font-weight: 400;
		font-style: normal;
		color: #4D4D4D;
		/* padding-right: 22px; */
		width: 68%;
		font-weight: 600;
	}
	.contentText {
		font-size: 15px;
		line-height: 1.7;
		font-weight: 400;
		font-style: normal;
		color: #4D4D4D;
		font-weight: 600;
	}
	.pageSubTitle {
		width: 90%;
		margin: 0 auto;
	}
.qa {
	padding-top: 40px;
	padding-bottom: 40px;
}
.qa__box {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}
	.qa__box {
		width: 95%;
	}
.qa__box > dl > dt {
	background-color: #fff;
	display: flex;
	align-items: center;
	padding: 20px 30px;
	position: relative;
	border-radius: 10px;
}
.qa__box > dl > dt .crossBar {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
	background-color: #D65A24;
	border-radius: 50%;
	border: #D65A24 5px solid;
	border-radius: 15px;
}
.qa__box > dl > dt .crossBar::before {
	content: "";
	display: inline-block;
	width: 1.6px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform-origin: center center; /* 中心を基準にtransform */
	transform: translateX(-50%) rotate(0deg);
	transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	border-radius: 10px;
}
.qa__box > dl > dt .crossBar::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1.6px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-radius: 10px;
}
.qa__box > dl > dt > span {
	font-size: 28px;
	line-height: 1.75;
	font-weight: 500;
	font-style: normal;
	color: #D65A24;
	margin-right: 23px;
	border-radius: 10px;
}

.qa__box > dl > dd {
	margin: 0;
	background-color: #fff;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	padding: 0px 30px; /* paddingの上下を0にする */
	max-height: 0; /* max-heightを0にする、レスポンシブ対応 */
	overflow: hidden;  /* overflow: hidden;を付けるのがポイント */
	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	border-radius: 10px;
}
.qa__box > dl > dd > span {
	font-size: 28px;
	line-height: 1.7;
	font-weight: 500;
	font-style: normal;
	color: #736357;
	margin-right: 23px;
	border-radius: 10px;
}


/* アニメーション後のスタイル */
.qa__box > dl > dd.is-open { /* heightとpaddingをアニメーション */
	max-height: 160px;
	padding: 10px 30px;
	border-radius: 0px 0px 10px 10px;
}
.qa__box > dl > dt.is-open {
	border-radius: 10px 10px 0px 0px;
}
/* ＋ボタンのアニメーション */
.qa__box > dl > dt.is-open .crossBar::before {
	transform: translateX(-50%) rotate(90deg);  /* 90度回転 */
	border-radius: 10px;
}

.qa_pic {
	max-width: 960px;
	display: block;
	margin: 0 auto;
	padding-bottom: 10px;
}

/* qa */

/* form */
	.form_h2 {
		text-align: center;
		padding: 40px 0 0 0;
	}
.form_h2 {
	text-align: center;
}

.form_h2 img {
	max-width: 280px;
	width: 100%;
	margin: 0 auto;
}

/* form */
#form {
	padding-top: 30px;
	padding-bottom: 60px;
}
#formWrap {
	width:800px;
	margin:0 auto;
	color:#555;
	font-size:90%;
}
.form_text {
	display: inline-block;
	width: 100%;
	padding: 0.5em;
	border: 1px solid #999;
	box-sizing: border-box;
	margin: 0.5em 0;
  padding: 1em 0.5em;
  line-height: 3;
	border-radius: 3px;
}
.tarea{
	display: inline-block;
	width: 100%;
	padding: 10px;
	border: 1px solid #999;
	box-sizing: border-box;
	margin: 0.5em 0;
	line-height: 1.5;
	height: 14em;
}
::placeholder {
  color: #a9a9a9;
	font-size: 14px;
}
.formTable {
	width: 100%;
	table-layout: fixed;
}
.submit_btn {
	border: none;
	width: 100%;
	height: 80px;
	background-color: #FF9B16;
	color: white;
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.submit_btn:hover {
	background-color: #FEA945;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
table.formTable td,table.formTable th{
	padding:30px 0px;
}
table.formTable th{
	width:30%!important;
	font-weight:normal;
	text-align:left;
	font-size: 18px;
}
table.formTable th span {
	color:#FF004C;
	font-weight: 500;
	font-size: 12px;
	margin-right: 10px;
}
.submit_btn img:hover{
	opacity: 0.9;
}

/* sp */
#formWrap {
	width:90%;
	margin:0 auto;
}
#formWrap h2 {
	font-size: 30px;
}
.formTable {
	width: 90%;
	margin: 0 auto;
}
.form_sub_text {
	font-size: 14px;
	padding: 20px 0;
}
table.formTable th, table.formTable td {
	width: 100%;
	display:block;
}
table.formTable td{
	padding: 0;
	font-size: 14px;
}
.form_text {
	width: 100%!important;
}
table.formTable th{
	width:100%!important;
	padding: 0;
	/* padding:10px 0 0 20px; */
	font-size: 14px;
	font-weight: bold;
}
table.formTable th {
	margin-top:10px;
	border-bottom:0;
}
form input[type="text"], form textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
.form_text {
	display: inline-block;
	width: 100%;
}

.submit_btn {
	width: 90%;
	height: 50px;
	font-size: 16px;
	margin: 0 auto;
	max-width: 300px;
}

.submit {
	padding: 0;
	width: 100%;
	display: flex;
	justify-content: center;
}

.submit_btn:hover {
	transform: none;
	box-shadow: none;
}
table.formTable th span {
	color:#FF004C;
	font-size: 11px;
	margin-right: 16px;
}
.form_h2 {
	max-width: 240px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 30px;
}
/* sp */
/* form */

/* footer */
footer {
	text-align: center;
	padding: 20px 0 60px 0;
	background-color: #FAF5E2;
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

footer a {
	font-size: 10px;
	text-decoration: none;
}

.footer_link {
	margin-bottom: 20px;
	font-size: 10px;
}

.footer_hr {
	max-width: 800px;
	border: white 1px solid;
	margin: 0 auto;
}

footer p {
	font-size: 10px;
}

.footer_logo {
	text-align: center;
	padding-bottom: 20px;
}

/* sp */
	footer {
		text-align: center;
		padding: 30px 0;
		background-color: #FAF5E2;
	}
	
	footer a {
		font-size: 10px;
		text-decoration: none;
		color: #000;
	}
	
	.footer_link {
		margin-bottom: 20px;
	}
	
	.footer_hr {
		width: 90%;
		border: white 1px solid;
		margin: 0 auto;
	}
	
	footer p {
		font-size: 10px;
	}
/* sp */
/* footer */

/* thanks */
.header-inner {
	text-align: center;
	margin-bottom: 50px;
}
.contact_text {
	text-align: center;
	font-size: 14px;
	max-width: 90%;
	width: 100%;
}
/* thanks */

.fixed-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 140px;
	background-image: url(../images/pc/bg_cta_fixed_pc.png);
	background-size: cover;
	background-position: center;
	z-index: 9999;
}

@media screen and (min-width: 641px)  {
	.fixed-footer {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	.fixed-footer {
		background-image: none;
		height: 88px;
		overflow: hidden;
	}
	
	.fixed-footer img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.footer-button:hover {
	opacity: 1;
}

/* フッター内のコンテンツ配置 */
.footer-content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	/* 背景画像が暗い場合は以下を追加 */
	/* background: rgba(0, 0, 0, 0.5); */
}

/* ボタン画像のスタイル */
.footer-button {
	cursor: pointer;
	transition: opacity 0.3s;
	/* ボタンサイズを指定する場合 */
	/* width: 200px; */
	/* height: 50px; */
}

.footer-button:hover {
	opacity: 0.8;
}

@media screen and (max-width: 640px) {
	.btn_area {
		width: 100%;
		max-width: 100%;
		padding: 20px 0;
	}

	.btn_area img {
		width: 80%;
		max-width: 280px;
	}
}
