@charset "utf-8";
/*マイページ*/
.mypage-contain {
	max-width: 1050px;
}
.maypage-tab-list-li {
	position: relative;
    display: inline-block;
    height: 37px;
    width: 164px;
    padding-left: 4px;
    vertical-align: bottom;
    text-align: center;
    color: #444;
    font-size: 14px;
}
.maypage-tab-list-li a {
	position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 100%;
    width: 100%;
    padding-top: 7px;
    color: #444;
    border-radius: 4px 4px 0 0;
    border: 1px solid #dfdfdf;
    border-bottom: 0;
    background: #fffdf2;
}

.maypage-tab-list-li a.active {
    padding-top: 2px;
    border-top: 6px solid #e95295;
    background: #fff;
}

.my-buttonArea .pt01 a {
    position: relative;
    width: 190px;
    line-height: 1.2;
    margin: auto;
    padding: 10px 30px 10px 0;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
}
.button-7 {
    cursor: default;
    display: block;
    text-align: center;
    text-decoration: none!important;
    color: #b0b0b0!important;
    border-radius: 4px;
    border: 1px solid #cfcfcf;
    background: #e9e9e9;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
    box-shadow: 0 2px 3px rgba(0,0,0,.3);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.my-buttonArea .pt01 a:before {
    content: '';
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    top: 0;
    left: 25px;
    bottom: 0;
    margin: auto;
    background: url(../../images/2016/bt_022a.png) no-repeat 0 0;
}

.my-buttonArea .pt01 a small {
    display: block;
    font-size: 12px;
}

.common-jobList .pattern-2, .common-jobList .pattern-3 {
    padding-top: 30px;
}

.common-jobList .pt01 {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-bottom: 3px;
}

.common-jobList .pt01>div {
    display: table-cell;
    vertical-align: bottom;
    font-size: 0;
}
.common-jobList .pt01a {
    width: 100%;
    font-size: 0;
}

.common-jobList .pt01a>* {
    vertical-align: bottom;
}
.check-1 {
    position: relative;
}

.common-jobList .pt01a .p01 {
    display: inline-block;
    padding-left: 5px;
    font-size: 12px;
}

.common-jobList .pt01b {
    width: 150px;
    text-align: right;
}

.common-jobList .pattern-2 .pt01b, .common-jobList .pattern-3 .pt01b {
    font-size: 0;
}

.common-jobList .pattern-2 .pt01b ul, .common-jobList .pattern-3 .pt01b ul {
    display: inline-block;
    vertical-align: bottom;
}


.common-jobList .pattern-2 .pt01 label span, .common-jobList .pattern-3 .pt01 label span {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    top: 3px;
    margin-right: 20px;
    padding: 0 5px 0 25px;
    vertical-align: bottom;
    color: #444;
    font-size: 12px;
    font-weight: 700;
    border-top-left-radius: 4px;
    border-top: 3px solid #ffdb33;
    border-left: 3px solid #ffdb33;
    background: #fff;
}

.check-1>input+span:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 3px;
    vertical-align: bottom;
    background: url(../../images/2016/bt_023a.png) no-repeat 0 0;
}

.common-jobList .pattern-2 .pt01 label span:before, .common-jobList .pattern-3 .pt01 label span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 7px;
    bottom: 0;
    margin: auto;
}

.common-jobList .pattern-2 .pt01 label span:after, .common-jobList .pattern-3 .pt01 label span:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 30px;
    right: -20px;
    bottom: 0;
    vertical-align: bottom;
    background: url(../../images/2016/bg_005a.png) no-repeat 0 0;
}

.common-jobList .pt01a .p01 {
    display: inline-block;
    padding-left: 5px;
    font-size: 12px;
}

.common-jobList .pt01b ul li {
    display: inline-block;
    padding-left: 10px;
    font-size: 11px;
}

.common-jobList .pt01b ul li a {
    position: relative;
    text-decoration: underline;
}

.common-jobList .pattern-2 .pt01b .span01, .common-jobList .pattern-3 .pt01b .span01 {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    padding: 2px 5px;
    color: #fff;
    font-size: 11px;
    border-radius: 2px;
    border: 1px solid red;
    background: red;
}

.common-jobList .pattern-2 .pt01b .span01:after, .common-jobList .pattern-3 .pt01b .span01:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    border-top: 5px solid red;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.common-jobList .pattern-2 .bg01 {
    padding-bottom: 15px;
    border-top-left-radius: 0;
}
.common-jobList .bg01 {
    padding: 10px 0 0;
    border-radius: 4px;
    border: 1px solid #ffc6c6;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
}

.common-jobList .pt02 {
    position: relative;
    padding: 0 14px;
}

.common-jobList .pt02 .pt02a {
    float: left;
    width: 50px;
    padding: 5px;
}

.common-jobList .pt02 .pt02b {
    margin: 0 0 0 50px;
    padding: 5px 10px;
}

.common-jobList .pt02 .pt02b h1, .common-jobList .pt02 .pt02b h2 {
    font-size: 18px;
    font-weight: 700;
}

.common-jobList .pt02 .pt02b h1 a, .common-jobList .pt02 .pt02b h2 a {
    text-decoration: underline;
    color: #2987ba;
}

.common-jobList .pt02 .pt02b ul li {
    overflow: hidden;
    display: inline-block;
    width: 50%;
    line-height: 1.5;
    padding-right: 10px;
    vertical-align: top;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 700;
}

.common-jobList .pt02 .pt02b ul .li01 {
    width: 100%;
}

.common-jobList .pt02 .pt02b ul li span {
    display: inline-block;
    padding-right: 5px;
    font-weight: 400;
}

.common-jobList .pattern-2 .pt04 {
    padding-top: 5px;
}

.common-jobList .pt04 .ul01 {
    display: table;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #b5b5b5;
    background: #fff;
}

.common-jobList .pt04 .ul01 li:first-child {
    border-left: 0;
}
.common-jobList .pt04 .ul01 li {
    display: table-cell;
    width: 25%;
    padding: 3px;
    border-left: 1px solid #b5b5b5;
}

.common-jobList .pt04 .ul01 li dt {
    position: relative;
    line-height: 26px;
    padding-top: 1px;
    text-align: center;
    color: #888;
    font-size: 11px;
    background: #f2f2f2;
}

.common-jobList .pt04 .ul01 li .dt01:before {
    background-position: 0 0;
}
.common-jobList .pt04 .ul01 li dt:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    top: -1px;
    margin-right: 5px;
    vertical-align: middle;
    border-radius: 50%;
    background: #fff url(../../images/2016/icon_003b.png) no-repeat 0 0;
}

.common-jobList .pt04 .ul01 li dd {
    padding: 5px 3px;
}

.common-jobList .pt04 .ul01 li dd .p02 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 700;
}

.common-jobList .pt04 .ul01 li dd p em {
    font-size: 14px;
}

.common-jobList .pt04 .ul01 li dd .span01 {
    display: inline-block;
    line-height: 1;
    padding: 2px 5px;
    color: #888;
    font-size: 10px;
    border-radius: 2px;
    border: 1px solid #ffdb33;
}

.common-jobList .pattern-2 .pt06 {
    padding-top: 10px;
    border-top: 0;
}
.common-jobList .pt06 {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 5px;
    padding-top: 15px;
    text-align: center;
    border-top: 1px solid #f2f2f2;
}
.common-jobList .pt06>div {
    display: table-cell;
    vertical-align: middle;
}
.common-jobList .pattern-2 .pt06>div {
    vertical-align: bottom;
}
.common-jobList .pt06 .pt06a {
    width: 200px;
    padding: 0 10px;
}
.js-kininaruModule {
    position: relative;
}

.js-kininaruModule .js-kininaruBtn {
    display: block;
    width: 100%;
}

.js-kininaruModule .js-kininaruBtn li {
    display: block;
    padding: 0;
    width: 100%;
}

.common-jobList .pattern-2 .pt06a a {
    line-height: 27px;
    font-size: 14px;
}
.js-kininaruModule .js-kininaruBtn li a {
    display: none;
}

.button-kininaru0 img {
    vertical-align: middle;
}

.common-jobList .pattern-2 .pt06a .button-kininaru1:before {
    content: '';
    width: 23px;
    height: 22px;
    background: url(../../images/2016/bt_021a.png) no-repeat 0 0;
    vertical-align: middle;
}
.button-kininaru1:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 26px;
    margin-right: 2px;
    background: url(../../images/2016/bt_013a.png) no-repeat center/contain;
    vertical-align: middle;
}

.button-kininaru2 em {
    font-size: 13px;
    vertical-align: middle;
}

.common-jobList .pattern-2 .pt06a .button-kininaru3 {
    font-size: 12px;
}

.common-jobList .pattern-2 .pt06a a {
    line-height: 27px;
    font-size: 14px;
}

.button-kininaru3 {
    display: block;
    text-align: center;
    text-decoration: none!important;
    color: #afafaf!important;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #f1f1f1;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    font-weight: 700;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
}

.button-kininaru3>span span {
    display: table-cell;
    width: 50%;
    line-height: 1.2em;
    vertical-align: middle;
}

.js-kininaruModule .js-kininaruMessage li {
    display: block;
    padding: 0;
    width: 100%;
}

.js-kininaruModule .js-kininaruMessage .li01 p {
    font-size: 12px!important;
    color: #f29eb6!important;
}
.js-kininaruModule .js-kininaruMessage li p {
    display: none;
    position: absolute;
    top: -48px;
    left: 0;
    right: 0;
    margin: auto;
    width: 154px;
    border: solid 1px #ccc;
    border-radius: 3px;
    background: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 38px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.common-jobList .pattern-2 .pt06a .p03 {
    position: relative;
    top: 2px;
    text-align: right;
    font-size: 10px;
}
.js-tooltipModule {
    position: relative;
}

.js-tooltipModule .js-tooltipTrigger {
    cursor: pointer;
}
.common-jobList .pattern-2 .pt06a .p03 {
    position: relative;
    top: 2px;
    text-align: right;
    font-size: 10px;
}

.common-jobList .pattern-2 .pt06a .p03 .span01:after {
    content: '?';
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin-left: 2px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #7d7870;
    background: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    box-shadow: 1px 1px 1px rgba(0,0,0,.3);
}

.common-jobList .pattern-2 .pt06a .p03.js-tooltipModule .js-tooltipTarget {
    width: 248px;
    top: 25px;
    left: auto;
    right: -126px;
}
.js-tooltipModule .js-tooltipTarget {
    position: absolute;
    top: 1em;
    left: -50%;
    width: 200%;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 8px 8px 5px;
    text-align: left;
    font-size: 10px;
    -webkit-box-shadow: 0 5px 3px rgba(0,0,0,.3);
    box-shadow: 0 5px 3px rgba(0,0,0,.3);
    z-index: 2;
}

.common-jobList .pattern-2 .pt06a .p03 {
    position: relative;
    top: 2px;
    text-align: right;
    font-size: 10px;
}

.common-jobList .pattern-2 .pt06a .p03.js-tooltipModule .js-tooltipTarget a {
    display: block;
    width: 100%;
    font-size: 10px;
    font-weight: 400;
}
.common-jobList .pattern-2 .pt06a a {
    line-height: 27px;
    font-size: 14px;
}
.js-tooltipModule .js-tooltipTarget a {
    float: right;
    text-align: right!important;
    text-decoration: underline;
    line-height: 1.5!important;
}

@charset "UTF-8";
.entry-bottomLink .pattern-1 {
  padding-top: 5px
}

.entry-bottomLink .pt01 .p01 a {
  position: relative;
  color: #2987ba;
  font-size: 14px
}

.entry-bottomLink .pt01 .p01 a:hover {
  color: #6bb6df
}

.entry-bottomLink .pt01 .p01 a:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: -1px;
  margin-right: 3px;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #c8c8c8;
  background: #fff url(../../images/2016/bt_033a.png) no-repeat 0 -30px
}

.entry-callsResume .pattern-1 {
  padding-top: 20px
}

.entry-callsResume .pattern-2 {
  margin-bottom: 20px;
  border-radius: 6px;
  border: 2px solid #e0e0e0;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.entry-callsResume .bg01 {
  max-width: 500px;
  margin: 0 auto;
  padding: 15px 30px
}

.entry-callsResume .pt01 p {
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  font-weight: 700;
  color: #666;
  text-align: center
}

.entry-callsResume .pt01 p span {
  cursor: pointer;
  display: inline-block;
  width: 74px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #666;
  font-size: 11px;
  font-weight: 700;
  border-radius: 2px;
  border: 1px solid #ffdd3e;
  background: #fff6ca;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3);
  vertical-align: top
}

.entry-callsResume .pt01 p span:hover {
  -ms-filter: 'alpha( opacity=70 )';
  opacity: .7
}

.entry-callsResume .pt01 p span:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #f70;
  background: url(../../images/2016/bt_029a.png) no-repeat;
  background-position: 0 0;
  margin-right: 4px;
  vertical-align: middle
}

.entry-callsResume .pt01 p span.open:before {
  background-position: 0 -9px
}

.entry-callsResume .pt02 {
  display: none
}

.entry-callsResume .pt02 .dl01 {
  display: table;
  padding-top: 10px;
  width: 100%
}

.entry-callsResume .pt02 dl:first-child {
  padding-top: 20px
}

.entry-callsResume .pt02 .dl01 dt {
  display: table-cell;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  vertical-align: middle;
  width: 90px;
  color: #666
}

.entry-callsResume .pt02 .dl01 dt span {
  font-size: 11px;
  font-weight: 400
}

.entry-callsResume .pt02 .dl01 dd {
  display: table-cell;
  font-size: 14px
}

.entry-callsResume .pt02 .dl01 dd input {
  width: 100%;
  padding: 8px 5px;
  text-align: left;
  background: none repeat scroll 0 0 #fff;
  border-radius: 0;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.entry-callsResume .pt02 .dl01 dd input:focus {
  background: #fffbf0;
  border: 1px solid #4da6ff;
  -webkit-box-shadow: none;
  box-shadow: none
}

.entry-callsResume .pt02 .dl01 dd input.error {
  background: #fbe3dc
}

.entry-callsResume .pt02 .dl01 dd .p02.error {
  color: red;
  font-weight: 700
}

.entry-callsResume .pt02 ul {
  padding-top: 20px;
  text-align: center
}

.entry-callsResume .pt02 li {
  text-align: center
}

.entry-callsResume .pt02 li:not(:first-child) {
  padding-top: 8px
}

.entry-callsResume .pt02 li input {
  margin-bottom: 0
}

.entry-callsResume .pt02 li input+span {
  display: inline-block;
  font-size: 10px;
  line-height: 18px
}

.entry-callsResume .pt02 li .button-4 {
  display: block;
  width: 245px;
  height: 45px;
  line-height: 45px;
  margin: auto;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  text-decoration: none;
  font-weight: 700
}

.entry-callsResume .pt02 .p01 {
  padding-top: 5px;
  font-size: 12px;
  text-align: center;
  text-decoration: underline
}

.entry-callsResume .pt02 .dl02 {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e6e0ce;
  margin-top: 15px
}

.entry-callsResume .pt02 .dl02 dt {
  padding: 5px 25px;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 700;
  vertical-align: middle;
  background: #f9f8f4;
  border-radius: 6px 6px 0 0
}

.entry-callsResume .pt02 .dl02 dd {
  padding: 5px 25px;
  font-size: 11px
}

.entry-callsResume .pt02 p.error {
  padding-top: 10px;
  color: red;
  text-align: center;
  font-weight: 700
}

.cut-cutArea+.entry-callsResume .bg01 {
  margin-top: 15px
}

.entry-compRegister a {
  color: #2692ff
}

.entry-compRegister a:hover {
  color: #0ec8de
}

.entry-compRegister .pt01 {
  float: left;
  width: 50%
}

.entry-compRegister .pt02 {
  float: right;
  width: 50%;
  padding-right: 45px
}

.entry-compRegister .pt02 .required {
  background: #fc660c;
  display: inline-block;
  margin: 0 5px 3px 0;
  padding: 2px 5px;
  vertical-align: middle;
  color: #fff;
  font-size: 11px;
  border-radius: 4px;
  font-weight: 700
}

.entry-compRegister .pt02 .itemName {
  font-weight: 700;
  font-size: 14px;
  margin-right: 1em
}

.entry-compRegister .pt02 .comment {
  font-size: 12px
}

.entry-compRegister .pt02 dl input {
  width: 100%;
  height: 37px;
  border: 1px solid #c8c8c8;
  padding-left: 10px
}

.entry-compRegister .pt02 .dl02, .entry-compRegister .pt02 .dl03 {
  padding-top: 15px
}

.entry-compRegister .pt02 .p01 {
  display: block;
  text-align: center;
  padding: 15px 0 10px;
  width: 330px;
  font-size: 17px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 auto;
  line-height: 1
}

.entry-compRegister .pt02 .p01 a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  height: 50px;
  line-height: 50px
}

