@charset "UTF-8";

/* キービジュアル
--------------------------------------------------*/
#key_img {
	width: 100%;
	background-image: none;
	background-color: #236ad4;
	margin-top: 55px;
}
.key_title {
	width: 100%;
	height: auto;
	padding: 20px 10px 15px;
}
.key_title h1 {
	font-size: 10vw;
	margin-left: 0;
	margin-top: 15px;
}
.key_text {
	position: static;
	width: 100%;
	font-size: 5.5vw;
	margin-top: 10px;
}

/* 初期設定作業・契約締結作業
--------------------------------------------------*/
.yoko_scroll {
   overflow: auto;
   white-space: nowrap;
   -webkit-overflow-scrolling: touch;
}
.yoko_scroll::-webkit-scrollbar{
   height: 5px;
}
.yoko_scroll::-webkit-scrollbar-track{
   background: #F1F1F1;
}
.yoko_scroll::-webkit-scrollbar-thumb {
   background: #BCBCBC;
}

.r_p_textside ul li {
	white-space: normal;
}

.r_p_text04,
.r_p_movie01,
.r_p_movie02,
.r_p_movie03 {
	white-space: normal;
}
.r_p_movie01 { 
	padding-top: 88px;
	padding-bottom: 88px;
}
.r_p_movie02 { 
	margin-top: 234px;
}



/* 30日お試しバナー
--------------------------------------------------*/
.e_bnr_30 {
	margin: 60px auto;
	width: 100%;
}

/*FAQ
--------------------------------------------------*/
.faq {
    margin: 0 auto 20px;
}

/*お問い合わせエリア
----------------------------------------------------*/
.contactArea {
    width: 100% !important;
    margin: 0 auto;
}
.contactArea img {
    max-width: 100%;
}
#tel_0120 {
    max-width: 100%;
    max-height: auto;
    font-size: 1.6em;
}    


/* フッター
----------------------------------------------------*/
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;
}

