@charset "utf-8";


/* module
----------------------------------------------------*/


.mb {
	display: none;
}

.flex_in {
    -js-display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.gray {
    background: #efefef;
}
.dark_blue {
    background: #215d79;
}

.mod {
	color: #da3838;
	font-weight: bold;
}

.font_min {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;	
}

.ptb60 {
	padding: 60px 0px;
}
.num {
    position: relative;
    top: 5px;
    display: inline-block;
    margin-right: 20px;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 1.2px;
    font-weight: bold;
    color: #cccccc;
    border-bottom: 2px solid #cccccc;
}
.tag_icon {
    display: inline-block;
    padding: 3px 10px 2px;
    background: #215d79;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;	
}


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

.head_bg {
    display: table;
    position: relative;
    background-image: url(../img/main_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 514px;
    padding: 0px;
}

.head_bg .w1000-wrap {
	position: relative;
    padding: 60px 0px;
}

.head_bg h1 {
	
}
.head_bg p.lead2 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.8px;
}
.head_bg p.lead2 .mod {
    font-size: 22px;
}
.head_bg p.lead2 .big {
    font-size: 32px;
    position: relative;
    top: 3px;
}
.head_bg .fv_yen {
	margin-top: 20px;
}
.head_bg p.sub {
	margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
}

.head_bg .frm_block {
	margin: 20px 0px 10px;
	text-align: left;
}

/* タイトル・本文
----------------------------------------------------*/

section h2 {
    font-size: 26px;
    letter-spacing: 4px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
}
section h2 .mod {
	font-size: 28px;
}

section h3 {
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 1.4;
    font-weight: bold;
}

.title_area {
    text-align: center;
}

.title_area .arrow {
    position: relative;
    display: inline-block;
    padding: 0px 60px;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
}

.title_area .arrow:before, .title_area .arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #555;
}

.title_area .arrow:before {
    left: 0;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.title_area .arrow:after {
    right: 0;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.title_area h2 {
    margin: 15px 30px;
}
.sub_tl {
	font-size: 18px;
	line-height: 30px;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
}
section p {
	font-size: 16px;
	letter-spacing: 1.4px;
}
p.sub_title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.txtarea p {
    margin-top: 10px;
}


/* CTA
----------------------------------------------------*/

.cta_area {
    padding: 60px 0px;
}

.frm_block {
	margin: 40px 0px 0px;
	text-align: center;
}
.frm_block a:hover {
    opacity: 0.8;
}

/* 最初のCTA */
.first_cta p {
	color: #fff;
	text-align: center;
}

/* 以後のCTA */
.base_cta .rt_ct p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 3px;
    font-weight: bold;
}
.base_cta .lt_ct {
    padding-top: 25px;
}
.base_cta .frm_block {
    margin: 5px 0px 0px;
}

/* 会員特典
----------------------------------------------------*/

.benefit_list {
	margin-top: 30px;
	flex-wrap:wrap;
}
.benefit_list li {
    /*width: 49%;*/
    margin-bottom: 2%;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}
/*.benefit_list li:nth-child(odd){
	margin-right: 2%;
}*/

.benefit_list li p {
    margin-top: 20px;
    font-size: 14px;
}


/* 事例
----------------------------------------------------*/
.case_list,.memo_area {
    width: 90%;
    margin: 0 auto;
}
.case_list li {
	padding: 30px;
	margin-top: 30px;
	background: #f7f7f7;
	border: 3px solid #cdcdcd;
	border-radius: 5px;
}
.case_list li .lead {
    font-size: 14px;
    font-weight: bold;
}
.case_list li h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.case_list .group {
	
}
.case_list .tg_icn {
	height: 14px;
}
.case_list .tg_icn span {
    min-width: 94px;
    margin-left: 15px;
}
.case_list .cs_area {
    padding: 25px 0px 20px 40px;
	background: #fff;
	border-radius: 5px;
	border: 2px solid #d5d5d5;
}
.memo_area {
    margin-top: 90px;
	padding: 30px;
	background: #f7f7f7;
	border: 3px solid #cdcdcd;
	border-radius: 5px;
}
.memo_area .img {
    text-align: center;
    margin-top: -85px;
    margin-bottom: 20px;
}
.memo_area .img img {
	width: 100px;
	height: auto;
}
.memo_area p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}
.memo_area .at_link {
    text-align: right;
}


/* シミュレーション
----------------------------------------------------*/

.simulat .w1000-wrap {
    max-width: 920px;
}