.entry-compRegister .pt02 .p02 {
  text-align: center
}

.entry-compRegister .pt02 .p02 .comment {
  font-size: 10px
}

.entry-compRegister .pt02 .p03 {
  display: block;
  padding-top: 10px;
  text-align: center
}

.entry-compRegister .pt02 .message {
  font-size: 12px;
  color: #ff5c26;
  padding-top: 5px
}

.entry-compRegister .pt02 input.error {
  background: #fbe3dc
}

.entry-compRegister .pt02 span.error {
  color: red
}

.entry-compRegister+.entry-baseContainer {
  margin-top: 20px
}

.entry-compRegister .entryComp1-cut01, .entry-compRegister .entryComp1-cut02, .entry-compRegister .entryComp1-cut03, .entry-compRegister .entryComp1-cut04 {
  background: #ccc
}

.entry-entryAnounce .entryAnounce-cut01 {
  background: #ccc
}

.entry-confirmation {
  padding-top: 35px;
  padding-bottom: 10px
}

.entry-confirmation>.pt01 {
  text-align: center;
  border-radius: 5px;
  margin-bottom: 5px
}

.entry-confirmation>.pt01 a {
  display: block;
  font-weight: 700;
  font-size: 15px;
  padding: 10px 0 5px
}

.entry-confirmation>.pt01 a:after {
  content: '';
  position: relative;
  width: 22px;
  height: 22px;
  top: -2px;
  background: url(../../images/2016/bt_026a.png) no-repeat;
  background-position: 0 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px
}

.entry-confirmation>.pt01 a.open:after {
  background: url(../../images/2016/bt_026a.png) no-repeat;
  background-position: 0 -22px
}

.entry-entryWrap.js-eAccTgt {
  display: none
}

.entry-entryWrap>.pattern-2 {
  padding-top: 20px
}

.entry-entryWrap>.pattern-3 {
  padding: 30px 0
}

.entry-entryWrap>[class^=pattern-]>.bg01 {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  position: relative
}

.entry-entryWrapNarrow .pattern-1 {
  margin: 40px auto 0;
  width: 760px
}

.entry-entryWrapNarrow .bg01 {
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2)
}

.entry-followMessage .pt01 {
  text-align: center;
  font-size: 22px;
  padding-bottom: 10px
}

.entry-followMessage .pt01 .p01 {
  line-height: 1.1em;
  padding-top: 5px
}

.entry-followMessage .pt01 .p01 img {
  vertical-align: middle;
  padding-right: 5px
}

.entry-followMessage .pt01 small {
  font-size: 12px;
  font-weight: 400;
  color: #444
}

.entry-globalModal {
  position: fixed;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlOArV5bRgAAAApJREFUeNpjYAAAAAIAAeUn3vwAAAAASUVORK5CYII=) repeat
}

.entry-globalModal>.bg01 {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  min-height: 500px
}

.entry-guidance {
  margin: 0 auto
}

.entry-guidance .pattern-1 {
  padding-top: 10px
}

.entry-guidance .pattern-2 {
  padding: 0 40px
}

.entry-guidance .pattern-3 {
  padding: 0 20px
}

.entry-guidance .bg01 {
  padding-bottom: 75px;
  background: url(../../images/2013/bg_177.png) no-repeat 50% 100%
}

.entry-guidance .pt01 {
  background: #f99;
  padding: 20px 30px;
  border-radius: 5px
}

.entry-guidance .pt01 p {
  color: #fff;
  font-size: 16px;
  padding: 5px 0 5px 35px;
  background: url(../../images/2013/bg_178.png) no-repeat 2px 2px;
  min-height: 30px
}

.entry-guidance .pt02 {
  text-align: center
}

.entry-guidance .pt02 p {
  display: inline-block;
  padding: 2px 0;
  text-align: center;
  letter-spacing: .1em;
  color: #630;
  font-size: 22px;
  font-weight: 700;
  border: 5px solid #ffbfbf;
  border-radius: 10px;
  width: 550px
}

.entry-guidance .pt03 {
  padding: 15px 0 0;
  text-align: center
}

.entry-guidance .pt04 {
  margin: 20px auto 20px;
  color: red;
  padding: 15px 0;
  background-color: #fff;
  border: red solid 3px
}

.entry-guidance .pt04>div {
  width: 610px;
  margin: auto
}

.entry-guidance .pt04 p {
  display: inline
}

.entry-guidance .pt04 .span01 {
  font-weight: 700;
  font-size: 14px;
  line-height: 15px
}

.entry-guidance .pt04 .span01:before {
  content: '!';
  font-weight: 700;
  display: inline-block;
  width: 18px;
  height: 17px;
  line-height: 18px;
  border-radius: 50%;
  background: red;
  color: #fff;
  text-align: center;
  padding-top: 1px;
  margin-right: 5px
}

.entry-guidance .pt04 ul {
  margin: 10px 0 0
}

.entry-guidance .pt04 li {
  line-height: 20px;
  color: #666
}

.js-optionArea {
  display: none
}

.entry-inputForm dl {
  margin-bottom: 0 !important;
}

.entry-inputForm .pattern-1 {
  padding: 30px 20px 0
}

.entry-inputForm .pattern-2 {
  padding: 0 20px 30px
}

.entry-motherWrap .entry-inputForm:first-child {
  padding-top: 30px
}

.entry-inputForm:first-child+.entry-inputForm, .inputHidden+.entry-inputForm {
  padding-top: 0
}

.entry-leadMessage+.entry-inputForm {
  padding-top: 4px
}

.entry-inputForm dd, .entry-inputForm dt {
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.entry-inputForm .kininaru, .entry-inputForm .normal, .entry-inputForm .publish, .entry-inputForm .required {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 5px;
  vertical-align: middle;
  color: #fff;
  font-size: 11px;
  border-radius: 4px
}

.entry-inputForm .kininaru {
  padding: 0 3px;
  font-size: 13px;
  font-weight: 400;
  background: #62c083
}

.entry-inputForm .publish {
  background: #37b7cd
}

.entry-inputForm .required {
  background: #fc660c
}

.entry-inputForm .normal {
  background: #b5b5b5
}

.entry-inputForm .must {
  color: #fd6138
}

.entry-inputForm .want {
  color: #f70
}

.entry-inputForm em.success {
  position: relative;
  display: inline-block;
  line-height: 1.1;
  top: -3px;
  margin: 0 0 0 12px;
  padding: 5px 7px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .3);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .3);
  background: #50cb20
}

.entry-inputForm em.success:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: -14px;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 5px 7px;
  border-color: transparent;
  border-right-color: #50cb20
}

.entry-inputForm .pt02 dd .memo {
  display: block;
  padding-top: 3px;
  font-size: 11px;
  color: #979797
}

.entry-inputForm .pt02 .js-lengthCount {
  display: inline-block;
  width: 70%
}

.entry-inputForm .pt02 .js-lengthCount em {
  vertical-align: baseline
}

.entry-inputForm .pt02 .js-lengthCount em.soon {
  color: #f90;
  font-size: 14px
}

.entry-inputForm .pt02 .js-lengthCount em.over {
  color: #ff4600;
  font-size: 16px
}

.entry-inputForm .pt01 {
  position: relative
}

.entry-inputForm .pattern-2 .pt01 {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 2px
}

.entry-inputForm .pt01 h3 {
  color: #666;
  font-size: 16px;
  float: left
}

.entry-inputForm .pt01 h3 img {
  margin-right: 5px;
  vertical-align: bottom
}

.entry-inputForm .pt01 .p03 {
  float: right;
  cursor: pointer;
  display: inline-block;
  width: 74px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #666;
  font-size: 11px;
  font-weight: 700;
  border-radius: 2px;
  border: 1px solid #ffdd3e;
  background: #fff6ca;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3);
  vertical-align: top
}

.entry-inputForm .pt01 .p03:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #f70;
  background: url(../../images/2016/bt_029a.png) no-repeat;
  background-position: 0 0;
  margin-right: 4px;
  vertical-align: middle
}

.entry-inputForm .pt01 .p03.open:before {
  content: ' ';
  background-position: 0 -9px
}

.entry-inputForm .pt01 .p03.fix {
  cursor: not-allowed;
  opacity: .5;
  -ms-filter: 'alpha(opacity=50)'
}

.entry-inputForm .pt01 .p04 {
  position: absolute;
  cursor: pointer;
  line-height: 16px;
  right: 0;
  bottom: 3px;
  padding: 5px 0 2px;
  text-align: center;
  color: #666
}

.entry-inputForm .pt01 .p04 a {
  font-weight: 700;
  color: #2987ba
}

.entry-inputForm .pt01 .p05 {
  position: absolute;
  cursor: pointer;
  line-height: 16px;
  right: 0;
  bottom: 3px;
  padding: 5px 0 2px;
  text-align: center;
  color: #666;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0
}

.entry-inputForm .pt01 .p05 a {
  font-weight: 700;
  /* color: #2987ba; */
  text-decoration: underline
}

.entry-inputForm .pt01 .p05 a:hover {
  color: #6bbbdf
}

.entry-inputForm .pt01 .p05 a.button-1 {
  width: 130px;
  line-height: 26px;
  font-size: 14px;
  font-weight: 700
}

.entry-inputForm .pt02 {
  padding-top: 5px
}

.entry-inputForm .pattern-2 .pt02 {
  padding-top: 0
}

.entry-inputForm .pt02.js-eAccTgt {
  display: none
}

.entry-inputForm .pt02 dl {
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #f3f1e9;
  border: 1px solid #e2e2e2;
  border-right: 0;
  border-top: 0
}

.entry-inputForm .pt02 .li02>dl, .entry-inputForm .pt02>ul>li>dl {
  border-left: 0
}

.entry-inputForm .pt02 li:first-child>dl:first-child {
  border-top: 1px solid #e2e2e2
}

.entry-inputForm .pattern-2 .pt02 li:first-child>dl:first-child {
  border-top: 0
}

.entry-inputForm .pt02 dd>dl:last-child {
  border-bottom: 0
}

.entry-inputForm .pt02 .dl01>dt {
  width: 209px;
  color: #666;
  font-weight: 700
}

.entry-inputForm .pt02 .dl02>dt {
  width: 40px;
  color: #666;
  font-weight: 700
}

.entry-inputForm .pt02 .dl02 dd>dl {
  border-right: 0
}

.entry-inputForm .pt02 .dl02 dd>dl dt {
  width: 116px;
  padding-right: 40px;
  color: #666
}

.entry-inputForm .pt02 dt {
  position: relative;
  display: table-cell;
  padding: 15px 8px;
  vertical-align: top;
  background: #f2f2f2;
  border: 2px solid #fff
}

.entry-inputForm .pt02 dt em {
  position: absolute;
  right: 3px
}

.entry-inputForm .pt02 dt em.bottom {
  bottom: 15px
}

.entry-inputForm .pt02 dt em.kininaru+em.second, .entry-inputForm .pt02 dt em.second {
  right: 38px
}

.entry-inputForm .pt02 dt .span01 {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #988a72
}

.entry-inputForm .pt02 dd {
  position: relative;
  background: #fff;
  display: table-cell;
  vertical-align: middle
}

.entry-inputForm .pt02 .dl01 dd, .entry-inputForm .pt02 .dl02 dd>dl dd {
  position: relative;
  padding: 5px 10px
}

.entry-inputForm .pt02 .li03 dl dd label span {
  font-size: 12px
}

.entry-inputForm .pt02 dl dd .span01 {
  padding-left: 1em
}

.entry-inputForm .pt02 dl dd .span02 {
  display: block;
  padding: 3px 0
}

.entry-inputForm .pt02 dl dd .span03 {
  float: right;
  padding-right: 5px
}

.entry-inputForm .pt02 dl dd .span05 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 25px
}

.entry-inputForm .pt02 dl dd .attention {
  color: #ff4600;
  font-weight: 700;
  font-size: 11px
}

.entry-inputForm .pt02 dl dd input[type=email]~.attention {
  display: block;
  padding-top: 3px;
  letter-spacing: -.1px
}

.entry-inputForm .pt02 dl dd .comment {
  display: block;
  padding-top: 3px;
  color: #666;
  font-weight: 400;
  font-size: 11px
}

.entry-inputForm .pt02 select, .entry-inputForm .pt02 textarea {
  padding: 8px 5px;
  width: auto;
  min-height: 1em;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.entry-inputForm .pt02 input[type=email], .entry-inputForm .pt02 input[type=password], .entry-inputForm .pt02 input[type=tel], .entry-inputForm .pt02 input[type=text] {
  padding: 8px 5px;
  width: auto;
  min-height: 1em;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.entry-inputForm .pt02 textarea {
  border-radius: 0
}

.entry-inputForm .pt02 input[type=button] {
  display: inline-block;
  margin-left: 5px;
  font-size: 15px;
  cursor: pointer;
  width: 70px;
  height: 35px;
  font-weight: 700
}

.entry-inputForm .pt02 select:focus, .entry-inputForm .pt02 textarea:focus {
  background: #fffbf0;
  border: 1px solid #4da6ff;
  -webkit-box-shadow: none;
  box-shadow: none
}

.entry-inputForm .pt02 input[type=email]:focus, .entry-inputForm .pt02 input[type=password]:focus, .entry-inputForm .pt02 input[type=tel]:focus, .entry-inputForm .pt02 input[type=text]:focus {
  background: #fffbf0;
  border: 1px solid #4da6ff;
  -webkit-box-shadow: none;
  box-shadow: none
}

.entry-inputForm .pt02 select.error, .entry-inputForm .pt02 textarea.error {
  background: #fbe3dc;
  -webkit-box-shadow: none;
  box-shadow: none
}

.entry-inputForm .pt02 input[type=email].error, .entry-inputForm .pt02 input[type=password].error, .entry-inputForm .pt02 input[type=tel].error, .entry-inputForm .pt02 input[type=text].error {
  background: #fbe3dc;
  -webkit-box-shadow: none;
  box-shadow: none
}

.entry-inputForm .pt02 select:disabled, .entry-inputForm .pt02 textarea:disabled {
  background: #e2e2e2;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none
}

.entry-inputForm .pt02 input.w80 {
  max-width: 80px;
  margin-left: 5px
}

.entry-inputForm .pt02 input.w100 {
  max-width: 100px;
  margin-left: 5px
}

.entry-inputForm .pt02 input.w400 {
  width: 400px
}

.entry-inputForm .pt02 select {
  max-width: 400px
}

.entry-inputForm .pt02 .li01 select {
  width: 100%
}

.entry-inputForm .pt02 .select01 {
  width: 160px
}

.entry-inputForm .pt02 textarea {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 400px;
  min-height: 20px;
  max-height: 300px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: vertical
}

.entry-inputForm .pt02 .dd01 {
  margin-left: 210px;
  padding: 2px 10px
}

.entry-inputForm .pt02 .dd02 {
  margin-left: 100px
}

.entry-inputForm .pt02 .dd02 dd {
  margin-left: 109px;
  padding: 2px 10px
}

.entry-inputForm .pt02 dd label, .entry-inputForm .pt02 dd select, .entry-inputForm .pt02 dd span {
  display: inline-block;
  vertical-align: middle;
  cursor: default
}

.entry-inputForm .pt02 dd select {
  white-space: nowrap
}

.entry-inputForm .pt02 dd select:not(:first-child) {
  margin-left: 1ex
}

.entry-inputForm .pt02 dd .error+select {
  margin-left: 0
}

.entry-inputForm .pt02 dd label+label {
  margin-left: 10px
}

.entry-inputForm .pt02 dd .-radio03 {
  display: block;
  cursor: pointer;
  display: inline-block;
  width: 130px;
  height: 38px
}

.entry-inputForm .pt02 dd .-radio03>input[type=radio] {
  display: none
}

.entry-inputForm .pt02 dd .-radio03>input[type=radio]:checked+span {
  background: #ff9c39;
  color: #fff
}

.entry-inputForm .pt02 dd .-radio03>input[type=radio]:checked+span::before {
  background: url(../../images/2016/icon_058b.svgz) no-repeat center/100% auto
}

.entry-inputForm .pt02 dd .-radio03>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  color: #a0a0a0;
  font-size: 12px;
  font-weight: 700;
  background: #eaeaea;
  white-space: nowrap;
  line-height: 1;
  pointer-events: none
}

.entry-inputForm .pt02 dd .-radio03>span::before {
  content: '';
  position: relative;
  display: inline-block;
  top: -1px;
  background: url(../../images/2016/icon_058c.svgz) no-repeat center/100% auto;
  width: 16px;
  height: 12px;
  margin: 0 .25em 0 -.5em
}

.entry-inputForm .pt02 dd li {
  min-height: 38px
}

.entry-inputForm .pt02 dd .li02 {
  padding-top: 10px
}

.entry-inputForm .pt02 dd>.ul02>li:not(:first-of-type) {
  padding-top: 5px
}

.entry-inputForm .pt02 dd>.ul02 li span {
  width: 80px
}

.entry-inputForm .pt02 dd .p01 {
  padding: 5px 0
}

.entry-inputForm .pt02 dd .p01 label {
  vertical-align: top
}

.entry-inputForm .pt02 dd .p01 label input {
  vertical-align: top
}

.entry-inputForm .pt02 dd .p01 label+label {
  margin-left: 7px
}

.entry-inputForm .pt02 dd .p02 {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 5px 0
}

.entry-inputForm .pt02 dd .p02 span {
  display: table-cell;
  vertical-align: middle
}

.entry-inputForm .pt02 dd .p02 span:first-child {
  width: 84px
}

.entry-inputForm .pt02 dd .p02 span a:first-child {
  display: inline-block;
  cursor: pointer;
  width: 85px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #666;
  font-size: 11px;
  font-weight: 700;
  border-radius: 2px;
  border: 1px solid #ffdd3e;
  background: #fff6ca;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3);
  vertical-align: top;
  text-decoration: none
}

.entry-inputForm .pt02 dd .p01 span {
  width: auto
}

.entry-inputForm .pt02 dd>.ul02 li .p01 span {
  width: auto
}

.entry-inputForm .pt02 dd>.ul03>li {
  display: inline-block;
  width: 48%;
  padding-top: 5px
}

.entry-inputForm .pt02 dd>.ul03>li:first-child, .entry-inputForm .pt02 dd>.ul03>li:nth-of-type(2) {
  padding-top: 0
}

.entry-inputForm .pt02 .dl02 dd dl dd .span03 a {
  text-decoration: underline
}

.entry-inputForm .pt02 dd input.disabled {
  background: #e2e2e2;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none
}

.entry-inputForm .pt03 {
  position: relative;
  padding-top: 10px;
  border-top: 1px solid #e2e2e2
}

.entry-inputForm .pt03 .ul04 {
  letter-spacing: -.4em;
  text-align: center
}

.entry-inputForm .pt03 .ul04 li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: bottom
}

