@charset "shift_JIS";

/*
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
*/


.inner:after, #header #g_navi:after,#main:after, #side:after, #contents:after,ul:after,dl:after,#photo-view:after,.clear:after,.wrap:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

#wrapper {
	margin:0 auto;
}
.section {
	clear: both;
	width:100%;
}
.inner {
	width: 976px;
	margin: 0 auto;
}

/* ヘッダー
----------------------------------------------------------- */

.head_bg {
    position: relative;
    width: 100%;
    height: 630px;
    overflow: hidden;
}

/* 画像loopスライド */

.loop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    width: 100%;
}

.loop:before {
    background-color: rgb(23 66 99 / 78%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 2;
}
.loop__box {
    display: flex;
    width: 100%;
}

.loop__box img:first-child {
    animation: loop 100s -50s linear infinite;
}
.loop__box img:last-child {
    animation: loop2 100s linear infinite;
}


@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}

@media screen and (max-width: 767px) {

    @keyframes ttl_before {
        0% {
            height: 0
        }

        100% {
            height: 40px
        }
    }
}


.head_bg .inner {
	position: relative;
}
#logo {
	position: absolute;
	top: 30px;
	left: 0px;
}
.head_bg .main_ct {
    font-weight: bold;
    color: #fff;
    letter-spacing: 10px;
    padding-top: 180px;
}
.head_bg .l_tl {
      font-size: 22px;
    background: #111;
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 10px;
    letter-spacing: 0.2em;
}
.head_bg h1 {
    margin: 12px 0px 12px;
    font-size: 46px;
    letter-spacing: .7px;
    line-height: 1.4;
    text-align: left;
    text-shadow: 2px 1px 1px #00335e;
}
.head_bg h1 .color_yellow {
    color: #ffe631 !important;
}
.head_bg .frm_btn a {
    width: 420px;
    display: block;
     margin: 30px 0px 0px;
}
p.ld_p {
    color: #fff;
    width: 60%;
    font-size: 16px;
    text-shadow: 2px 1px 1px #092344;
}
.frm_btn a {
    padding: 14px 0px;
    font-size: 18px;
    letter-spacing: 2.0px;
    font-weight: bold;
}
.popup {
    position: absolute;
    top: 120px;
    right: 50px;
}

/* ロゴ表示 */

.logos_scrol {
	position: relative;
	background: url("../img/scroll_face.jpg") left top repeat-x;
	height: 170px;
}
.logos_scrol_2 {
	position: relative;
	background: url("/common/img/logos_scrol.png") left top repeat-x;
	height: 68px;
}

.dt_pro {
    margin-top: 12px;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    padding: 5px 8px;
    text-align: center;
    background: #1d6e9e;
    border-radius: 3px;
    color: #fff;
}


.subject_info {
	top: 18px;
}

/* キーワード順位
----------------------------------------------------*/
.lt_word_rank {
      background-color: #e5ecef;
    border: 1px solid #1d6e9e;
     border-radius: 3px;
    padding: 20px;
    margin-top: 30px;
}
section.base .lt_word_rank h3 {
	color: #1d6e9e;
}
.list_tag_s li {
    display: inline-block;
    padding: 3px 8px;
     background: #fff;
    border: 1px solid #1d6e9e;
    border-radius: 3px;
    margin: 4px 4px;
    color: #1d6e9e;
    letter-spacing: 1px;
}

/* 基本タイトル
----------------------------------------------------*/

