.petition,.petition2{
    border-bottom: 3px solid #135ea2;
}
.tab {
    display: table;
    width: 100%;
}
.tab li{
    display: table-cell;
    vertical-align: top;
}
.tab li:hover{
    opacity: .8;
}
.tab li a{
    display: block;
}

.petition .tab li a{
    width: 132px;
}
.petition .tab li:first-child a{
    display: block;
    margin-left: 0px;
}

.petition .tab li:last-child a{
    width: 148px;
    margin-left: auto;
    padding-left: 10px;
}

.petition .tab li a img{
    width: 100%;
}
/*170306*/
.petition2 .tab li a{
    width: 177px;
}
.petition2 .tab li:first-child a{
    display: block;
    margin-left: 0px;
}

.petition2 .tab li:last-child a{
    width: 198px;
    margin-left: auto;
    padding-left: 20px;
}

.petition2 .tab li a img{
    width: 100%;
}
/*170306*/
.step{
    margin-top: 1.2em;
    margin-bottom: 1em;
}
.flow1,
.flow2{
    margin: 20px 0 0;
}
.flow .strong{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
}
.flow1 .strong{
    display: table-cell;
    vertical-align: middle;
    height: 70px;
}
.flow dl{
    display: table;
}
.flow dt,.flow dd{
    display: table-cell;
    vertical-align: top;}

.flow dt{
    width: 116px;
    font-size: 12px;
    line-height: 1.2;
    padding-bottom: 1.5em;
}
.flow dt img{
    display: block;
    margin-bottom: 5px;}
.flow dd{
    padding-left: 16px;
    padding-bottom: 1em;
}
.flow1 dt{
    position: relative;
    background:  url(../images/employer/skyblue_arr2.png) center bottom repeat-y;
}
.flow1 dt:after{
/*
    content: '';
    position: absolute;
    bottom: 0;
    left: 32px;
    display: block;
    width: 53px;
    height: 37px;
    background:#fff  url(../images/employer/skyblue_arr1.png) center bottom no-repeat;
*/
}
.zisage{
    margin-left: 2em;
    text-indent: -1em;
}
.zisage_a1{
    margin-left: 2em;
    text-indent: -2.5em;
}
/*
.zisage_a1 li{
    font-size: 12px;
}
*/
.flow .note{
    color: #ea7575;
}
.important_box{
    background: #f3f3f3;
    font-size: 12px;
    padding: 1em;
}
.important_box p{
    margin-bottom: 1.5em;
}
.important_box .note{
    border: 1px solid #dadada;
    padding: 1em 1.5em;
}
.important_box .important_title{
    margin-bottom: 1em;
    background: #e78e8e;
    text-align: center;
}
.important_box .important_content{
    background: #fff;
    padding: 1em;
}
.title_link{
    background: #ebe3ce;
    font-size: 14px;
    font-weight: bold;
    margin-top: 1em;
    padding-left: .5em;
}
.title_link a{
    color: #000;
    display: block;
}
.faq_tab{
    border-bottom: 3px solid #c9a84f;
}
.faq_tab li{
    background-image: url(../images/employer/faq_tab.png);
}
.faq_tab li a{
    display: block;
    height: 50px;
    width: 90px;
}

.faq_tab li.tab1 {
    background-position: 0 0px;
}
.faq_tab li.tab2 {
    background-position: -90px 0px;
}
.faq_tab li.tab3 {
    background-position: -180px 0px;
}
.faq_tab li.tab4 {
    background-position: -270px 0px;
}
.faq_tab li.tab5 {
    background-position: -360px 0px;
}
.faq_tab li.tab6 {
    background-position: -450px 0px;
}
.faq_tab li.tab7 {
    background-position: -540px 0px;
}
.faq_tab li.tab8 {
    background-position: -630px 0px;
}
.faq_tab li.tab1.active{
    background-position: 0 -50px;
}
.faq_tab li.tab2.active{
    background-position: -90px -50px;
}
.faq_tab li.tab3.active{
    background-position: -180px -50px;
}
.faq_tab li.tab4.active{
    background-position: -270px -50px;
}
.faq_tab li.tab5.active{
    background-position: -360px -50px;
}
.faq_tab li.tab6.active{
    background-position: -450px -50px;
}
.faq_tab li.tab7.active{
    background-position: -540px -50px;
}
.faq_tab li.tab8.active{
    background-position: -630px -50px;
}