.entry-inputForm .pt03 .ul04 .li01 {
  width: 35%
}

.entry-inputForm .pt03 .ul04 .li02 {
  width: 65%
}

.entry-inputForm .pt03 .ul04 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  height: 45px
}

.entry-inputForm .pt03 .ul04 li a span {
  font-size: 17px
}

.entry-inputForm .pt03 .ul04 li a small {
  font-size: 11px;
  font-weight: 400
}

.entry-inputForm .pt03 .ul04 li .p01 {
  position: relative;
  display: inline-block;
  padding: 10px 35px;
  text-align: left
}

.entry-inputForm .pt03 .ul04 li .p01 span {
  font-size: 14px
}

.entry-inputForm .pt03 .ul04 li .p01 em {
  color: #f47821
}

.entry-inputForm .pt03 .ul04 li .p01:before {
  content: '';
  width: 29px;
  height: 29px;
  display: inline-block;
  background: url(../../images/2016/icon_032a.png) no-repeat;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto
}

.entry-inputForm .pt03 .helpBox {
  top: 65px;
  margin-left: 100%;
  text-align: left;
  padding-left: 40px
}

.entry-inputForm .pt04 {
  padding: 5px 0 15px
}

.entry-inputForm .pt04 .ul01 {
  font-size: 0
}

.entry-inputForm .pt04 .ul01 li {
  overflow: hidden;
  display: inline-block;
  padding-left: 15px;
  vertical-align: top;
  color: #666;
  font-size: 12px
}

.entry-inputForm .pt04 .ul01 li:first-child {
  padding-left: 0
}

.entry-inputForm .pt04 .ul01 li em {
  float: left;
  margin: 0
}

.entry-inputForm .pt04 .ul01 li span {
  display: block;
  margin-left: 35px;
  padding-left: 1em;
  text-indent: -1em
}

.entry-inputForm .pt04 .p01 {
  color: #666;
  font-size: 14px
}

.entry-inputForm .pt04 .p02 {
  color: #666;
  font-size: 12px
}

.entry-inputForm .pt04 .p01 em, .entry-inputForm .pt04 .p02 em {
  margin: 0
}

.entry-inputForm .pt04 .p01 span, .entry-inputForm .pt04 .p02 span {
  padding-left: 5px;
  padding-right: 10px
}

.entry-inputForm .pt04 .helpBox {
  width: 200px;
  top: -1px;
  padding-left: 0
}

.entry-inputForm .pt05 .p02 {
  font-size: 14px
}

.entry-inputForm .pt05 span {
  color: #666
}

.entry-inputForm .pt05 .error {
  display: block;
  color: red;
  font-weight: 700
}

.entry-inputForm .pt05 .span01 {
  display: block;
  padding-top: 5px;
  font-size: 12px;
  height: 33px;
  line-height: 33px
}

.entry-inputForm .pt05 .span01 a {
  margin-left: 15px;
  margin-top: 0
}

.entry-inputForm .pt06 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto
}

.entry-inputForm .pt06 .p01 {
  display: block;
  text-align: center
}

.entry-inputForm .pt06 a {
  color: #2692ff;
  font-size: 14px
}

.entry-inputForm .js-workHistory.hidden {
  display: none
}

.entry-inputForm .pattern-2 .pt02 .li04 .span04 a {
  margin-left: 20px
}

.entry-inputForm .pattern-2 .pt02 .li01 dd>select {
  max-width: none;
  width: 90%
}

.entry-inputForm .pattern-2 .pt02 li .bg01 {
  padding-bottom: 15px
}

.entry-inputForm .pattern-2 .pt02 li .bg01 dl {
  display: table;
  border: 0
}

.entry-inputForm .pattern-2 .pt02 li .bg01 dl dd, .entry-inputForm .pattern-2 .pt02 li .bg01 dl dt {
  display: table-cell;
  table-layout: fixed;
  width: 100%
}

.entry-inputForm .pattern-2 .pt02 li .bg01 dl dt {
  width: 46%;
  padding: 2px 10px;
  font-weight: 400
}

.entry-inputForm .pattern-2 .pt02 li .bg01 dl dd {
  width: 18%;
  padding: 0;
  text-align: center;
  border-left: 1px dotted #ccc
}

.entry-inputForm .pattern-2 .pt02a dd, .entry-inputForm .pattern-2 .pt02a dt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.entry-inputForm .pattern-2 .pt02b dd, .entry-inputForm .pattern-2 .pt02b dt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.entry-inputForm .pattern-2 .pt02 li .bg01 dl dd label {
  display: block;
  padding: 2px 0
}

.entry-inputForm .pattern-2 .pt02 li .bg01 dl dd label input {
  margin: 0
}

.entry-inputForm .pattern-2 .pt02 li .bg01 .dl01 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff1ca
}

.entry-inputForm .pattern-2 .pt02 li .bg01 .dl01 dt {
  font-weight: 700;
  padding: 5px 10px;
  background: #fffcf0;
  border: 0
}

.entry-inputForm .pattern-2 .pt02 li .bg01 .dl01 dd {
  font-weight: 700;
  background: #fffcf0;
  padding: 2px 10px
}

.entry-inputForm .pattern-2 .pt02 li .bg01 .dl02 {
  background: #fff
}

.entry-inputForm .pattern-2 .pt02 li .bg01 .dl02 dt {
  background: #fff;
  border: transparent
}

.entry-inputForm .pattern-2 .pt02 li .bg01 .dl02 dd {
  background: #fff
}

.entry-inputForm .pattern-2 .pt02 li .bg01 .dl03 {
  background: #f5f1eb
}

.entry-inputForm .pattern-2 .pt02 li .bg01 .dl03 dt {
  background: #f3f3f3;
  border: transparent
}

.entry-inputForm .pattern-2 .pt02 li .bg01 .dl03 dd {
  background: #f3f3f3
}

.entry-inputForm .pattern-2 .pt02 .li05 dd input[type=text] {
  margin-left: 10px
}

.entry-inputForm .pattern-2 .pt02b {
  display: none
}

.entry-inputForm .pattern-2 .pt02c {
  border-top: 1px solid #ccc
}

.entry-inputForm .pattern-2 .pt02c a {
  display: block;
  padding: 5px 0;
  text-align: center;
  text-decoration: underline
}

.entry-inputForm .pattern-2 .pt02c a:before {
  content: '';
  display: inline-block;
  background: url(../../images/2016/bt_017a.png) no-repeat;
  width: 10px;
  height: 6px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 5px 0 0;
  vertical-align: middle
}

.entry-inputForm .pattern-2 .pt02c a.open:before {
  content: '';
  background-position: 0 -6px
}

.entry-inputForm .pattern-4 .pt02 dd>label {
  margin-top: 3px;
  height: 36px
}

.entry-inputForm .pattern-4 .pt02 dd>label+label {
  padding-left: 10px
}

.entry-inputForm .pattern-4 .pt02 .li01 li:first-child select {
  max-width: none;
  width: 50%
}

.entry-inputForm .pattern-4 .pt02 .li01 li:nth-child(2) select {
  max-width: none;
  width: 90%
}

.entry-inputForm .pattern-4 .pt02 .li05 li:nth-child(2) select {
  max-width: none;
  width: 80%
}

.entry-inputForm .pattern-4 .pt02 dd li>label {
  display: inline-block
}

.entry-inputForm .pattern-4 .pt02 dd li>label input {
  margin-left: 1ex
}

.entry-inputForm .pt02 label {
  position: relative
}

.entry-inputForm .pt02 input[type=checkbox]+span {
  display: inline-block;
  height: 18px;
  cursor: default
}

.entry-inputForm .pattern-5 {
  padding: 50px 20px 0
}

.entry-inputForm:first-child .pattern-5 {
  padding: 20px 20px 0
}

.entry-inputForm .pattern-5 .pt02 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* border: 0 */
}

.entry-inputForm .pattern-5 .pt02 li {
  border-bottom: 1px solid #e2e2e2
}

.entry-inputForm .pattern-5 .pt02 li:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: '.'
}

.entry-inputForm .pattern-5 .pt02 li:first-child {
  border-top: 1px solid #e2e2e2
}

.entry-inputForm .pattern-5 .pt02 .li01 dl {
  width: 50%;
  float: left
}

.entry-inputForm .pattern-5 .pt02 li li:first-child, .entry-inputForm .pattern-5 .pt02 li:first-child>dl:first-child {
  border: 0
}

.entry-inputForm .pattern-5 .pt02 dt {
  width: 130px;
  font-weight: 700;
  color: #666;
  border: 2px solid #fff
}

.entry-inputForm .pattern-5 .pt02 .dl01>dt {
  width: 160px
}

.entry-inputForm .pattern-5 .pt02 .dl01>dt em {
  position: relative;
  display: inline-block;
  padding-left: 8px
}

.entry-inputForm .pattern-5 .pt02 li li {
  border: 0
}

.entry-inputForm .pattern-5 .pt02 li li dl {
  border: 0
}

.entry-inputForm .pattern-5 .pt02 li li dt {
  background: #fff;
  width: 80px;
  padding: 0;
  font-weight: 700
}

.entry-inputForm .pattern-5 .pt02 dd {
  padding: 10px;
  color: #666
}

.entry-inputForm .pattern-5 .pt02 li li dd {
  padding: 0
}

.entry-inputForm .js-inputWrapper {
  display: inline-block;
  max-width: 90%;
  vertical-align: middle
}

.entry-inputForm .js-inputTooltip {
  position: absolute;
  z-index: 1;
  display: none;
  width: auto;
  padding-left: 15px;
  vertical-align: middle;
  white-space: nowrap
}

.entry-inputForm .js-inputTooltip .inputComment {
  position: relative;
  line-height: 1.1;
  padding: 7px 5px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .3);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .3);
  background: #ddd
}

.entry-inputForm .js-inputTooltip .inputComment:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: -20px;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 10px;
  border-color: transparent;
  border-right-color: #ddd
}

.entry-inputForm .js-inputTooltip.error .inputComment:after, .entry-inputForm .js-inputTooltip.success .inputComment:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: -16px;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 10px;
  border-color: transparent;
  border-right-color: #fff
}

.entry-inputForm .js-inputTooltip.error .inputComment {
  display: inline-block;
  color: #fd704e;
  border: 2px solid #fd704e;
  background: #fff;
  font-weight: 700
}

.entry-inputForm .js-inputTooltip.error .inputComment:before {
  border-right-color: #ff7373
}

.entry-inputForm .js-inputTooltip.success .inputComment {
  display: inline-block;
  color: #50cb20;
  background: #fff;
  border: 2px solid #50cb20;
  font-weight: 700
}

.entry-inputForm .js-inputTooltip.success .inputComment:before {
  border-right-color: #50cb20
}

.entry-inputForm .js-inputTooltip.hidden {
  display: none!important
}

.js-optionArea .entry-inputForm .js-inputTooltip.success {
  display: none
}

.entry-inputForm .helpBox {
  position: absolute;
  display: block;
  width: 230px;
  top: 0;
  margin-left: 100%;
  padding-left: 30px;
  color: #666
}

.entry-inputForm .helpBox.type-1 {
  top: 62px
}

.entry-inputForm .helpBox.hidden {
  display: none
}

.entry-inputForm .helpBox .pt01 {
  position: relative;
  padding: 15px 10px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .2);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .2);
  background: #fff
}

.entry-inputForm .helpBox .pt01:before {
  content: '';
  position: absolute;
  display: block;
  visibility: visible;
  width: 0;
  height: 0;
  top: 45px;
  left: -18px;
  border-right: 18px solid #e0e0e0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent
}

.entry-inputForm .helpBox .pt01:after {
  content: '';
  position: absolute;
  display: block;
  visibility: visible;
  width: 0;
  height: 0;
  top: 47px;
  left: -16px;
  border-right: 17px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent
}

.entry-inputForm .helpBox .pt01 p {
  position: relative;
  line-height: 30px;
  padding: 0 0 10px 35px;
  font-weight: 700
}

.entry-inputForm .helpBox .pt01 .p01:after {
  content: '';
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  left: 0;
  bottom: 12px;
  background: url(../../images/2016/icon_033a.png) no-repeat
}

.entry-inputForm .helpBox .pt01 .js-tooltipTrigger:after {
  content: '?';
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  border: 1px solid #666;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px -2px #666;
  box-shadow: 0 2px 4px -2px #666;
  text-align: center;
  font-size: 12px;
  font-weight: 400
}

.entry-inputForm .helpBox .pt01 .p02:before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  bottom: 15px;
  background: url(../../images/2016/icon_026a.png) no-repeat 0 0
}

.entry-inputForm .helpBox .pt01 span {
  line-height: 1.2;
  text-align: left
}

.entry-inputForm .helpBox .pt01 span span {
  font-size: 10px;
  padding: 5px 0 5px
}

.entry-inputForm .helpBox .pt01 .span03 {
  display: block;
  text-align: right
}

.entry-inputForm .helpBox .pt01 .span03 a {
  color: #2692ff;
  font-size: 12px;
  font-weight: 400
}

.entry-inputForm .helpBox .pt01 .p02+.span02 {
  width: 210px;
  left: auto;
  right: -11px;
  top: -85px;
  font-size: 11px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.entry-inputForm .helpBox .pt01 .span02 i {
  display: block;
  padding-top: 5px;
  font-style: normal
}

.entry-inputForm .helpBox .pt01 .span02:before {
  top: 78px;
  border-top: 10px solid #bbb;
  border-bottom: 0;
  right: 16px;
  left: inherit
}

.entry-inputForm .helpBox .pt01 .span02:after {
  top: 77px;
  border-top: 10px solid #fff;
  border-bottom: 0;
  right: 16px;
  left: inherit
}

.entry-inputForm .helpBox .pt01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 700
}