section h1,
section h2 {
    font-size: 24px;
    letter-spacing: 4px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
}
section.base h3 {
	font-size: 21px;
    letter-spacing: 4px;
    line-height: 1.4;
    font-weight: bold;
    color: #1d6e9e;
    margin-bottom: 20px;
}
section.base p {
	font-size: 14px;
    line-height: 1.8;
}
.imp_title {
    position: relative;
    margin-bottom: 60px;
}
.imp_title:before {
    display: block;
    content: ' ';
    width: 84px;
    height: 3px;
    background: #0d6192;
    background: linear-gradient(90deg,#0662b1 0,#b12b82 100%);
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -42px;
}
.imp_subtitle {
    margin-top: 6px;
    letter-spacing: 0.7px;
    font-size: 12px;
    display: block;
    color: #949697;
    line-height: 1.125;
    font-family: Century;
    word-break: break-word;
    text-align: center;
}

.imp_title_point {
    font-size: 20px;
    letter-spacing: 2px;
    display: inline-block;
    background: #ffffff;
    margin-top: -50%;
    padding: 0 20px 2px;
    position: relative;
    top: -6px;
}
.sl_bg_blue .imp_subtitle {
	color: #fff;
}
.sl_bg_blue .imp_title:before {
	background: #fff;
}


/* 出展者紹介
--------------------------------------------------------*/
.pref_partner h3 {
	font-size: 16px;
	padding: 5px 12px;
	margin-bottom: 12px;
	color: #ffffff;
	background: #024f7d;
}
.pref_partner .pref_partner_list li {
	float: left;
	width: 50%;
	min-height: 280px;
	padding: 15px 10px 20px 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
.pref_partner .check_list li {
	float: none;
	width: 100%;
	min-height: auto;
	font-size: 14px;
	padding: 0px 0px 10px 28px;
	margin-bottom: 8px;
}
.pref_partner .check_list li:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
}
.pref_partner ul.check_list li:before {
	left: 5px;
}
.pref_partner .pref_address {
	margin-top: 8px;
	clear: both;
}
.pref_partner .pref_tag_add {
	display: inline-block;
	padding: 2px 8px;
	margin-right: 5px;
	color: #fff;
	background-color: #333;
	border-radius: 5px;
}

/* お問合せ誘導
--------------------------------------------------------*/
.form-bg {
	background: url("../img/form-bg.png") left top repeat-x ;
	height:204px;
}
.form-204 {
	width: 960px;
	margin: 0 auto;
	position: relative;
	background: url(../img/form-204.png) no-repeat 0px -1px;
	height: 204px;
}
.frm-button {
    position: absolute;
     top: 40px;
    right: 38px;
    width: 410px;
}
.frm-button .frm_btn a {
	width: 100%;
	display: block;
}
/* 背景色ありのパターン
----------------------------------------------------------- */
.under_allow .inner {
    background: url(../img/under_arrow.png) no-repeat top center;
}
.sl_bg_blue {
	overflow: hidden;
    background-color: #3379af;
    padding-bottom: 50px;
    background: url(/common/img/category_ind_bg2.png) repeat;
}
.sl_bg_blue h2 {
    padding-top: 70px;
	color: #fff;
}
.sl_bg_blue .form_area_2 h2 {
	padding-top: 0px;
    color: #333;
}
.sl_bg_blue h3 {
	font-size: 18px;
    font-weight: bold;
	letter-spacing: 4px;
	margin-bottom: 12px;
}

.sl_bg_blue p {
	font-size: 13px;
	color: #fff;
}
.sl_bg_blue p a {
	text-decoration: underline;
	color: #fff;
}


/* 4分割リスト
----------------------------------------------------------- */

.four_list {
	width: 976px;
	overflow: hidden;
}
.four_list li {
	width: 240px;
	float: left;
	height: auto;
	padding: 20px 12px;
	margin: 0px 2px;
	background: #fff;
	border-radius: 3px;
}

/* 5分割リスト
----------------------------------------------------------- */

.five_list {
	width: 960px;
	overflow: hidden;
}
.five_list li {
	float: left;
	width: 192px;
	height: auto;
    padding: 0px 12px;
}


/* 悩み解決
----------------------------------------------------------- */
.trouble li img {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.trouble li h3 {
    margin: 20px 0px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #555;
	text-align: center;
	letter-spacing: 2.5px;
}
.trouble li p {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 2px;
    color: #333;
}


/* 開始までの流れ
----------------------------------------------------------- */

.three_list li {
    width: 310px;
    margin-right: 15px;
	padding: 20px;
    background: #fff;
    border-radius: 5px;
    text-align: left;
}
.three_list li:last-child {
    margin-right: 0px;
}
.regist_flow .three_list li .step_area {
	color: #295f89;
}
.three_list li span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin: 12px 0px 8px;
}
.three_list li h4 {
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
}
.three_list li p {
    margin-top: 8px;
    color: #333;
    text-align: left;
}

.regist_flow .three_list li p { 
	margin-bottom: 8px;
}
/* 良くある悩み
----------------------------------------------------------- */

ul.check_list li {
    float: left;
    width: 50%;
    list-style: none;
    position: relative;
    padding-bottom: 12px;
    padding-left: 42px;
    margin: 0 0 8px;
    border-bottom: 2px dotted #ddd;
    font-size: 16px;
    font-weight: bold;
}
ul.check_list li:before {
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	left : 1em;/*左端からのアイコンまでの距離*/
    top: 4px;
    color: #3d97b9;
}

/* よくある質問
----------------------------------------------------------- */
.faq {
		overflow:hidden;
}
.option_faq_single {
		width: 460px;
		min-height: 150px;
		float: left;
		margin: 10px;
		background: #fff;
		border-radius: 3px;
		padding: 20px 20px 26px 20px;
}

.faq_icon {
		font-size: 24px;
		margin-right: 8px;
		font-weight: bold;
		position: absolute;
		top: 0px;
		left: 0;
		padding: 0px;
}

.option_question,.option_answer {
		position: relative;
		padding-left: 40px;
}
.option_answer {
}
.option_question {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 1.4em;
		font-weight: bold;
}
.option_question span {
		color:#F97516;
}
.option_answer span {
		color:#666;
}

/* 下部固定ボタン
----------------------------------------------------------- */
#fixed_footer {
    position: fixed;
    top: -150px;
    width: 100%;
    border-top: 0px;
    background: #175081;
    background: linear-gradient(90deg,#175081 0,#9c3879 100%);
    border-bottom: 1px solid #fff;
    height: 64px;
    z-index: 9999;
}
#fixed_footer .inner {
    position: relative;
}
#fixed_footer .logo {
    position: absolute;
    top: 10px;
    left: 0px;
}

