@charset "utf-8";
/**-----料金------**/
.price_table {
	margin:0 auto 25px;
	width: 820px;
}
.price_table3 {
	margin:0 auto 25px;
	width: 820px;
}
.price_table table {
	width: 100%;
	margin: 0 auto 10px;
}
.price_table table tr th{
	padding: 16px 13px;
	border: 1px solid #b5b4b4;
	background: #007abf;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.price_table table tr td{
	padding: 12px 10px 13px;
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #252525;
	font-size: 15px;
	text-align: right;
}
.price_table3 table tr th{
	padding: 16px 13px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.price_table table tr td + td + td {
    text-align: left;
}
.price_table.initial_cost table tr th{
	width: 30%;
	font-size: 24px;
	font-weight: bold;
}
.price_table.initial_cost table tr td{
	width: 70%;
	font-size: 24px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	color: red;
}
.price_table table3 tr th{
	padding: 16px 13px;
	background: #007abf;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
/**-----ご利用の流れ------**/
.page_link {
	margin-bottom: 30px;
}
.page_link ul {
	margin: 0 0% 0 -1%;
}
.page_link ul li {
    float: left;
    margin: 0 0% 10px 2%;
    width: 31%;
}
.page_link a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #007abf;
    border-radius: 5px;
    color: #007abf;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    padding: 10px 10%;
    text-decoration: none;
    vertical-align: middle;
    width: 80%;
}
.page_link a:hover{
	background: #007abf;
	color: #fff;
}
.page_link4 {
	margin-bottom: 30px;
}
.page_link4 ul {
	margin: 0 0% 0 -1%;
}
.page_link4 ul li {
    float: left;
    margin: 0 0% 10px 2%;
    width: 23%;
}
.page_link4 a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #007abf;
    border-radius: 5px;
    color: #007abf;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    padding: 10px 10%;
    text-decoration: none;
    vertical-align: middle;
    width: 80%;
}
.page_link4 a:hover{
	background: #007abf;
	color: #fff;
}
.step_cont {
	padding: 0px;
	margin-bottom: 40px;
}
.step_cont h3.cont_h {
    margin: 0 0 0 0;
}
.step_cont h3.cont_h:after {
	content: none;
}
.step_cont h3.cont_h span{
	display: inline-block;
	background: #3399ff;
	margin-right: 10px;
	padding: 10px 15px;
	line-height: 1;
	color: #fff;
	border-radius: 40px;
}
.step_cont .step_img_txt {
	margin-bottom: 10px;
	padding: 30px;
	background-color: #eee;
}
.step_cont .step_img_txt.arrow_top {
	margin-top: 50px;
	position: relative;
}
.step_cont .step_img_txt.arrow_top:before {
	content: url(../images/step_arrow.png);
	position: absolute;
	top:-40px;
	left: 0;
	min-width: 100%;
	min-height: 27px;
	text-align: center;
}
.step_cont .step_img_txt .areaL{
	width: 65%;
}
.step_cont .step_img_txt .areaR{
	width: 30%;
	text-align: center;
}
.two_bnr {
	margin-bottom: 40px;
}
.two_bnr .areaL,
.two_bnr .areaR{
	width: 50%;
	text-align: center;
}

/**-----機能一覧------**/
.function_cont {
	margin-bottom: 40px;
}

.function_cont h3.cont_h {
	margin-bottom: 20px;
}

.function_cont .function_list {
    background-color: #eee;
    margin: 0 0 50px -2.5%;
    padding: 40px 0 10px;

}
.function_cont .function_list li{
	float: left;
	width: 40%;
	margin: 0 3.5% 30px 5%;
}
.function_cont .function_list li .ttl{
    background: rgba(0, 0, 0, 0) url("../images/func_check.png") no-repeat scroll 0 11px;
    color: #0198ee;
    font-size: 115%;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 5px 0 3px 25px;
}

.function_cont .function_list li .txt{
    font-size: 90%;
    padding: 0 0 0 26px;
    width: 90%;
}

