@charset "UTF-8";


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

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

.pc{background:center center no-repeat;
	text-align:center;
  width:50%;
  padding-top:0px;
  margin:0px auto;
	
  background-size:cover;}

.sp{
	background: center center no-repeat;
	text-align:center;
	width: 90%;
	padding-top: 0px;
	margin: 0px auto;
	background-size: cover;
}




h2 {
	position: relative;
	padding: 0.6em;
	background: rgba(7,131,145,1.00);
	color: rgba(255,255,255,1.00);
	font-size: 23px;
}
h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid rgba(7,131,145,1.00);;
  width: 0;
  height: 0;
}

.profile{
	line-height: 20px;
	background-color: rgba(193,210,207,1.00);
	margin-top: 35px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 90%;
	align-content: center;
	color: rgba(255,255,255,1.00);
	font-size: 20px;
}

.pro{
	font-size: 28px;
	color: rgba(238,238,238,1.00);
}

.name{
	font-size: 25px;
}


h3 {
	color: rgba(6,131,145,1.00);
	padding: 0.4em 0;
	border-top: solid 2.8px rgba(6,131,145,1.00);
	border-bottom: solid 2.8px rgba(6,131,145,1.00);
}
	

.kaitou{
	margin-left: 10px;
	margin-right: 10px;
	color: rgba(3,62,69,1.00);
	font-size: 21px;
}


a.ran{
	text-decoration: none;
	color: rgba(67,82,84,1.00);
}

.ra{
	text-align: left;
	margin-left: 15px;
}


section {
  max-width: 200px;
  margin: 0 auto;
	margin-left: 8px;
}
a.btn_04 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  position: relative;
  background: #63B7E6;
  border: 1px solid #63B7E6;
  box-sizing: border-box;
  padding: 0 25px 0 40px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.btn_04:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-135deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}
a.btn_04:hover {
  background: #fff;
  color: #63B7E6;
}
a.btn_04:hover:before {
  border-top: 2px solid #63B7E6;
  border-right: 2px solid #63B7E6;
}