#fixed_footer ul {
    overflow: hidden;
    position: absolute;
    top: 22px;
    left: 0px;
}
#fixed_footer li {
	display: inline-block;
	margin-right: 15px;
}
#fixed_footer li:last-child {
	margin-right: 0px;
}
#fixed_footer li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}

#fixed_footer li a i.fa {
	margin-right: 7px;
}
#fixed_footer li a:hover {
    color: #ffeb4f;
	text-decoration: none;
}
#fixed_footer .ikt.btn {
    position: absolute;
    top: 13px;
    right: 0px;
}
#fixed_footer .button {
    text-decoration: none;
    padding: 8px 12px;
    font-size: 13px;
    position: absolute;
    top: 12px;
    right: 0px;
}

/* お問い合せフォーム
----------------------------------------------------------- */


#form {
	width: 870px;
	padding: 10px 20px;
	background: #fff;
	border-radius: 5px;
}

#form p {
	color: #333;
     letter-spacing: 1px;
}

.kaiin_area .ikt {
    width: 152px;
}
/*	発注案件
----------------------------------------------------*/
ul.cl_subject {
    width: 730px;
}
.anyClass ul li {
}
.anyClass ul.cl_subject li a {
	display: table;
	float: none;
	width: 730px;
	margin-left: 0px;
}
.anyClass ul.cl_subject li a .cl_img,
.anyClass ul.cl_subject li a .cl_link {
	display: table-cell;
}
.anyClass ul.cl_subject li a .cl_img {
	padding-right: 5px;
	width: 80px;
}
.anyClass ul.cl_subject li a .cl_link {
    vertical-align: middle;
}

/*	html部品
----------------------------------------------------*/

input {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}

input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input.login,
select {
	width: 98%;
	height: 42px;
	line-height: 1.6;
	padding: 4px;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	background-color: white;
	border: 1px solid #dcdcdc;
	-moz-box-shadow: 0 1px 0 white;
	-webkit-box-shadow: 0 1px 0 white;
	box-shadow: 0 1px 0 white;
}
select {
    height: 42px;
    line-height: 1.6;
	padding: 0px 4px;
}