.simulat .table {
	display: table;
    margin-bottom: 30px;
    font-weight: bold;
}
.simulat .table .img,
.simulat .table .txt {
	display: table-cell;
    vertical-align: middle;
}
.simulat .table .img {
	padding-right: 30px;
}
.simulat .table .img img {
    max-width: 166px;
}
.simulat .table .txt .lead {
	font-size: 22px;
	letter-spacing: 2px;
}
.simulat .table .txt h3 {
    margin: 10px 0px;
	font-size: 18px;
	line-height: 26px;
}
.simulat .table .txt p {
	font-size: 12px;
	line-height: 20px;
}
.simulat .simulat_area {
    padding: 30px 60px;
	background-color: #fff;
	border-radius: 5px;
}
.simulat .simulat_area ul {
    width: 100%;
    margin: 0 auto 30px;
}

.simulat input,
.simulat select,
.calculator-result-box2  {
	margin-right: 0.3em;
}
/* シミュレーション結果 */

.simulat_result {
    font-weight: bold;
    text-align: right;
}

.simulat_result input#sougaku  {
    text-align: right;
}
.simulat_result .calculator-result-box2 {
	display: inline-block;
    width: 180px;
	padding: 0.3em;
    margin: 0 0.6em;
    background-color: #fff890;
}
.simulat input#sougaku {
    width: 180px;
}

/* 税理士報酬のシミュレーション */

.simulat .simulat_area.type2 h4 {
	font-size: 20px;
	font-weight: bold;
	color: #095177
}
.simulat .simulat_area.type2 li .quest_area {
    width: 250px;
}
.simulat .simulat_area.type2 li .simulat_quest_result {
    text-align: right;
}


/* フォームの部品
----------------------------------------------------*/

.fm_area li {
	display: table;
    width: 100%;
    margin: 1px 0px;
    padding: 24px 20px;
	border-bottom: 1px solid #ddd;
    font-weight: bold;
}
.fm_area li:nth-child(even){
	background-color: #f7f7f7;
}


.fm_area li .quest_area,
.fm_area li .check_area,
.fm_area li .entry_area,
.fm_area li .simulat_quest_result {
	display: table-cell;
    vertical-align: middle;
}
.fm_area li .quest_area {
    width: 400px;
    padding-right: 20px;
    line-height: 1.2;
}
.fm_area li .quest_area .small_txt {
    font-size: 12px;
    display: block;
    padding-top: 5px;
}
.fm_area li .entry_area .sub_txt {
    margin-top: 10px;
    font-size: 12px;
}

.fm_area input,
.fm_area select,
.fm_area #form-contents input,
.fm_area #form-contents select,
.fm_area #form-contents textarea,
.calculator-result-box2 {
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	background-color: #f1f1f1;
	border-color: #ababab;
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
	box-sizing: border-box;
    font-weight: bold;
    color: #333;
}

.fm_area #form-contents select#prefectures{
	width: 100%;
	max-width: 230px
}

.fm_area #form-contents input[type='number'],
.fm_area #form-contents input[type='text'],
.fm_area #form-contents input[type='tel'],
.fm_area #form-contents input[type='email'],
.fm_area input[type='number'],
.fm_area input[type='text'],
.fm_area input[type='tel'],
.fm_area input[type='email']{
    padding: 0.6em;
}
.fm_area input[type='radio'] {
    position: relative;
    top: -2px;
}
.fm_area select {
    max-width: 140px;
	width: 100%;
    padding: 0.6em;
    min-height: 42px;
    font-size: 14px;
}
.fm_area select#sougaku {
	width: 156px;
}
.fm_area .check_area .must {
	background-color: #c63737;
}
.fm_area .check_area .free {
	background-color: #568ca8;
}

.fm_area input:hover,
.fm_area select:hover,
.fm_area #form-contents input:hover,
.fm_area #form-contents select:hover,
.fm_area #form-contents textarea:hover{
	border-color: #ff8c16;
}

.fm_area select:disabled{
	border-color: #ababab;
	pointer-events: none;
}

/* チェスターのサービス内容
----------------------------------------------------*/

.sv_list {
    margin: 30px 0px;
}

.sv_list li {
    width: 19%;
    padding: 30px 20px;
    background: #efefef;
    border-radius: 5px;
    text-align: center;
}

.sv_list li h3 {
    margin-top: 20px;
    font-size: 18px;
}

/* チェスターの強み
----------------------------------------------------*/

.sales_list {
    margin-top: 25px;
}

.sales_list li {
    margin: 15px 0px;
    padding: 15px 0px;
}


