@charset "utf-8";
/* CSS Document */

.unbar_h h1 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  letter-spacing:0.2em;
}

.unbar_h h1:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background:#0CC;
}

.unbar_h p {
	  position: relative;
  padding: 1.5rem;
  text-align: center;
}

.header3 h3 {
	text-align:center;
	font-size: 1.2rem ;
	padding: 1rem 3rem;
	margin:1rem;
	color: #000 ;
	border-radius: 50vh;
	background-color: #FFE5FF;
}

.header3 p {
	margin: 2.5rem;
	font-size: 1rem ;
	line-height: 1.8;
	opacity: 0.8;
}

.header4 h2 {
  position: relative;
  padding: 1rem 3rem;
}

.header4 h2:before,
.header4 h2:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-gradient(linear, right top, left top, from(#FFE5FF), to(#330867));
  background-image: -webkit-linear-gradient(right, #FFE5FF 0%, #330867 100%);
  background-image: linear-gradient(to left, #FFE5FF 0%, #330867 100%);
}

.header4 h2:before {
  top: 0;
}

.header4 h2:after {
  bottom: 0;
}

.header5 p {
  position: relative;
  padding: 1.5rem 2rem;
  border: 3px solid #d8d8d8;
  border-radius: 10px;
  background: #f9f9f9;
  text-align:center;
}

.header5 p:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}

.header5 p:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}

.header6 h2 {
  position: relative;
  padding: 0 65px;
  text-align: center;
}

.header6 h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

.header6 h2 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

.imgbg_shadow {
	border-bottom:10px 10px #CCC;
	border-top::10px 10px #CCC;
}

.header7 h3 {
  position: relative;
  padding: 1rem 2rem;
  text-align: center;
  border: 3px solid #FFE5FF;
  border-radius: 0 10px 10px 10px;
}

.header7 h3:before {
  font-size: 1.25rem;
  font-style:italic;
  position: absolute;
  top: -36px;
  left: -3px;
  height: 36px;
  padding: 0 1em;
  margin: 0.5 0.5em;
  content: 'step1';
  color:#FFF;
  border-radius: 10px 10px 0 0;
  background: #64BEE3;
}

.header8 h3 {
  position: relative;
  padding: 1rem 2rem;
  text-align: center;
  border: 3px solid #FFE5FF;
  border-radius: 0 10px 10px 10px;
}

.header8 h3:before {
  font-size: 1.25rem;
  font-style:italic;
  position: absolute;
  top: -36px;
  left: -3px;
  height: 36px;
  padding: 0 1em;
  margin: 0.5 0.5em;
  content: 'step2';
  color:#FFF;
  border-radius: 10px 10px 0 0;
  background: #64BEE3;
}

.header9 h3 {
  position: relative;
  padding: 1rem 2rem;
  text-align: center;
  border: 3px solid #FFE5FF;
  border-radius: 0 10px 10px 10px;
}

.header9 h3:before {
  font-size: 1.25rem;
  font-style:italic;
  position: absolute;
  top: -36px;
  left: -3px;
  height: 36px;
  padding: 0 1em;
  margin: 0.5 0.5em;
  content: 'step3';
  color:#FFF;
  border-radius: 10px 10px 0 0;
  background: #64BEE3;
}

.header10 h3 {
  position: relative;
  padding: 1rem 2rem;
  text-align: center;
  border: 3px solid #FFE5FF;
  border-radius: 0 10px 10px 10px;
}

.header10 h3:before {
  font-size: 1.25rem;
  font-style:italic;
  position: absolute;
  top: -36px;
  left: -3px;
  height: 36px;
  padding: 0 1em;
  margin: 0.5 0.5em;
  content: 'step4';
  color:#FFF;
  border-radius: 10px 10px 0 0;
  background: #64BEE3;
}

.arrowdb_down {
	font-size:2rem;
	color:#0CC;
}

.answer {
  position: relative;
  padding-left: 6em;
}

.answer span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1rem;
  font-size:1rem;
　color:#FFF;
  background: #0CC;
}

.header11  {
	padding-top:3rem;
	padding-top::3rem;
}

.header12 h2 {
	border-bottom: 2px solid #64BEE3;
	margin-left:2rem;
	margin-right:2rem;
	padding-bottom:1.5rem;
	text-align:center;
}

.header12 p {
	margin: 2.5rem;
	font-size: 1rem ;
	line-height: 1.8;
	opacity: 0.8;
}

.link_1 a {
	display: inline-block;
	box-shadow: 0 0 0 1px #888;
	border:1px solid #64BEE3;
	border-radius: 15px;
	background-color:#fff;
	color:#09F;
	font-size: 1rem;
	margin-bottom:25px;
}

.link_1 a:hover	{
	border-image:
	linear-gradient(
		rgba(255,255,255,0.2),
		rgba(255,255,255,0.2)
	);
	color:#00C;
}

.footB a:hover {
	color:#00C;
}
	
.link_home a {
	padding:0.5rem 1rem;
	margin:1rem;
	display: inline-block;
	box-shadow: 0 0 0 1px #888;
	border:1px solid #64BEE3;
	border-radius: 15px;
	background-color:#fff;
	color:#09F;
	font-size: 1.1rem;
	text-decoration:none;
}

.link_home a:hover	{
	border-image:
	linear-gradient(
		rgba(255,255,255,0.2),
		rgba(255,255,255,0.2)
	);
	color:#00C;
}
	