/**----------FAQ----------**/
.faq_cont {
    border-bottom:#b2b2b2 1px dotted;
    margin: 20px 0 30px;
}
.faq_cont .q_cont{
    position:relative;
    padding:14px 10px 15px 65px;
    margin:10px 0 8px 0px;
    font-weight:bold;
    font-size:18px;
}
.faq_cont .q_cont:before{
    position:absolute;
    content:url(../images/q_icon.png);
    top:0px;
    left:0px;
}
.faq_cont .a_cont{
    margin:0 0 40px 65px;
}

/**----------マイナンバー対策室----------**/
.mro_cont {
    border-bottom:#b2b2b2 1px dotted;
    margin: 20px 0 30px;
}
.mro_cont .m_cont{
    position:relative;
    padding:14px 10px 15px 65px;
    margin:10px 0 8px 0px;
    font-weight:bold;
    font-size:18px;
}
.mro_cont .m_cont:before{
    position:absolute;
    top:0px;
    left:0px;
}
.mro_cont .a_cont{
    margin:0 0 40px 65px;
}

/**----------suppprt----------**/
.support_cont {
	margin-bottom: 30px;
}

.support_cont .manual {
    background-color: #eee;
    border: 1px solid #eee;
    padding: 25px 0%;
    width: 100%;
}

.support_cont .manual h3.cont_h:after {
    background: none;
}

.support_cont .manual h3.cont_h {
    background: none;
    margin: 0 0 10px 0;
}

.support_cont .areaL,
.support_cont .areaR{
	width: 44%;
	padding: 25px 2%;
	border: #eee 1px solid;
	background-color: #eee;
	min-height: 290px;
}

.support_cont .areaL h3.cont_h::after,
.support_cont .areaR h3.cont_h::after {
	background: none;
}

.support_cont .areaL h3.cont_h,
.support_cont .areaR h3.cont_h {
	margin: 0 0 10px 0;
}

.support_cont .support_article{
    width: 70%;
    margin: 0 auto;
}

.support_cont .manual .support_article{
    width: 75%;
    margin: 0 auto;
}

.support_cont .manual .support_article>li{
    float: left;
    margin: 5px 0 10px 30px;
    width: 25%;
}

.support_cont .support_article li{
	margin-bottom: 10px;
	padding: 0 0 0 23px;
	background: url(../images/list_icon04.png) 0 6px no-repeat;
}

.support_cont.faq_inq .faq{
}

.support_cont.faq_inq .faq .faq_ctgr {
    width: 70%;
    margin: 0 auto;
}

.support_cont.faq_inq .faq .faq_ctgr li{
	margin-bottom: 10px;
	padding: 0 0 0 18px;
	background: url(../images/list_icon04.png) 0 6px no-repeat;
}
.support_cont.faq_inq .inq{
    min-height: 320px;
}
/**----------suppprt----------**/
#column-2 #mainC {
	width: 640px;
	min-width: 640px;
	float: left;
}
#column-2 #sideC {
	width: 280px;
	float: right;
}
#column-2 #mainC ul.topics_list {
	width: 100%;
}
#column-2 #mainC ul.topics_list li .date{
    float: left;
    width: 80px;
    margin: 0 20px 0 0;
}
#column-2 #mainC ul.topics_list li .ttl{
    float: left;
    width: 345px;
    margin: 0;
    color: #333333;
    font-size: 13px;
}
#column-2 #sideC .side_ttl{
    text-align: center;
    margin-bottom: 20px;
}
.archive_monthly{
    margin-bottom: 40px;
}
.archive_monthly ul {

}
.archive_monthly ul li{
    margin-bottom: 30px;
    position: relative;
}
.archive_monthly ul li:after{
    content: '＞';
    position: absolute;
    top: 0;
    right: 0;
}
.archive_monthly ul li a{
    display: block;
    text-decoration: none;
    letter-spacing: 2px;
    color: #111;
    font-size: 14px;
}

