@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img,
object,
embed,
video {
  max-width: 100%;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
  width: 100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* clearfix */
/* for modern browser */
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

html,
body {
  height: 100%;
  background-color:#fff;
}

.otsuka{
	font-family: 'BIZ UDPMincho', serif;
}

.cap{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	color: #3e3a39;
	font-weight: 300;
	line-height: 1.381;
}
.cap span{
	font-size: 12px;
	color: #3e3a39;
}




/*LP共通*/
.f_txt_tit{
	text-align:center;
	font-size: 120%;
	line-height:1.5;
	font-weight:bold;
	color:#c40024;
	white-space:nowrap;
	text-indent:-1em;
}
.f_txt01{
	font-size: 16px;
	line-height:1.5;
	margin:2% 0 0 0;
}
.f_txt02{
	font-size: 14px;
	line-height:1.5;
}		
.red_c{
	color:#c40024;
}
.f_sepa{
	margin:5% 0 0 0;
}
.f_l{
	width:50%;
	float:left;
}
.f_r{
	width:45%;
	float:left;
	margin-left:5%;
}
/*cop*/
#footer_sp{
}
#footer_sp .copy{
	font-size: 9px;
	padding: 0;
}
/*tg*/
#acMenu01 dt,
#acMenu02 dt,
#acMenu03 dt{
	display:block;
	width:auto;
	height:0;
	padding-bottom: 9.4%;
	overflow: hidden;
	cursor:pointer;
	background-size: 100% !important;
}
/*#acMenu04 dt{
	display:block;
	width:auto;
	height:0;
	padding-bottom: 9.4%;
	overflow: hidden;
	cursor:pointer;
	background-size: 100% !important;
}
#acMenu05 dt{
	display:block;
	width:auto;
	height:0;
	padding-bottom: 9.4%;
	overflow: hidden;
	cursor:pointer;
	background-size: 100% !important;
}
#acMenu06 dt{
	display:block;
	width:auto;
	height:0;
	padding-bottom: 9.4%;
	overflow: hidden;
	cursor:pointer;
	background-size: 100% !important;
}*/

#acMenu01 dt {
	background:url(../img/sp/toggle_btn01_sp.png) no-repeat;
}
#acMenu02 dt {
	background:url(../img/sp/toggle_btn02_sp.png) no-repeat;
}
#acMenu03 dt {
	background:url(../img/sp/toggle_btn03_sp.png) no-repeat;
}
/*#acMenu04 dt {
	background:url(../img/sp/toggle_btn04_sp.png) no-repeat;
}
#acMenu05 dt {
	background:url(../img/sp/toggle_btn05_sp.png) no-repeat;
}
#acMenu06 dt {
	background:url(../img/sp/toggle_btn06_sp.png) no-repeat;
}
#acMenu07 dt {
	background:url(../img/sp/toggle_btn07_sp.png) no-repeat;
}*/
#acMenu01 dd {
	width:auto;
	display:none;
	margin:0px 10px;
}
*:first-child+html #acMenu01 dd
 {
	border:solid 2px #fbedf3;
	display:none;
	margin:0px 0px 0px -16px;
	padding:15px;
}
#acMenu01 dt.active {
	background:url(../img/sp/toggle_btn01_on_sp.png) no-repeat;
}
#acMenu02 dt.active {
	background:url(../img/sp/toggle_btn02_on_sp.png) no-repeat;
}
#acMenu03 dt.active {
	background:url(../img/sp/toggle_btn03_on_sp.png) no-repeat;
}
/*#acMenu04 dt.active {
	background:url(../img/sp/toggle_btn04_sp_on.png) no-repeat;
}
#acMenu05 dt.active {
	background:url(../img/sp/toggle_btn05_sp_on.png) no-repeat;
}
#acMenu06 dt.active {
	background:url(../img/sp/toggle_btn06_sp_on.png) no-repeat;
}
#acMenu07 dt.active {
	background:url(../img/sp/toggle_btn07_sp_on.png) no-repeat;
}*/
.ACContents{
	width:90%;
	margin:5% 5%;
}
/*d*/
.bodyBgBottom {
    width:100% !important;
	background:#fff !important;
}

#wrapperArea {
    width:100% !important;
}
div#container {
    margin: 0 auto !important;
    padding: 0 !important;
    width:100% !important;
}

#contents {
    margin: 0 auto;
    width:100% !important;
}

div#two_maincolumn {
    padding: 0;
    width:100% !important;
}


#InputArea #form_btn{
	background-color: #cb3060!important;
}
#InputArea #agree_btn.disable #form_btn{
	background-color: rgba(203,48,96,0.2)!important;
}