textarea {
	width: 98% !important;
	min-height: 65px;
	padding: 4px;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	background-color: white;
	border: 1px solid #dbdbdb;
	-moz-box-shadow: 0 1px 0 white;
	-webkit-box-shadow: 0 1px 0 white;
	box-shadow: 0 1px 0 white;
}

.chk_decision {
	display: none;
}

.select_pref {
	width: 20% !important;
}
.select_city {
	width: 25% !important;
}
.select_address {
    width: 50% !important;
}

.under_line{
		background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #c8e6fa 0%) repeat scroll 0 0;
		font-weight: 700;
}
		

/*	SPだけ改行
----------------------------------------------------*/
@media screen and ( min-width:480px ) {
	
	.sp {
		display: none;
	}
	}
	

/* 他社比較
----------------------------------------------------*/
.table_area {
	background: url(../img/bk03.png) center center no-repeat;
    width: 100%;
    background-size: cover;
}

.table_area .left_title {
	width: 46%;
}
.table_area .left_title h2 {
	text-align: right;
	margin: initial;
}

.table_area .right_title {
	width: calc(54% - 40px);
	margin-left: 40px;
}
.table_area .title_area {
	align-items: center;
	margin-bottom: 50px;
}

.table_area .right_title .big {
	display: block;
	font-size: 82px;
	color:#1b75b2;;
	text-align: left;
}

.table_area table span {
    color: #ed3662;
    font-size: 34px;
    font-weight: 900;
}

table {
	border-collapse: collapse;
	margin: 40px auto;
	padding: 0;
	width: 1000px;
	table-layout: fixed;
}
  
table tr {
    background-color: #e9e9e9;
	padding: .35em;
}

table tbody tr td {
	border-bottom: 2px solid #fff;
}

table tr:nth-child(even){
    background-color: #f7f7f7;
}
table th,
table td {
    padding: 1em 10px 1em 1em;
    border-right: 2px solid #fff;
}
table th {
    font-size: 20px;
    text-align: center;
}
table thead tr{
    background-color: #444444;
    color:#fff;
}

table tbody th {
    background: #1b75b2;;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.table_area .txt {
    text-align: left;
    font-size: 16px;
    text-align: center;
}
.price{
    text-align: right;
    color: #167F92;
    font-weight: bold;
}
table thead td.non{
    width: 180px;
    background:#fff;
    visibility: hidden;
}
.table_area .dl {
    color: #FF801E;
}
.table_area .bt {
    color: #000000;
}
.table_area .blue_bk {
    background-color: #6eaae9;
}
.table_area .biz_bk {
    background-color: #d6e7f9;
}
.table_area .biz_bk2 {
background-color: #eaf3fc;
}

.table_area .biz_cell {
	background-color: #1b75b2;
	position: relative;
	font-size: 26px;
    font-weight: 600;
}
.table_area .biz_cell:after{
    content: '';
    width: 100%;
    height: 30px;
    background-color: #1b75b2;
    position: absolute;
    top: -9px;
    left: 0px;
    border-radius: 0px;
}



@media screen and ( max-width:760px ) {

table {
	width: 100%;
}
table .img, .table .txt {
	display: block;
	text-align: center;
	padding: 5px !important;
}
table .img {
	margin: 10px 0px 15px;
}

table thead td.non {
	width: 40px;
}
table tbody th {
	padding: 8px;
}
table th, table td {
	padding: 12px 0px;
}
.table_area .biz_cell {
	padding-bottom: 12px;
	font-size: 15px;
}
.table_area .biz_cell:after {
	height: 20px;
	top: -8px;
}

.table_area .txt {
	font-size: 12px;
}
table th {
	font-size: 13px;
}

}

/*	登録系テーブル
----------------------------------------------------*/
table.datatable {
    width: 80%;
    margin: 30px auto;
	table-layout:fixed;
}
table.datatable thead th {
	text-align: center;
}