.sales_list li .img {
    position: relative;
    width: 210px;
    height: 140px;
}

.sales_list li .txtarea {
    flex: 1;
    padding-left: 30px;
    font-weight: bold;
}

.sales_list li .txtarea h3 {
	font-size: 22px;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.sales_list li .txtarea p {
	font-size: 14px;
	line-height: 26px;
}


/* よくある質問
----------------------------------------------------*/

#qa .title_area h2 {
    margin-left: 0px;
	text-align: left;
}
.qa_list {
    margin-top: 20px;
    letter-spacing: 1.5px;
}

.qa_list li {
    margin-bottom: 30px;
}

.qa_list li:last-child {
    margin-bottom: 0px;
}

.qa_list h3 {
    position: relative;
    display: block;
    padding: 15px 12px 15px 50px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.faq_icon {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.qa_list h3 .faq_icon {
    background: #bb4a4a;
}

.answer_area {
    position: relative;
    padding-left: 55px;
    font-size: 14px;
}

.answer_area .faq_icon {
    top: 0px;
    background: #4fa3d6;
}

/* 流れ
----------------------------------------------------*/

.flow_list {
	margin-top: 30px;
}
.flow_list li .step span {
    min-width: 136px;
}
.flow_list li {
    position: relative;
    width: 30%;
    padding: 30px 20px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
}
.flow_list > li:not(:last-child)::before {
    content: '';
    width: 18px;
    height: 18px;
    border: 0px;
    border-top: solid 4px #215d79;
    border-right: solid 4px #215d79;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -18px;
}

.flow_list li p {
    font-size: 14px;
    font-weight: bold;
}

.flow_list li .img {
    margin: 30px 0px;
}


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

#clab_form.fm_area ul,
div#form-contents ul{
    width: 70%;
    margin: 30px auto 10px auto;
    border-top: 1px solid #ddd;
}
#clab_form.fm_area li .quest_area,
div#form-contents li .quest_area{
	width: 194px;
}
#clab_form.fm_area li .check_area,
div#form-contents li .check_area{
    width: 100px;
}
#clab_form.fm_area li .check_area span,
div#form-contents li .check_area span{
    display: inline-block;
    padding: 3px 12px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 5px;
}
#clab_form.fm_area li input[type='text'],
#clab_form.fm_area li input[type='tel'],
#clab_form.fm_area li input[type='email'] {
    width: 100%;
}

#clab_form.fm_area li input[type='text'].p-postal-code,
#clab_form.fm_area li input[type='tel'].p-postal-code{
	margin-right: 0;
	max-width: 230px;
	width: calc( 100% - 3rem - 10px );
}

p.zip-mark{ font-size: 0;  }
p.zip-mark > span.name-item { font-size: 16px; vertical-align: middle; }

#clab_form.fm_area li select.anq{
	max-width: 230px;
	width: calc( 100% - 8.2em );
}

p.privacy_link {
    font-size: 14px;
    text-align: center;
}


/* タブレット用対策 補足
----------------------------------------------------*/

@media (max-width: 834px) {
	div#form-contents ul{
		width: 90%
	}
}

/* タブレット用対策
----------------------------------------------------*/

@media (max-width: 768px) {
	
	
    .head_bg {
    	text-align: center;
    	height: auto;
     	background-image: url(../img/main_bg_sp.jpg);
    }
	.base_cta .flex_in {
		display: block;
	}
	.base_cta .lt_ct {
	    width: 80%;
	    margin: 0 auto 10px;
		padding-top: 0px;
    	text-align: center;
	}
	
	.fm_area li .quest_area, .fm_area li .check_area, .fm_area li .entry_area{
		display: block;
		width: 100%;
	}
	
	/* フォーム、確認画面
    ----------------------------------------------------*/
	
	#clab_form.fm_area ul li,
	div#form-contents li{
		position: relative;
	}
	#clab_form.fm_area ul li .quest_area,
	div#form-contents li .quest_area{ display: inline-block; width: auto; margin: 0; }
	#clab_form.fm_area ul li .check_area,
	div#form-contents li .check_area{
		position: absolute;
		right: 20px;
		top: 24px;
		width: 54px;
	}
	#clab_form.fm_area ul li .entry_area,
	div#form-contents li .entry_area{
		display: block;
		font-weight: normal;
		margin-top: 20px;
	}
}

/* スマホ用CSS
----------------------------------------------------*/