.entry-inputForm .helpBox .pt01 a small {
  font-size: 10px
}

.entry-inputForm .helpBox+div a {
  font-weight: 700;
  display: inline-block
}

.entry-inputForm .js-inputZipList {
  position: absolute;
  display: none;
  z-index: 2;
  width: 400px;
  top: 0;
  left: 180px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .3);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, .3);
  background: #ffe59a
}

.entry-inputForm .js-inputZipList .pt01 {
  padding: 5px;
  text-align: right
}

.entry-inputForm .js-inputZipList .pt01 .button-2 {
  padding: 5px 20px
}

.entry-inputForm .js-inputZipList .pt02 {
  overflow-y: scroll;
  height: 400px;
  margin: 0 5px 5px 5px;
  border-radius: 0 0 6px 6px;
  background: #fff
}

.entry-inputForm .js-inputZipList .pt02 li {
  cursor: pointer;
  line-height: 28px;
  padding: 0 5px
}

.entry-inputForm .js-inputZipList .pt02 li:hover {
  background: #fff1ca
}

.entry-inputForm .js-suggestEmail {
  position: relative
}

.entry-inputForm .js-suggestEmail .js-seList {
  display: none;
  position: absolute;
  top: 35px;
  right: 0;
  width: 330px;
  z-index: 2
}

.entry-inputForm .js-suggestEmail .js-seList>ul {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0 0 4px 4px;
  margin: 0;
  padding: 0
}

.entry-inputForm .js-suggestEmail .js-seList>ul>li {
  display: none;
  width: 100%;
  padding: 0 5px;
  border-top: 1px solid #e5e5e5;
  line-height: 40px
}

.entry-inputForm .js-suggestEmail .js-seList>ul>li:first-child {
  border-top: 0
}

.entry-inputForm .js-suggestEmail .js-seList>ul>li.visible {
  display: block
}

.entry-inputForm .js-suggestEmail .js-seList>ul>li.current, .entry-inputForm .js-suggestEmail .js-seList>ul>li:hover {
  background: #ffe9b9;
  cursor: pointer
}

.entry-jobInfo {
  padding-top: 20px
}

.entry-jobInfo.hidden {
  display: none
}

.entry-jobInfo div:after, .entry-jobInfo:after {
  clear: none
}

.entry-jobInfo .pattern-1, .entry-jobInfo .pattern-2 {
  position: relative
}

.entry-jobInfo .bg01 {
  background: #fff;
  border-radius: 6px;
  border: 2px solid #fad631;
  color: #666;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .3)
}

.entry-jobInfo:first-child {
  padding-top: 0
}

.entry-jobInfo .pt01 {
  margin: 4px 4px 0;
  padding: 0 5px;
  border-bottom: 1px solid #eee
}

.entry-jobInfo .pattern-2 .pt01 {
  padding: 15px 5px
}

.entry-jobInfo .pt01 h3 {
  position: relative;
  line-height: 45px;
  padding: 0 0 0 35px;
  font-weight: 700;
  font-size: 16px
}

.entry-jobInfo .pt01 h3:before {
  content: '';
  display: block;
  position: absolute;
  width: 27px;
  height: 21px;
  left: 0;
  top: 0;
  bottom: 0;
  background: url(../../images/2016/icon_030a.png) no-repeat 0 100%;
  margin: auto
}

.entry-jobInfo .pattern-2 .pt01 h3 {
  line-height: 14px
}

.entry-jobInfo .pattern-2 .pt01 h3 small {
  line-height: 12px;
  font-size: 11px;
  font-weight: 400
}

.entry-jobInfo .pt02 {
  margin: 0 4px;
  padding-bottom: 3px
}

.entry-jobInfo dl {
  border-bottom: 1px solid #eee;
  padding: 10px 5px
}

.entry-jobInfo .pt02>ul>li {
  border-bottom: 1px solid #eee;
  padding: 10px 5px
}

.entry-jobInfo .pt02 dl:first-child {
  border-top: 0
}

.entry-jobInfo dt {
  font-weight: 700;
  font-size: 11px;
  position: relative;
  padding-left: 10px
}

.entry-jobInfo dt:before {
  content: '';
  width: 5px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: #eee
}

.entry-jobInfo .pt02 ul li:first-child {
  border-top: 0
}

.entry-jobInfo .pt02 ul li li {
  position: relative;
  padding-left: 18px;
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.entry-jobInfo .pt02 ul li li:before {
  content: '';
  position: absolute;
  display: block;
  visibility: visible;
  width: 13px;
  height: 12px;
  top: 2px;
  left: 0;
  background: url(../../images/2016/icon_035a.png) no-repeat 0 0
}

.entry-jobInfo .pt02 ul li .li02:before {
  background-position: 0 100%
}

.entry-jobInfo .pt02 ul li a {
  text-decoration: underline;
  font-weight: 700;
  padding-bottom: 5px;
  display: block;
  color: #7398b0
}

.entry-jobInfo .pt02 .ul02 {
  display: none
}

.entry-jobInfo .pt03 {
  margin: 0 4px 4px;
  padding: 10px 5px 10px 5px;
  text-align: center
}

.entry-jobInfo .pattern-1 .pt03 a {
  font-size: 13px;
  color: #2987ba
}

.entry-jobInfo .pattern-1 .pt03 a span {
  position: relative;
  line-height: 16px;
  padding-left: 20px;
  text-decoration: underline
}

.entry-jobInfo .pattern-1 .pt03 a:hover {
  color: #6bb6df
}

.entry-jobInfo .pattern-1 .pt03 a span:before {
  content: '';
  position: absolute;
  display: block;
  width: 18px;
  height: 17px;
  top: 0;
  left: 0;
  background: url(../../images/2016/bt_028a.png) no-repeat
}

.entry-jobInfo .pt04 {
  text-align: center
}

.entry-jobInfo .pt04 a {
  display: block;
  height: 45px;
  line-height: 45px;
  text-decoration: underline
}

.entry-jobInfo .pt04 a:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 6px;
  background: url(../../images/2016/bt_017a.png) no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  margin-right: 5px
}

.entry-jobInfo .pt04 a.open:before {
  background: url(../../images/2016/bt_017a.png) no-repeat;
  background-position: 0 100%
}

.entry-leadMessage .pattern-1 {
  padding: 40px 0 30px
}

.entry-leadMessage .pattern-2 {
  padding: 40px 0 0 0
}

.entry-leadMessage .pattern-3 {
  padding: 150px 0
}

.entry-leadMessage .pattern-4 {
  padding: 20px 0
}

.entry-leadMessage .pt01 {
  text-align: center;
  font-size: 22px;
  padding-bottom: 10px
}

.entry-leadMessage .pattern-4 .pt01 {
  padding-bottom: 0
}

.entry-leadMessage .pt01 em {
  color: #444
}

.entry-leadMessage .pt01 .p02 {
  padding-top: 5px;
  line-height: 1.1em
}

.entry-leadMessage .pt01 small {
  font-size: 12px;
  font-weight: 400;
  color: #444
}

.entry-leadMessage .pt01 small em {
  color: red;
  font-size: 16px
}

.entry-leadMessage .pt01 .p02 img {
  vertical-align: middle;
  padding-right: 5px
}

.entry-leadMessage .pt02 {
  text-align: center;
  font-size: 18px
}

.entry-leadMessage .pt02 img {
  padding-bottom: 10px
}

.entry-linkArea .pt01 .p01 {
  text-align: center
}

.entry-linkArea .pt01 .p01 a {
  position: relative;
  padding-right: 15px;
  font-size: 16px;
  color: #2987ba
}

.entry-linkArea .pt01 .p01 a:hover {
  color: #6bb6df;
  text-decoration: underline
}

.entry-linkArea .pt01 .p01 a:after {
  content: '';
  position: absolute;
  top: -3px;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 7px;
  height: 11px;
  background: url(../../images/2016/bt_002b.png) no-repeat 0 0
}

.entry-linkButton>.pattern-1 {
  padding: 30px 0;
  position: relative
}

.entry-linkButton>div {
  text-align: center
}

.entry-linkButton .pt01 {
  text-align: center
}

.entry-linkButton .pt01 .ul01 {
  padding-top: 10px;
  text-align: center
}

.entry-linkButton .pt01 .ul01 li {
  display: inline-block;
  text-align: center;
  margin-left: 18px
}

.entry-linkButton .pt01 .ul01 li:first-child {
  margin-left: 0
}

.entry-linkButton .pt01 .ul01 li a {
  display: block;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
  padding: 8px 0
}

.entry-linkButton .pt01 .ul01 .li01 a, .entry-linkButton .pt01 .ul01 .li02 a {
  width: 220px
}

.entry-linkButton .pt02 .ul01 {
  font-size: 0;
  max-width: 600px;
  margin: auto;
  text-align: center
}

.entry-linkButton .pt02 .ul01 li {
  letter-spacing: normal;
  display: inline-block;
  padding: 0 10px;
  vertical-align: bottom;
  text-align: center
}

.entry-linkButton .pt02 .ul01 .li01 {
  width: 35%
}

.entry-linkButton .pt02 .ul01 .li02 {
  width: 65%
}

.entry-linkButton .pt02 .ul01 .li03 {
  width: 50%
}

.entry-linkButton .pt02 .ul01 li a, .entry-linkButton .pt02 .ul01 li input {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 700;
  height: 49px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.entry-linkButton .pt02 input {
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  padding: 10px 10px;
  width: 290px;
  margin: auto;
  font-weight: 700
}

.entry-linkButton .pt02 .ul01 li a {
  line-height: 49px;
  padding: 0
}

.entry-linkButton .pt03 {
  padding-top: 10px
}

.entry-linkButton .pt03 a {
  color: #06c
}

.entry-linkButton .pt04 {
  position: relative
}

.entry-linkButton .pt04 p {
  position: absolute;
  opacity: 0;
  display: block;
  width: 240px;
  line-height: 14px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 20px;
  color: #444;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2)
}

.entry-linkButton .pt04 p:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -17px;
  margin: auto;
  border-top: 17px solid #ccc;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent
}

.entry-linkButton .pt04 p:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -14px;
  border-top: 15px solid #f9f9f9;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent
}

.entry-linkButton .pt05 {
  padding-bottom: 10px
}

.entry-linkButton .pt05 .p01 {
  font-size: 18px;
  font-weight: 700;
  color: red
}

.entry-linkButton .pt05 .p02 {
  font-size: 14px
}

.entry-linkButton .pt05 .p02 a {
  color: #2987ba
}

.entry-linkButton .pt05 .p02 a:hover {
  color: #6bb6df
}

.entry-linkButton .pt05 .p03 {
  font-size: 16px;
  padding-top: 5px
}

.entry-linkButton .pt05 .p04 {
  font-size: 18px;
  font-weight: 700
}

.entry-linkButton .pt05 .p05 {
  font-size: 16px;
  padding-top: 5px
}

.entry-linkButton .pt05 .p05 a {
  color: #2987ba;
  text-decoration: underline;
  position: relative
}

.entry-linkButton .pt05 .p05 a:after {
  background: url(../../images/2016/bt_046a.png) no-repeat 0 0;
  position: absolute;
  height: 17px;
  width: 17px;
  margin: 3px 0 0 5px;
  content: ''
}

.entry-linkButton .pt05 .p05 a:hover {
  color: #6bb6df
}

.entry-linkButton .pt06 {
  padding-top: 10px
}

.entry-linkButton .pt06 ul {
  margin: 0 auto;
  text-align: left;
  width: 355px
}

.entry-linkButton .pt06 li {
  padding-bottom: 5px
}

.entry-linkButton .pt07 {
  padding-top: 20px
}

.entry-linkButton .pt07 .p01 {
  font-size: 14px
}

.entry-linkButton .pt07 .p01 a {
  color: #2987ba
}

.entry-linkButton .pt07 .p01 a:hover {
  color: #6bb6df
}

.entry-linkButton.bottom {
  position: absolute;
  left: 0;
  right: 0
}

.entry-linkButton.float {
  position: fixed;
  z-index: 3;
  display: none;
  width: 980px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: auto
}

.entry-linkButton.float .pattern-1 {
  padding: 0
}

.entry-linkButton.float .pt02 {
  margin-right: 220px;
  padding: 20px 0;
  background: rgba(255, 255, 255, .8)
}

.entry-linkButton.float .pt05 {
  margin: 0 220px -10px 0;
  padding: 10px 0 0;
  background: rgba(255, 255, 255, .8)
}

.entry-linkButton.float .pt06 {
  margin: -10px 220px 0 0;
  padding: 0 0 10px;
  background: rgba(255, 255, 255, .8)
}

.entry-linkButton.float .pt04 {
  margin-right: 220px
}

.entry-loginForm .pattern-1 {
  padding-bottom: 50px
}

.entry-loginForm .bg01 {
  width: 900px;
  border: 2px solid #f9d118;
  background: #fffcee;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  margin: auto
}

.entry-loginForm p {
  font-size: 16px;
  padding-bottom: 10px
}

.entry-loginForm p span {
  font-weight: 700;
  font-size: 17px
}

.entry-loginForm p.p02 span {
  display: block;
  font-size: 14px;
  padding: 5px;
  border: red solid 3px;
  color: red;
  text-align: left;
  background: #fff;
  font-weight: 700;
  width: 785px;
  margin: auto
}

.entry-loginForm p.p02 span:before {
  content: '!';
  font-weight: 700;
  display: inline-block;
  width: 18px;
  height: 17px;
  line-height: 18px;
  border-radius: 50%;
  background: red;
  color: #fff;
  text-align: center;
  padding-top: 1px;
  margin-right: 5px
}

.entry-loginForm dl {
  display: inline-block;
  font-size: 0;
  vertical-align: middle
}

.entry-loginForm dl dt {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 25px
}

.entry-loginForm dl dt:first-child {
  padding-left: 0
}

.entry-loginForm dl dd {
  text-align: left;
  display: inline
}

.entry-loginForm dl dd input {
  width: 200px;
  padding: 8px 5px;
  height: 30px;
  text-align: left;
  background: none repeat scroll 0 0 #fff;
  border-radius: 0;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block
}

.entry-loginForm dl+input {
  width: 180px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  margin-left: 30px;
  font-size: 15px;
  font-weight: 700
}

.entry-modalArea {
  display: table-cell;
  width: 100%;
  vertical-align: middle
}

.entry-modalArea .pattern-1 {
  width: 560px;
  height: 200px;
  margin: 0 auto;
  padding: 30px 20px;
  text-align: left;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, .3);
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, .3);
  background: #fff
}

.entry-modalArea .pt01 {
  padding: 10px
}

.entry-modalArea .pt01 p {
  text-align: center;
  font-size: 15px;
  color: #666
}

.entry-modalArea .pt02 {
  padding: 25px 10px
}

.entry-modalArea .pt02 ul {
  letter-spacing: -.4em;
  text-align: center
}

.entry-modalArea .pt02 ul .li01 {
  letter-spacing: normal;
  display: inline-block;
  width: 35%
}

.entry-modalArea .pt02 ul .li02 {
  letter-spacing: normal;
  display: inline-block;
  width: 45%
}

.entry-modalArea .pt02 ul li a {
  margin: 0 5px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 50px
}

.entry-pwSettingOverlay {
  display: none;
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlOArV5bRgAAAApJREFUeNpjYAAAAAIAAeUn3vwAAAAASUVORK5CYII=) repeat;
  width: 100%;
  min-width: 980px;
  height: 0;
  left: 0;
  top: 0;
  z-index: 100
}

.entry-pwSettingOverlay .pattern-1 {
  position: relative;
  display: none;
  width: 520px;
  margin: auto
}

.entry-pwSettingOverlay .bg01 {
  position: relative;
  padding: 10px;
  border-radius: 4px;
  background: #fbf5eb
}

.entry-pwSettingOverlay .bg02 {
  position: relative;
  padding: 10px 30px 30px;
  text-align: center;
  border-radius: 4px;
  background: #fff
}

.entry-pwSettingOverlay .pt01 {
  position: absolute;
  z-index: 1;
  top: -10px;
  right: -10px
}

.entry-pwSettingOverlay .pt01 p {
  border-radius: 50%;
  padding: 2px;
  width: 44px;
  height: 44px;
  background: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .3)
}

.entry-pwSettingOverlay .pt01 p a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none
}