.archive_monthly ul li a:hover{
    text-decoration: underline;
}
.archive_monthly ul li a span.ym{
    font-weight: bold;
}
ul.side_topics_list {

}
ul.side_topics_list li{
    margin-bottom: 30px;
}
ul.side_topics_list li .date{
    margin-bottom: 5px;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
}
ul.side_topics_list li .ttl{
    margin-bottom: 0px;
    color: #111;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
}
ul.side_column_list {

}
ul.side_column_list li{
    margin-bottom: 30px;
}
ul.side_column_list li .areaL{
    width: 60px;
}
ul.side_column_list li .areaR{
    width: 168px;
}
ul.side_column_list li .areaR .date{
    margin-bottom: 5px;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
}
ul.side_column_list li .areaR .ttl{
    margin-bottom: 0px;
    color: #111;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
}
.article_dtl_img {
	margin-bottom: 25px;
	text-align: center;
}
h3.article_dtl_h3 {
	font-size: 24px;
	font-weight: bold;
	color: #111111;
	padding: 3px 0 12px 0;
	margin-bottom: 25px;
	position: relative;
	text-align: left;
}
.date_sns {
    margin-bottom: 25px;
}
.article_dtl_date {
    float: right;
	text-align: right;
}
.sns_btn {
    float: right;
    margin-right: 10px;
    line-height: 1;
}
.article_dtl_main {
	margin-bottom: 40px;
}
.back_link {
	margin: 25px 0;
}
/**コラム一覧**/
#column-2 #mainC ul.column_list {
	margin: 0 0 25px;
}
#column-2 #mainC ul.column_list li{
    padding-bottom:24px;
    margin: 0 0 24px;
    border-bottom:#dddddd 1px dashed;
    width: 100%;
    float: none;
}
#column-2 #mainC ul.column_list li .areaL{
    width: 240px;
}
#column-2 #mainC ul.column_list li .areaR{
    width: 380px;
}
#column-2 #mainC ul.column_list li .areaR .date{
    margin-bottom: 10px;
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}
#column-2 #mainC ul.column_list li .areaR .ttl{
    margin-bottom: 15px;
    color: #111;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
}
#column-2 #mainC ul.column_list li .areaR .txt{
    padding:28px 8px;
    color: #111;
    font-size: 14px;
    font-weight: normal;
}
#column-2 #mainC ul.column_box{
    margin: 0 0 40px -29px;
}
#column-2 #mainC ul.column_box li{
    float: left;
    width: 280px;
    margin: 0 0 15px 29px;
}
#column-2 #mainC ul.column_box li img {
    margin-bottom: 10px;
}
#column-2 #mainC ul.column_box li .date {
    text-align: right;
    color: #111;
}
#column-2 #mainC ul.column_box li .btn {
    text-align: right;
}

.intro_method {

}

.intro_method ul {
    margin: 0 auto;
    width: 550px;
}

.intro_method ul li {
    border: 2px solid #999;
    border-radius: 5px;
    font-size: 130%;
    margin: 0 0 40px;
    padding: 20px 0 20px 0px;
    text-align: center;
    position: relative;
}

.intro_method ul li:after {
    bottom: -36px;
    color: red;
    content: url(../images/arrow_inro.jpg);
    font-size: 85%;
    left: 45%;
    position: absolute;
}


ul.manual_article_side {
    background-color: #eee;
    padding: 25px 20px;
    margin: 0 0 50px 0;
}

ul.manual_article_side li {
    background: rgba(0, 0, 0, 0) url("../images/list_icon04.png") no-repeat scroll 0 6px;
    margin-bottom: 10px;
    padding: 0 0 0 18px;
}

ul.manual_article_side ul li {
    background: none;
    padding: 0;
    margin: 0;
    position: relative;
} 

ul.manual_article_side ul li:after {
    content: "・";
    left: -20px;
    position: absolute;
    top: 0;
    color: #007abf;
} 

ul.manual_article_side ul {
    padding: 0px 0px;
    margin: 0 0 5px 30px;
    
}

ul.video_side {
    background-color: #EEE;
    padding: 25px 20px;
    margin: 0px 0px 50px;
    width: 280px;
}

ul.video_side li {
    background: rgba(0, 0, 0, 0) url("../images/list_icon04.png") no-repeat scroll 0 6px;
    margin-bottom: 10px;
    padding: 0 0 0 18px;
}

ul.video_side ul li {
    background: none;
    padding: 0;
    margin: 0;
    position: relative;
} 

ul.video_side ul li:after {
    content: "・";
    left: -20px;
    position: absolute;
    top: 0;
    color: #007abf;
} 

ul.video_side ul {
    padding: 0px 0px;
    margin: 0 0 5px 30px;
    
}


