.pcm {
  font-size: 17px;
  color: #000;
  margin-top: 20px;
}

.pcm a {
  color: #000;
  text-decoration: none; /* 下線を無効化 */
}


h2,p {
    text-align:center;
    font-weight: normal;


}

/* Q&A */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: 'FontAwesome', sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa dt,.cp_qa dd {
	position: relative;
	padding: 0.5em;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	border-radius: 0.3em;
}
.cp_qa dt {
	margin: 0 3em 1em 3em;
	background: #ffe0b2;
}
.cp_qa dd {
	margin: 0 3em 3em 3em;
	background: #b2ebf2;
}
/* 吹き出し?? */
.cp_qa dt::before,.cp_qa dd::before{
	position: absolute;
	z-index: 99;
	top: 0.5em;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
}
/* 質問吹き出し?? */
.cp_qa dt::before {
	left: -0.5em;
	border-width: 5px 8.7px 5px 0;
	border-color: transparent #ffe0b2 transparent transparent;
}
/* 答え吹き出し?? */
.cp_qa dd::before {
	right: -0.5em;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #b2cbff;
}
/* ?!アイコン */
.cp_qa dt::after,.cp_qa dd::after {
	font-size: 1.2em;
	position: absolute;
	top: 0;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.2em;
}
/* ?アイコン */
.cp_qa dt::after {
	left: -2.5em;
	margin: 0 0.5em 0 0;
	padding: 0.2em 0.4em;
	content: 'Q ';
	background: #f57c00;
}
/* !アイコン */
.cp_qa dd::after {
	right: -2.5em;
	margin: 0 0 0 0.5em;
	padding: 0.2em 0.4em;
	content: 'A　';
	background: #397aff;


}

































.bbb {
  max-width: 800px;
  margin: 0 auto; /* ページを中央寄せするために追加 */
}

.txt-bg-1 {
  display: inline;

  font-size: 16px;

width: 300px;
	height: 300px;

background: linear-gradient(transparent 0%, rgba(128, 128, 128, 0.5) 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}



.ttl_frame2 {
  border: 3px solid #4c9ac0;
  padding: 0.5em 1em 0.5em calc(1em + 10px);
  position: relative;
}
.ttl_frame2::before {
  content: '';
  background-color: #397aff;
  background: repeating-linear-gradient( -45deg, #4c9ac0, #4c9ac0 5px, #ffffff 5px, #ffffff 10px );
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}



.background_btn04 {

margin: 2em;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 200px; /* ボタン幅 */
  padding: 1em 2em;




  background: #397aff; /* 背景色 */
  text-decoration: none;
  border-radius: 0.5em;

  font-size: 18px;

  color: #fff; /* 文字色 */
  box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.2);
  text-align: center; 


}

/* マウスオーバーした際のデザイン */
.background_btn04::before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgb(255 255 255) 0%, rgb(255 255 255) 50%, #397aff 50%, #397aff 60%); /* めくれた色 */
  border-radius: 0 0 0.5em 0;
  box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.background_btn04:hover::before {
  width: 2em;
  height: 2em;
}

/* クリックした際のデザイン */
.background_btn04:active {
  box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
  transform: translate(1px, 1px);
}





/* LINEボタン */


.tel_btn {


  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1em 1em 1em calc(5em - 28px);
  transition: 0.3s;
  text-decoration: none;
  color: #fff; /* 文字色 */
  border-radius: 0.5rem;
  background: #00B900; /* 背景色 */
  box-shadow: 0 5px 0 #58797b;
  margin-left: 10px;
}

.tel_btn p {
  margin: 0;
}

.tel_btn .tel_btn_copy {
  position: absolute;
  bottom: 0.5em;
  left: -10px;
  display: inline-block;
  width: 4.5em;
  height: 4.5em;
  line-height: 4.5em;
  text-align: center;
  color: #00B900;/* 吹き出しの中の文字色 */
  font-size: 80%;
  font-weight: bold;
  background: #fff;
  border: 3px solid #00B900;/* 吹き出しの枠色 */
  border-radius: 50%;
  box-sizing: border-box;
  transform: rotate(-10deg);
}

.tel_btn .tel_btn_copy::before {
  position: absolute;
  content: "";
  bottom: -5px;
  right: -10px;
  border: 9px solid transparent;
  border-left: 15px solid #FFF;
  z-index: 0;
  transform: rotate(45deg);
}

/* マウスオーバーした際のデザイン */
.tel_btn:hover {
  transform: translate(0, 3px);
  background: #00B900; /* 背景色 */
  box-shadow: 0 2px 0 #58797b;
}


/* LINEボタン2 */


.tel_btn2 {


  position: relative;
  display: inline-block;
  padding: 0em 1em 0em 1em;
  transition: 0.3s;
  text-decoration: none;
  color: #fff; /* 文字色 */
  border-radius: 0.5rem;
  background: #397aff; /* 背景色 */
  box-shadow: 0 5px 0 #58797b;
  margin-left: 2px;
}
.tel_btn p {
  margin: 0;
}


/* マウスオーバーした際のデザイン */
.tel_btn2:hover {
  transform: translate(0, 3px);
  background: #397aff; /* 背景色 */
  box-shadow: 0 2px 0 #58797b;
}


















.flow_design06 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow06 {
  padding-left: 0;
  overflow: hidden;
}

.flow06 > li {
  list-style-type: none;
  padding: 0 0 1.3em 2.3em;
  margin: 0;
  position: relative;
}

.flow06 > li .icon06 {
  font-size: 0.7em;
  display: block;
  color: #397aff;
}

.flow06 > li .icon06::before {
  content: "";
  display: block;
  width: 12px;
  border-top: solid 3px #397aff;
  position: absolute;
  top: 10px;
  left: 12px;
}

.flow06 > li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #397aff;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}

.flow06 > li:not(:last-child)::after {
  content: "";
  display: block;
  height: 100%;
  border-left: solid 5px #bbb;
  position: absolute;
  top: 20px;
  left: 3px;
}

.flow06 > li dl::after {
    content: "";
    width: 100%;
    display: block;
    border-bottom: solid 3px #397aff;
    position: absolute;
    bottom: 22px;
    left: 21px;
}

.flow06 > li dl::before {
    content: "";
    height: calc(100% - 35px);
    display: block;
    border-left: solid 3px #397aff;
    position: absolute;
    top: 10px;
    left: 21px;
}

.flow06 > li dl dt {
  font-size: 1.3em;
  ;
  margin-bottom: 10px;
}

.flow06 > li dl dd {
  margin-left: 0;

}


.flow06 > li dl dd a {
  margin-left: 0;

  color: #397aff;
  text-decoration: none; /* 下線を無効化 */



}