.entry-pwSettingOverlay .pt02 {
  padding: 10px 0 15px;
  text-align: center
}

.entry-pwSettingOverlay .pt02 .p01 {
  color: #444;
  font-size: 16px
}

.entry-pwSettingOverlay .pt03 {
  padding: 15px 0 0
}

.entry-pwSettingOverlay .pt03 p {
  font-size: 16px
}

.entry-pwSettingOverlay .pt03 .p01 {
  padding: 10px 0
}

.entry-pwSettingOverlay .pt04 {
  width: 370px;
  margin: auto;
  padding: 20px 0 0
}

.entry-pwSettingOverlay .pt04 ul {
  font-size: 0
}

.entry-pwSettingOverlay .pt04 ul li {
  display: inline-block;
  width: 100%;
  padding-left: 15px;
  vertical-align: top
}

.entry-pwSettingOverlay .pt04 ul li:first-child {
  padding-left: 0
}

.entry-pwSettingOverlay .pt04 ul .li01 {
  width: 160px
}

.entry-pwSettingOverlay .pt04 ul li a {
  line-height: 48px;
  font-size: 18px;
  font-weight: 700
}

.entry-pwUpdate .pattern-1 {
  padding: 0 0 30px 0
}

.entry-pwUpdate .pattern-2 {
  padding: 0
}

.entry-pwUpdate .pattern-3 {
  padding: 0 0 30px 0
}

.entry-pwUpdate .pt01 {
  margin: 10px 0
}

.entry-pwUpdate .pt02 {
  width: 500px;
  background-color: #f3f3f3;
  text-align: center;
  margin: 0 auto;
  padding: 15px 0
}

.entry-pwUpdate .pt02>.p01 {
  font-size: 18px;
  color: #444;
  padding-bottom: 10px
}

.entry-pwUpdate .pt02>.p02 a {
  font-size: 14px;
  padding-top: 10px;
  color: #389ce1
}

.entry-pwUpdate .pt02>.p02 a:after {
  font-size: 14px;
  padding-top: 10px;
  background: url(../../images/2016/bt_047a.png) center no-repeat;
  display: inline;
  font-weight: 700;
  padding: 5px 15px 5px 5px;
  content: ''
}

.entry-pwUpdate .pt02>.p03 {
  font-size: 15px
}

.entry-pwUpdate .pt03 .p01 {
  font-size: 15px;
  padding: 10px 0
}

.entry-pwUpdate .pt03 .p01 .span01 {
  color: red
}

.entry-pwUpdate .pt03 .p02 {
  font-size: 12px
}

.entry-pwUpdate .pt03 .p03 {
  font-size: 14px
}

.entry-pwUpdate .pt03 .p04 {
  padding: 20px 0 10px 0
}

.entry-pwUpdate .pt03>ul {
  width: 380px;
  text-align: left;
  margin: 0 auto
}

.entry-pwUpdate .pt03>ul>li {
  padding-top: 10px
}

.entry-pwUpdate .pt03 input[type=password], .entry-pwUpdate .pt03 input[type=text] {
  font-size: 12px;
  padding: 10px 50px 10px 10px;
  width: 380px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dcdcdc
}

.entry-pwUpdate .pt03 input[type=submit] {
  font-size: 16px;
  font-weight: 700;
  height: 49px;
  width: 240px;
  margin: 0 auto;
  padding: 10px 0
}

.entry-pwUpdate .pt03 .li01 {
  position: relative
}

.entry-pwUpdate .pt03 .li01 i {
  position: absolute;
  right: 10px;
  top: 7px;
  display: block;
  background: url(../../images/2016/icon_048a.png) no-repeat 0 3px;
  display: block;
  height: 27px;
  width: 31px;
  cursor: pointer
}

.entry-pwUpdate .pt03 .li01 i.watching {
  background: url(../../images/2016/icon_048a.png) no-repeat 0 -30px
}

.entry-pwUpdate .pt03 .ul02 {
  color: red
}

.entry-pwUpdate .pt03 .ul02>.li03 {
  white-space: nowrap
}

.entry-pwUpdate .js-pwUpdateStep {
  position: relative
}

.entry-pwUpdate .pattern-3 .js-pus-trigger1 {
  display: none
}

.entry-pwUpdate .pattern-3 .js-pus-target2 {
  display: block
}

.entry-pwUpdate .js-pus-target2, .entry-pwUpdate .js-pus-target3 {
  display: none
}

.entry-pwUpdate .js-pus-loading {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  margin: -17px 0 0 -17px;
  background: url(../../images/2016/bg_011b.gif) 0 0 no-repeat;
  background-size: 25px
}

.entry-recommendationWork {
  padding-top: 10px;
  color: #666;
  margin-bottom: 5px
}

.entry-recommendationWork .pt01 {
  padding-top: 20px
}

.entry-recommendationWork .pt01 .p01 {
  line-height: 1.2;
  color: #444;
  font-size: 20px
}

.entry-recommendationWork .bg01 {
  padding: 10px 0
}

.entry-recommendationWork .bg01>.allListing {
  margin-bottom: 25px
}

.entry-recommendationWork .bg01 .p01 {
  padding: 0 5px
}

.entry-recommendationWork .bg03 .p01 {
  padding: 0 5px
}

.entry-recommendationWork .bg02 .pt04 {
  padding: 0 20px 20px
}

.entry-recommendationWork .ul01 {
  position: relative
}

.entry-recommendationWork .ul01:after {
  content: '';
  display: block;
  visibility: hidden
}

.entry-recommendationWork .ul01>li {
  float: left;
  display: block;
  width: 180px;
  margin-left: 20px
}

.entry-recommendationWork .ul01>li:first-child {
  margin-left: 0
}

.entry-recommendationWork .ul01>li .bg02 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 5px;
  font-size: 11px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  border-top-width: 4px;
  background: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .1)
}

.entry-recommendationWork .ul01>li .bg02 .pt02 {
  position: relative;
  padding: 0 5px;
  font-size: 12px
}

.entry-recommendationWork .ul01>li .bg03 .pt02 {
  position: relative;
  padding: 0 5px;
  font-size: 12px
}

.entry-recommendationWork .ul01>li .bg02 .pt02 input, .entry-recommendationWork .ul01>li .bg03 .pt02 input {
  position: absolute;
  z-index: -50;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)'
}

.entry-recommendationWork .ul01>li .bg02 .pt02 span, .entry-recommendationWork .ul01>li .bg03 .pt02 span {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 5px 0;
  text-align: center;
  color: #6ec044;
  border-radius: 5px;
  border: 2px solid #71da3a;
  background: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .1)
}

.entry-recommendationWork .ul01>li .bg02 .pt02 span:before, .entry-recommendationWork .ul01>li .bg03 .pt02 span:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 18px;
  height: 16px;
  top: -2px;
  margin-right: 5px;
  vertical-align: middle;
  background-image: url(../../images/2016/icon_034a.png);
  background-position: 0 -32px;
  background-repeat: no-repeat
}

.entry-recommendationWork .ul01>li .bg02 .pt02 span.checked, .entry-recommendationWork .ul01>li .bg03 .pt02 span.checked {
  color: #fff;
  background: #71da3a
}

.entry-recommendationWork .ul01>li .bg02 .pt02 :checked+span, .entry-recommendationWork .ul01>li .bg03 .pt02 :checked+span {
  color: #fff;
  background: #71da3a
}

.entry-recommendationWork .ul01>li .bg02 .pt02 :checked+span:before, .entry-recommendationWork .ul01>li .bg03 .pt02 :checked+span:before {
  background-position: 0 -16px
}

.entry-recommendationWork .ul01>li .bg02 .pt03, .entry-recommendationWork .ul01>li .bg03 .pt03 {
  padding: 10px 0 5px
}

.entry-recommendationWork .ul01>li .bg02 .pt03 p, .entry-recommendationWork .ul01>li .bg03 .pt03 p {
  overflow: hidden;
  height: 32px;
  line-height: 16px
}

.entry-recommendationWork .ul01>li .bg02 .pt03 a, .entry-recommendationWork .ul01>li .bg03 .pt03 a {
  text-decoration: underline;
  color: #2987ba;
  font-size: 13px
}

.entry-recommendationWork .ul01>li .bg02 .pt03 a:hover, .entry-recommendationWork .ul01>li .bg03 .pt03 a:hover {
  color: #6bb6df
}

.entry-recommendationWork .ul01>li .bg02 .ol01>li, .entry-recommendationWork .ul01>li .bg03 .ol01>li {
  position: relative;
  display: block;
  padding: 5px 0 5px 20px;
  color: #878787;
  border-bottom: 1px dotted #dbdbdb
}

.entry-recommendationWork .ul01>li .bg02 .ol01>li:before, .entry-recommendationWork .ul01>li .bg03 .ol01>li:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: 4px;
  left: 0;
  background: url(../../images/2016/icon_004a.png) no-repeat 0 0
}

.entry-recommendationWork .ul01>li .bg02 .ol01>.li01:before, .entry-recommendationWork .ul01>li .bg03 .ol01>.li01:before {
  background-position: 0 0
}

.entry-recommendationWork .ul01>li .bg02 .ol01>.li02:before, .entry-recommendationWork .ul01>li .bg03 .ol01>.li02:before {
  background-position: 0 -14px
}

.entry-recommendationWork .ul01>li .bg02 .ol01>.li03:before, .entry-recommendationWork .ul01>li .bg03 .ol01>.li03:before {
  background-position: 0 -28px
}

.entry-recommendationWork .ul01>li .bg02 .ol01>.li04:before, .entry-recommendationWork .ul01>li .bg03 .ol01>.li04:before {
  background-position: 0 -42px
}

.entry-recommendationWork .ul01>li .bg02 .ol01>.li05:before, .entry-recommendationWork .ul01>li .bg03 .ol01>.li05:before {
  background-position: 0 -56px
}

.entry-recommendationWork .ul01>li .bg02 .ol01>li p, .entry-recommendationWork .ul01>li .bg03 .ol01>li p {
  overflow: hidden;
  display: block;
  line-height: 14px
}

.entry-recommendationWork .ul01>li .bg02 .ol01>.li01 p, .entry-recommendationWork .ul01>li .bg02 .ol01>.li02 p, .entry-recommendationWork .ul01>li .bg02 .ol01>.li03 p, .entry-recommendationWork .ul01>li .bg02 .ol01>.li04 p {
  height: 14px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.entry-recommendationWork .ul01>li .bg03 .ol01>.li01 p, .entry-recommendationWork .ul01>li .bg03 .ol01>.li02 p, .entry-recommendationWork .ul01>li .bg03 .ol01>.li03 p, .entry-recommendationWork .ul01>li .bg03 .ol01>.li04 p {
  height: 14px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.entry-recommendationWork .ul01>li .bg02 .ol01>.li05 p, .entry-recommendationWork .ul01>li .bg03 .ol01>.li05 p {
  height: 28px
}

.entry-recommendationWork .ul01>li .bg02 .pt04, .entry-recommendationWork .ul01>li .bg03 .pt04 {
  padding: 10px 0 0;
  text-align: center;
  font-size: 12px
}

.entry-recommendationWork .ul01>li .bg02 .pt04 a, .entry-recommendationWork .ul01>li .bg03 .pt04 a {
  text-decoration: underline
}

.entry-recommendationWork .ul01>li .bg02 .pt07, .entry-recommendationWork .ul01>li .bg03 .pt07 {
  position: absolute;
  z-index: 1;
  height: auto;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: 0 0
}

.entry-recommendationWork .ul01>li .bg02 .pt07 dl, .entry-recommendationWork .ul01>li .bg03 .pt07 dl {
  overflow: visible;
  display: block;
  font-size: 0
}

.entry-recommendationWork .ul01>li .bg02 .pt07 dd .entry-recommendationWork .ul01>li .bg03 .pt07 dt, .entry-recommendationWork .ul01>li .bg02 .pt07 dt {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: bottom
}

.entry-recommendationWork .ul01>li .bg03 .pt07 dd {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: bottom
}

.entry-recommendationWork .ul01>li .bg02 .pt07 dt, .entry-recommendationWork .ul01>li .bg03 .pt07 dt {
  position: relative;
  top: 4px
}

.entry-recommendationWork .ul01>li .bg02 .pt07 dd, .entry-recommendationWork .ul01>li .bg03 .pt07 dd {
  padding-left: 3px;
  color: #ff7200;
  font-size: 11px;
  font-weight: 700
}

.entry-recommendationWork .ul01>li .bg03 {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 5px;
  font-size: 11px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  border-top-color: #ffdb33;
  border-top-width: 4px;
  background: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .1)
}

.entry-recommendationWork .ul01>li .bg03>p {
  position: absolute;
  top: -25px;
  color: #444;
  font-size: 12px;
  padding-left: 30px;
  line-height: 21px
}

.entry-recommendationWork .ul01>li .bg03>p:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 21px;
  left: 0;
  bottom: 0;
  background: url(../../images/2016/icon_015a.png) no-repeat 0 0
}

.common-slideInDialog .pt01 .ul01 li {
  font-weight: 700
}

.common-slideInDialog .pt01.complete .ul01 li a {
  text-shadow: 0 2px 2px #717171
}

.entry-submitButton .pattern-1 {
  padding: 25px 0
}

.entry-submitButton .pt01, .entry-submitButton .pt02 {
  text-align: center
}

.entry-submitButton .ul01 {
  line-height: 1;
  text-align: center
}

.entry-submitButton .ul01 li {
  width: 360px;
  font-size: 17px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 auto
}

.entry-submitButton .ul01 li a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px
}

.entry-submitButton .ul01 a span {
  display: block;
  font-size: 14px;
  padding-top: 3px
}

.entry-submitButton .pt02 {
  padding-top: 10px
}

.entry-submitButton .pt02 a {
  color: #2692ff
}

.entry-submitButton .pt02 a:hover {
  color: #0ec8de
}

.entry-submitButton .pt02 p {
  padding-top: 15px
}

.entry-submitButton .pt02 p:first-child {
  padding-top: 0
}

.entry-submitButton .pt02 .p01 .span01 {
  font-size: 10px;
  padding-left: 1em
}

.entry-submitButton .pt02 .p02 label:first-child {
  margin-left: .5em
}

.entry-suggestDialog {
  position: fixed;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlOArV5bRgAAAApJREFUeNpjYAAAAAIAAeUn3vwAAAAASUVORK5CYII=) repeat
}

.entry-suggestDialogLayer {
  position: relative;
  display: none;
  width: 560px;
  top: 25%;
  margin: auto;
  padding: 10px;
  color: #666;
  border-radius: 6px;
  background: #fbf5eb;
  -webkit-box-shadow: 0 3px 5px 3px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px 3px rgba(0, 0, 0, .3)
}

.entry-suggestDialogLayer .bg01 {
  padding: 20px 20px 20px;
  text-align: center;
  border-radius: 6px;
  background: #fff
}

.entry-suggestDialogLayer .pattern-1>.p01, .entry-suggestDialogLayer .pattern-2>.p01, .entry-suggestDialogLayer .pattern-3>.p01 {
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  padding: 2px;
  width: 44px;
  height: 44px;
  background: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .3)
}

.entry-suggestDialogLayer .pattern-1>.p01 a, .entry-suggestDialogLayer .pattern-2>.p01 a, .entry-suggestDialogLayer .pattern-3>.p01 a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none
}

.entry-suggestDialogLayer .pattern-1 .bg01 .pt01 {
  padding-top: 5px
}

.entry-suggestDialogLayer .pattern-1 .bg01 .pt01 p {
  font-size: 15px
}

.entry-suggestDialogLayer .pattern-1 .bg01 .pt02 {
  position: relative;
  width: 425px;
  height: 190px;
  background: url(../../images/2016/img_017a.png) no-repeat 0 10px;
  padding: 50px 150px 0 50px;
  margin: 10px auto 0
}

.entry-suggestDialogLayer .pattern-1 .bg01 .pt02:after {
  position: absolute;
  content: '';
  display: block;
  width: 150px;
  height: 138px;
  right: 0;
  bottom: 10px;
  background: url(../../images/2016/img_018a.png) no-repeat 0 0;
  visibility: visible
}

.entry-suggestDialogLayer .pattern-1 .bg01 .pt02 p {
  text-align: left;
  font-size: 14px;
  color: #444
}

.entry-suggestDialogLayer .pattern-1 .bg01 .pt02 p em {
  color: red;
  font-weight: 700;
  font-size: 18px
}