/*faq*/
.faq h3{
    color: #c9a84f;
    font-size: 1.5em;
}
.qa_box{
    margin-bottom: 35px;
}
.qa_box .qa_q{
    min-height: 45px;
    padding-left: .5em;
    background: #ebe3ce ;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
/*    padding-top: .7em;*/
/*    background: #ebe3ce url(../images/employer/qa_q.png) 7px 5px no-repeat;*/
/*    font-size: 14px;
    font-weight: bold;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.qa_box .qa_q::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 24px;
    height: 24px;
    background:  url(../images/employer/acc_open.png) 0 0 no-repeat;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}
.qa_box.active .qa_q::after,
.qa_box.open .qa_q::after{
    background:  url(../images/employer/acc_close.png) 0 0 no-repeat;
}

.qa_box .qa_q p{
    font-size: 14px;
    font-weight: bold;
}

.qa_box .qa_q p:nth-child(2){
    margin:.5em 0;
}

.qa_box .qa_a{
    background: #fff;
/*    background: #fff url(../images/employer/qa_a.png) 5px 17px no-repeat;*/
    padding-left: .5em;
    padding-top: 1.5em;
    overflow: hidden;
/*    font-size: 12px;*/
    display: none;
}

.qa_box .qa_a>div{
/*    display: block;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start
}


.qa_box .qa_q p.num,
.qa_box .qa_a p.num{
  flex-basis: 4em;
  font-weight: bold;
}

.qa_box .qa_q p.num{
	background-color: #fff;
	color: #C8A955;
	font-size: 1.2em;
	line-height:1.4em;
/*	line-height: 26px;*/
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding:.2em .5em;
	margin-right: 1em;
}

.qa_box .qa_a p.num{
	background-color: #C8A955;
	color: #FFF;
/*	font-weight: bold;*/
	font-size: 1.2em;
	line-height:1.4em;
/*	line-height: 26px;*/
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding:.2em .5em;
	margin-right: 1em;
}

.qa_box .qa_a p.num{
  margin-top:.3em;
}

.qa_box .qa_a div{
  flex-basis: 86%;
}


.box_underline{
    margin-top: 30px;
    border-bottom: 1px solid #c9a84f;
}
.all_open{
    display: inline-block;
    float: right;
    margin: 20px 0 0;
    padding: 5px 55px 0 0;
    position: relative;
    cursor: pointer;
}
.all_open span{
    display: none;
}
.all_open:after{
    content: '';
    position: absolute;
    top: 8px;
    right: 20px;
    display: block;
    width: 24px;
    height: 24px;
    background:  url(../images/employer/acc_open.png) 0 0 no-repeat;
}
.all_open.active:after{
    background:  url(../images/employer/acc_close.png) 0 0 no-repeat;
}
.faq_cont{
    clear: both;
}

/* 210610 FAQ自動採番 */
.faq_cont { 
	/* 章番号は、カテゴリ絞り込みされると数字が変わってしまうため不採用 */
	/* counter-reset: Sec-number; /* 章番号初期化 */
}

.faq_cont h3{
	counter-increment: Sec-number;
	counter-reset: Q-number;  /* 枝番を初期化 */
}


.qa_box .qa_q .num::after { /* 自動通番  */
	counter-increment: Q-number;
	content: "Q "counter(Sec-number)"-"counter(Q-number)" ";
	content: "-"counter(Q-number)" ";
/*	content: "Q "counter(Sec-number)"-"counter(Q-number, decimal-leading-zero)" " */
}

