@charset "UTF-8";

html { font-size: 75%!important; } /* font-sizeは16pxの62.5%の10px */

/* キービジュアル
--------------------------------------------------*/
#keyvisual {
	width: 100%;
	height: auto;	
	margin-top: 55px;
  background-image: none;
}
.key_title {
	position: static;
	height: auto;
}
.key_title img {
  position: static;
  display: block;
  transform: none;
}
.key_title h1 {
  position: static;
  transform: none;
  font-size: 3.5rem;
  text-align: center;
  margin: 20px auto 10px;
  padding-top: 0;
}

/* 概要 #detail 
--------------------------------------------------*/
#overview {
  width: 95%;
}
#overview h2 {
	font-size: 1.8rem;
}
#overview figure {
  width: 100%;
}

/* 詳細 #detail
--------------------------------------------------*/
#detail h3 {  
  width: 100%;
  font-size: 2.5rem;
}
#detail p {
  width: 95%;
  margin: 10px auto 20px;
}
.d_box {
	display: block;
	justify-content: flex-start;
	width: 90%;
}
.list_box {
  display: block;
  margin-bottom: 30px;
}

/* 無料体験バナー 
------------------------------------------------------------ */
.contact_anpi30 {
  width: 90%;
}


/*お問い合わせエリア
----------------------------------------------------*/
.contactArea {
    width: 100% !important;
    margin: 0 auto;
}
.cap02 {
	font-size: 1.2rem;
}
.contactArea img {
    max-width: 100%;
}
#tel_0120 {
    max-width: 100%;
    max-height: auto;
    font-size: 1.4em;
}    


/* フッター
----------------------------------------------------*/
div.footer_nav_wrap {
    width: 100%;
    height: auto!important;
    background-color: #fff/* #004898 */;
    color: #fff;
	margin-bottom: 0px;
}
#footer_nav {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
	padding-bottom: 0px!important;
}
#footer_nav ul {
    width: 100%;
    display: block;
    font-size: 13px;
    background-color: #000;
	margin: 0px;
}
#footer_nav .footer_link_1 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0px;
	margin: 0px;
    border-left: none;
    text-align: center;
    padding: 12px;
	color: #fff;
    border-bottom: 1px solid #fff;
}
#footer_nav li a {
    color: #fff!important;
    display: block;
}
#footer_nav li a:hover {
    text-decoration: none !important;
}
#footer_nav li:hover {
    background-color: #34B5D0;
}