.entry-suggestDialogLayer .pattern-1 .bg01 .pt02 .p02 {
  padding-top: 10px
}

.entry-suggestDialogLayer .pattern-1 .bg01 .pt03 {
  padding-top: 20px
}

.entry-suggestDialogLayer .pattern-1 .bg01 .pt03 a {
  padding: 0;
  width: 180px;
  line-height: 38px;
  font-size: 18px;
  font-weight: 700;
  margin: auto
}

.entry-suggestDialogLayer .pattern-1 .bg01 .pt04 {
  padding-top: 20px;
  margin: auto;
  width: 280px
}

.entry-suggestDialogLayer .pattern-1 .bg01 .pt04 p {
  text-align: left;
  font-size: 10.5px;
  color: #444
}

.entry-suggestDialogLayer .pattern-1 .bg01 .pt04 .p02 {
  text-indent: 1em
}

.entry-suggestDialogLayer.confirm {
  top: 30%
}

.entry-suggestDialogLayer .pattern-2 .bg01 {
  padding: 40px 20px
}

.entry-suggestDialogLayer .pattern-2 .bg01 .pt01 {
  padding-top: 5px
}

.entry-suggestDialogLayer .pattern-2 .bg01 .pt01 p {
  font-size: 16px
}

.entry-suggestDialogLayer .pattern-2 .bg01 .pt02 {
  padding-top: 30px
}

.entry-suggestDialogLayer .pattern-2 .bg01 .pt02 ul {
  display: inline-block;
  margin: 0 auto;
  vertical-align: top
}

.entry-suggestDialogLayer .pattern-2 .bg01 .pt02 li {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px
}

.entry-suggestDialogLayer .pattern-2 .bg01 .pt02 li:last-child {
  padding-right: 0
}

.entry-suggestDialogLayer .pattern-2 .bg01 .pt02 li a {
  padding: 0;
  width: 180px;
  font-size: 18px;
  font-weight: 700;
  line-height: 38px
}

.entry-suggestDialogLayer .pattern-2 .bg01 .pt02 li:last-child a {
  border: 1px solid #b0b0b0
}

.entry-suggestDialogLayer.complete {
  top: 30%
}

.entry-suggestDialogLayer .pattern-3 .bg01 {
  padding: 40px 20px
}

.entry-suggestDialogLayer .pattern-3 .bg01 .pt01 p {
  font-size: 16px
}

.entry-suggestDialogLayer .pattern-3 .bg01 .pt02 {
  padding-top: 20px
}

.entry-suggestDialogLayer .pattern-3 .bg01 .pt02 a {
  padding: 0;
  width: 180px;
  line-height: 38px;
  font-size: 18px;
  font-weight: 700;
  margin: auto
}

.my-motherWrapper>.pattern-1 {
  padding: 30px 0;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2)
}

.my-tabList+.my-motherWrapper>.pattern-1 {
  border-radius: 0 0 4px 4px
}

.my-motherWrapper>.pattern-1>.bg01 {
  width: 100%;
  margin: auto
}

.my-motherWrapper>.pattern-1>.bg02 {
  width: 600px;
  margin: auto
}

.my-motherWrapper>.pattern-1>.bg03 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 760px;
  margin: auto;
  padding-bottom: 5px;
  border: 1px solid #eaeaea
}

.my-motherWrapper>.pattern-1>.bg04 {
  width: 920px;
  margin: 0 auto 30px
}

.my-tabList .pt01 {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2)
}

.my-tabList .pt01 .ul01 {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 0
}

.my-tabList .pt01 .ul01 li {
  position: relative;
  display: inline-block;
  height: 37px;
  width: 164px;
  padding-left: 4px;
  vertical-align: bottom;
  text-align: center;
  color: #444;
  font-size: 14px
}

.my-tabList .pt01 .ul01 .li02 span, .my-tabList .pt01 .ul01 .li05 span {
  position: absolute;
  top: 0;
  right: 7px;
  display: inline-block;
  padding: 1px;
  min-width: 16px;
  height: 16px;
  font-size: 11px;
  font-weight: 700;
  line-height: 17px;
  border-radius: 9px;
  background: #ff7800;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .3)
}

.my-tabList .pt01 .ul01 li:first-child {
  padding-left: 0;
  width: 160px
}

.my-tabList .pt01 .ul01 li a {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  padding-top: 7px;
  color: #444;
  border-radius: 4px 4px 0 0;
  border: 1px solid #dfdfdf;
  border-bottom: 0;
  background: #fffdf2
}

.my-tabList .pt01 .ul01 li.active a {
  padding-top: 2px;
  border-top: 6px solid #ffdb33;
  background: #fff
}

.my-tabList .pt01 .ul01 li.active a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -2px;
  background: #fff
}

.my-buttonArea .pattern-1 {
  padding-top: 30px
}

.my-buttonArea .pt01 a {
  position: relative;
  width: 190px;
  line-height: 1.2;
  margin: auto;
  padding: 10px 30px 10px 0;
  text-align: right;
  font-size: 20px;
  font-weight: 700
}

.my-buttonArea .pt01 a:before {
  content: '';
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  top: 0;
  left: 25px;
  bottom: 0;
  margin: auto;
  background: url(../../images/2016/bt_022a.png) no-repeat 0 0
}

.my-buttonArea .pt01 a.button-1:before {
  content: '';
  background-position: 0 -32px
}

.my-buttonArea .pt01 a small {
  display: block;
  font-size: 12px
}

.my-title .pattern-1 {
  padding: 25px 30px 0;
  text-align: center
}

.my-title .pattern-2 {
  padding: 25px 30px 0
}

.my-title .pt01 {
  border-bottom: 1px solid #dcdcdc
}

.my-title .pt01 h3 {
  font-size: 20px;
  font-weight: 700;
  color: #6c6c6c
}

.my-leadMessage .pattern-1 {
  padding-bottom: 60px
}

.my-leadMessage .pattern-2 {
  padding-bottom: 20px
}

.my-leadMessage .pattern-3 {
  padding-top: 15px
}

.my-leadMessage .pattern-4 {
  margin: 30px 0
}

.my-leadMessage .pattern-5 {
  margin: 50px 0
}

.my-leadMessage .bg01 {
  position: relative;
  padding: 40px 10px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2)
}

.my-leadMessage .bg02 {
  position: relative;
  padding: 40px 10px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2)
}

.my-leadMessage .bg02:before {
  content: '';
  position: absolute;
  visibility: visible;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
  border-top: 16px solid #dcd8ce;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent
}

.my-leadMessage .bg02:after {
  content: '';
  position: absolute;
  visibility: visible;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
  border-top: 16px solid #dcd8ce;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  bottom: -14px;
  border-top: 16px solid #fff
}

.my-leadMessage p {
  color: #444
}

.my-leadMessage p+p {
  padding-top: 10px
}

.my-leadMessage .p01 {
  font-size: 20px;
  font-weight: 700
}

.my-leadMessage .p02 {
  font-size: 12px
}

.my-leadMessage .p03 {
  font-size: 14px
}

.my-leadMessage p em {
  position: relative;
  z-index: 1;
  display: inline
}

.my-leadMessage p em:after {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: #ffe779
}

.my-leadMessage .pt01 {
  text-align: center
}

.my-detainMessage .pt01 h4 {
  padding: 15px 0;
  text-align: center;
  color: red;
  font-size: 16px;
  font-weight: 700
}

.my-detainMessage .pt01 .p01 {
  line-height: 2;
  font-size: 12px
}

.my-detainMessage .pt01 .p01 a {
  text-decoration: underline
}

.my-detainMessage .pt02 {
  margin: 20px 15px 0;
  padding: 35px 120px;
  border: 2px solid #e2e2e2
}

.my-detainMessage .pt02 h4 {
  color: red;
  font-size: 14px;
  font-weight: 700
}

.my-detainMessage .pt02 .ul01 {
  padding: 30px 20px;
  padding-bottom: 0
}

.my-detainMessage .pt02 .ul01 li {
  position: relative;
  line-height: 2;
  font-size: 14px
}

.my-detainMessage .pt02 .ul01 li:before {
  content: '◆';
  position: relative;
  display: inline-block;
  padding-right: 5px;
  vertical-align: baseline
}

.my-detainMessage .pt03 {
  margin: 20px 0 0
}

.my-detainMessage .pt03 .p01 {
  padding: 0 10px;
  font-size: 14px;
  font-weight: 700
}

.my-detainMessage .pt03 .p02 {
  padding: 0 10px
}

.my-bottomLink .pattern-1 {
  padding-top: 5px
}

.my-bottomLink .pt01 .p01 a {
  position: relative;
  color: #2987ba;
  font-size: 14px
}

.my-bottomLink .pt01 .p01 a:hover {
  color: #6bb6df
}

.my-bottomLink .pt01 .p01 a:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: -1px;
  margin-right: 3px;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #c8c8c8;
  background: #fff url(../../images/2016/bt_033a.png) no-repeat 0 -30px
}

.my-infoTable .pattern-3, .my-infoTable .pattern-4 {
  padding-top: 20px
}

.my-infoTable .attention, .my-infoTable p.error {
  color: red;
  font-size: 12px;
  font-weight: 400
}

.my-infoTable .pt01 {
  text-align: center
}

.my-infoTable .pattern-2 .pt01 {
  padding-top: 20px
}

.my-infoTable .pattern-2 .pt02+.pt01 {
  padding-top: 10px
}

.my-infoTable .pattern-2.sp-1 .pt01 {
  padding-top: 0
}

.my-infoTable .pt01 .p01 {
  position: relative;
  display: inline-block;
  margin: 20px auto;
  padding: 10px;
  border-radius: 4px;
  border: 2px solid #ffdb33;
  background: #fff
}

.my-infoTable .pt01 .p01:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 10px solid #ffdb33
}

.my-infoTable .pt01 .p01:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 10px solid #ffdb33;
  top: -8px;
  border-bottom: 10px solid #fff
}

.my-infoTable .pt01 .p01 .span02 {
  position: relative;
  display: block;
  font-size: 14px
}

.my-infoTable .pt01 .p01 .span02:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 22px;
  height: 20px;
  top: -1px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(../../images/2016/icon_041a.png) no-repeat 0 0
}

.my-infoTable .pt01 .p02 {
  text-align: left;
  font-size: 12px
}

.my-infoTable .pt01 dl {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #f2f2f2
}

.my-infoTable .pt01 dl:first-child {
  border-top: 1px solid #f2f2f2
}

.my-infoTable .pt01 dl dd, .my-infoTable .pt01 dl dt {
  display: table-cell;
  width: 100%;
  padding: 10px;
  vertical-align: middle;
  font-size: 14px
}

.my-infoTable .pt01 dl dt {
  width: 170px;
  font-weight: 700;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: #f3f3f3
}

.my-infoTable .pt01 dl dt .span01 {
  display: block;
  font-size: 11px;
  font-weight: 400
}

.my-infoTable .pt01 dl dt .span02 {
  display: block;
  font-size: 11px;
  font-weight: 400;
  padding-top: 5px
}

.my-infoTable .pt01 dl dd label {
  display: inline-block;
  width: 7.5em;
  white-space: nowrap;
  text-align: left
}

.my-infoTable .pt01 dl dd label:first-child {
  margin-right: 40px;
  width: 5.5em
}

.my-infoTable .pt01 dl dd input[type=password], .my-infoTable .pt01 dl dd input[type=text] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  line-height: 34px;
  padding: 0 10px;
  border: 1px solid #dcdcdc
}

.my-infoTable .pt01 dl dd input[type=password].error, .my-infoTable .pt01 dl dd input[type=text].error {
  background: #fbe3dc
}

.my-infoTable .pt01 .dl01 dt {
  width: 465px
}

.my-infoTable .pt01 .dl01 dd {
  text-align: center
}

.my-infoTable .pt02 .p01 {
  position: relative;
  line-height: 1.2;
  padding: 10px;
  padding-left: 50px;
  font-size: 12px;
  background: #ffdb33
}

.my-infoTable .pt02 .p01:before {
  content: '';
  position: absolute;
  display: block;
  width: 32px;
  height: 26px;
  top: -1px;
  left: 10px;
  bottom: 0;
  margin: auto;
  background: url(../../images/2016/icon_042a.png) no-repeat 0 0
}

.my-infoTable .pt02 .p01 em {
  display: block;
  font-size: 16px;
  font-weight: 700
}

.my-infoTable .pt03 {
  padding-top: 10px
}

.my-infoTable .pattern-4 .pt03 .span01:after {
  content: '?';
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  margin-left: 2px;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #7d7870;
  background: #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .3)
}

.my-infoTable .pattern-4 .pt03 .js-tooltipModule .js-tooltipTarget {
  width: 220px;
  top: 30px;
  left: -65px;
  right: auto
}

.my-infoTable .pattern-4 .pt03 .js-tooltipModule .js-tooltipTarget:after, .my-infoTable .pattern-4 .pt03 .js-tooltipModule .js-tooltipTarget:before {
  left: auto;
  right: 81px
}

.my-mailTypeTable .pattern-1 {
  padding-top: 15px
}

.my-mailTypeTable .pt01 {
  width: 470px;
  margin: auto
}

.my-mailTypeTable .pt01 .p01 {
  font-size: 11px
}

.my-mailTypeTable .pt01 table {
  width: 100%;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf
}

.my-mailTypeTable .pt01 table tr {
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf
}

.my-mailTypeTable .pt01 table tr th {
  width: 50%;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 400;
  background: #f3f3f3
}

.my-mailTypeTable .pt01 table tr td {
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 400;
  background: #fff
}

.my-entryInfo .pattern-1 {
  padding-top: 30px
}

.my-entryInfo .pattern-2 {
  padding-top: 20px
}

.my-entryInfo .pattern-2 .bg01 {
  border-top-width: 1px
}

.my-entryInfo .pattern-2 .pt02 {
  padding-top: 10px;
  border-top: 1px solid #f2f2f2
}

.my-entryInfo .pattern-2 .pt02 h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400
}

.my-entryInfo .bg01 {
  padding: 15px 14px;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  border-top: 6px solid #dcdcdc;
  background: #fff
}

.my-entryInfo .pt01 {
  padding-bottom: 3px;
  font-size: 0
}

.my-entryInfo .pt01 .span01 {
  display: inline-block;
  line-height: 20px;
  margin-right: 5px;
  padding: 0 5px;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  background: #ff9133
}

.my-entryInfo .pt01 .p01 {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px
}

.my-entryInfo .pt02 {
  font-size: 0
}

.my-entryInfo .pt02 .p01 {
  display: inline-block;
  margin-right: 5px;
  padding: 4px 6px;
  font-size: 12px;
  vertical-align: middle;
  color: #fff;
  background: #ff9133;
  border-radius: 3px
}

.my-entryInfo .pt02 img {
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle
}

.my-entryInfo .pt02 h2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 700
}

.my-entryInfo .pt03 {
  padding-top: 10px
}

.my-entryInfo .pt03 ul li {
  border-bottom: 1px solid #f2f2f2;
  position: relative
}

.my-entryInfo .pt03 ul li:first-child {
  border-top: 1px solid #f2f2f2;
  position: static
}

.my-entryInfo .pt03 ul li dl {
  display: table;
  table-layout: fixed;
  width: 100%
}

.my-entryInfo .pt03 ul li dl dd, .my-entryInfo .pt03 ul li dl dt {
  display: table-cell;
  width: 100%;
  padding: 10px;
  vertical-align: middle
}

.my-entryInfo .pt03 ul li dl dt {
  width: 120px;
  padding-left: 33px;
  font-size: 11px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: #f3f3f3
}

.my-entryInfo .pt03 ul li:first-child dl dt {
  position: relative
}

.my-entryInfo .pt03 ul li dl dt:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: -1px;
  bottom: 0;
  left: 5px;
  margin: auto;
  vertical-align: middle;
  border-radius: 50%;
  border: 2px solid #eee;
  background: #fff url(../../images/2016/icon_003b.png) no-repeat 0 0
}

.my-entryInfo .pt03 ul li dl .dt01:before {
  background-position: 0 0
}

.my-entryInfo .pt03 ul li dl .dt02:before {
  background-position: 0 -20px
}

.my-entryInfo .pt03 ul li dl .dt03:before {
  background-position: 0 -140px
}

.my-entryInfo .pt03 ul li dl .dt04:before {
  background-position: 0 -160px
}

.my-entryInfo .pt03 ul li dl dd {
  padding: 5px 10px
}

