@media only screen and (max-width:670px) {
@charset "utf-8";

/* SP用 */

/*表示切り替え*/
.pc_view{
	display: none;
}
.sp_view{
	display: block;
}
.pc_float{
	float: none;
}
.sp_float{
	float:left;
}


/*基本サイズ*/

body {
	width: 100%;
	min-width:360px;
	height:100%;
	font-size:14px;
	line-height:1.3em;
}

/*コンテンツ*/
.content{
	width:100%;
	height: auto ;
	margin:0px ;
}
.content_login{
	width:100%;
	height: -webkit-calc(100% - 60px) ;
	height: calc(100% - 60px) ;
	margin:0px auto 0px 0px ;
}

/*カラム*/

#column01{
	width: 100%;
	height: auto;
	padding:10px;
	box-sizing: border-box;
	float: none;
	overflow-y:visible;
}

#column02{
	width: 100%;
	height: auto;
	padding:10px;
	box-sizing: border-box;
	float: none;
	overflow-y:visible;
}

#column03{
	width: 100% ;
	height: auto;
	min-height:250px;
	padding:10px;
	box-sizing: border-box;
	float: none;
	overflow-y:visible;
}

#column04{
	width: 100% ;
	height: auto;
	min-height:250px;
	padding:10px;
	box-sizing: border-box;
}

/*ヘッダー*/
header{
	width:100%;
	height:40px;
	padding:0px;
}
.h_logo{
	height:30px;
	padding:5px 0px 0px 13px ;
}
.account{
	padding:0px 10px 0px 0px ;
	top:0px;
	right:3px;
}
.account span{
	font-size:11px;
	line-height:12px;
	margin-top:4px;
	display: block;
}

/*フッター*/

footer{
	margin:30px 0px 0px 0px ;
	text-align: left;
	}
.footer_login{
	margin:0px 0px 0px 0px !important;
	text-align: left!important;
}

/*ボタン*/

a.btn {
  -webkit-transition:unset ;
  -moz-transition: unset;
  -ms-transition:unset ;
  -o-transition:unset ;
  transition: unset;
}

.btn_ll {
	font-size:24px;
	line-height:1em;
	border-radius: 3px;
	padding:12px 14px 12px 14px ;
}

.btn_l {
	font-size:20px;
	line-height:1em;
	border-radius: 3px;
	padding:7px 9px 7px 9px ;
}

.btn_m {
	font-size:16px;
	line-height:1em;
	border-radius: 3px;
	padding:7px 9px 7px 9px ;
}

.btn_s {
	font-size:10px;
	line-height:1em;
	border-radius: 3px;
	padding:7px 9px 7px 9px ;
}

.btn_ss {
	font-size:8px;
	line-height:1em;
	border-radius: 3px;
	padding:4px 6px 4px 6px ;
}


/* Q切替 */
.q_kirikae{
	width:100%;
	margin:0px 0px 10px 0px ;
}
.q_kirikae a{
}

.qaview{
	color:#999999;
	margin:30px auto 0 auto;
	text-align:center;
}



/*　YouTubeレスポンシブ設定　*/
.af_youtube{
	width:100%;
	margin:20px auto 0 auto;
}


/*　画像配置　*/
.af_img{
	width:100%;
	margin:20px auto 0 auto;
}


/*　SMS送信　*/

.tel-inp{
	width: 100%;
	box-sizing:border-box;
	margin:0%;
	float: none;
}
.sms_message{
	width: 100%;
	box-sizing:border-box;
	margin:0%;
	float: none;
}

/*--テキストエリア（お問い合わせ文）--*/
textarea.ta_01[type="text"] {
  height:160px;
}

textarea.ta_02[type="text"] {
  height:80px;
}

textarea.ta_03[type="text"] {
  height:160px;
}

textarea.ta_04[type="text"] {
  height:160px;
}

/* 付箋　*/
.fusen_box{
	float:left;
	width:50%;
	box-sizing: border-box;
	padding:0 0 8px 8px;
}

}