.qa_box .qa_a .num::after { /* 自動通番 数字はQの番号をそのまま使う */
	content: "-"counter(Q-number)" ";
/*	content: "A "counter(Sec-number)"-"counter(Q-number)" ";*/
}


/*170317*/
.c_blue{
    color: #387FBF;
}
.c_gray{
    color: #aaaaaa;
}
img.img_moushikomi_btn{
    padding-top: 3px;
    padding-right: 5px;
}
.flow2 .strong{
    display: table-cell;
    vertical-align: middle;
    height: 70px;
}

.cancel_tdl{
    width: 720px;
    width: 100%;
    box-sizing: border-box;

    margin: 8px 0 60px;
    background-color: #f3f3f3;
}
.cancel_tdl td{
    border-bottom: #cccccc 1px solid;
    padding-right: .4em;
    padding-left: .4em;
    padding-bottom: .5em;
    padding-top: 1em;
    line-height: 1.5;
    box-sizing: border-box;
}
.cancel_tdl td.c0{
    padding-left: 0;
    padding-right: 0;
}
.cancel_tdl tr:last-child td{
    border-bottom: none;
}
.cancel_tdl td.bgline{

    border-right: #cccccc 1px solid;

}
.cancel_tdl td.td_w20{
    width: 20%;
}
.cancel_tdl td.c2{

}
.cancel_tdl td.c1{
    text-align: center !important;
    vertical-align: middle;
    background-color: #c9a84f !important;
    color: #ffffff;
    line-height: 1.4;
    padding-top: .5em;
}
.cancel_tdl td.c4{
    text-align: center !important;
    vertical-align: middle;
    background-color: #d57636 !important;
    color: #ffffff;
    line-height: 1.4;
    padding-top: .5em;
}
.cancel_tdl td.c3{
    text-align: center !important;
    vertical-align: middle;
    background-color: #c9a84f !important;
    color: #ffffff;
    line-height: 1.4;
    min-width: 6em;
    padding-top: .5em;
}
.tac{text-align: center !important;}
.pl0{
    padding-left: 0 !important;
}
.mb05{
    margin-bottom: .5em;
}
.bdbw0{
    border-bottom:0px solid transparent !important;
}
.w1e{
    width: 1em !important;
}
.w6e{
    width: 6em !important;
}
.w7e{
    width: 7em !important;
}
.w8e{
    width: 8em !important;
}
.w9e{
    width: 9em !important;
}
.w10e{
    width: 10em !important;
}
.w11e{
    width: 11em !important;
}
.cancel_arr{
    margin-top: .75em;
    margin-bottom: .75em;
    display: block;
    line-height: 2;
}
.bdb-n{
    border-bottom: none !important;
}
.nowrap{
    white-space: nowrap;
}
.vam{
    vertical-align: middle;
}
.fz09{
    font-size: .9em;
}
.cancel_tdl .tategaki{
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
    margin: auto;
    display: inline;
}
.cancel_tdl .tategaki2{
    display: inline-block;
    width: 1em;
    line-height: 1;
    white-space: normal;
}
.cancel_tdl .note{
    font-size: 12px;
    color: #d12c2c;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
    margin-top: 1em;
}
.contact_box{
    border: 3px solid #c9a84f;
    padding: 1em;
    text-align: center;
    width: 540px;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cancel_tdl .other{
    border: 1px dashed #bbabab;
    background: #fff;
    padding: .75em;
    font-size: 12px;
    margin: 1em auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.8;
}

/* カテゴリボタン */
/* n-styleのものを流用し、上書きする */
#headNav03 li{
  width: 220px; /* サイズのみ変更し、3段に */
}


#headNav03 li a:after{
    font-family: FontAwesome;
    font-weight: bold;
    font-size:1.2em;
    line-height: 30px;
    width: 30px;
    height: 30px;
    content: '\f0ab';
    color: #C9A84F;
    border-radius: 50%;
    padding-left: 2px;
    position: absolute;
    top: calc(50% - 1em);
    right: -0.5rem;
}