.my-entryInfo .pt03 ul li dl dd a {
  padding-left: 10px;
  text-decoration: underline
}

.my-entryInfo .pt03 ul li dl dd .span01 {
  position: relative;
  display: block
}

.my-entryInfo .pt03 ul li dl dd .span01:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  top: -1px;
  margin-right: 2px;
  vertical-align: middle;
  background: url(../../images/2016/icon_040a.png) no-repeat 0 0
}

.my-entryInfo .pt03 ul .li01 dl {
  width: 50%
}

.my-entryInfo .pt03 ul .li01 dl:first-child {
  float: left
}

.my-entryInfo .pt03 ul .li01 dl+dl {
  margin-left: 50%
}

.my-entryInfo .pt03 ul .li01 dl dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.my-entryInfo .pt04 {
  padding-top: 15px
}

.my-entryInfo .pt04 ul {
  display: block;
  width: 560px;
  margin: auto;
  font-size: 0
}

.my-entryInfo .pt04 ul li {
  display: inline-block;
  width: 50%;
  padding-left: 10px
}

.my-entryInfo .pt04 ul li a {
  line-height: 42px;
  font-size: 18px;
  font-weight: 700
}

.my-entryInfo .pt04 ul li a.button-2 {
  line-height: 40px
}

.my-entryInfo .pt04 ul li:first-child {
  padding-left: 0
}

.my-entryInfo .pt05 {
  position: relative;
  padding-bottom: 5px
}

.my-entryInfo .pt05+.pt03 {
  padding: 0
}

.my-entryInfo .pt05 h3 {
  font-size: 16px;
  font-weight: 700
}

.my-entryInfo .pt05 h3 img {
  margin-right: 5px;
  vertical-align: bottom
}

.my-entryInfo .pt05 .p01 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 5px;
  text-align: right;
  font-size: 12px
}

.my-kininaruMutualInfo .bg01 {
  margin: 0 auto;
  width: 580px;
  height: 108px;
  background: url(../../images/2016/bg_007a.png) no-repeat 0 0;
  position: relative
}

.my-kininaruMutualInfo .bg01 p {
  position: absolute;
  top: 30px;
  left: 100px;
  width: 510px;
  height: 50px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #f29eb6;
  line-height: 50px;
  white-space: nowrap;
  letter-spacing: .15em
}

.my-kininaruMutualInfo .bg01 p em {
  font-size: 36px
}

.my-kininaruMutualInfo .bg01 p em em {
  font-size: 48px
}

.my-kininaruNavi .pattern-1 {
  padding-top: 20px
}

.my-kininaruNavi .bg01 {
  padding: 0 5px;
  min-height: 30px;
  background: #f1f1f1
}

.my-kininaruNavi .pt01 {
  float: left
}

.my-kininaruNavi .pt01 dl {
  font-size: 0
}

.my-kininaruNavi .pt01 dd, .my-kininaruNavi .pt01 dt {
  display: inline-block;
  letter-spacing: normal;
  color: #95634b;
  line-height: 30px
}

.my-kininaruNavi .pt01 dt {
  padding-right: 10px;
  font-size: 12px;
  font-weight: 700
}

.my-kininaruNavi .pt01 dd:after {
  content: '｜';
  display: inline
}

.my-kininaruNavi .pt01 dd:last-child:after {
  display: none
}

.my-kininaruNavi .pt01 dd .span01, .my-kininaruNavi .pt01 dd a {
  padding: 0 3px
}

.my-kininaruNavi .pt01 dd .span01 {
  background-color: #ffd3cc
}

.my-kininaruNavi .pt01 dd a:hover {
  color: #95634b
}

.my-kininaruNavi .pt02 {
  float: right;
  text-align: right
}

.my-kininaruNavi .pt02 dl {
  font-size: 0
}

.my-kininaruNavi .pt02 dd, .my-kininaruNavi .pt02 dt {
  display: inline-block;
  color: #777;
  line-height: 30px;
  vertical-align: middle
}

.my-kininaruNavi .pt02 dt {
  padding-right: 10px;
  font-size: 12px;
  font-weight: 700
}

.my-kininaruNavi .pt02 dd {
  padding-top: 2px
}

.my-kininaruNavi .pt02a a {
  border: 1px solid #ffdb33;
  border-radius: 5px;
  padding: 1px 5px;
  background: #fff6ca;
  color: #777;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3)
}

.my-kininaruNavi .pt02a a:hover {
  opacity: .7
}

.my-kininaruNavi .pt02a a:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 7px;
  height: 7px;
  background: url(../../images/2016/bt_034a.png) no-repeat 0 0;
  vertical-align: middle
}

.my-kininaruNavi .pt02b {
  display: none;
  margin: 5px 0
}

.my-kininaruNavi .pt02b .bg01a {
  background-color: #fff;
  padding: 0 5px
}

.my-kininaruNavi .pt02b ul {
  letter-spacing: normal;
  display: inline-block
}

.my-kininaruNavi .pt02b li {
  height: 35px;
  line-height: 35px;
  text-align: left
}

.my-kininaruNavi .pt02b .li01 {
  border-bottom: 1px dotted #f9c270
}

.my-kininaruNavi .pt02b li label {
  padding-left: 5px
}

.my-kininaruNavi .pt02b li label:first-child {
  padding-left: 0
}

.my-kininaruNavi .pt02b p {
  letter-spacing: normal;
  display: inline-block;
  padding-left: 10px
}

.my-kininaruNavi .pt02b p a {
  width: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px
}

.my-kininaruInformation {
  padding-top: 30px
}

.my-kininaruInformation .pt01 {
  position: relative
}

.my-kininaruInformation .pt01 .p01 {
  border: 1px solid red;
  font-size: 11px;
  font-weight: 700;
  color: red;
  line-height: 18px;
  text-align: center
}

.my-kininaruInformation .pt01 .ul01 {
  font-size: 0
}

.my-kininaruInformation .pt01 .p01+.ul01 {
  padding-top: 10px
}

.my-kininaruInformation .pt01 .ul01 li {
  display: inline-block;
  margin-right: 3px;
  font-size: 11px;
  vertical-align: bottom
}

.my-kininaruInformation .pt01 .ul01 .li01 {
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  padding: 2px 4px 0;
  color: #666;
  line-height: 16px
}

.my-kininaruInformation .pt01 .ul01 .li02 {
  position: relative;
  border-radius: 3px;
  border: 1px solid #f29eb6;
  padding: 2px 4px 0 16px;
  color: #f29eb6;
  font-weight: 700;
  line-height: 16px
}

.my-kininaruInformation .pt01 .ul01 .li02:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
  background: url(../../images/2016/icon_036a.png) no-repeat 0 0;
  width: 10px;
  height: 9px
}

.my-kininaruInformation .pt01 .ul01 .li03 {
  border-radius: 3px;
  padding: 2px 7px 0;
  color: #fff;
  font-weight: 700;
  line-height: 18px;
  background: red
}

.my-kininaruInformation .pt01 .ul02 {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0
}

.my-kininaruInformation .pt01 .ul02 li {
  display: inline-block;
  padding-left: 10px;
  vertical-align: bottom
}

.my-kininaruInformation .pt01 .ul02 li dl {
  font-size: 0
}

.my-kininaruInformation .pt01 .ul02 li dd, .my-kininaruInformation .pt01 .ul02 li dt {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  vertical-align: bottom
}

.my-kininaruInformation .pattern-2 .pt01 .ul01 .li01 {
  border: 1px solid #707070;
  color: #fff;
  background: #707070
}

.my-kininaruInformation .pt02 {
  padding-top: 3px
}

.my-kininaruInformation .pt02 .bg01 {
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2)
}

.my-kininaruInformation .pattern-1 .pt02 .bg01 {
  border-top: 6px solid #f29eb6
}

.my-kininaruInformation .pattern-2 .pt02 .bg01 {
  border-top: 6px solid #888
}

.my-kininaruInformation .pt02a {
  padding: 10px;
  border-bottom: 1px solid #f2f2f2
}

.my-kininaruInformation .pt02a .p01 {
  float: left;
  width: 50px;
  padding: 5px
}

.my-kininaruInformation .pt02a h2 {
  margin: 0 0 0 50px;
  padding: 5px 10px 0;
  font-size: 18px;
  font-weight: 700;
  color: #888
}

.my-kininaruInformation .pt02a h2 a {
  text-decoration: underline;
  color: #2987ba
}

.my-kininaruInformation .pt02a h2 a:hover {
  color: #6bb6df
}

.my-kininaruInformation .pt02b {
  padding: 10px 10px 0
}

.my-kininaruInformation .pattern-H .pt02b {
  padding-top: 0
}

.my-kininaruInformation .pt02b>.p01 {
  float: left;
  padding: 10px 10px 0 15px;
  width: 125px;
  text-align: center
}

.my-kininaruInformation .pt02b>.p01 img {
  border: 1px solid #ccc
}

.my-kininaruInformation .pt02b>.p01 .span01 {
  font-size: 10px
}

.my-kininaruInformation .pt02b .dl01>dt {
  float: left;
  padding: 3px 0 0 5px;
  width: 65px;
  font-weight: 700
}

.my-kininaruInformation .pt02b .dl01>dd {
  margin-left: 65px
}

.my-kininaruInformation .pt02b .dl01>dd .p01 a {
  font-size: 16px;
  text-decoration: underline
}

.my-kininaruInformation .pt02b .dl01>dd .p02 {
  font-size: 12px
}

.my-kininaruInformation .pt02b .pt02ba {
  padding: 10px 15px 20px 125px
}

.my-kininaruInformation .pattern-H .pt02b .pt02ba {
  padding-bottom: 5px
}

.my-kininaruInformation .pt02b .pt02ba .dl01 {
  padding-bottom: 15px
}

.my-kininaruInformation .pt02b .pt02ba .dl01>dd .p01, .my-kininaruInformation .pt02b .pt02ba .dl01>dd .p02 {
  display: inline
}

.my-kininaruInformation .pt02b .pt02ba .ul01 {
  display: inline;
  font-size: 0;
  line-height: 24px
}

.my-kininaruInformation .pt02b .pt02ba .ul01 li {
  display: inline-block;
  width: 115px;
  margin: 0 2px
}

.my-kininaruInformation .pt02b .pt02ba .ul01 li span {
  display: block;
  border: 1px solid #f29eb6;
  font-size: 10px;
  color: #f29eb6;
  text-align: center;
  line-height: 18px
}

.my-kininaruInformation .pt02b .pt02ba .dl02 {
  display: inline-block;
  padding: 5px 0 0 5px;
  font-size: 0
}

.my-kininaruInformation .pt02b .pt02ba .dl02 dt {
  display: inline-block;
  padding-left: 3px;
  border-left: 3px solid #e9e9e9;
  background: #fff;
  font-size: 11px;
  font-weight: 700;
  color: #666;
  line-height: 15px
}

.my-kininaruInformation .pt02b .pt02ba .dl02 dd {
  display: inline-block;
  font-size: 11px;
  color: #666;
  line-height: 15px
}

.my-kininaruInformation .pt02c h2 {
  margin: 10px 1px 0;
  padding: 0 10px;
  background: #f1f1f1
}

.my-kininaruInformation .pt02c h2 .span01 {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #666;
  line-height: 20px
}

.my-kininaruInformation .pt02c h2 .span01:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: url(../../images/2016/icon_037a.png) no-repeat 0 0
}

.my-kininaruInformation .pt02c h2 .span02 {
  float: right;
  font-size: 10px;
  font-weight: 700;
  color: #666;
  line-height: 20px
}

.my-kininaruInformation .pt02c .p01 {
  float: left;
  position: relative;
  padding: 10px 10px 0 15px;
  width: 125px;
  text-align: center;
  z-index: 1
}

.my-kininaruInformation .pt02c .p01 img {
  border: 1px solid #ccc
}

.my-kininaruInformation .pt02c .p01 .span01 {
  font-size: 10px
}

.my-kininaruInformation .pt02c .pt02ca {
  position: relative;
  padding: 10px 15px 20px 15px
}

.my-kininaruInformation .pt02c .pt02ca .p02 {
  line-height: 17px;
  height: 102px;
  overflow: hidden
}

.my-kininaruInformation .pt02c .pt02ca .p03 {
  position: absolute;
  right: 15px;
  bottom: 0;
  background-color: #fff
}

.my-kininaruInformation .pt02c .pt02ca .p03 a {
  position: relative;
  padding-right: 10px;
  color: #7398b0;
  text-decoration: underline;
  visibility: hidden
}

.my-kininaruInformation .pt02c .pt02ca .p03 a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 5px;
  background: url(../../images/2016/bt_035a.png) no-repeat 0 0
}

.my-kininaruInformation .pt02c .pt02ca .p03 a.close:after {
  background: url(../../images/2016/bt_035a.png) no-repeat 0 100%
}

.my-kininaruInformation .pt02c .pt02ca .p03 a:hover {
  color: #6bb6df
}

.my-kininaruInformation .pt02d h2 {
  margin: 10px 1px 0;
  padding: 0 10px;
  background: #f1f1f1
}

.my-kininaruInformation .pt02d h2 .span01 {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  line-height: 20px
}

.my-kininaruInformation .pt02d h2 .span01:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: url(../../images/2016/icon_037a.png) no-repeat 0 -15px
}

.my-kininaruInformation .pt02d>.p01 {
  float: left;
  position: relative;
  padding: 10px 10px 0 15px;
  width: 125px;
  text-align: center;
  z-index: 1
}

.my-kininaruInformation .pt02d>.p01 img {
  border: 1px solid #ccc
}

.my-kininaruInformation .pt02d>.p01 .span01 {
  font-size: 10px
}

.my-kininaruInformation .pt02d .pt02da {
  position: relative;
  padding: 0 15px 5px
}

.my-kininaruInformation .pattern-A .pt02d .pt02da, .my-kininaruInformation .pattern-B .pt02d .pt02da, .my-kininaruInformation .pattern-G .pt02d .pt02da {
  padding-bottom: 20px
}

.my-kininaruInformation .pt02d .pt02da .ul01 {
  padding-top: 10px;
  font-size: 0
}

.my-kininaruInformation .pt02d .pt02da .ul01 li {
  display: inline-block;
  width: 118px;
  margin-left: 4px
}

.my-kininaruInformation .pt02d .pt02da .ul01 li:first-child {
  margin-left: 0
}

.my-kininaruInformation .pt02d .pt02da .ul01 li span {
  display: block;
  border: 1px solid #f29eb6;
  font-size: 10px;
  color: #f29eb6;
  text-align: center;
  line-height: 18px
}

.my-kininaruInformation .pt02d .pt02da dl {
  padding-top: 5px;
  font-size: 0
}

.my-kininaruInformation .pt02d .pt02da dt {
  display: inline-block;
  padding-left: 3px;
  border-left: 3px solid #e9e9e9;
  background: #fff;
  font-size: 11px;
  font-weight: 700;
  color: #666;
  line-height: 15px
}

.my-kininaruInformation .pt02d .pt02da dd {
  display: inline-block;
  font-size: 11px;
  color: #666;
  line-height: 15px
}

.my-kininaruInformation .pt02d .pt02da .p01 {
  padding-top: 10px;
  line-height: 18px;
  height: 45px;
  overflow: hidden
}

.my-kininaruInformation .pattern-F .pt02d .pt02da .p01 {
  height: 102px
}

.my-kininaruInformation .pt02d .pt02da .p02 {
  position: absolute;
  right: 15px;
  bottom: 0;
  background-color: #fff
}

.my-kininaruInformation .pt02d .pt02da .p02 a {
  position: relative;
  padding-right: 10px;
  color: #7398b0;
  text-decoration: underline;
  visibility: hidden
}

.my-kininaruInformation .pt02d .pt02da .p02 a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 5px;
  background: url(../../images/2016/bt_035a.png) no-repeat 0 0
}

.my-kininaruInformation .pt02d .pt02da .p02 a.close:after {
  background: url(../../images/2016/bt_035a.png) no-repeat 0 100%
}

.my-kininaruInformation .pt02d .pt02da .p02 a:hover {
  color: #6bb6df
}

.my-kininaruInformation .pt02e {
  padding: 10px 1px 1px
}

.my-kininaruInformation .pattern-2 .pt02e {
  padding-bottom: 0
}

.my-kininaruInformation .pt02e ul {
  padding: 10px;
  border-radius: 0 0 3px 3px;
  background: #f2f2f2;
  font-size: 0;
  text-align: center
}

