@charset "UTF-8";

html { font-size: 62.5%!important; } /* font-sizeの基準は16pxの62.5%の10px＝16px→1.6rem*/
body { font-size: 1.4rem!important; } /*font-size : 14pxと同等*/

/* キービジュアル
--------------------------------------------------*/
#keyvisual {
	display:block;
	width: 100%;
  height: auto;
	margin: 0 auto;
	background: url("../image/bg_pc.png") no-repeat center center/ cover;
}
.key_title {
	position: relative;
	width: 100%;
	height: 600px;
}
.key_title img {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.key_title h1 {
  text-align: center;
  padding-top: 500px;
  font-size: 6.0rem;
  color: #00c4cc;
  font-weight: bold;
}

/* 概要 #detail 
--------------------------------------------------*/
#overview {
  display: block;
  width: 800px;
  margin: 0 auto 70px; 
}
#overview h2 {
	font-size: 2.0rem;
  font-weight: bold;
	margin-bottom: 30px;
  text-align: center;
}
#overview figure {
  display: block;
  width: 700px;
  margin: 0 auto 50px;
}
#overview figcaption {
  margin-top: 10px;
  font-size: 0.8em;
  text-align: center;
}
#overview p {
  line-height: 1.8em;
}

/* 詳細 #detail
--------------------------------------------------*/
#detail {
	display: block;
	width: 100%;
  margin-bottom: 80px;
	background: #ccf3f5;
	padding: 60px 0 40px;
  text-align: center;
}
#detail h3 {
  font-size: 3.0rem;
  font-weight: bold;
  color: #004898;
}
#detail p {
  font-size: 1.6rem;
  margin-top: 10px;
  margin-bottom: 40px;
}
.d_box {
	display: flex;
	justify-content: space-between;
	width: 900px;
	height: auto;
	margin: 0 auto 30px;
}
.list_box {
  display: block;
  margin-top: 20px;
}
#detail ul {
  list-style: none;   
  border: 1px solid #333;
  background: #fff;	
	padding: 20px 40px;
	text-align: left;
}
#detail ul li {
	background: url("../image/icon.png") no-repeat 0 5px;
  background-size: auto 15px;
  padding-left: 25px;
	text-align: left;
	font-size: 1.4rem;
  line-height: 1.8em;
}

/* 無料体験バナー 
------------------------------------------------------------ */
#link_bnr {
  display: block;
}
.contact_anpi30 {
  display: block;
  width: 518px;
  margin: 0 auto 40px;
}


/*お問い合わせエリア
--------------------------------------------------*/
.contactArea {
	display: block;
    width: 900px;
    margin: 0 auto 50px;
}
.cap02 {
	font-size: 1.1rem;
	text-align: center;
	margin-bottom: 20px;
}
.contactArea img {
    display: block;
    margin: 0 auto !important;
    width: 320px;
}
#tel_0120 {
    width: 320px;
    height: 62px;
    display: block;
    margin: 20px auto;
    border: 1px solid #01C0FB;
    font-size: 1.4em;
    font-weight: 500;
    text-align: center;
    line-height: 62px;
}
#tel_0120 a {
	text-decoration: none;
	color: #000;
}