@media screen and ( max-width:479px) {
	
	
    .pc {
        display: none !important;
    }
    .mb {
        display: block !important;
    }
    
    
    /* lauout
    ----------------------------------------------------*/
    .img img, #what .img, #what .txtarea, .re_list li .img, .diff_list li,
    .profile .txtarea, .profile .img, #office .img, #office .txtarea, .price_area li, #flow .flow_list, .case_list li {
        width: 100%;
    }
    .flex_in {
    	display: block;
    }
    .simulat .table,.simulat .table .img, .simulat .table .txt, .fm_area li, .fm_area li .simulat_quest_result {
    	display: block;
    }
    .ptb60 {
	    padding: 40px 0px;
	}
    
    /* eyecatch
    ----------------------------------------------------*/
    
    .head_bg ,
	.head_bg .frm_block {
		text-align: center;
	}
	
    .head_bg .w1000-wrap {
	    padding: 50px 0px;
	}
    .head_bg .lead img {
	    max-width: 70%;
	}
	.head_bg h1 {
	    margin: 12px 0px;
	}
	.head_bg h1 {
		margin-bottom: 15px;
	}
	.head_bg p.lead2 {
	    width: 90%;
	    margin: 0 auto;
	    font-size: 14px;
    	line-height: 1.6;
	}
	.head_bg p.lead2 .mod {
	    font-size: 16px;
	}
	.head_bg p.lead2 .big {
	    font-size: 24px;
	    top: 1px;
    	line-height: 1.4px;
	}
	.head_bg .fv_yen {
	    width: 90%;
	    margin: 15px auto 0px;
	}
	.head_bg p.sub {
	    font-size: 12px;
	}
    /* タイトル
    ----------------------------------------------------*/
    section h2 {
        font-size: 20px;
    	letter-spacing: 2px;
    }
    section h2 .mod {
	    font-size: 22px;
	}
    section h3 {
        font-size: 18px;
    }
	.title_area .arrow {
	    font-size: 14px;
	    line-height: 20px;
	    padding: 0px 50px;
	}
    .title_area h2 {
	    margin: 10px 5px;
	}
	.sub_tl {
	    font-size: 13px;
	    line-height: 22px;
    }

    /* CTA
    ----------------------------------------------------*/
    
    .first_cta p {
	    width: 90%;
	    margin: 0 auto;
	    font-size: 12px;
	}
	.base_cta .rt_ct p {
	    font-size: 12px;
	    letter-spacing: 1px;
	}
	
    /* 特典
    ----------------------------------------------------*/

	.benefit_list li {
    	width: 100%;
    	padding: 20px 12px;
    }
	.benefit_list li:nth-child(odd) {
	    margin-right: 0%;
	}
	.benefit_list li p {
	    margin-top: 10px;
	    font-size: 13px;
	}
	
	
    /* 事例
    ----------------------------------------------------*/

    .case_list, .memo_area {
	    width: 100%;
	}
	.case_list li {
    	padding: 12px 12px 2px;
    	margin-top: 20px;
    }
    .case_list li .lead {
	    font-size: 12px;
	}
    .case_list li h3 {
	    font-size: 14px;
	    margin-bottom: 12px;
	}
    .case_list .group {
	    margin-bottom: 10px;
	}
	.case_list .cs_area {
    	padding: 20px 5px 10px 12px;
    }
    .case_list .tg_icn span {
	    min-width: 70px;
	}
    .tag_icon {
    	font-size: 11px;
    }
    .memo_area {
    	margin-top: 30px;
    	padding: 12px;
    }
    .memo_area .img {
	    text-align: center;
	    margin-top: 0px;
	    margin-bottom: 12px;
	}
    .memo_area .img img {
	    width: 60px;
	    height: auto;
	}
	.memo_area p {
	    margin-bottom: 12px;
	    font-size: 13px;
	    line-height: 22px;
	}
	.memo_area .at_link {
	    text-align: center;
	    font-size: 12px;
	}
	
    /* シミュレーション
    ----------------------------------------------------*/

	.simulat .table .img {
	    margin-bottom: 12px;
	    text-align: center;
	}
	.simulat .table .img img {
	    max-width: 120px;
	}
	
	.simulat .table .txt {
	    text-align: center;
	}
	.simulat .table .txt .lead {
	    font-size: 18px;
	}
	.simulat .table .txt h3 {
	    font-size: 14px;
	    line-height: 20px;
	}
	.simulat .table .txt p {
	    font-size: 11px;
	    line-height: 20px;
	    color: #555;
	}
	.simulat .simulat_area {
    	padding: 20px 0px;
	}
	.simulat .simulat_area ul {
    	margin: 0 auto 20px;
	}
	.fm_area li {
    	padding: 20px;
    }
	.fm_area li .quest_area {
		width: 100%;
		padding: 0px;
    	margin-bottom: 12px;
    	line-height: 1.4;
	}
	.simulat_result .calculator-result-box2 {
    	width: 120px;
    }
    
    .simulat .simulat_area.type2 h4 {
    	padding-left: 12px;
    }
    
    .fm_area li .entry_area .sub_txt {
	    margin-top: 10px;
	    font-size: 11px;
	    letter-spacing: 0px;
	}
    .simulat .simulat_area.type2 li .simulat_quest_result {
	    float: right;
	    position: relative;
	    top: -30px;
	}
    .simulat .simulat_result {
		padding-right: 12px;
	}
    
    /* サービス
    ----------------------------------------------------*/
	
	.sv_list {
		margin-bottom: 12px;
	    -js-display: flex;
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    -moz-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-box-pack: justify;
	    -webkit-justify-content: space-between;
	    -moz-justify-content: space-between;
	    -ms-justify-content: space-between;
	    justify-content: space-between;
	}
	.sv_list li {
	    display: table;
    	width: 49%;
	    padding: 20px 12px;
	    margin-bottom: 1%;
	}
    .sv_list li .img,
    .sv_list li h3 {
    	display: table-cell;
    	vertical-align: middle;
    }
    .sv_list li .img img {
	    width: 60px;
	    height: auto;
	}
	.sv_list li h3 {
	    margin-top: 0px;
	    padding-left: 20px;
	    font-size: 14px;
	    letter-spacing: 1px;
	    text-align: left;
	}
	.sv_txt_memo {
	    width: 90%;
	    margin: 0 auto;
    	font-weight: normal;
	    font-size: 14px;
	}
    /* 特典
    ----------------------------------------------------*/
	
	.sales_list li {
	    margin: 10px 0px;
	    padding: 10px 0px;
	}
	.sales_list li .txtarea {
	    position: relative;
	    z-index: 2;
    	flex: none;
	    margin-left: 20px;
	    margin-top: -20px;
	    padding: 20px;
	    background: #fff;
	}
	.sales_list li .txtarea h3 {
	    font-size: 18px;
	    letter-spacing: 2px;
	    margin-bottom: 5px;
	}
	.sales_list li .txtarea p {
	    font-size: 12px;
	    line-height: 22px;
	}
	.txtarea p {
	    margin-top: 0px;
	}
    .num {
	    display: none;
    }
    
    /* 流れ
    ----------------------------------------------------*/
    
    #qa .title_area h2 {
	    text-align: center;
	}
	
    /* 流れ
    ----------------------------------------------------*/
    
    .flow_list {
	    width: 90%;
	    margin: 30px auto 0px;
	}
    .flow_list li {
	    width: 100%;
	    padding: 20px 12px;
	    margin-bottom: 35px;
	}
	.flow_list li:last-child {
		margin-bottom: 0px;
	}
	.flow_list > li:not(:last-child)::before {
	    -ms-transform: rotate(135deg);
	    -webkit-transform: rotate(135deg);
	    transform: rotate(135deg);
    	top: auto;
    	bottom: -23px;
	    right: 48%;
	}
	.flow_list li .img {
	    margin: 12px 0px;
	    display: inline-block;
	}
	.flow_list li .img img {
	    width: 60px;
	    height: 60px;
	}
	.flow_list li p {
	    font-size: 12px;
	    line-height: 22px;
	}
	
    /* 入会フォーム
    ----------------------------------------------------*/
    
    .fm_p_sp {
    	font-size: 14px;
    }
    
	#clab_form.fm_area ul {
	    width: 100%;
	}
	#clab_form.fm_area li .quest_area,
	#clab_form.fm_area li .check_area {
		display: inline-block;
		width: auto;
	    margin: 0px;
	}
	#clab_form.fm_area li .check_area {
	    float: right;
	}
	#clab_form.fm_area li .check_area span,
	div#form-contents li .check_area span{
	    padding: 1px 10px;
	    font-size: 11px;
	}
	#clab_form.fm_area li .entry_area {
	    margin-top: 12px;
	}
	p.privacy_link {
	    font-size: 12px;
	    text-align: center;
	}
	
	/* 確認画面
    ----------------------------------------------------*/
	div#form-contents ul{ width: 100%; }
	
	div#form-contents li .check_area{
		top: 20px;
		width: 46px;
	}
	
}