table.datatable	th, table.datatable td {
	vertical-align: middle;
	font-size:13px;
	font-weight:normal;
	text-align:left;
	border-top: 1px solid #e4e2df;
	border-bottom: 1px solid #e4e2df;
}
table.datatable th {
	width: 28%;
	padding: 10px 8px 10px 12px;
	background-color:#f7f7f7;
	border-left: 1px solid #e4e2df;
	border-right: 1px dotted #ddd;
	color: #888;
	font-weight: bold;
}

table.datatable td {
	vertical-align: middle;
	padding: 10px 8px 10px 20px;
	border-right: 1px solid #e4e2df;
	background-color: #fff;
	font-weight:normal;
	text-align:left;
}

/*	フォーム
----------------------------------------------------*/

#topHeader {
	display: none;
}

#back-top a {
    display: none;
}



/* スマホに適用させるCSS（本来479pxだがテスト期間は600px） */
@media screen and ( max-width:479px ) {
	
	.pc,#fixed_footer,#sl_foot_btm_btn,.subject_info,.form-bg,table.tl_compare {
		display: none;
	}

	/* lauout
	----------------------------------------------------*/
	
	img {
		max-width: 100%;
    	height: auto;
	}
	
	.section, #footer_con,#footer_body {
		clear: both;
		width:100%;
	}
	
	.inner {
		width: 90%;
		margin: 0 auto;
	}

	section h1, section h2 {
		font-size: 20px;
	}
	section.base h3 {
		font-size: 16px;
		text-align: center;
	}
	.imp_title {
		margin-bottom: 40px;
	}
	.imp_title h2 {
		font-size: 18px;
		letter-spacing: 3px;
    	top: -8px;
	}
	.button {
		font-size: 12px;
	}
	
	/* ヘッダー
	----------------------------------------------------------- */
	
	.head_bg,.loop__box img {
		height: 400px;
	}
	.loop__box img {
        max-width: inherit;
	}
	.head_bg #logo img {
		width: 80px;
	}
	
	
	.head_bg .main_ct  {
		padding-top: 80px;
		text-align: center;
	}
	.head_bg .l_tl {
        margin-top: 32px;
        margin-bottom: 15px;
        font-size: 15px;
        letter-spacing: .5px;
	}
	.head_bg h1 {
        font-size: 7vw;
		text-align: center;
	}
	.head_bg p {
		width: 80%;
    	margin: 0px;
		font-size: 12px;
	    letter-spacing: 2px;
	}
	.head_bg .frm_btn {
		margin: 20px auto 30px;
		text-align: center;
	}
	.head_bg .frm_btn a {
		width: 80%;
		margin: 0 auto;
	}
	.frm_btn a {
		font-size: 14px;
	}
	
	
	
	/* リスト
	----------------------------------------------------------- */
	.three_list, .four_list, .five_list {
		width: 100%;
	}
	ul.three_list li, ul.four_list li, ul.five_list li {
	    width: 100%;
	    float: none;
	    padding: 5px 0px;
    	margin-bottom: 20px;
	}
	ul.three_list li:last-child, ul.four_list li:last-child, ul.five_list li:last-child {
	    margin-bottom: 0px;
	}
	ul.three_list li {
		padding: 20px;
		text-align:center;
	}
	 .trouble.four_list li p {
    	text-align: center;
	}
	.mag_data .inner {
		width: 100%;
	}
	.mag_data .five_list li {
		width: 23%;
		display: inline-block;
	}
	.mag_data .five_list li h3 {
		font-size: 12px;
    	font-weight: normal;
		letter-spacing: 0px;
	}
	.mag_data .five_list li p {
		font-size: 12px;
		letter-spacing: 0px;
	}
	.mag_data .five_list li:nth-child(4) {
		border-right: 0px;
	}
	.mag_data .five_list li:last-child {
		display: none;
	}
	.regist_flow ul.three_list li .step_area {
		text-align: center;
    	margin-bottom: 12px;
	}
	
	ul.check_list li {
		width: 100%;
		float: none;
		font-size: 13px;
    	padding-left: 32px;
	}
	/* wrap
	----------------------------------------------------------- */

	.wrap .fl_l {
		display: block;
		text-align: center;
		float: none !important;
		margin-bottom: 15px;
	}
	.wrap img {
	}
	.wrap .fl_r {
		display: block;
		text-align: center;
		float: none !important;
		margin-bottom: 15px;
	}
	.wrap .m_r_10,.wrap .m_r_20,.wrap .m_r_30,
	.wrap .m_l_10,.wrap .m_l_20,.wrap .m_l_30 {
	    margin-right: 0px !important;
	    margin-left: 0px !important;
	}
	
	/* 細かい修正点
	----------------------------------------------------------- */
	
	.option_faq_single {
	    width: 100%;
	    float: none;
    	margin: 0px;
    	padding: 0px 0px 30px 0px
	}
	
	/* サブジェクト
	----------------------------------------------------------- */
	
	ul.cl_subject {
		float: none;
	}
	.anyClass ul.cl_subject li a {
		font-size: 12px;
	}
	.anyClass ul.cl_subject li a .cl_img {
		width: 50px;
	}
	.anyClass ul.cl_subject li a .cl_link {
		padding-left: 5px;
	}
	
	/* フォーム
	----------------------------------------------------------- */
	#form {
		width: 100%;
	}
	table.tl_base.m_t_20 {
		margin-top: 5px !important;
	}
	#form table tr {
		border-bottom: 1px solid #ddd;
	}
	#form table tr:nth-child(even) {
		background-color: #fff;
	}
	#form table.tl_base th,
	#form table.tl_base td {
		background: none;
		border: 0px;
		padding: 0px;
		margin: 0px;
		
	}
	#form table.tl_base th,
	#form table.tl_base td {
		display: block;
		width: 100% !important;
	}
	#form table.tl_base td.type_check {
		display: none;
	}
	#form table.tl_base th {
		padding-top: 15px;
		font-size: 14px;
	}
	#form table.tl_base td {
		padding-top: 5px;
		padding-bottom: 15px;
	}
	#budget_type {
		margin-bottom: 8px;
	}
	#form input[type="text"], #form input[type="password"], #form input.login, #form select {
		max-width: 95% !important;
	}
	input#user_address1 {
		margin: 8px 0px;
		width: 95% !important;
	}
	input#user_address2 {
		width: 95% !important;
	}
	table.tl_base input#company {
		margin: 8px 0px 0px;
	}
	input#name,input#name2 {
		width: 120px !important;
	}
	.f_size12 {
		margin-top: 5px;
	}
	label.lb_fl {
		font-size: 12px;
	}
	#user_judge {
		padding: 0px;
	}
	#user_judge li {
		width: 100%;
		float: none;
		margin-top: 20px;
		padding: 0px;
	}
	#user_judge .button {
		width: 100%;
	}
	.sl_bg_blue h3 {
		font-size: 14px;
		text-align: center;
	}
	
	/* 会員フォーム */
	.kaiin_area {
		margin-bottom: 30px;
	}
	span.fr_rem_pass {
		position: relative;
		top: 0px;
		right: 0px;
		display: block;
		font-size: 12px;
		text-align: center;
		margin-bottom: 8px;
	}
	.kaiin_area input#id.fm_email,
	.kaiin_area input#password.fm_pass {
		width: 100%;
	}
	.kaiin_area input#password.fm_pass {
		margin-left: 0px;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.kaiin_area .ikt {
		width: 100%;
		margin-left: 0px;
	}
	
	
	/* スクロールでトップ固定表示部分
	--------------------------------------------------------*/

	#topHeader {
			display:none;
	    border-bottom: 1px solid #cad8cc;
	    width: 100%;
	    background: #ecf1ee;
	    text-align: center;
			position: fixed;
			left: 0px;
			top: 0px;
	    height: 64px;
			z-index: 99999;
	}

	#topHeader p {
	    padding-top: 6px;
	    margin-bottom: 3px;
			font-size: 11px;
			font-weight: bold;
	    color: #2a7708;
	}
	#topHeader a {
	    display: inline-block;
	}

	#frm .form_area_2 .sec_form_2 {
		width: 100%;
		padding: 0;
		box-shadow: none;
	}
	
}