#headNav03 li a { /* クリック範囲を広げる */
    display: block;
}

#headNav03 li:nth-child(n+4) { /* 2行目以降のマージン設定 */
    margin-top: 10px;
}

#headNav03 li.active{ /* セレクト時の表示 */
    background-color: #fff8e8;
}



/* よくある質問 */
.faq_list{
    margin-bottom:3em;
}

.faq_list li{
    padding: 0 1em;
    margin: 0;
    border-bottom: 1px dashed #C9A84F;
    color:#232323;
    font-weight:bold;
    vertical-align: middle;
}

.faq_list li:before{
    display: inline-block;
    content: url(/images/employer/qa_q.png);
    margin: 7px 1em 0 0;
    vertical-align:middle;
}

.faq_list li a:hover{
    color:#232323;
}
.faq_list .faqall{
    text-align:right;
}

.faq_list .faqall:before{
    font-family: FontAwesome;
    font-weight: bold;
    font-size:1.4em;
/*    line-height: 20px;
    width: 20px;
    height: 20px;*/
    content: '\f0a9';
    color: #C9A84F;
    border-radius: 50%;
    padding-right: 5px;
    position: relative;
}

.faq_list .faqall a:hover{
   color:#000;
}

/* オンライン 資料DL */
#download{
    width: 960px;
    margin: 0 auto;
}

#download h1{
    color: #0877A8;
    font-size: x-large;
    font-weight: bold;
}

#download h2{
    color: #0877A8;
    font-size: large;
    font-weight: bold;
}

#download h3{
    color: #0877A8;
    font-weight: bold;
    border-bottom: dashed 2px #0877A8;
    margin:1em;
}

#download h2:nth-of-type(n+2){
    margin-top:1em;
}

#download h3:nth-of-type(n+2){
    margin-top:1em;
}



#download hr{
    border-style: none;
    border-top: 2px solid #0877A8;
}


#download .download_frame{
    border: solid 4px #0877A8;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}

#download .back{
    margin: 20px 0 0 auto;
    width: 120px;
}

#download .button01{
  margin-bottom: 1em;
}

#download .button01 a {
  font-size: 20px;
  line-height: 1.5;

  position: relative;
  display: inline-block;
  padding: 1em 4em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
/*  text-align: center;*/
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  background: #0877A8;
  border-radius: 6px;
}

#download .button01 a span{
  margin-left: 15px;
  font-size: 18px;
  font-weight: bold;
}

#download .button01 a span:first-of-type{
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.2em 0.5em;
  color: #0877A8;
  border-radius: 4px;
  background: #fff;
  font-size : 0.7em;
  font-weight: normal;
}

#download .button01 a:before{
  font-family: "FontAwesome";
  font-size: 1.6em;
  font-weight:normal;
  line-height: 1;

  position: absolute;
  top: calc(50% - 0.5em);
  left: 1em;

  margin: 0;
  padding: 0;

  content: "\f1c1";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#download .button01 a:hover {
  text-decoration: none;
  opacity: 0.8;
  box-shadow: 0 0 10px rgba(0 0 0 / 0);
}



#download .button02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0.5em 1.5em;
  width: 120px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #ccc;
  box-shadow: 0 0 10px rgba(0 0 0 / .2);
  border-radius: 6px;
  transition: 0.3s;
}

#download .button02 a::before {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  transform: rotate(45deg);
}

#download .button02 a:hover {
  text-decoration: none;
  background-color: #aaa;
  box-shadow: 0 0 10px rgba(0 0 0 / 0);
}


#download ul li{
  margin-left: 3em;
  line-height:2;
}

#download ul:first-of-type li{
  margin-left:0;
}

#download ul li:before{
  font-family: FontAwesome;
  content: "\f054";
  margin-right: 1em;
  background-position: bottom;
  color: #0877A8;
}

#download ul li a{
  text-decoration:underline;
}

#download p{
  margin:.5em 0;
}