.my-kininaruInformation .pattern-2 .pt02e ul {
  border-radius: 0
}

.my-kininaruInformation .pt02e ul li {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  vertical-align: bottom
}

.my-kininaruInformation .pt02e ul li:first-child {
  padding-left: 0
}

.my-kininaruInformation .pt02e ul li a {
  width: 260px;
  font-size: 20px;
  font-weight: 700;
  line-height: 45px
}

.my-kininaruInformation .pt02e ul li a.button-13 {
  font-size: 18px;
  line-height: 1.2;
  height: 40px;
  padding-top: 5px
}

.my-kininaruInformation .pt02e ul li a.button-13 small {
  display: block;
  font-size: 10px
}

.my-kininaruInformation .pt02e ul li a.button-13 small i {
  color: #f5f01c
}

.my-kininaruInformation .pattern-2 .pt02e ul li a {
  font-size: 16px
}

.my-kininaruInformation .pt02e ul .li02 a {
  line-height: 43px
}

.my-kininaruInformation .pt02f {
  padding: 8px 0
}

.my-kininaruInformation .pattern-2 .pt02d+.pt02f {
  margin-top: 10px;
  border-top: 1px solid #f2f2f2
}

.my-kininaruInformation .pt02f p {
  text-align: center
}

.my-kininaruInformation .pt02f p .span01 {
  padding-right: 15px;
  font-size: 14px;
  font-weight: 700;
  color: red
}

.my-kininaruInformation .pt02f a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  color: #2987ba
}

.my-kininaruInformation .pt02f a:hover {
  color: #6bb6df
}

.my-kininaruInformation .pt03 {
  padding-top: 10px;
  text-align: right
}

.my-kininaruInformation .pt03 a {
  position: relative;
  padding-left: 15px;
  font-size: 11px;
  font-weight: 700;
  color: #888
}

.my-kininaruInformation .pt03 a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  background: url(../../images/2016/bt_036a.png) no-repeat 0 0
}

.my-deleteTemporaryResume .pattern-1 {
  padding-top: 15px
}

.my-deleteTemporaryResume .pt01 {
  text-align: center
}

.my-deleteTemporaryResume .pt01 h3 {
  font-size: 20px;
  font-weight: 700
}

.my-deleteTemporaryResume .pt01 .p01 {
  padding-top: 15px;
  font-size: 12px
}

.my-deleteTemporaryResume .pt02 {
  position: relative;
  width: 326px;
  min-height: 180px;
  margin: 20px 0 0 100px;
  background: url(../../images/2016/img_017a.png) no-repeat 0 0
}

.my-deleteTemporaryResume .pt02 .p01 {
  line-height: 1.3;
  padding: 45px 50px 0;
  color: #444;
  font-size: 14px
}

.my-deleteTemporaryResume .pt02 .p01 em {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 18px;
  color: red
}

.my-deleteTemporaryResume .pt02 img {
  position: absolute;
  right: -100px;
  bottom: 10px
}

.my-deleteTemporaryResume .pt03 {
  padding-top: 30px
}

.my-deleteTemporaryResume .pt03 ul {
  text-align: center;
  font-size: 0
}

.my-deleteTemporaryResume .pt03 ul li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  width: 200px;
  padding: 0 10px;
  vertical-align: top
}

.my-deleteTemporaryResume .pt03 ul li a {
  line-height: 40px;
  font-size: 20px;
  font-weight: 700
}

.my-deleteTemporaryResume .pt04 {
  padding: 20px 0 10px
}

.my-deleteTemporaryResume .pt04 .p01 {
  text-align: center;
  font-size: 11px
}

.my-linkButton .pattern-1 {
  padding-top: 10px
}

.my-linkButton .pattern-3 {
  margin: 20px 0
}

.my-linkButton ul {
  padding-top: 30px;
  text-align: center;
  font-size: 0
}

.my-linkButton li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: bottom;
  padding-left: 10px
}

.my-linkButton li:first-child {
  padding-left: 0
}

.my-linkButton li a {
  font-weight: 700
}

.my-linkButton li .button-6 {
  padding: 1px
}

.my-linkButton li .button-6.js-mailSettingCheckTgt {
  pointer-events: none
}

.my-linkButton .pattern-1 li a, .my-linkButton .pattern-3 li a {
  width: 240px;
  line-height: 45px;
  font-size: 20px
}

.my-linkButton .pattern-2 .li01 a {
  width: 175px;
  line-height: 45px;
  font-size: 20px
}

.my-linkButton .pattern-2 .li02 a {
  width: 315px;
  line-height: 55px;
  font-size: 20px
}

.my-linkButton .pattern-2 .li03 {
  padding-left: 10px
}

.my-linkButton .pattern-2 .li03:first-child {
  padding-left: 0
}

.my-linkButton .pattern-2 .li03 a {
  width: 220px;
  line-height: 45px;
  font-size: 20px
}

.my-linkButton .pattern-2 .li03 .p01 {
  text-align: center;
  font-size: 14px
}

.my-linkButton .pattern-3 ul {
  padding-top: 0
}

.my-linkButton .pattern-3 .li01 a {
  width: 330px;
  line-height: 50px;
  font-size: 20px
}

.my-linkButton .pattern-3 .li02 a {
  width: 250px;
  line-height: 44px;
  padding-left: 10px;
  font-size: 20px
}

.my-linkButton .pattern-3 .li02 a:first-child {
  padding-left: 0
}

.my-unKininaruOverlay {
  display: none;
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlOArV5bRgAAAApJREFUeNpjYAAAAAIAAeUn3vwAAAAASUVORK5CYII=) repeat;
  width: 100%;
  min-width: 980px;
  height: 0;
  left: 0;
  top: 0;
  z-index: 100
}

.my-unKininaruOverlay .pattern-1 {
  display: none;
  position: relative;
  width: 560px;
  margin: 0 auto
}

.my-unKininaruOverlay .bg01 {
  position: relative;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fbf5eb;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .4);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .4)
}

.my-unKininaruOverlay .pt01 {
  position: absolute;
  top: -10px;
  right: -10px
}

.my-unKininaruOverlay .pt01 p {
  border-radius: 50%;
  padding: 2px;
  width: 44px;
  height: 44px;
  background: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .3)
}

.my-unKininaruOverlay .pt01 p a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none
}

.my-unKininaruOverlay .pt02 {
  padding: 30px 20px;
  border-radius: 4px;
  background-color: #fff
}

.my-unKininaruOverlay .pt02 p {
  font-size: 16px;
  font-weight: 700;
  text-align: center
}

.my-unKininaruOverlay .pt02 ul {
  padding-top: 20px;
  font-size: 0;
  text-align: center
}

.my-unKininaruOverlay .pt02 li {
  display: inline-block;
  padding-left: 10px;
  vertical-align: top
}

.my-unKininaruOverlay .pt02 li:first-child {
  padding-left: 0
}

.my-unKininaruOverlay .pt02 li a {
  padding: 0;
  width: 180px;
  font-size: 18px;
  font-weight: 700;
  line-height: 38px
}

.my-unKininaruOverlay .pt02 li:last-child a {
  border: 1px solid #b0b0b0
}

.my-temporaryResumeDialog {
  position: absolute;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlOArV5bRgAAAApJREFUeNpjYAAAAAIAAeUn3vwAAAAASUVORK5CYII=) repeat
}

.my-temporaryResumeDialogLayer {
  position: relative;
  display: none;
  width: 560px;
  top: 25%;
  margin: auto;
  padding: 10px;
  border-radius: 6px;
  background: #fbf5eb;
  -webkit-box-shadow: 0 3px 5px 3px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px 3px rgba(0, 0, 0, .3)
}

.my-temporaryResumeDialogLayer .bg01 {
  padding: 20px 20px 20px;
  text-align: center;
  border-radius: 6px;
  background: #fff
}

.my-temporaryResumeDialogLayer .pattern-1>.p01, .my-temporaryResumeDialogLayer .pattern-2>.p01 {
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  padding: 2px;
  width: 44px;
  height: 44px;
  background: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .3)
}

.my-temporaryResumeDialogLayer .pattern-1>.p01 a, .my-temporaryResumeDialogLayer .pattern-2>.p01 a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none
}

.my-temporaryResumeDialogLayer.complete {
  top: 30%
}

.my-temporaryResumeDialogLayer .pattern-1 .bg01 {
  padding: 40px 20px
}

.my-temporaryResumeDialogLayer .pattern-1 .bg01 .pt01 p {
  font-size: 16px
}

.my-temporaryResumeDialogLayer .pattern-1 .bg01 .pt02 {
  padding-top: 20px
}

.my-temporaryResumeDialogLayer .pattern-1 .bg01 .pt02 a {
  padding: 0;
  width: 180px;
  line-height: 38px;
  font-size: 18px;
  font-weight: 700
}

.my-temporaryResumeDialogLayer.error {
  top: 25%
}

.my-temporaryResumeDialogLayer .pattern-2>.p02 {
  padding: 10px 0 15px;
  text-align: center;
  color: #444;
  font-size: 16px;
  font-weight: 700
}

.my-temporaryResumeDialogLayer .pattern-2 .bg01 .pt01 {
  position: relative;
  width: 425px;
  height: 190px;
  background: url(../../images/2016/img_017a.png) no-repeat 0 10px;
  padding: 50px 150px 0 50px;
  margin: 0 auto
}

.my-temporaryResumeDialogLayer .pattern-2 .bg01 .pt01:after {
  position: absolute;
  content: '';
  display: block;
  width: 150px;
  height: 138px;
  right: 0;
  bottom: 10px;
  background: url(../../images/2016/img_018a.png) no-repeat 0 0;
  visibility: visible
}

.my-temporaryResumeDialogLayer .pattern-2 .bg01 .pt01 p {
  text-align: left;
  font-size: 14px;
  color: #444
}

.my-temporaryResumeDialogLayer .pattern-2 .bg01 .pt01 p em {
  color: red;
  font-weight: 700;
  font-size: 18px
}

.my-temporaryResumeDialogLayer .pattern-2 .bg01 .pt01 .p02 {
  padding-top: 10px
}

.my-temporaryResumeDialogLayer .pattern-2 .bg01 .pt02 {
  padding-top: 20px
}

.my-temporaryResumeDialogLayer .pattern-2 .bg01 .pt02 a {
  padding: 0;
  margin: auto;
  width: 180px;
  line-height: 38px;
  font-size: 18px;
  font-weight: 700
}

.my-temporaryResumeDialogLayer .pattern-2 .bg01 .pt03 {
  padding-top: 20px;
  margin: auto;
  width: 280px
}

.my-temporaryResumeDialogLayer .pattern-2 .bg01 .pt03 p {
  text-align: left;
  font-size: 10.5px;
  color: #444
}

.my-temporaryResumeDialogLayer .pattern-2 .bg01 .pt03 .p02 {
  text-indent: 1em
}

.my-temporaryResumeDialogLayer .pattern-2 .bg01 .pt04 .p01 {
  padding-top: 10px;
  text-align: center;
  color: #555;
  font-size: 16px
}

.my-mailSettingOverlay {
  display: none;
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlOArV5bRgAAAApJREFUeNpjYAAAAAIAAeUn3vwAAAAASUVORK5CYII=) repeat;
  width: 100%;
  min-width: 980px;
  height: 0;
  left: 0;
  top: 0;
  z-index: 100
}

.my-mailSettingOverlay .pattern-1 {
  position: relative;
  display: none;
  width: 520px;
  margin: auto
}

.my-mailSettingOverlay .bg01 {
  position: relative;
  padding: 10px;
  border-radius: 4px;
  background: #fbf5eb
}

.my-mailSettingOverlay .bg02 {
  position: relative;
  padding: 10px 30px 30px;
  text-align: center;
  border-radius: 4px;
  background: #fff
}

.my-mailSettingOverlay .pt01 {
  position: absolute;
  z-index: 1;
  top: -10px;
  right: -10px
}

.my-mailSettingOverlay .pt01 p {
  border-radius: 50%;
  padding: 2px;
  width: 44px;
  height: 44px;
  background: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .3)
}

.my-mailSettingOverlay .pt01 p a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none
}

.my-mailSettingOverlay .pt02 {
  padding: 10px 0 15px;
  text-align: center
}

.my-mailSettingOverlay .pt02 .p01 {
  color: #444;
  font-size: 16px
}

.my-mailSettingOverlay .pt03 {
  padding: 15px 0 0
}

.my-mailSettingOverlay .pt03 p {
  font-size: 14px
}

.my-mailSettingOverlay .pt03 .p01 {
  line-height: 1.2;
  padding: 10px 0
}

.my-mailSettingOverlay .pt04 {
  width: 370px;
  margin: auto;
  padding: 20px 0 0
}

.my-mailSettingOverlay .pt04 ul {
  font-size: 0
}

.my-mailSettingOverlay .pt04 ul li {
  display: inline-block;
  width: 100%;
  padding-left: 15px;
  vertical-align: top
}

.my-mailSettingOverlay .pt04 ul li:first-child {
  padding-left: 0
}

.my-mailSettingOverlay .pt04 ul .li01 {
  width: 160px
}

.my-mailSettingOverlay .pt04 ul li a {
  line-height: 48px;
  font-size: 18px;
  font-weight: 700
}

.my-mailSettingOverlay {
  display: none;
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlOArV5bRgAAAApJREFUeNpjYAAAAAIAAeUn3vwAAAAASUVORK5CYII=) repeat;
  width: 100%;
  min-width: 980px;
  height: 0;
  left: 0;
  top: 0;
  z-index: 100
}

.my-mailSettingOverlay .pattern-1 {
  position: relative;
  display: none;
  width: 520px;
  margin: auto
}

.my-mailSettingOverlay .bg01 {
  position: relative;
  padding: 10px;
  border-radius: 4px;
  background: #fbf5eb
}

.my-mailSettingOverlay .bg02 {
  position: relative;
  padding: 10px 30px 30px;
  text-align: center;
  border-radius: 4px;
  background: #fff
}

.my-mailSettingOverlay .pt01 {
  position: absolute;
  z-index: 1;
  top: -10px;
  right: -10px
}

.my-mailSettingOverlay .pt01 p {
  border-radius: 50%;
  padding: 2px;
  width: 44px;
  height: 44px;
  background: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .3)
}

.my-mailSettingOverlay .pt01 p a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none
}

.my-mailSettingOverlay .pt02 {
  padding: 10px 0 15px;
  text-align: center
}

.my-mailSettingOverlay .pt02 .p01 {
  color: #444;
  font-size: 16px
}

.my-mailSettingOverlay .pt03 {
  padding: 15px 0 0
}

.my-mailSettingOverlay .pt03 p {
  font-size: 14px
}

.my-mailSettingOverlay .pt03 .p01 {
  line-height: 1.2;
  padding: 10px 0
}

.my-mailSettingOverlay .pt04 {
  width: 370px;
  margin: auto;
  padding: 20px 0 0
}

.my-mailSettingOverlay .pt04 ul {
  font-size: 0
}

.my-mailSettingOverlay .pt04 ul li {
  display: inline-block;
  width: 100%;
  padding-left: 15px;
  vertical-align: top
}

.my-mailSettingOverlay .pt04 ul li:first-child {
  padding-left: 0
}

.my-mailSettingOverlay .pt04 ul .li01 {
  width: 160px
}

.my-mailSettingOverlay .pt04 ul li a {
  line-height: 48px;
  font-size: 18px;
  font-weight: 700
}

.my-internalLink .pattern-1 {
  padding: 20px 0 25px 0
}

.my-internalLink .pattern-1 .pt01 ul {
  text-align: center;
  font-size: 0
}

.my-internalLink .pattern-1 .pt01 li {
  display: inline-block;
  font-size: 13px;
  padding-left: 40px
}

.my-internalLink .pattern-1 .pt01 li:first-child {
  padding-left: 0
}

.my-internalLink .pattern-1 .pt01 a {
  color: #6c6c6c
}

.jobseek {
  background: #ffc6c6 no-repeat center right 8px !important;
  background-size: 6px auto;
  border: none !important;
  color: #fff !important;
  border-bottom: 4px solid #2A7C4D;
  width: 40%;
}

.jobentry {
  background: #ffc6c6!important;
  border: none !important;
  color: #fff !important;
  box-sizing: border-box;
  width: 28%;
  text-align: center;
}
.entry-btn-div {
  text-align: center;
}

.box-read{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-history {
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-numbers {
  display: flex;
  padding: 0rem 0.5rem;
}