@charset "utf-8";

/*
初期化
----------------------------------------------------------------------------------------------------*/
html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

ul,
ul li,
ol li {
    list-style: none;
}

img {
    vertical-align: top;
}

a:hover img {
    opacity: 0.8;
    -ms-filter: "alpha(opacity=80)";
    -webkit-backface-visibility: hidden;
    /* 追加 */
    backface-visibility: hidden;
    /* 追加 */
}

.button-broadcast:focus,
.button-broadcast:hover {
    border-color: #2e91ff;
    background-color: #4caaff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4caaff), to(#2e91ff));
    background-image: -webkit-linear-gradient(top, #4caaff, #2e91ff);
    background-image: -moz-linear-gradient(top, #4caaff, #2e91ff);
    background-image: linear-gradient(to bottom, #4caaff, #2e91ff);
}

input:hover {
    opacity: 0.8;
    -ms-filter: "alpha(opacity=80)";
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

hr {
    padding: 0;
    margin: 0;
    border: none;
}

/* html 5 */
header,
footer,
nav,
article,
section,
aside,
time,
figure {
    display: block;
}

/*
テキスト
----------------------------------------------------------------------------------------------------*/
body {
    color: #686868;
    line-height: 1.6;
}

body,
input,
select,
textarea {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

p,
li,
dt,
dd {
    text-align: justify;
    text-justify: distribute;
}

p {
    font-size: 13px;
}

.fwb {
    font-weight: bold;
}

.fs14b {
    font-size: 14px;
    font-weight: bold;
}

.fs13 {
    font-size: 13px;
    font-weight: normal;
}

.submit_center {
    text-align: center;
    margin-bottom: 10px;
}

ul.numberCircle-txt li {
    color: #59493f;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0 0 35px;
    margin: 0 0 10px 0;
    line-height: 1.2;
    min-height: 24px;
}

#numberCircle1 {
    background: url(../images/li-img1.gif) 0 2px no-repeat;
}

#numberCircle2 {
    background: url(../images/li-img2.gif) 0 2px no-repeat;
}

#numberCircle3 {
    background: url(../images/li-img3.gif) 0 2px no-repeat;
}

#numberCircle4 {
    background: url(../images/li-img4.gif) 0 2px no-repeat;
}

#numberCircle5 {
    background: url(../images/li-img5.gif) 0 2px no-repeat;
}

#numberCircle6 {
    background: url(../images/li-img6.gif) 0 2px no-repeat;
}

#numberCircle7 {
    background: url(../images/li-img7.gif) 0 2px no-repeat;
}

ul.greenCircle-txt li {
    color: #59493f;
    font-size: 16px;
    font-weight: bold;
    background: url(../images/green-circle14.png) 0 2px no-repeat;
    padding: 0 0 0 20px;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

ul.greenCircle-txt li span,
ul.numberCircle-txt li span {
    color: #686868;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.6;
    display: block;
}

.greenList2c-l {
    float: left;
    width: 352px;
}

.greenList2c-r {
    float: right;
    width: 352px;
}

ul.greenList2c li {
    font-size: 13px;
    background: url(../images/green-circle12.png) 0 4px no-repeat;
    padding: 0 0 5px 15px;
}

/*
リンク
----------------------------------------------------------------------------------------------------*/
a,
a:link {
    /* color: #0099cc; */
}

a:visited {
    color: #552277;
    text-decoration: none;
}

#anchorLink {
    margin: 0 0 20px 0;
    overflow: hidden;
}

#anchorLink ul {
    display: inline-block;
    width: 765px;
    font-size: 14px;
    margin: 0 0 0 -40px;
}

#anchorLink li {
    float: left;
    margin: 0 0 3px 20px;
    padding: 0 0 0 20px;
    border-left: 1px solid #dedede;
}

#anchorLink img {
    padding: 3px 3px 0 0;
}

/*
インライン要素配置
----------------------------------------------------------------------------------------------------*/
.taL {
    text-align: left !important;
}

.taR {
    text-align: right !important;
}

.taC {
    text-align: center !important;
}

/*
画像ホバー：半透明
----------------------------------------------------------------------------------------------------*/
a:hover .opacity,
input.opacity:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/*
フロート
----------------------------------------------------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.clearfix {
    display: inline-table;
}

/* \*/
html .clearfix {
    min-height: 1%;
}

.clearfix {
    display: block;
}

/* */

/*
フォームテキストカラー
----------------------------------------------------------------------------------------------------*/
input,
select,
textarea {
    color: #686868;
    border: 1px solid #dedede;
    font-size: 13px;
}

/*
マージン
----------------------------------------------------------------------------------------------------*/
.m0 {
    margin: 0 !important;
}

.mb5 {
    margin: 0 0 5px 0 !important;
}

.mb10 {
    margin: 0 0 10px 0 !important;
}

.mb15 {
    margin: 0 0 15px 0 !important;
}

.mb20 {
    margin: 0 0 20px 0 !important;
}

.mb25 {
    margin: 0 0 25px 0 !important;
}

.mb30 {
    margin: 0 0 30px 0 !important;
}

.mb35 {
    margin: 0 0 35px 0 !important;
}

.mb40 {
    margin: 0 0 40px 0 !important;
}

.mb45 {
    margin: 0 0 45px 0 !important;
}

.mb50 {
    margin: 0 0 50px 0 !important;
}

.mb60 {
    margin: 0 0 60px 0 !important;
}

.mb70 {
    margin: 0 0 70px 0 !important;
}

.mt5 {
    margin: 5px 0 0 0 !important;
}

.mt10 {
    margin: 10px 0 0 0 !important;
}

.mt15 {
    margin: 15px 0 0 0 !important;
}

.mt20 {
    margin: 20px 0 0 0 !important;
}

.mt25 {
    margin: 25px 0 0 0 !important;
}

.mt30 {
    margin: 30px 0 0 0 !important;
}

.mt35 {
    margin: 35px 0 0 0 !important;
}

.mt40 {
    margin: 40px 0 0 0 !important;
}

.mt45 {
    margin: 45px 0 0 0 !important;
}

.mt50 {
    margin: 50px 0 0 0 !important;
}

.mr5 {
    margin: 0 5px 0 0 !important;
}

.mr10 {
    margin: 0 10px 0 0 !important;
}

.mr15 {
    margin: 0 15px 0 0 !important;
}

.mr20 {
    margin: 0 20px 0 0 !important;
}

.mr25 {
    margin: 0 25px 0 0 !important;
}

.mr30 {
    margin: 0 30px 0 0 !important;
}

.mr35 {
    margin: 0 35px 0 0 !important;
}

.mr40 {
    margin: 0 40px 0 0 !important;
}

.mr45 {
    margin: 0 45px 0 0 !important;
}

.mr50 {
    margin: 0 50px 0 0 !important;
}

.ml5 {
    margin: 0 0 0 5px !important;
}

.ml10 {
    margin: 0 0 0 10px !important;
}

.ml15 {
    margin: 0 0 0 15px !important;
}

.ml20 {
    margin: 0 0 0 20px !important;
}

.ml25 {
    margin: 0 0 0 25px !important;
}

.ml30 {
    margin: 0 0 0 30px !important;
}

.ml35 {
    margin: 0 0 0 35px !important;
}

.ml40 {
    margin: 0 0 0 40px !important;
}

.ml45 {
    margin: 0 0 0 45px !important;
}

.ml50 {
    margin: 0 0 0 50px !important;
}

/*
ヘッダー
----------------------------------------------------------------------------------------------------*/
/*三田追加*/
.home #header2020 {
    height: 160px;
}
/*三田追加*/
#headerwrap {
    width: 100%;
    min-width: 980px;
    margin: 0 auto 15px auto;
    padding: 0;
    border-bottom: 3px solid #fc97a0;
    background: url(../images/header-bg.png) repeat-x;
}

#headerwrap-inner {
    width: 980px;
    margin: 0 auto;
}

#headerwrap-left {
    float: left;
    width: 510px;
    margin: 5px 0 0 0;
}

#headerwrap-left h1 {
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

#headerwrap-right {
    float: right;
    width: 470px;
    margin: 5px 0 0 0;
}

#headerwrap-right-inner {
    margin: 32px 0 0 0;
}

#headerwrap-login {
    float: right;
    width: 100px;
}

#headerwrap-logout {
    float: right;
    width: 110px;
}

#headerwrap-username {
    float: right;
    color: #ffffff;
    background: #3fbae9;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    height: 26px;
    line-height: 28px;
    padding: 0 10px;
    margin: 0 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

#headerwrap-username span.name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 82px;
    max-width: 260px;
    display: inline-block;
}

#headerwrap-username span.san {
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    overflow: hidden;
    line-height: 24px;
}

#headerwrap-register {
    float: right;
    width: 100px;
    margin: 0 10px;
}

#headerwrap-tel {
    float: right;
    width: 185px;
}

.gnavi {
    width: 980px;
    height: 32px;
    margin: 7px 0 0 0;
}

.gnavi li {
    float: left;
    overflow: hidden;
    background: url(../images/gnavi.png) no-repeat;
}

.gnavi li a {
    display: block;
    width: 162px;
    height: 32px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.gnavi li.home {
    width: 163px;
    background-position: 0 0;
}

.gnavi li.home:hover {
    width: 163px;
    background-position: 0 -32px;
}

.gnavi li.home-visited {
    width: 163px;
    background-position: 0 -64px;
}

.gnavi li.search {
    width: 163px;
    background-position: -163px 0;
}

.gnavi li.search:hover {
    width: 163px;
    background-position: -163px -32px;
}

.gnavi li.search-visited {
    width: 163px;
    background-position: -163px -64px;
}

.gnavi li.service {
    width: 163px;
    background-position: -326px 0;
}

.gnavi li.service:hover {
    width: 163px;
    background-position: -326px -32px;
}

.gnavi li.service-visited {
    width: 163px;
    background-position: -326px -64px;
}

.gnavi li.useful {
    width: 163px;
    background-position: -489px 0;
}

.gnavi li.useful:hover {
    width: 163px;
    background-position: -489px -32px;
}

.gnavi li.useful-visited {
    width: 163px;
    background-position: -489px -64px;
}

.gnavi li.info {
    width: 163px;
    background-position: -652px 0;
}

.gnavi li.info:hover {
    width: 163px;
    background-position: -652px -32px;
}

.gnavi li.info-visited {
    width: 163px;
    background-position: -652px -64px;
}

.gnavi li.inreview {
    width: 165px;
    background-position: -815px 0;
}

.gnavi li.inreview:hover {
    width: 165px;
    background-position: -815px -32px;
}

.gnavi li.inreview-visited {
    width: 165px;
    background-position: -815px -64px;
}

#breadList {
    width: 100%;
    margin: 0 auto 15px auto;
    font-size: 10px;
    line-height: 1.2;
}

#breadList ul li,
#breadList div {
    display: inline;
}

#content {
    width: 980px;
    margin: 0 auto 45px auto;
}

#mainArea {
    float: left;
    width: 725px;
    margin: 0 45px 0 0;
}

#subArea {
    float: right;
    width: 210px;
}

.h1-module {
    color: #fff;
    min-height: 36px;
    background: #fc97a0 url(../images/h1-bg.gif) no-repeat;
    font-size: 22px;
    margin: 0 0 15px 0;
    padding: 3px 10px 0 20px;
    line-height: 1.7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.h2-module {
    clear: both;
    height: 40px;
    background: url(../images/h2-bg.gif) no-repeat;
    font-size: 20px;
    margin: 0 0 15px 0;
    padding: 20px 0 0 25px;
    line-height: 1;
    position: relative;
}

.h3-consultant {
    clear: both;
    margin: 0 0 15px 0;
}

.h2-wrap,
.h3-wrap,
.h4-wrap {
    margin: 0 0 20px 0;
}

.h2-innerL,
.h3-innerL,
.h4-innerL {
    float: left;
    width: 352px;
    position: relative;
}

.h2-innerR,
.h3-innerR,
.h4-innerR {
    float: right;
    width: 352px;
    position: relative;
}

.head20px {
    font-size: 20px;
    font-weight: bold;
}

.detailInfo-btn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.h3-icon {
    color: #fc97a0;
    font-size: 18px;
    margin: 0 0 15px 0;
    line-height: 1;
    border-bottom: 1px solid #fc97a0;
    padding: 0 0 3px 25px;
    position: relative;
}

.h3-iconSearch {
    color: #fc97a0;
    font-size: 18px;
    margin: 0 0 15px 0;
    line-height: 1;
    border-bottom: 1px solid #fc97a0;
    background: url(../images/search-icon.gif) 3px 0 no-repeat;
}

.h3-noicon {
    color: #fc97a0;
    font-size: 18px;
    margin: 0 0 15px 0;
    padding: 0 0 3px 3px;
    line-height: 1;
    border-bottom: 1px solid #fc97a0;
    position: relative;
    line-height: 1.2;
}

.h3-r66per {
    float: right;
    width: 477px;
    color: #fc97a0;
    font-size: 18px;
    margin: 0 0 15px 0;
    padding: 0 0 3px 0;
    line-height: 1;
    border-bottom: 1px solid #fc97a0;
    position: relative;
}

.h4-module {
    font-size: 14px;
    border-left: 5px solid #fc97a0;
    padding: 2px 0 0 5px;
    margin: 0 0 10px 0;
    line-height: 1;
}

.txt1c {
    margin: 0 0 20px 0;
    padding: 0 10px;
}

.txt2c-wrap,
.txt3c-wrap {
    padding: 0 10px;
    margin: 0 0 20px 0;
}

.txt2cL {
    float: left;
    width: 342px;
    margin: 0 21px 0 0;
}

.txt2cR {
    float: right;
    width: 342px;
}

.inner-txt2cL {
    float: left;
    padding: 0 10px;
}

.inner-txt2cR {
    float: right;
    padding: 0 10px;
}

.txt3c-wrap p {
    float: left;
    width: 221px;
    margin: 0 21px 0 0;
}

.txt3c-wrap p:last-child {
    margin: 0;
}

.img342 {
    float: left;
    width: 342px;
    margin: 0 21px 0 0;
}

.img228 {
    float: left;
    width: 228px;
    margin: 0 20px 0 0;
}

.img100 {
    float: left;
    width: 100px;
    margin: 0 20px 0 0;
}

.img120 {
    float: left;
    width: 120px;
    margin: 0 15px 0 0;
}

.img120-txt2c {
    float: right;
    width: 217px;
}

.img342-txt {
    float: right;
    width: 342px;
}

.img228-txt {
    float: right;
    width: 457px;
}

.img100-txt {
    float: right;
    width: 585px;
}

.img100-txt2c {
    float: right;
    width: 232px;
}

.img1c {
    margin: 0 auto 20px auto;
    text-align: center;
}

.img2cl {
    float: left;
    width: 342px;
    margin: 0 10px 0 0;
}

.img2cr {
    float: right;
    width: 342px;
    margin: 0 0 0 11px;
}

.side-pickup {
    background: #e9e9e9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    margin: 0 0 15px 0;
}

.localNavi-wrap {
    background: #f3f3f3;
    border: 1px solid #fc97a0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 0 15px 0;
}

.localNavi-h2 {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    padding: 10px 0 7px 12px;
    margin: 0;
}

ul.localNavi-menue {
    font-size: 14px;
    padding: 0 10px 10px 10px;
}

ul.localNavi-menue li {
    background: #fff url(../images/green-triangle56.png) 14px 12px no-repeat;
    padding: 5px 0 4px 25px;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

ul.localNavi-menue li.gray {
    background: #e9e9e9 url(../images/localNavi-grayTriangle.png) 14px 12px no-repeat;
    padding: 5px 0 3px 25px;
}

ul.localNavi-menue li.last {
    border-bottom: 1px solid #d9d9d9;
}

#intro-wrap {
    width: 100%;
    min-width: 980px;
    background: #fbf6ec;
    border-top: 1px solid #ffe9bc;
}

#intro-wrap-inner {
    width: 980px;
    position: relative;
    padding: 20px 0 0 0;
    margin: 0 auto;
    border-top: 1px solid #fff;
}

#intro-wrap-inner p {
    font-size: 12px;
    margin: 0 0 1em 0;
}

#intro-wrap-inner p.pageTop {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 94px;
    ;
}

#footer-menue {
    width: 100%;
    border-top: 1px solid #d6d6d6;
    margin: 20px 0 0 0;
}

#footer-menue-inner {
    width: 980px;
    padding: 20px 0;
    margin: 0 auto;
    border-top: 1px solid #fff;
}

#footer-menue-inner ul {
    font-size: 12px;
}

#footer-menue-inner ul li {
    background: url(../images/green-triangle46.png) 0 8px no-repeat;
    padding: 0 0 0 10px;
    margin: 0 20px 0 0;
    display: inline-block;
}

#footer-menue-inner ul li.last {
    margin: 0;
}

#footer-wrap {
    width: 100%;
    min-width: 980px;
    background: #f0f0f0;
    border-top: 1px solid #d6d6d6;
}

#footer-wrap-white {
    width: 100%;
    background: #f0f0f0;
    border-top: 1px solid #fff;
}

#footer-wrap-inner {
    width: 980px;
    border-bottom: 1px solid #d6d6d6;
    margin: 0 auto;
    padding: 10px 0 20px 0;
}

.footer-logo {
    float: left;
}

.hasegawa-hd-site {
    float: right;
}

#copyright {
    width: 980px;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
}


/*
検索結果
----------------------------------------------------------------------------------------------------*/
.searchResult-wrap,
.searchDetail-wrap {
    margin: 0 0 20px 0;
}

.searchResult-inner,
border3pxBox {
    padding: 15px;
    border: 3px solid #e3e3e3;
}

.search-areaStation {
    font-size: 12px;
    float: left;
}

.jobID {
    float: right;
    color: #999;
}

.searchResult-intro,
.searchDetail-intro {
    margin: 0 0 15px 0;
}

.searchResult-introtxt {
    float: left;
    width: 506px;
}

.searchDetail-introtxt {
    float: left;
    width: 542px;
}

.searchResult-introimg {
    float: right;
    width: 174px;
}

.searchResult-inner ul {
    width: 692px;
    margin: 0 auto 15px auto;
}

.searchDetail-wrap ul.jobCondition {
    width: 692px;
    margin: 0 auto 15px auto;
}

.searchResult-inner ul li,
.searchDetail-wrap ul.jobCondition li {
    float: left;
    width: 112px;
    height: 23px;
    display: block;
    white-space: nowrap;
    background: url(../images/jobcondition-icon.png) no-repeat;
    text-indent: 100%;
    overflow: hidden;
    margin: 0 3px 3px 0;
}

.search-condition {
    line-height: 2;
    margin: -10px 0 30px 0;
}

.search-condition dl {
    width: 100%;
    font-size: 13px;
    border-bottom: 1px solid #dedede;
}

.search-condition dt {
    background: #ffebbb;
    clear: left;
    float: left;
    width: 7em;
    text-align: center;
    margin: 10px 0;
}

.search-condition dd {
    float: left;
    margin: 10px 0 0 0;
    padding: 0 0 0 1em;
    width: 580px;
}

.search-condition dd input {
    padding: 1px 0 0 5px;
}

.search-condition dd ul li,
.jobOffer-mail {
    float: left;
    margin: 0 1em 0 0;
}

ul.fl-mr1em {
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
}

ul.fl-mr1em li {
    float: left;
    margin: 0 1em 0 0;
    font-size: 13px;
}

.search-condition dd ul li input {
    vertical-align: middle;
    margin: 0 3px 0 0;
}

ul li#kyuubo_on {
    background-position: 0 0;
}

ul li#kyuubo_off {
    background-position: 0 -23px;
}

ul li#nenrei_on {
    background-position: -112px 0;
}

ul li#nenrei_off {
    background-position: -112px -23px;
}

ul li#zangyou_on {
    background-position: -224px 0;
}

ul li#zangyou_off {
    background-position: -224px -23px;
}

ul li#yonsyuu_on {
    background-position: -336px 0;
}

ul li#yonsyuu_off {
    background-position: -336px -23px;
}

ul li#donichisyuku_on {
    background-position: -448px 0;
}

ul li#donichisyuku_off {
    background-position: -448px -23px;
}

ul li#ekikara_on {
    background-position: -560px 0;
}

ul li#ekikara_off {
    background-position: -560px -23px;
}

ul li#mycar_on {
    background-position: -672px 0;
}

ul li#mycar_off {
    background-position: -672px -23px;
}

ul li#kensyu_on {
    background-position: -784px 0;
}

ul li#kensyu_off {
    background-position: -784px -23px;
}

ul li#tenkin_on {
    background-position: -896px 0;
}

ul li#tenkin_off {
    background-position: -896px -23px;
}

ul li#major-company_on {
    background-position: -1008px 0;
}

ul li#major-company_off {
    background-position: -1008px -23px;
}

ul li#keiken_on {
    background-position: -1120px 0;
}

ul li#keiken_off {
    background-position: -1120px -23px;
}

ul li#mikeiken_on {
    background-position: -1232px 0;
}

ul li#mikeiken_off {
    background-position: -1232px -23px;
}

ul li#blank_on {
    background-position: -1344px 0;
}

ul li#blank_off {
    background-position: -1344px -23px;
}

ul li#yuuduu_on {
    background-position: -1456px 0;
}

ul li#yuuduu_off {
    background-position: -1456px -23px;
}

ul li#open_on {
    background-position: -1568px 0;
}

ul li#open_off {
    background-position: -1568px -23px;
}

ul li#nenkan_on {
    background-position: -1680px 0;
}

ul li#nenkan_off {
    background-position: -1680px -23px;
}

ul li#nikkin_on {
    background-position: -1792px 0;
}

ul li#nikkin_off {
    background-position: -1792px -23px;
}

ul li#yakin_on {
    background-position: -1904px 0;
}

ul li#yakin_off {
    background-position: -1904px -23px;
}

.searchResult-wrap dl,
.searchDetail-wrap dl {
    width: 100%;
    font-size: 13px;
    line-height: 1;
    border-top: 1px solid #dedede;
}

.searchResult-list,
.searchDetail-list {
    margin: 0 0 15px 0;
    border-bottom: 1px solid #dedede;
}

.searchResult-wrap dl,
.searchDetail-wrap dl {
    overflow: hidden;
}

.searchResult-wrap dt,
.searchDetail-wrap dt {
    background: #ffebbb;
    clear: left;
    float: left;
    width: 112px;
    text-align: center;
    margin: 5px 0;
    padding: 5px 0;
}

.searchResult-wrap dd,
.searchDetail-wrap dd {
    float: left;
    width: 560px;
    margin: 5px 0;
    padding: 5px 0 5px 1em;
}

ul.imgPhoto {
    width: 723px;
    margin: 0 auto 15px auto;
}

ul.imgPhoto li {
    margin: 0 9px 0 0;
    float: left;
}

ul.imgPhoto li:last-child {
    margin: 0;
    float: left;
}

ul.imgPhoto img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.consulComment-wrap {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 1px;
    border: solid 3px #e3e3e3;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.consulComment-head {
    background: #fff6e2;
    padding: 5px;
}

.consulComment-head p {
    font-size: 14px;
    font-weight: bold;
    color: #a69775;
    background: url(../images/consulComment-icon.gif) no-repeat;
    padding: 0 0 0 27px;
}

.consulComment-txt {
    padding: 10px;
}

/*
検索結果ページャー
----------------------------------------------------------------------------------------------------*/
.searchPager-wrap {
    margin: 30px auto 60px auto;
}

.searchPager-wrap p {
    text-align: left;
}

.searchPager-wrap ul {
    text-align: center;
    line-height: 1.2;
}

.searchPager-wrap ul li {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding: 3px 0.5em 2px 0.5em;
}

.searchPager-wrap ul li.pagenumber {
    color: #fff;
    background: #b9b9b9;
}

.searchPager-wrap ul li.pager-r {
    background: url(../images/pager-r.gif) 6em 0.5em no-repeat;
    width: 6em;
}

.searchPager-wrap ul li.pager-l {
    background: url(../images/pager-l.gif) 0.5em 0.5em no-repeat;
    width: 6em;
}

/*
よくあるご質問
----------------------------------------------------------------------------------------------------*/
.faq-wrap {
    width: 100%;
    padding: 20px 30px;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.faq-wrap dl {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px 0;
}

.faq-wrap dl:last-child {
    border-bottom: none;
    margin: 0;
}

.faq-wrap dt {
    color: #fc97a0;
    font-size: 18px;
    font-weight: bold;
    background: url(../images/faq-q.gif) no-repeat;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 60px;
    line-height: 1.4;
}

.faq-wrap dd {
    background: url(../images/faq-a.gif) 0 10px no-repeat;
    min-height: 50px;
    padding: 10px 0 15px 60px;
    position: relative;
}

.rightTxtLink {
    background: url(../images/textlink-circle13.png) 0 3px no-repeat;
    padding: 0 0 0 15px;
    position: absolute;
    right: 0;
}

.txtLink13 {
    background: url(../images/textlink-circle13.png) 0 3px no-repeat;
    padding: 0 0 0 15px;
    font-size: 13px;
}

.txtLink14 {
    background: url(../images/textlink-circle14.png) 0 3px no-repeat;
    padding: 0 0 0 17px;
    font-size: 14px;
}

.txtList-link14 li {
    background: url(../images/textlink-circle14.png) 0 3px no-repeat;
    padding: 0 0 0 17px;
    font-size: 14px;
}

/*
罫線
----------------------------------------------------------------------------------------------------*/
.dotted-line {
    border-top: 1px dotted #c7c7c7;
    margin: 25px auto 50px auto;
}

.dotted-line5 {
    border-top: 1px dotted #c7c7c7;
    margin: 5px auto;
}

.dotted-line10 {
    border-top: 1px dotted #c7c7c7;
    margin: 10px auto;
}

.dotted-line30 {
    border-top: 1px dotted #c7c7c7;
    margin: 30px auto;
}

/*
ボックス
----------------------------------------------------------------------------------------------------*/
.box-1px {
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 15px;
    border: 1px solid #dedede;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul.lst-disc {
    padding: 0 0 0 1.25em;
}

ul.lst-disc li {
    font-size: 13px;
    list-style-type: disc;
}

/*
マイページ
----------------------------------------------------------------------------------------------------*/
.haken-mypageLogin-wrap {
    width: 680px;
    margin: 0 auto;
}

.haken-mypageLogin-l {
    float: left;
    width: 325px;
    height: 200px;
    position: relative;
}

.haken-mypageLogin-r {
    float: right;
    width: 325px;
    height: 200px;
    position: relative;
}

.haken-mypageLogin-l p,
.haken-mypageLogin-r p {
    padding: 0 10px 30px 10px;
}

.haken-mypageLogin-l h2 img {
    margin: -7px 7px 0 -24px;
}

.haken-mypageLogin-l h3 img {
    margin: -7px 7px 0 -24px;
}

.haken-mypageLogin-r h2 img {
    margin: -7px 7px 0 -22px;
}

.haken-mypageLogin-r h3 img {
    margin: -7px 7px 0 -22px;
}

.haken-loginBtn-mypage {
    position: absolute;
    bottom: 0;
    left: 55px;
    padding: 0 !important;
}

.mypageLogin-wrap {
    width: 100%;
    margin: 15px 0 0 0;
}

.mypageLogin-wrap-l {
    float: left;
    width: 361px;
    padding: 0 20px 20px 20px;
    border-right: 1px solid #dedede;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.mypageLogin-wrap-r {
    float: left;
    width: 361px;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#persistent {
    margin: 0 3px 0 0;
}

.account-own {
    font-size: 16px;
    margin: 0 0 10px 0;
}

input#email {
    display: block;
    width: 301px;
    margin: 0 0 10px 0;
    padding: 3px 5px;
}

input#Passwd {
    display: block;
    width: 301px;
    padding: 3px 5px;
}

.autoLogin-label {
    font-size: 13px;
}

input#signIn,
.freeRegister-btn {
    margin: 10px auto;
    display: block;
    text-align: center;
    border: none;
}

.tel-register {
    font-size: 16px;
    margin: 10px 0 0 0;
}

/*
登録フォーム
----------------------------------------------------------------------------------------------------*/
.registerForm-intro {
    margin: 0 0 5px 10px;
}

.registerForm-intro img {
    margin: 2px 2px 0 0;
}

table.form {
    width: 725px;
    border: 1px solid #dedede;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px;
}

table.form input {
    padding: 0 5px;
}

table.modal-form {
    width: 100%;
    border: 1px solid #dedede;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px;
    margin: 0 0 20px 0;
}

table tr {
    border: 1px solid #dedede;
    border-collapse: collapse;
}

table.form th,
table.modal-form th {
    background: #fdf7e9;
    font-weight: bold;
    text-align: left;
}

table.modal-form th {
    width: 100px;
}

table.form td,
table.modal-form td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #dedede;
    background: #fff;
}

table .th-inner {
    width: 160px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    border: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

table .th-inner-enquiry {
    width: 120px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    border: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

table .th-inner-enquiry span {
    font-size: 12px;
    font-weight: normal;
}

table .modal-inner {
    width: 100px;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
    border: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

table .th-inner .txt {
    float: left;
    width: 140px;
    margin: -1px 0 0 0;
}

table .th-inner .comment,
table.form select {
    font-size: 12px;
}

table .th-inner .essence {
    float: left;
    width: 45px;
    padding: 15px 0 0 0;
    background: url(../images/form-essence.png) no-repeat;
    overflow: hidden;
    height: 0;
    display: block;
}

table .th-inner .option {
    float: left;
    width: 45px;
    padding: 15px 0 0 0;
    background: url(../images/form-option.png) no-repeat;
    overflow: hidden;
    height: 0;
    display: block;
}

.kiyaku_text {
    width: 100%;
    height: 80px;
    overflow: auto;
    background: #fff;
    margin: 10px 0 20px 0;
    border: 1px solid #dedede;
}

.kiyaku-wrap {
    background: #f4f4f4;
    margin: 1px auto 20px auto;
    padding: 20px;
    width: 725px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.kiyaku_text p {
    padding: 10px;
}

.kiyaku_link {
    text-align: center;
    padding: 30px;
    font-size: 13px;
}

.form-textarea {
    width: 100%;
    color: #686868;
    line-height: 1.6;
    padding: 5px;
    border: 1px solid #dedede;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.clearAgreementBtn {
    margin: 20px auto;
    text-align: center;
}

.clearAgreementBtn input {
    margin: 0 10px;
    border: none;
}

.form-tel {
    margin: 0 auto;
    text-align: center;
}

ul.register-checkbox li {
    float: left;
}

.radiobox {
    margin: 0 1em 0 0;
    float: left;
    line-height: 1;
}

ul.register-checkbox li label {
    vertical-align: 0.15em;
}

.radiobox input {
    margin: 0 3px 0 0;
    float: left;
}

.radiobox label {
    vertical-align: -0.85em
}


/*
長谷川ホールディングスのサービス
----------------------------------------------------------------------------------------------------*/
.hasegawa-searvice-wrap {
    width: 100%;
    background: #f0f0f0;
    border-top: 1px solid #d6d6d6;
}

#hasegawa-wrap-white {
    border-top: 1px solid #fff;
}

.section-top-group {
    width: 980px;
    margin: 0 auto;
}

.section-top-group-inner {
    margin: 0;
    padding: 0;
}

.column-left {
    width: 320px;
    height: 570px;
    float: left;
    border: 1px solid #adb9c2;
    margin: 0;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.service-column-wap {
    float: right;
}

.service-column-inner {
    margin: 10px 10px 20px 10px;
    /*height: 70px;*/
}

.service-column-inner .service-logo {
    float: left;
}

.service-column-inner .service-text {
    width: 180px;
    float: right;
    font-size: 12px;
    line-height: 1.2em;
}

.service-column-inner .service-text p {
    margin: 0 0 5px 0;
}

.service-column-top,
.service-column-bottom {
    width: 650px;
    margin: 0 0 10px 0;
}

.column-top-left {
    float: left;
    width: 320px;
    min-height: 250px;
    margin: 0 10px 0 0;
    background: #fff;
    border: 1px solid #adb9c2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.column-bottom-left {
    float: left;
    width: 320px;
    min-height: 240px;
    margin: 0 10px 0 0;
    background: #fff;
    border: 1px solid #adb9c2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.column-top-right {
    float: right;
    width: 320px;
    min-height: 250px;
    background: #fff;
    border: 1px solid #adb9c2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.column-bottom-right {
    float: right;
    width: 320px;
    min-height: 240px;
    background: #fff;
    border: 1px solid #adb9c2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*
長谷川ホールディングスのサービス
----------------------------------------------------------------------------------------------------*/
.column-left01 {
    width: 320px;
    min-height: 575px !important;
    float: left;
    border: 1px solid #adb9c2;
    margin: 0 10px 0 0;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.column-bottom-left01 {
    float: left;
    width: 320px;
    min-height: 325px;
    margin: 0 10px 0 0;
    background: #fff;
    border: 1px solid #adb9c2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.column-bottom-right01 {
    float: right;
    width: 320px;
    min-height: 325px;
    background: #fff;
    border: 1px solid #adb9c2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*共通フォーマット*/
.service-area {
    margin: 0;
}

.service-area h3 {
    margin: 0 0 12px 0;
    padding: 0;
    background: none;
    border: none;
}

.service-area .service-column {
    width: 322px;
    /*border: 1px solid #adb9c2;*/
    min-height: 633px;
    overflow: hidden;
}

.service-area .column-left {
    width: 322px;
    background: #fff;
    float: left;
    border: 1px solid #adb9c2;
}

.service-area .column-center {
    float: left;
    margin-left: 7px;
    /*border: none;*/
}

.service-area .column-center-inner {
    background: #fff;
    border: 1px solid #adb9c2;
    min-height: 112px;
    margin: 0 0 7px 0;
    width: 320px;
    overflow: hidden;
}

.service-area .column-center-inner-end {
    background: #fff;
    border: 1px solid #adb9c2;
    min-height: 500px;
    margin: 0 0 7px 0;
    width: 320px;
    overflow: hidden;
}

/*

.service-area .column-center-inner .column-inner-end{
padding:0 0 26px 0;
}
*/
.service-area .column-right {
    /*border: none;*/
    float: right;
}

.service-area .column-right-inner {
    border: 1px solid #adb9c2;
    background: #fff;
    min-height: 250px;
    margin: 0 0 7px 0;
    /*width:268px;*/
    overflow: hidden;
}

.service-area .column-right-inner-end {
    border: 1px solid #adb9c2;
    background: #fff;
    min-height: 275px;
    margin: 0 0 5px 0;
    /*width:268px;*/
    overflow: hidden;
}

.service-area .column-right-inner .column-inner-end {}

.column-left .service-column-inner {
    margin: 0 8px 10px 8px;
    min-height: 65px;
}

.column-center .service-column-inner {
    margin: 0 8px 10px 8px;
    min-height: 65px;
}

.column-right .service-column-inner {
    margin: 0 8px 10px 8px;
    min-height: 65px;
}

.service-column-inner .service-logo {
    float: left;
}

/*.service-logo a {
display: block;
}

.service-logo a img {
display: block;
}*/

.service-column-inner .service-text {
    width: 184px;
    float: right;
    font-size: 12px;
    line-height: 1.2em;
}

.service-column-inner .service-text p {
    margin: 0 0 5px 0;
}

.service-area .column-center-inner h3,
.service-area .column-center-inner-end h3,
.service-area .column-center-right h3,
.service-area .column-right-inner h3,
.service-area .column-right-inner-end h3,
.column-left h3 {
    position: relative;
    width: 330px;
    height: 35px;
}

.service-area .column-center-inner h3 img,
.service-area .column-center-inner-end h3 img,
.service-area .column-right-inner h3 img,
.service-area .column-right-inner-end h3 img,
.column-left h3 img {
    position: absolute;
    display: block;
    /*width: 330px;*/
    height: 35px;
    top: 0;
    right: 0;
    bottom: 0;
    left: -4px;
}

/*
マイページ
----------------------------------------------------------------------------------------------------*/
.mypage-newlyWrap {
    position: relative;
    margin: -5px 0 20px 0;
}

.mypage-newlyAarrived {
    float: left;
    width: 180px;
}

.mypage-nosetting-head {
    font-size: 16px;
    font-weight: bold;
}

.mypage-nosetting-main {
    margin: 0 0 10px 0;
}

.mypage-nosetting-main span {
    color: #ff0000;
}

.mypage-newlyAarrived-head {
    font-size: 20px;
    text-align: center;
}

.mypage-newlyAarrived-number {
    font-size: 54px;
    text-align: center;
    line-height: 1;
    margin: 15px 0 0 0;
}

.mypage-newlyAarrived-number a,
.mypage-examination a {
    text-decoration: none;
}

.mypage-newlyAarrived-number span,
.mypage-examination span {
    font-size: 40px;
    text-align: center;
    vertical-align: 3px;
}

.mypage-newlyList {
    float: left;
    width: 520px;
    margin: 0 0 0 20px;
}

.mypage-newlyList dl {
    font-size: 13px;
}

.mypage-newlyList dt {
    background: url(../images/mypage-new.gif) 0 3px no-repeat;
    padding: 0 10px 0 43px;
    float: left;
}

.mypage-newlyList dd {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mypage-detail {
    float: left;
    width: 130px;
    position: absolute;
    right: 0;
    bottom: 5px;
}

.mypage-2c {
    margin: 0 0 30px 0;
}

.mypage-2cLeft {
    float: left;
    width: 348px;
}

.mypage-2cLeft-nomargin {
    float: left;
    width: 348px;
}

.mypage-2cRight {
    float: right;
    width: 348px;
}

.mypage-2cRight-nomargin {
    float: right;
    width: 348px;
}

.mypage-2cLeftRight {
    float: right;
    width: 140px;
}

.mypage-2cLeftRight p {
    text-align: right;
    line-height: 1.2;
}

.mypage-examination {
    font-size: 80px;
    text-align: center;
    line-height: .6;
    float: left;
    width: 200px;
    margin: 10px 0 0 0;
}

.mypage-2cRightL {
    float: left;
    width: 166px;
}

.mypage-2cRightR {
    float: right;
    width: 166px;
}

.mypage-questionnaire {
    background: #e9e9e9;
    padding: 20px 30px;
}

.mypage-questionnaireHead {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.mypage-questionnaireMain {
    font-size: 14px;
    margin: 0 0 5px 0;
}

.mypage-questionnaireComment {
    font-size: 12px;
    margin: 0 0 20px 0;
}

.mypage-questionnaire input,
.mypage-setting input {
    display: inline-block;
    vertical-align: -2px;
}

.mypage-questionnaireRadio {
    font-size: 14px;
    padding: 0 0 20px 14px;
}

.mypage-questionnaireRadio label,
.mypage-setting label {
    margin: 0 10px 0 0;
}

.mypage-questionnaire textarea {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 10px;
    line-height: 1.4;
}

.btn-2line,
.btn2 {
    margin: 0 auto;
    text-align: center;
}

.btn-2 img {
    display: inline-block;
    margin: 0 10px;
}

.btn-2line img {
    display: inline-block;
}

.btn-2line img.left {
    margin: 0 9px 0 0;
}

.btn-2line img.right {
    margin: 0 0 0 9px;
}

.searchCondition-change {
    text-align: right;
    margin: 10px 0 0 0;
}

.searchCondition-change img {
    margin: 0 0 0 5px;
}

ul.jobOffer-area {
    font-size: 13px;
    margin: 0 0 10px 0;
    overflow: hidden;
}

ul.jobOffer-area li.on {
    font-weight: bold;
    background: url(../images/textlink-circle13under.png) 0 3px no-repeat;
    padding: 0 1em 0 16px;
    float: left;
}

ul.jobOffer-area li.off {
    background: url(../images/textlink-circle13.png) 0 3px no-repeat;
    padding: 0 1em 0 16px;
    float: left;
}

.search-train,
.search-area {
    position: absolute;
    right: 0;
    top: 15px;
}

.search-train-h3,
.search-area-h3 {
    position: absolute;
    right: 0;
    top: -9px;
}

.search-area-h3,
.search-area {
    display: none;
}

.station-select {
    display: none;
    font-size: 13px;
    margin: 0 0 30px 0;
}

.station-select input {
    padding: 1px 0 0 5px;
}

.mypage-capture {
    position: relative;
    background: url(../images/mypage-capture.jpg) 0 0 no-repeat;
    width: 725px;
    height: 389px;
}

.mypage-captureBox {
    position: absolute;
    top: 133px;
    left: 213px;
    width: 300px;
    border: 1px solid #dedede;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px 2px;
}

#mainVisual {
    margin: -15px auto 15px auto;
}

#top-mainvisual {
    position: relative;
    margin: -15px auto 15px auto;
    overflow: hidden;
}

.top-catchcopy {
    position: absolute;
    top: 120px;
    left: 82px;
}

.consulPage-btn {
    position: absolute;
    top: 175px;
    left: 320px;
}

#login-wrap {
    position: absolute;
    top: 10px;
    right: 6px;
    width: 192px;
    height: 262px;
    background: rgba(255, 255, 255, .9) url(../images/top-number-wrap.png) no-repeat 0 0;
    padding: 0 0 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#login-wrap span {
    color: #63b526;
    margin: 20px 0.25em 3px;
    font-size: 32px;
    font-style: italic;
}

#login-wrap hr {
    border-top: 1px solid #dedede;
    margin: 10px 0 5px 0;
}

#login-wrap .top-title {
    padding: 15px 0 15px 40px;
    line-height: 1;
}

#login-wrap .top-number {
    text-align: right;
    padding: 0 18px 0 0;
    margin: 0 0 12px;
}

.top-register {
    margin: 10px 0 0;
    text-align: center;
}

.mypage-stop-wrap {
    text-align: center;
    font-size: 20px;
    color: #ff0000;
    margin: 10px 0;
}

.mypage-stop-wrap span {
    font-size: 14px;
    color: #686868;
}

.flow-head {
    margin: 0 auto 30px auto;
}

.flow-wrap {
    padding: 0 0 30px 10px;
    margin: 0 0 30px 0;
    border-bottom: 1px dotted #c7c7c7;
}

.flow-step {
    float: left;
    width: 150px;
    margin: 0 10px 0 0;
}

.flow-main {
    float: left;
    width: 394px;
}

.flow-text {
    margin: 0 0 10px 0;
}

.flow-text-icon {
    display: inline-block;
    margin: 10px;
}

.flow-illust {
    float: right;
}

#hokkaido-all {
    float: right;
    margin: 0 10px 0 0;
}

/*
お友達紹介キャンペーン
----------------------------------------------------------------------------------------------------*/
.friend-wrap {
    background: url(/v1/images/friend-bg.gif) repeat;
    padding: 20px 20px 50px 20px;
}

/* ------------------------------------------------------------------------
春の登録キャンペーン
------------------------------------------------------------------------ */
.spring-campaign-wrap {
    border: 2px solid #fdb3b2;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px;
    margin: 20px auto;
    background: #ffeeee;
}

.spring-campaign-wrap h3 {
    font-size: 18px;
    text-align: center;
    margin: 0 0 5px 0;
    color: #ff6366;
}

.spring-campaign-wrap p.main {
    font-size: 14px;
    text-align: center;
    margin: 0 0 5px 0;
}

.spring-campaign-wrap p.main span {
    font-weight: bold;
}

.spring-campaign-wrap p.comment {
    text-align: center;
    font-size: 12px;
}

/* ------------------------------------------------------------------------
星野追記スタイル ここから
------------------------------------------------------------------------ */

.width-6rem {
    width: 6rem;
}

/* ------------------------------------------------------------------------
星野追記スタイル ここまで
------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------
kaigo_newpc-footer
------------------------------------------------------------------------ */

.kaigo_newpc-inner {
    width: 980px;
    margin: 0 auto;
}

.kaigo_newpc-footer-area {
    background: #fc97a0;
    color: #fff;
    font-family: 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', YuGothic, 'Yu Gothic', sans-serif;
}

.kaigo_newpc-footer-area .kaigo_newpc-inner {
    padding-top: 15px;
    padding-bottom: 25px;
}

.kaigo_newpc-footer-area .logo-area {
    text-align: center;
    margin: 0 auto;
}

.kaigo_newpc-footer-area .navi-area {
    float: right;
    width: 725px;
}

.kaigo_newpc-footer-area .logo-area .logo {
    text-align: center;
    margin: 0 auto;
}

.kaigo_newpc-footer-area .tel-area .txt {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

.kaigo_newpc-footer-area .tel-area .txt a {
    text-decoration: none;
    color: #fff;
}

.kaigo_newpc-footer-ttl1 {
    border-bottom: 1px solid;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
}


.kaigo_newpc-footer-search .child:nth-child(odd) {
    float: left;
    width: 360px;
}

.kaigo_newpc-footer-search .child:nth-child(even) {
    float: right;
    width: 360px;
}

.kaigo_newpc-footer-search .child {
    display: table;
    width: 100%;

}


.kaigo_newpc-footer-search .ttl,
.kaigo_newpc-footer-search .body {
    display: table-cell;
    vertical-align: top;
}

.kaigo_newpc-footer-search .ttl {
    font-size: 12px;
    width: 90px;
}

.kaigo_newpc-footer-search .ttl span {
    display: block;
    border: 1px solid;
    text-align: center;

}

.kaigo_newpc-footer-search .body {
    font-size: 12px;
    padding-left: 10px;
}

.kaigo_newpc-footer-search .body a {
    color: #fff;
    text-decoration: none;
}

.kaigo_newpc-footer-search .body a:hover {
    text-decoration: underline;
}

.kaigo_newpc-footer-search .body ul {
    overflow: hidden;
}

.kaigo_newpc-footer-search .body ul li {
    float: left;
    margin-bottom: 10px;
}

.kaigo_newpc-footer-search .body ul li + li {
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid;
}

.kaigo_newpc-footer-menu {
    background: url(../images/kaigo_newpc_bg.jpg) center top;
    background-size: 150px auto;
    padding-top: 33px;
    position: relative;
}

.kaigo_newpc-footer-menu .kaigo_newpc-inner {
    position: relative;
}

.kaigo_newpc-pagetop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index:10000;
}

.kaigo_newpc-footer-navi {
    display: table;
    width: 100%;
    font-weight: bold;
}

.kaigo_newpc-footer-navi + .kaigo_newpc-footer-navi {
    margin-top: 8px;
}

.kaigo_newpc-footer-ttl,
.kaigo_newpc-footer-navi .cell1 {
    display: table-cell;
    vertical-align: top;
}

.kaigo_newpc-footer-ttl {
    width: 135px;
    text-align: left;
    color: #ffc6c6;
    font-size: 14px;
    line-height: 1.3;
}

.kaigo_newpc-footer-list1 {
    font-size: 12px;
    clear: both;
    overflow: hidden;
    /*margin-top: 3px;*/
}

.kaigo_newpc-footer-list1 a {
    color: #666666 !important;
    text-decoration: none;
    font-size: 14px;
}

.kaigo_newpc-footer-list1 a:hover {
    text-decoration: underline;
}

.kaigo_newpc-ico-blank {
    background: url(../images/kaigo_newpc_ico_blank.png) right 1px center no-repeat;
    background-size: 11px auto;
    padding-right: 16px;
}

.kaigo_newpc-footer-list1 li {
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
    line-height: 1.3;
}

.kaigo_newpc-footer-list1 li + li {
    border-left: 1px solid;
}

.kaigo_newpc-copyright {
    text-align: center;
    font-size: 12px;
    border-top: 1px solid #c7c7c7;
    padding: 9px 0;
    margin-top: 25px
}

/* 201907追加 */
.addcnt_kaigo01 {
    margin-bottom: 26px;
    line-height: 1.8;
}

.addcnt_kaigo01 .addcnt_kaigo01_hl {
    background: #fc97a0;
    position: relative;
    color: #fff;
    padding: 3px 10px 2px 90px;
    font-size: 18.5px;
    font-weight: bold;
}

.addcnt_kaigo01 .addcnt_kaigo01_hl:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -15px;
    width: 60px;
    height: 62.5px;
    background: url(../images/addcnt_kaigo01_ico01.png) no-repeat center center;
    background-size: 100%;
}

.addcnt_kaigo01 .addcnt_kaigo01_txt {
    font-size: 13.5px;
    border: 1px solid #dfdfdf;
    padding: 17px 20px 11px;
    background: url(../images/addcnt_kaigo_bg.png) center center;
}

.addcnt_kaigo02 {
    margin: 34px auto 63px;
}

.addcnt_kaigo02 .addcnt_kaigo02_box {
    padding: 20px 20px 25px;
    background: url(../images/addcnt_kaigo_bg.png) center center;
    border: 2px solid #90ca43;
    line-height: 1.6;
    margin-bottom: 20px;
}

.addcnt_kaigo02 .addcnt_kaigo02_hl {
    font-size: 26px;
    font-weight: bold;
    color: 686868;
    border-bottom: 2px solid #90ca43;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 61.5px !important;
    padding: 10px 0 26px 70px;
    margin-bottom: 18px;
}

.addcnt_kaigo02 .n01 .addcnt_kaigo02_hl {
    background-image: url(../images/addcnt_kaigo02_ico01.png);
}

.addcnt_kaigo02 .n02 .addcnt_kaigo02_hl {
    background-image: url(../images/addcnt_kaigo02_ico02.png);
}

.addcnt_kaigo02 .n03 .addcnt_kaigo02_hl {
    background-image: url(../images/addcnt_kaigo02_ico03.png);
}

.addcnt_kaigo02 .addcnt_kaigo02_txt {
    font-size: 13.5px;
}


/* 201909追加 */

.addsitemap_kaigo .addsitemap_kaigo_map01 {
    margin-bottom: 30px;
    padding-top: 8px;
}

.addsitemap_kaigo .addsitemap_kaigo_map01_clid {
    display: inline-block;
    margin-right: 25px;
}

.addsitemap_kaigo .addsitemap_kaigo_map01 a {
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid;
    color: #0099cc;
    line-height: 1.1;
    padding-right: 10px;
}

.addsitemap_kaigo .addsitemap_kaigo_hl02 a:after,
.addsitemap_kaigo .addsitemap_kaigo_hl01 a:after,
.addsitemap_kaigo .addsitemap_kaigo_map01 a:after {
    content: "\003E";
    position: absolute;
    right: 0;
}

.addsitemap_kaigo .addsitemap_kaigo_map01 a + a {
    margin-left: 30px;
    color: #0099cc;
}

.addsitemap_kaigo .addsitemap_kaigo_hl01 {
    border-bottom: 1px solid #8eca43;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.addsitemap_kaigo .addsitemap_kaigo_hl01 a {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding-right: 18px;
    text-decoration: none;
    border-bottom: 1px solid;
    color: #0099cc;
    line-height: 1.2;
    z-index: 2;
}

.addsitemap_kaigo .addsitemap_kaigo_hl02 {
    background: url(../images/addsitemap_kaigo_ico01.png) 99% center no-repeat #f6ffdd;
    padding: 7px 25px 7px 8px;
    cursor: pointer;
}

.addsitemap_kaigo .addsitemap_kaigo_hl02.open {
    background-image: url(../images/addsitemap_kaigo_ico02.png);
}

.addsitemap_kaigo .addsitemap_kaigo_hl02 a {
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid;
    color: #0099cc;
    line-height: 1.0;
    padding: 0 10px 0 0;
}

.addsitemap_kaigo .addsitemap_kaigo_hl02 a:hover {
    border-bottom: 1px solid #f6ffdd;
}

.addsitemap_kaigo .addsitemap_kaigo_box {
    margin-bottom: 30px;
    overflow: hidden;
}

.addsitemap_kaigo .addsitemap_kaigo_box02 {
    margin-bottom: 15px;
    overflow: hidden;
}

.addsitemap_kaigo .addsitemap_kaigo_acc {
    width: 352px;
    margin-bottom: 20px;
}

.addsitemap_kaigo .addsitemap_kaigo_map02 {
    padding-top: 3px;
    width: 352px;
    display: none;
}

.addsitemap_kaigo .addsitemap_kaigo_box_left {
    float: left;
}

.addsitemap_kaigo .addsitemap_kaigo_box_right {
    float: right;
}


.addsitemap_kaigo .addsitemap_kaigo_map02_list a {
    display: inline-block;
    margin-right: 8px;
    padding-left: 13px;
    background: url(../images/addsitemap_kaigo_ico03.png) left center no-repeat;
    margin-bottom: 5px;
    color: #686868;
    font-size: 13px;
}



.addsitemap_kaigo .addsitemap_kaigo_hl03 {
    font-size: 18px;
}

.addsitemap_kaigo .addsitemap_kaigo_hl04 {
    font-size: 16px;
    color: #fc97a0;
    position: relative;
    padding-left: 1em;
    margin-top: 5px;
}

.addsitemap_kaigo .addsitemap_kaigo_hl04:before {
    content: "\25A0";
    position: absolute;
    left: 0;
    top: 0;
}




/**********************************
New Style 2020.01.22
***********************************/

#main_content2020 input,
#main_content2020 button,
#main_content2020 select,
#main_content2020 textarea {
    /* -webkit-appearance: none; */
    -moz-appearance: none;
    /* appearance: none; */
    /* background: transparent; */
    /* border: none; */
    /* border-radius: 0; */
    font: inherit;
    outline: none;
    width: 65%;

}

#main_content2020 textarea {
    resize: vertical;
}

#main_content2020 .page_search input[type=radio],
#main_content2020 .page_search input[type=checkbox] {
    display: none;
}


#header2020,
#topmv2020,
#main_content2020 {
    color: #332B27;
}

.home #main_content2020{
    padding-bottom: 50px;
}

#main_content2020.no_bottom {
    padding-bottom: 0;
}

.cmn_inner2020 {
    width: 1000px;
    /* width: 100%; */
    padding-left: 0px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.cmn_inner2020_search {
    width: 100%;
    padding-left: 0px;
    padding-right: 15px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

#header2020 {
    padding: 10px 0 0;
}

#header2020 .dive_head {
    padding-bottom: 30px;
}

#header2020 .left01,
#header2020 .left02,
#header2020 .left03 {
    float: left;
}

#header2020 .left04 {
    float: right;
    color: #332B27;
    text-decoration: none;
    border: 1px solid #CECECE;
    border-radius: 5px;
    padding: 2px 10px 0;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
    display: block;
    font-size: 16px;
    line-height: 36px;
    background: #fff;
    margin: 0 3px 8px;
    font-weight: bold;
}

#header2020 .left01 {
    margin-right: 60px;
    /*20200309 change*/
    padding-top: 5px;
}

#header2020 .left02 {
    margin-right: 40px;
    /*20200309 change*/
    padding-top: 0px;
    /*20200309 change*/
    width: 280px;
    /*20200309 add*/
}

#header2020 .left02 img {
    width: 280px;
    /*20200309 add*/
}


#header2020 .left03:hover img {
    opacity: 0.5;
}

#headnav2020 {
    background: #fff;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
}

#headnav2020 a {
    color: #332B27;
    display: block;
    float: left;
    text-decoration: none;
    text-align: center;
    height: 73px;

}

#headnav2020 a.nav01:hover,
#headnav2020 a.nav02:hover,
#headnav2020 a.nav03:hover,
#headnav2020 a.nav04:hover {
    /*background: #fc97a0;*/
    background: #fc97a0;
    color: #fff;
}

#headnav2020 a.nav01,
#headnav2020 a.nav02,
#headnav2020 a.nav03,
#headnav2020 a.nav04 {
    width: 25%;
}

#headnav2020 a.nav05 {
    float: right;
    width: 264px;
}

#headnav2020 a.nav05 span {
    padding: 0;
}

#headnav2020 a span {
    display: block;
    padding: 10px;
    font-size: 18px;
    margin-top: 12px;
    border-right: 1px dotted #707070;
    font-weight: bold;
}

#headnav2020 a.nav01 span {
    border-left: 1px dotted #707070;
}


#topmv2020 {}

#topmv2020 .slide .slide_inner {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    height: 180px;
    box-sizing: border-box;
}

/*20200309 class add & change start*/
#topmv2020 .slidewrap2020 {
    background: url(../images/2020/top/bg_slide01.jpg) no-repeat center center;
    background-size: cover;
    height: 180px;
}

#topmv2020 .slide.no01 .slide_inner {
    background: url(../images/2020/top/bg2_slide01.png) no-repeat center center;
    background-size: cover;
    padding-top: 30px;
}

#topmv2020 .bx-wrapper .bx-pager {
    bottom: 10px;
}

#topmv2020 .bx-wrapper {
    margin: 0;
}

#topmv2020 .bx-wrapper .bx-pager.bx-default-pager a:hover,
#topmv2020 .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fc97a0;
}

#topmv2020 .bx-wrapper .bx-controls-direction a.bx-prev {
    background: url(../images/2020/top/prev.png) no-repeat center center / 20px 20px;
    left: 50%;
    margin-left: -500px;
}

#topmv2020 .bx-wrapper .bx-controls-direction a.bx-next {
    background: url(../images/2020/top/next.png) no-repeat center center / 20px 20px;
    right: 50%;
    margin-right: -500px;
}

/*20200309 class add & change End*/

#topmv2020 .slide.no01 .slide_inner .left {
    float: left;
    padding-left: 170px;
    /*20200309 change*/
}

#topmv2020 .slide.no01 .slide_inner .right {
    float: right;
    width: 300px;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
    margin-right: 40px;
    /*20200309 change*/
}

#topmv2020 .recruit_no_wrap {
    font-weight: bold;
    padding: 30px 0;
    overflow: hidden;
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
}

#topmv2020 .recruit_no_wrap .recruit_no {
    width: 49%;
    float: left;
    font-size: 22px;
    line-height: 1.4;
}

#topmv2020 .recruit_no_wrap .recruit_no .r_no {
    display: block;
    font-size: 24px;
    color: #FF4A00;
}

#topmv2020 .recruit_no_wrap .recruit_no + .recruit_no {
    float: right;
    border-left: 2px solid #E3E3E3;
}

#main_content2020 {
    font-size: 14px;
    line-height: 1.6;
}

#main_content2020 #top_search_area {
    padding: 20px 0;
}

#top_search_area .cmn_inner2020 {
    padding-bottom: 20px;
}

#main_content2020 .cmn_inner2020 .col7 {
    width: 68%;
}

#main_content2020 .cmn_inner2020 .col3 {
    width: 30%;
}

#main_content2020 .cmn_inner2020 .col8 {
    width: 78%;
}

#main_content2020 .cmn_inner2020 .col2 {
    width: 20%;
}

#main_content2020 .cmn_inner2020 .child {
    float: left;
}

#main_content2020 .cmn_inner2020 .child:nth-child(2n) {
    float: right;
}

#top_search_area .search_title {
    font-weight: bold;
    background: #fc97a0 url(../images/2020/icon01.png) no-repeat center left 15px;
    background-size: 18px auto;
    font-size: 20px;
    color: #fff;
    padding: 10px 35px;
    margin-bottom: 20px;
    border-radius: 5px;
}

#top_search_area .area {
    border: 2px solid #fc97a0;
    position: relative;
    background: url(../images/2020/top/map.png) no-repeat bottom 20px right 20px;
    background-size: 370px auto;
    height: 483px;
    border-radius: 5px;
}

#top_search_area .area dl {
    display: table;
    position: absolute;
}

#top_search_area .area dl dt {
    display: table-cell;
    width: 55px;
    vertical-align: top;
    color: #fc97a0;
    line-height: 1.2;
    padding-top: 5px;
    font-weight: bold;
}

#top_search_area .area dl dd {
    display: table-cell;
    width: 220px;

}

#top_search_area .area dl dd ul {
    overflow: hidden;
    padding: 0 0 2px;
}

#top_search_area .area dl dd ul li {
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
}

#top_search_area .area dl dd ul li:nth-child(3n+1) {
    margin-left: 0px;
}

#main_content2020 a {
    /* color: #332B27; */
    text-decoration: none;
}

#top_search_area .area dl dd ul li a {
    border: 1px solid #CECECE;
    border-radius: 10px;
    display: inline-block;
    padding: 4px 9px 3px 17px;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
    line-height: 1;
    font-size: 14px;
    background: url(../images/2020/btn01.png) no-repeat center left 8px;
    background-size: 4px auto;
}

#top_search_area .area dl dd ul li a:hover {
    background: #fc97a0 url(../images/2020/btn01_hover.png) no-repeat center left 8px;
    background-size: 4px auto;
    color: #fff;
}

#top_search_area .area dl.pos01 {
    top: 20px;
    left: 20px;
}

#top_search_area .area dl.pos02 {
    top: 62px;
    left: 20px;
}

#top_search_area .area dl.pos03 {
    top: 137px;
    left: 20px;
}

#top_search_area .area dl.pos04 {
    top: 244px;
    left: 20px;
}

#top_search_area .area dl.pos05 {
    top: 317px;
    left: 20px;
}

#top_search_area .area dl.pos06 {
    top: 390px;
    left: 20px;
}

#top_search_area .area dl.pos07 {
    top: 20px;
    left: 310px;
}

#top_search_area .area dl.pos08 {
    top: 90px;
    left: 310px;
}

#top_search_area .area dl.pos09 {
    top: 160px;
    left: 310px;
}

#top_search_area .search_list {
    background: #fc97a0;
    padding: 15px 15px 0;
    height: 472px;
    border-radius: 5px;
    font-weight: bold;
}

#top_search_area .search_list a {
    border: 1px solid #CECECE;
    border-radius: 5px;
    padding: 2px 20px 0 17px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
    line-height: 40px;
    font-size: 16px;
    background: #fff url(../images/2020/btn01.png) no-repeat center right 8px;
    background-size: 6px auto;
    display: block;
    margin-bottom: 7px;
}

#top_search_area .search_list a:hover {
    background: #fc97a0 url(../images/2020/btn01_hover.png) no-repeat center right 8px;
    background-size: 6px auto;
    color: #fff;
}

#main_content2020 .form_free {
    background: #fc97a0;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

#main_content2020 .form_free.area_type {
    width: 800px;
    margin: 0 auto 40px;
    background: #E8E8E8;
}

#main_content2020 .form_free .name {
    background: url(../images/2020/icon02.png) no-repeat center left;
    background-size: 18px auto;
    /*display: none;*/
    font-size: 20px;
    color: #7c88de;
    /*padding-left: 20px;*/
    line-height: 40px;
    width: 140px;
    font-weight: bold;
    text-align: left;
    display: none;
}

#main_content2020 .form_free input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #bbb;
}

#main_content2020 .form_free input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bbb;
}

#main_content2020 .form_free input::placeholder {
    /* Others */
    color: #bbb;
}

#main_content2020 .form_free .top_free_input {
    padding: 7px;
    font-size: 16px;
    width: 340px;
    height: 38px;
    background: #fff;
    border-radius: 5px;
    line-height: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#main_content2020 .form_free.area_type .top_free_input {
    width: 500px;
}

#main_content2020 .form_free .top_free_input:hover {
    opacity: 1;
}

#main_content2020 .form_free .top_free_submit {
    font-size: 20px;
    width: 120px;
    height: 38px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    background: #FF9804 url(../images/2020/icon03.png) no-repeat center left 20px;
    background-size: 18px auto;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    font-weight: bold;
    margin-left: 5px;
}

#main_content2020 .search_btn2020 {
    background: #fc97a0 url(../images/2020/btn01_hover.png) no-repeat center right 8px;
    background-size: 6px auto;
    color: #fff;
    border-bottom: 4px solid #850029;
    border-radius: 5px;
    display: block;
    padding: 14px 20px 0 17px;
    display: block;
    font-size: 20px;
    text-align: center;
    height: 60px;
    box-sizing: border-box;
    font-weight: bold;
}

#top_search_area .search_btn2020:hover {
    background-color: #fc97a0;
}

#main_content2020 .search_pickup {
    background: url(../images/2020/top/bg.png) center top;
    padding: 40px 0 3px;
    text-align: center;
}

#main_content2020 .search_pickup .cmn_inner2020 {
    width: 900px;
}

.model2020_h2 {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 40px;
    border-radius: 5px;
}

.model2020_h2.type01 {
    padding-left: 45px;
    background: url(../images/2020/top/h2_icon01.png) no-repeat center left;
    background-size: 40px auto;
}

.model2020_h2.type02 {
    padding-left: 45px;
    background: url(../images/2020/top/h2_icon02.png) no-repeat center left;
    background-size: 40px auto;
}
.model2020_h2.type03 {
    padding-left: 45px;
    background-size: 40px auto;
    /*color: #fc97a0;*/
    color: #d54250;
}
#main_content2020 .search_pickup .search_list li,
.pickup_list li {
    display: inline-block;
}

#main_content2020 .search_pickup .search_list,
.pickup_list {
    margin-bottom: 30px;
}

#main_content2020 .search_pickup .search_list a,
.pickup_list li a {
    border: 1px solid #CECECE;
    border-radius: 5px;
    padding: 2px 10px 0;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
    display: block;
    font-size: 16px;
    line-height: 36px;
    background: #fff;
    color: #fc97a0;
    margin: 0 3px 8px;
    font-weight: bold;
    text-align: center;
}

#main_content2020 .search_pickup .search_list a:hover,
.pickup_list li a:hover {
    background: #fc97a0;
    color: #fff !important;
}

#main_content2020 .top_topic {
    text-align: center;
    padding: 40px 0;
    overflow: hidden;
}

#main_content2020 .top_topic .overslide {
    position: relative;
}

#main_content2020 .top_topic .overlay {
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    width: 50%;
    height: 110%;
    top: 0;

    z-index: 9999;
}

#main_content2020 .top_topic .overlay.left {
    right: 50%;
    margin-right: 510px;
}

#main_content2020 .top_topic .overlay.right {
    left: 50%;
    margin-left: 510px;
}


.model2020_h2.type03 {
    padding-left: 45px;
    background: url(../images/2020/top/h2_icon03.png) no-repeat center left;
    background-size: 40px auto;
}

#main_content2020 .top_topic .slide_topic_wrap,
#main_content2020 .top_topic .recently_seen_slide_wrap {
    text-align: left;
    overflow: hidden;
    padding-top: 10px;
}

#main_content2020 .top_topic .topic_content {
    width: 225px;
    position: relative;
    margin: 0;
    padding: 0 0 5px 0;
    box-sizing: border-box;
}

#main_content2020 .top_topic .topic_content .hover_border {
    border: 1px solid #fc97a0;
    margin: 0 0 10px;
    padding: 9px 0 50px;
    /*change 20200305*/
    position: relative;
    /*add 20200305*/
}

/*add class 20200305*/
#main_content2020 .top_topic .topic_content .hover_border img {
    margin: 0 auto;
    width: 100%;
}

#main_content2020 .top_topic .slide_box,
#main_content2020 .top_topic .recently_seen_slide_box {
    padding: 0 12px;
    box-sizing: border-box;
    width: 250px !important;
}

#main_content2020 .top_topic .slide_box .label,
#main_content2020 .top_topic .recently_seen_slide_box .label {
    position: absolute;
    background: #FF4A00;
    color: #fff;
    font-size: 14px;
    top: -10px;
    left: 10px;
    display: table;
    height: 40px;
    width: 68px;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    line-height: 1.2;
}

#main_content2020 .top_topic .slide_box .label span,
#main_content2020 .top_topic .recently_seen_slide_box .label span {
    display: table-cell;
    height: 40px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    font-weight: bold;
}

#main_content2020 .top_topic .slide_box .label span:after,
#main_content2020 .top_topic .recently_seen_slide_box .label span:after {
    position: absolute;
    bottom: -7px;
    left: 17px;
    content: "";
    width: 7px;
    height: 7px;
    background: url(../images/2020/top/topic_arrow.png) no-repeat center center;
    background-size: 7px auto;
}

#main_content2020 .top_topic .slide_box .label.type01,
#main_content2020 .top_topic .recently_seen_slide_box .label.type01 {
    font-size: 11px;
}

#main_content2020 .top_topic .slide_box .label.type02,
#main_content2020 .top_topic .recently_seen_slide_box .label.type02 {
    font-size: 13px;
}

#main_content2020 .top_topic .slide_box .topic_text,
#main_content2020 .top_topic .recently_seen_slide_box .topic_text {
    padding: 9px;
    font-size: 14px;
}

#main_content2020 .top_topic .slide_box .topic_title,
#main_content2020 .top_topic .recently_seen_slide_box .topic_title {
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 10px;
    padding-bottom: 4px;
    font-weight: bold;
    color: #5A331E;
}

#main_content2020 .top_topic .slide_box .topic_info,
#main_content2020 .top_topic .recently_seen_slide_box .topic_info {
    overflow: hidden;
}

#main_content2020 .top_topic .slide_box .topic_info dt,
#main_content2020 .top_topic .recently_seen_slide_box .topic_info dt {
    float: left;
    clear: both;
    width: 53px;
    color: #fc97a0;
    padding-left: 3px;
    line-height: 1;
    margin-bottom: 6px;
    font-weight: bold;
}

#main_content2020 .top_topic .slide_box .topic_info dd, 
#main_content2020 .top_topic .recently_seen_slide_box .topic_info dd {
    float: right;
    width: calc(100% - 60px);
    line-height: 1.4;
    margin-bottom: 6px;
    margin-top: 16px;
}

#main_content2020 .top_topic .slide_box .topic_info dd.clear, 
#main_content2020 .top_topic .recently_seen_slide_box .topic_info dd.clear {
    clear: both;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
}

#main_content2020 .top_topic .slide_box .topic_link,
#main_content2020 .top_topic .recently_seen_slide_box .topic_link {
    border-bottom: 2px solid #E3E3E3;
    color: #FF9804;
    background: #F7F7F5 url(../images/2020/btn02.png) no-repeat center right 8px;
    background-size: 6px auto;
    display: block;
    text-align: center;
    padding: 10px;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 185px;
    transform: translateX(-50%);
}

#main_content2020 .top_topic .slide_box .topic_link:hover,
#main_content2020 .top_topic .recently_seen_slide_box .topic_link:hover {
    background: #fc97a0 url(../images/2020/btn01_hover.png) no-repeat center right 8px;
    background-size: 6px auto;
    color: #fff;
    border-bottom: 2px solid #2A7C4D;
}

#main_content2020 .top_voice {
    padding: 40px 0;
    background: #FCFCFC;
    text-align: center;
}

.model2020_h2.type04 {
    padding-left: 45px;
    background: url(../images/2020/top/h2_icon04.png) no-repeat center left;
    background-size: 40px auto;
}

#main_content2020 .cmn_inner2020 .col5 {
    width: 48%;
}

#main_content2020 .top_voice .child {
    background: #FFFAE6;
    padding: 20px;
    box-sizing: border-box;
    min-height: 440px;
}

#main_content2020 .top_voice .cmn_inner2020 {
    padding-top: 20px;
    margin-top: -20px;
}

#main_content2020 .top_voice .child .hr_img {
    float: left;
    margin-top: -35px;
    margin-left: -10px;
}

/* change style 20200303 start*/
#main_content2020 .top_voice .child .hr_info {
    float: left;
    padding-top: 3px;
}

.hr_info {
    overflow: hidden;
    font-weight: bold;
}

.hr_info li {
    float: left;
    line-height: 1;
}

.hr_info li.obi {
    border: 1px solid #A7A7A7;
    background: #fff;
    padding: 3px 3px 2px;
    margin-left: 15px;
}

.hr_info li.not {
    padding: 4px 3px 2px;
}

.hr_info li .red {
    color: #FF4A00;
}

/* change style 20200303 end*/


#main_content2020 .top_voice .child .comment {
    clear: both;
    padding-top: 20px;
    font-size: 14px;
    line-height: 26px;
}

#main_content2020 .top_voice .child .comment strong {
    color: #FF4A00;
    font-weight: bold;
}

#main_content2020 .other_search {
    background: url(../images/2020/top/bg.png) center top;
    padding: 40px 0 0;
}

.model2020_h2.type05 {
    color: #fff;
    background: #fc97a0;
    font-size: 20px;
    display: block;
    text-align: center;
}

.model2020_h2.type05 span {
    display: inline-block;
    background: url(../images/2020/icon03.png) no-repeat center left;
    background-size: 18px auto;
    padding: 0 0 0 22px
}

#main_content2020 .other_search ul {
    overflow: hidden;
    /*padding: 0 0 20px;*/
    padding: 0 0 0;
}

.search_list_area {
    overflow: hidden;
    padding: 0 0 30px;
}

#main_content2020 .other_search ul li,
.search_list_area li {
    display: table;
    width: 235px;
    height: 60px;
    float: left;
}

#main_content2020 .other_search ul li {
    margin-bottom: 20px;
}

.search_list_area li {
    margin-bottom: 10px;
}

#main_content2020 .other_search ul li a,
.search_list_area li a {
    color: #d54250;
    display: table-cell;
    width: 235px;
    height: 60px;
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid #CECECE;
    border-radius: 5px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
    background: #fff url(../images/2020/btn01.png) no-repeat center right 8px;
    background-size: 6px auto;
    margin-bottom: 20px;
    padding: 0 20px;
    font-weight: bold;
}

.search_list_area.line1 li,
.search_list_area.line1 li a {
    height: 40px;
}

.search_list_area.list5 li {
    width: 184px;
    margin-right: 20px;
}

.search_list_area.list5 li:nth-child(5n) {
    float: right;
    margin-right: 0;
}

.search_list_area.list5 li:nth-child(5n+1) {
    clear: both;
}

.search_list_area.list5 li:nth-child(5n-1) {
    margin-right: 0;
}

.search_list_area.list5 li a {
    width: 184px;
}

#main_content2020 .other_search ul li a:hover,
.search_list_area li a:hover {
    background: #fc97a0 url(../images/2020/btn01_hover.png) no-repeat center right 8px;
    background-size: 6px auto;
    color: #fff !important;
}

#main_content2020 .other_search ul li:nth-child(4n+1),
.search_list_area.list4 li:nth-child(4n+1) {
    clear: both;
    margin-right: 10px;
}

#main_content2020 .other_search ul li:nth-child(4n-1),
.search_list_area.list4 li:nth-child(4n-1) {
    margin-left: 10px;
}

#main_content2020 .other_search ul li:nth-child(4n),
.search_list_area.list4 li:nth-child(4n) {
    float: right;
}

#main_content2020 .other_banner {
    text-align: center;
    padding: 40px 0;
}

#main_content2020 .other_banner .bnr_area01 {
    margin-bottom: 40px;
    overflow: hidden;
}

#main_content2020 .other_banner .bnr_area01 a {
    margin: 0;
    float: left;
}

#main_content2020 .other_banner .bnr_area01 a + a {
    float: right;
}


#main_content2020 .other_banner .bnr_area02 {
    padding: 0 0 3px;
}

#main_content2020 .other_banner .bnr_area02 a {
    display: inline-block;
    margin: 0;
    /*
  color:#5A331E;
  background:#F7F7F5;
  border-radius: 5px;
  font-size:20px;
  text-align: left;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
    */
    width: 320px;
    font-weight: bold;
}

#main_content2020 .other_banner .bnr_area02 a:nth-child(3n-1) {
    margin: 0 10px;
}

/*
#main_content2020 .other_banner .bnr_area02 a span{
  display: block;
  padding:20px 0 19px 18px;
}
#main_content2020 .other_banner .bnr_area02 a:hover{
  background:#fc97a0;
  color:#fff;
  opacity: 1;
}
*/
#main_content2020 .other_banner .bnr_area02 a:hover img {
    opacity: 0.7;
}


#main_content2020 .bx-wrapper .bx-controls-direction a {
    width: 20px;
    height: 50px;
}


#main_content2020 .bx-wrapper .bx-controls-direction a.bx-prev,
#main_content2020 .bx-wrapper .bx-controls-direction a.bx-next {
    width: 15px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
}

#main_content2020 .bx-wrapper .bx-controls-direction a.bx-prev {
    background: url(./sp/img/topic-left.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -16px;
    outline: 0;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

#main_content2020 .bx-wrapper .bx-controls-direction a.bx-next {
    background: url(./sp/img/topic-left.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -16px;
    outline: 0;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

/*複数条件で探す(search)*/
.search_page_title {
    text-align: center;
    font-size: 30px;
    color: #fc97a0;
    font-weight: bold;
    background: #fc97a0;
    line-height: 40px;
    padding: 30px 15px;
    margin-bottom: 20px;
}

.page_title_search {
    text-align: center;
    font-size: 30px;
    padding: 30px 15px;
    line-height: 40px;
    margin-bottom: 20px;
    background: #fc97a0;
    color: #fff;
}

.page_title_search.nomb {
    margin-bottom: 0;
}

.page_title_search.small {
    padding: 15px;
}

.page_search .list6,
.page_search .list4 {
    overflow: hidden;
    /*margin-bottom: 40px;*/
    margin-bottom: 20px;
}

.page_search .list-search,
.page_search .list-search {
    overflow: hidden;
    margin-bottom: 40px;
}

.page_search .list-search li {
    float: left;
    width: 15%;
    margin: 0 2% 10px 0;
}

.page_search .list6 li {
    float: left;
    width: calc(94% / 3);
    /*width: 15%;
    margin: 0 2% 10px 0;*/
}

.page_search .list4 li {
    float: left;
    width: calc(94% / 3);
    /*width: 23.5%;*/
}
.page_search .list6 li:nth-child(3n+1),
.page_search .list4 li:nth-child(3n+1){
    margin: 0 2% 10px 0;
}
.page_search .list6 li:nth-child(3n+2),
.page_search .list4 li:nth-child(3n+2){
    margin: 0 1% 10px 1%;
}
.page_search .list6 li:nth-child(3n),
.page_search .list4 li:nth-child(3n){
    margin: 0 0 10px 2%;
}

/*.page_search .list6 li:nth-child(6n),
.page_search .list4 li:nth-child(4n) {
    float: right;
    margin-right: 0;
}

.page_search .list6 li:nth-child(6n+1),
.page_search .list4 li:nth-child(4n+1) {
    clear: both;
}

.page_search .list6 li:nth-child(6n-1),
.page_search .list4 li:nth-child(4n-1) {
    margin-right: 0;
}*/

.page_search .list6 li input[type="radio"] + label,
.page_search .list6 li input[type="checkbox"] + label,
.page_search .list4 li input[type="checkbox"] + label {
    border: 1px solid #CECECE;
    border-radius: 5px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
    font-size: 13px;
    display: block;
    text-align: center;
    cursor: pointer;
    line-height: 18px;
    padding: 6px 5px;
}

/* .page_search .list-search li input[type="radio"] + label,
.page_search .list-search li input[type="checkbox"] + label,
.page_search .list-search li input[type="checkbox"] + label {
    border: 1px solid #CECECE;
    border-radius: 5px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    display: block;
    text-align: center;
    cursor: pointer;
    line-height: 18px;
    padding: 6px 5px;
} */

.page_search .list4.table_type li input[type="checkbox"] + label {
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px;
}

.page_search .list4 li input[type="checkbox"] + label .tb_cell {
    display: table-cell;
    vertical-align: middle;
    height: 38px;
    text-align: center;
    width: 225px;
    line-height: 1.2;
}

.page_search .list6 li input[type="radio"]:checked + label,
.page_search .list6 li input[type="checkbox"]:checked + label,
.page_search .list4 li input[type="checkbox"]:checked + label {
    background: #fc97a0;
    border: 1px solid #fc97a0;
    color: #fff;
}

.search_label_list li input[type="radio"]:checked + label,
.search_label_list li input[type="checkbox"]:checked + label,
.search_label_list li input[type="checkbox"]:checked + label {
    background: #5657A5;
    border: 1px solid #5657A5;
    color: #fff;
}

.page_search .tab_wrap,
.page_search .tab_title {
    display: none;
}

#main_content2020 .reset_btn2020 {
    background: #F7F7F5 url(../images/2020/reset.png) no-repeat center left 15px;
    background-size: 14px auto;
    color: #fc97a0;
    border-top: 1px solid #C5C5C5;
    border-right: 1px solid #C5C5C5;
    border-left: 1px solid #C5C5C5;
    border-bottom: 4px solid #C5C5C5;
    border-radius: 5px;
    display: block;
    padding: 14px 10px 0 32px;
    display: block;
    font-size: 16px;
    text-align: center;
    height: 60px;
    box-sizing: border-box;
    font-weight: bold;
    cursor: pointer;
}

#main_content2020 .reset_btn2020:hover {
    opacity: 0.6;
}

#main_content2020 .form_free .search_free_input {
    padding: 7px;
    font-size: 16px;
    width: 490px;
    height: 38px;
    float: left;
    background: #fff;
    border-radius: 5px;
    line-height: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#main_content2020 .col8 .form_free .search_free_input {
    width: 590px;
}

#main_content2020 .form_free .search_free_input:hover {
    opacity: 1;
}

/*.page_search .search_view {
    background: #7c88de;
    padding: 5px 15px 5px;
    margin-top: 20px;
    margin-bottom: 40px;
    border-radius: 5px;
}*/

.page_search .search_view .title {
    background: url(../images/2020/icon_set.png) no-repeat center left;
    background-size: 18px auto;
    font-size: 20px;
    color: #fc97a0;
    padding-left: 20px;
    line-height: 40px;
    font-weight: bold;

    background: #7c88de;
    padding: 5px 15px 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.page_search .search_view ul,
.page_area .search_view ul {
    overflow: hidden;
}

.page_area .search_view ul li,
.page_search .search_view ul li {
    float: left;
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    margin-bottom: 20px;
}

.overhidden {
    overflow: hidden;
}

.search_form_btn {
    text-align: center;
}

.search_form_btn .btn_submit,
.search_form_btn .btn_save {
    display: inline-block;
    margin: 0 22px;
}

#main_content2020 .search_form_btn .btn_submit input {
    background: #FF9804 url(../images/2020/icon03.png) no-repeat center left 80px;
    background-size: 24px auto;
    width: 400px;
    color: #fff;
    border-bottom: 4px solid #BF7100;
    border-radius: 5px;
    display: block;
    padding: 0 20px 0 44px;
    font-size: 22px;
    line-height: 80px;
    text-align: center;
    height: 80px;
    box-sizing: border-box;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

#main_content2020 .search_form_btn .btn_submit input:hover {
    opacity: 0.6;
}

.search_form_btn .btn_save a {
    background: #fc97a0 url(../images/2020/icon_save.png) no-repeat center left 50px;
    background-size: 20px auto;
    width: 300px;
    color: #fff !important;
    border-bottom: 4px solid #2A7C4D;
    border-radius: 5px;
    display: block;
    padding: 0 20px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    height: 60px;
    box-sizing: border-box;
    font-weight: bold;
}

.search_form_btn .btn_save a:hover {
    opacity: 0.6;
}

.remodal .btn_back {
    font-size: 16px;
    text-align: center;
}

.remodal .btn_back a {
    background: #fc97a0;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 8px;
    width: 160px;
    margin: 0 auto;
    border-bottom: 4px solid #559671;
    border-radius: 5px;
    font-weight: bold;
}

.remodal .text {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.remodal .text + .text {
    margin-top: 20px;
}

.remodal .text_error {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.remodal .btn_error_tel {
    background: #fc97a0;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 8px;
    width: 160px;
    margin: 0 auto;
    border-bottom: 4px solid #559671;
    border-radius: 5px;
    font-weight: bold;
}

/*各都道府県一覧*/
#bread2020 {
    width: 1000px;
    padding: 10px 15px 15px;
    margin: 0 auto;
    font-size: 12px;
    color: #332B27;
}

#bread2020 a {
    color: #332B27;
    text-decoration: none;
}

#bread2020 a::after {
    content: ">";
}

.area_catch {
    margin-bottom: 40px;
}

.area_catch .area_title {
    background: #fc97a0;
    line-height: 60px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #fc97a0;
    border-radius: 5px 5px 0 0;
}

.area_catch .comment {
    background: #fff;
    border: 1px solid #fc97a0;
    border-radius: 0 0 5px 5px;
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
}

.area_catch .area_title.type1 span {
    display: inline-block;
    background: url(../images/2020/area/icon01.png) no-repeat center left;
    background-size: 31px auto;
    padding-left: 36px;
}

.area_catch .area_title.type2 span {
    display: inline-block;
    background: url(../images/2020/area/icon02.png) no-repeat center left;
    background-size: 23px auto;
    padding-left: 28px;
}

.area_catch .area_title.type3 span {
    display: inline-block;
    background: url(../images/2020/area/icon03.png) no-repeat center left;
    background-size: 40px auto;
    padding-left: 45px;
}

.area_catch .area_title.type4 span {
    display: inline-block;
    background: url(../images/2020/area/icon04.png) no-repeat center left;
    background-size: 40px auto;
    padding-left: 45px;
}

.area_search_head,
.area_search_bottom {
    background: url(../images/2020/top/bg.png) center top;
    padding-top: 40px;
    text-align: center;
}

.area_search_head .layout_train {
    display: table;
    margin-bottom: 40px;
}

.area_search_head .layout_train .model2020_h2 {
    display: table-cell;
    width: 170px;
    text-align: left;
    background-size: 30px auto;
    background-position: top 5px left;
    line-height: 1;
    padding-left: 40px;
    vertical-align: top;
    padding: 7px 0 0 40px;
}

.area_search_head .layout_train .pickup_list {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}

.area_search_head .layout_train .pickup_list li a {
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid #CECECE;
    border-radius: 5px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
    line-height: 36px;
    background: #fff url(../images/2020/btn01.png) no-repeat center right 5px;
    background-size: 6px auto;
    margin-bottom: 10px;
    padding: 0 20px 0 10px;
    font-weight: bold;
}

.area_search_head .layout_train .pickup_list li a:hover {
    background: #fc97a0 url(../images/2020/btn01_hover.png) no-repeat center right 8px;
    background-size: 6px auto;
    color: #fff !important;
}

.area_search_bottom {
    padding-bottom: 40px;
}

.other_btn_wrap {
    margin-bottom: 40px;
    overflow: hidden;
}

.other_btn_wrap a.anker {
    border: 2px solid #fc97a0;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
    padding: 3px;
    background: #fff;
    display: inline-block;
    width: 320px;
    /*20200310 change*/
    color: #fc97a0 !important;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    box-sizing: border-box;
    /*20200310 add*/
}

.other_btn_wrap .anker span {
    display: block;
    background: #fc97a0 url(../images/2020/icon_anker.png) no-repeat center right 4px;
    background-size: 8px auto;
    border-radius: 5px;
    line-height: 46px;
}

.other_btn_wrap a.anker:hover,
.other_btn_wrap a.linkb:hover,
.search_form_btn .btn_link a:hover {
    opacity: 0.6;
}

.other_btn_wrap .linkb {
    background: #fc97a0 url(../images/2020/btn01_hover.png) no-repeat center right 8px;
    background-size: 6px auto;
    color: #fff !important;
    border-bottom: 4px solid #2A7C4D;
    border-radius: 5px;
    line-height: 56px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    width: 320px;
    /*20200310 change*/
    box-sizing: border-box;
    font-weight: bold;
}

/*20200310 add class start*/
.other_btn_wrap a.anker._fl1,
.other_btn_wrap a.anker._fl2 {
    float: left;
}

.other_btn_wrap a.anker._fl1 {
    margin-right: 20px;
}

.other_btn_wrap .linkb._fr {
    float: right;
}

/*20200310 add class end*/

.page_area .search_view {
    background: #fff;
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 5px;
}

.page_area .search_view .title {
    color: #fc97a0;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid;
}

.page_area .search_view ul {
    padding: 15px 0;
}

.page_area .search_view .search_form_btn {
    text-align: right;
}

.page_area .search_form_btn .btn_link {
    display: inline-block;
}

.page_area .search_form_btn .btn_link a {
    background: #fc97a0 url(../images/2020/btn01_hover.png) no-repeat center right 8px;
    background-size: 6px auto;
    color: #fff !important;
    border-bottom: 4px solid #2A7C4D;
    border-radius: 5px;
    line-height: 40px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    width: 200px;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 0 0 15px;
}

.page_area .search_form_btn .btn_link.not_arrow a {
    background: #fc97a0;
}

.not_recruit {
    text-align: center;
    padding: 20px;
    font-size: 18px;
    color: #f00;
}

.recruit_list {
    background: #FAFAFA;
    padding: 40px 0 20px;
}

.recruit_list .recruit_nav {
    overflow: hidden;
    margin-bottom: 20px;
}

.recruit_list .recruit_nav .no {
    float: left;
}

.recruit_list .recruit_nav .pager {
    float: right;
}

.recruit_list .recruit_nav .pager a {
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    width: 36px;
    background: #fff;
    border-radius: 5px;
}

.recruit_list .recruit_nav .pager a:hover {
    color: #fff !important;
    background: #fc97a0;
}

.recruit_list .recruit_nav .pager .current {
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    width: 36px;
    color: #fc97a0;
    background: #C7E4A0;
    border-radius: 5px;
}

.recruit_list .recruit_box {
    border-top: 8px solid #d54250;
    border-left: 1px solid #d54250;
    border-right: 1px solid #d54250;
    border-bottom: 1px solid #d54250;
    border-radius: 5px;
    padding: 20px 30px 60px;
    font-size: 14px;
    margin-bottom: 40px;
    background: #fff;
}

.recruit_list .recruit_box .r-post_title,.term_title {
    color: #d54250;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid #d54250;
}

#main_content2020 .recruit_list .recruit_box .r-post_title a{
  color: #fc97a0;
}
#main_content2020 .recruit_list .recruit_box .r-post_title a:hover{
  color: #2A7C4D;
}

.recruit_list .recruit_box .recruit_comment,
.recruit_list .recruit_box .tab_list {
    /* float: left; */
    overflow: hidden;
}
.recruit_list .recruit_box .recruit_comment{
    width: 100%;
}
.recruit_list .recruit_box .tab_list{
    /* width: 670px; */
    width: 100%;
}

.recruit_list .recruit_box .recruit_comment p + p {
    margin-top: 20px;
}

.recruit_list .recruit_box .recruit_img {
    float: right;
    width: 240px;
    margin-bottom: 30px;
}

.recruit_list .recruit_box .recruit_img img {
    max-width: 100%;
    height: auto;
}

.recruit_list .recruit_box .tab_list {
    margin-bottom: 15px;
}

.recruit_list .recruit_box .tab_list li {
    display: inline-block;
    padding: 0 5px;
    color: #d54250;
    background: #F5F5F5;
    border-radius: 5px;
    line-height: 26px;
    float: left;
    margin: 0 2px 2px 0;
}

.recruit_list .recruit_box .recruit_comment {
    /* margin-top: 30px;
    margin-bottom: 30px; */
    font-size: 16px;
    line-height: 28px;
    margin: 20px;

}

.recruit_list .recruit_box .recruit_comment p {
    font-size: 16px;
    line-height: 28px;
}

.recruit_list .recruit_box .recruit_info {
    clear: both;
    border-top: 1px solid #d54250;
}

.recruit_list .recruit_box .recruit_info table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    /*20200305*/
}

.recruit_list .recruit_box .recruit_info table tr {
    border: none;
}

.recruit_list .recruit_box .recruit_info th {
    padding: 10px 15px;
    font-weight: bold;
    background: #fc97a0;
    border-bottom: 1px solid #d54250;
    width: 135px;
    text-align: center;
    font-size: 14px;
    border-top: none;
    color: #fff;
}

.recruit_list .recruit_box .recruit_info td {
    padding: 10px 15px;
    border-bottom: 1px solid #d54250;
    border-right: 1px solid #d54250;
    font-size: 14px;
    border-top: none;
}

.single .recruit_list .recruit_box .recruit_btn {
    text-align: center;
    width: calc(100% / 3);
    display: inline-block;
    float: left;
}

.recruit_list .recruit_box .recruit_btn a {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    line-height: 40px;
}

.recruit_list .recruit_box .recruit_btn a.type_reg {
    width: calc(100% / 3);
    padding: 0 0 0 0.5em;
}
.page .recruit_btn,
.tax-tags .recruit_btn{
    margin: 1em 0 0 0;
}
.recruit_list .recruit_box .recruit_btn a.type_reg span {
    display: inline-block;
    padding-right: 14px;
    padding-left: 14px;
    width: 100%;
    position: relative;
    background: #FF8387;
    /*border-bottom: 4px solid #BF7100;*/
    box-shadow: 0px 3px 0px 0px #CE676A;
    color: #fff !important;
    box-sizing: border-box;
    float: left;
    border-radius: 5px;
}

.recruit_list .recruit_box .recruit_btn a.type_single {
    width: calc(100% / 3);
    display: inline-block;
    float: left;    
    padding: 0 0.25em 0 0.25em;
}

.recruit_list .recruit_box .recruit_btn a.type_single span {
    background: #FF9804 url(../images/2020/btn01_hover.png) no-repeat center right 8px;
    color: #fff !important;
    /*border-bottom: 2px solid #7c88de;*/
    /*-webkit-box-shadow: 0px 3px 0px 0px rgba(52, 58, 64, 1);
    box-shadow: 0px 3px 0px 0px rgba(52, 58, 64, 1);*/    
    float: left;
    padding-right: 14px;
    padding-left: 14px;
    position: relative;
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0px 3px 0px 0px rgba(191,113,0,1);
}
.single .recruit_list .recruit_box .recruit_btn .inreview-control-on{
    width: 100%;
}
.recruit_list .recruit_box .recruit_btn .inreview-control-on{
    width: calc(100% / 3);
    display: inline-block;
    float: left;
    padding: 0 0.5em 0 0;
}
.recruit_list .recruit_box .recruit_btn .inreview-control-on > a{
    border: 1px solid #7c88de ;
    background: #7c88de;
    color: #fff;
    line-height: 38px;
    float: left;
    border-radius: 5px;
    box-shadow: 0px 3px 0px 0px #3143BE;
    width: 100%;
}

.recruit_list .recruit_box .recruit_btn .inreview-control-off {
    /*border: 1px solid #FF9804;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(191, 113, 0, 1);
    box-shadow: 0px 3px 0px 0px rgba(191, 113, 0, 1);
    background: #fff;
    color: #FF9804;
    line-height: 38px;
    float: left;
    width: 28%;
    border-radius: 5px;*/
    width: calc(100% / 3);
    display: inline-block;
    padding: 0 0.5em 0 0;
    line-height: 38px;
    float: left;    
}
.recruit_list .recruit_box > .btn_job_contact + .recruit_btn > .inreview-control-off{
    width: 100%;
}
.recruit_list .recruit_box > .btn_job_contact + .recruit_btn > .inreview-control-off > span{
    text-align: left;
}
.recruit_list .recruit_box .recruit_btn .inreview-control-on a {
    display: block;
}

.recruit_list .recruit_box .recruit_btn .inreview-control-off .in {
    display: inline-block;
    padding-left: 28px;
    background: url(../images/2020/post/icon01_check.png) no-repeat center left;
    background-size: 30px auto;
    color: #FF9804 !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #FF9804;
    box-shadow: 0px 3px 0px 0px rgba(191, 113, 0, 1);
    background: #fff;
    border-radius: 5px;
}

.recruit_list .recruit_box .recruit_btn .inreview-control-on a span {
    display: inline-block;
    background: url(../images/2020/post/icon01.png) no-repeat center left;
    background-size: 30px auto;
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    line-height: 38px;
    box-sizing: border-box;
    padding-right: 14px;
    padding-left: 14px;
    position: relative;
    width: 100%;
}

.recruit_post_btn a.type_list span::after,
.recruit_post_btn a.type_search span::after,
.recruit_list .recruit_box .recruit_btn a.type_single span::after,
.recruit_list .recruit_box .recruit_btn a.type_reg span::after,
.recruit_list .recruit_box .recruit_btn .inreview-control-on a span::after {
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    content: '';
    margin-top: -6px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
}

.recruit_post_btn a.type_list span::after,
.recruit_post_btn a.type_search span::after {
    margin-top: -5px;
}

.page_job_post {
    background: #FAFAFA;
    padding: 20px 0 20px;
}

.recruit_consul {
    overflow: hidden;
    padding: 40px 0;
}

.recruit_consul .hitokoto {
    font-size: 20px;
    font-weight: bold;
    border: 2px solid;
    color: #fc97a0;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.recruit_consul .consul_img {
    float: left;
    margin-left: 20px;
}

.consul_img{
    margin: 0 20px;
}

.recruit_consul .consul_comment {
    float: right;
    width: 760px;
    margin-right: 20px;
    line-height: 1.8;
}
.btn_job_contact{
    width: calc(100% / 3);
    float: left;
    display: inline-block;
    padding: 0 0.5em 0 0;
}
.btn_job_contact a {
    border: 1px solid #FF8387;
    background: #FF8387;
    color: #fff;
    line-height: 38px;
    float: left;
    width: 100%;
    line-height: 40px;
    font-size: 24px;
    border-radius: 5px;
    box-shadow: 0px 3px 0px 0px #CE676A;

    /*text-align: center;
    display: block;
    width: 28%;
    float: left;
    margin: 0 auto;
    height: 95px;
    font-size: 24px;
    font-weight: bold;
    background: #FF8387;
    border: 1px solid #ff9804;
    -webkit-box-shadow: 0px 3px 0px 0px #CE676A;
    border-radius: 5px;
    box-shadow: 0px 3px 0px 0px #CE676A;*/
}

.btn_job_contact span {
    display: inline-block;
    width: 100%;
    padding-left: 70px;
    padding-right: 20px;
    position: relative;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.btn_job_contact span::before {
    content: "無料";
    background: #fff;
    width: 35px;
    height: 35px;
    color: #FF8387;
    font-size: 14px;
    line-height: 35px;
    position: absolute;
    left: 5px;
    top: 1.5px;
    border-radius: 35px;
    text-align: center;
    font-weight: bold;
}

.btn_job_contact span::after {
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    content: '';
    margin-top: -6px;
    right: 30px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
}

.recruit_list .recruit_box .recruit_btn a:hover,
.recruit_post_btn a:hover,
.btn_job_contact a:hover {
    opacity: 0.6;
}

.recruit_map {
    padding: 40px 0 20px;
    clear: both;
}

.recruit_map iframe {
    width: 100%;
    height: 370px;
}

.recruit_post_btn {
    text-align: center;
    margin-bottom: 20px;
}

.recruit_post_btn a.type_search {
    background: #fc97a0 url(../images/2020/btn01_hover.png) no-repeat center right 8px;
    background-size: 6px auto;
    /*border-bottom: 4px solid #343a40;*/
    box-shadow: 0px 3px 0px 0px #CE676A;
}

.recruit_post_btn a.type_list {
    background: #FF9804 url(../images/2020/btn01_r_hover.png) no-repeat center left 8px;
    background-size: 6px auto;
    /*border-bottom: 4px solid #BF7100;*/
    box-shadow: 0px 3px 0px 0px #BF7100;
}

.recruit_post_btn a.type_list > span,
.recruit_post_btn a.type_search > span{
    display: inline-block;
    width: 100%;
}

.recruit_post_btn a.type_search span,
.recruit_post_btn a.type_list span {
    padding-right: 14px;
    position: relative;
}

.recruit_post_btn a {
    color: #fff !important;
    border-radius: 5px;
    line-height: 40px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    width: 235px;
    margin: 0 8px;
}

.model2020_h2.type06 {
    color: #fff;
    background: #fc97a0 url(../images/2020/open.png) no-repeat center right 15px;
    background-size: 20px auto;
    font-size: 20px;
    display: block;
    text-align: center;
    cursor: pointer;
}

.model2020_h2.type06.open {
    background: #fc97a0 url(../images/2020/close.png) no-repeat center right 15px;
    background-size: 20px auto;
}

.model2020_h2.type06 span {
    display: inline-block;
    background: url(../images/2020/icon03.png) no-repeat center left;
    background-size: 18px auto;
    padding: 0 0 0 20px
}

.job_post_bottom .search_list_area {
    display: none;
}


/*求人詳細フォーム 20200219 */

/*==================== form ====================*/
#recruit-entry {
    border: 3px solid #00ac50;
    margin: 40px auto;
    border-radius: 15px;
}

.form-frame {
    width: 700px;
    background: #fff;
    margin: 0 auto;
    box-sizing: border-box;
}

.form-frame .form-page img {
    max-width: 100%;
    height: auto;
}

.form-frame .form-page {
    display: none;
    padding: 40px 20px;
}

.form-frame .form-page#p1 {
    display: block;
}


.form-frame .form-page .q-text {
    border-bottom: 6px solid #cbf19b;
    border-radius: 26px;
    margin: 0 auto 67px;

}

.form-frame .form-page .q-text p {
    font-size: 22px;
}

.form-frame .form-page .q-text small {
    font-size: 16px;
    color: #666;
    display: block;
    margin-top: -2px;
}

.form-frame .form-page .q-text-inner {
    box-sizing: border-box;
    border: 6px solid #fc97a0;
    color: #339933;
    font-family: 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'Kosugi Maru', sans-serif;
    font-weight: bold;
    border-radius: 20px;
    background: #fff;
    padding: 20px 80px 20px 20px;
    line-height: 1.4375;
    position: relative;
    font-size: 28px;
}

.form-frame .form-page .q-text-inner:after {
    content: "";
    background: url(../images/2020/post/pc/baloon-tail.png) center center no-repeat;
    display: block;
    background-size: 38px 54px;
    width: 38px;
    height: 54px;
    position: absolute;
    bottom: -54px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*
.form-frame .form-page#p1 .q-text-inner{
padding-top:15px;
padding-bottom:15px;
}

.form-frame .form-page#p2 .q-text-inner{
padding-top:49px;
padding-bottom:49px;
}
*/

.form-frame .form-page .q-text-inner:before {
    content: "";
    background: url(../images/2020/post/pc/pic01.png) center center no-repeat;
    width: 120px;
    height: 170px;
    display: block;
    position: absolute;
    bottom: -45px;
    right: -6px;
}

.form-frame .form-page .field-item {
    position: relative;
    width: 600px;
    margin: 0 auto 0;
    overflow: hidden;
    padding-bottom: 30px;
}

.form-frame .form-page .field-item input[type=radio],
.form-frame .form-page .field-item input[type=checkbox] {
    display: none;
}

#main_content2020 .form-frame .form-page .field-item .seibetsu_wrap input[type=radio] {
    display: inline-block;
    transform: scale(2);
    vertical-align: middle;
    margin: 0 15px 0 0;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

.form-frame .form-page .field-item .seibetsu_wrap label.sei {
    line-height: 1.0;
    cursor: pointer;
    font-weight: bold;
    float: left;
    margin-right: 15px;
    padding: 3px;
}

.seibetsu_wrap {
    margin-bottom: 50px;
    overflow: hidden;
    padding-left: 40px;
    padding: 0 0 10px 40px;
}

.form-frame .form-page .field-item .seibetsu_wrap label:nth-child(2) {
    float: left;
    margin-left: 50px;
}


.form-frame .form-page .field-item > label {
    display: block;
    width: 32%;
    margin-bottom: 15px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    float: left;
    cursor: pointer;
}

.form-frame .form-page .field-item input[type=radio] + span,
.form-frame .form-page .field-item input[type=checkbox] + span {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    border: 2px solid #fc97a0;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    background: #fff;
    height: 50px;
    padding-top: 1px;
    line-height: 1.2;
}

.form-frame .form-page .field-item input[type=radio]:checked + span,
.form-frame .form-page .field-item input[type=checkbox]:checked + span {
    background: #009900;
    border-color: #009900;
    color: #fff;
    cursor: pointer;
}



.form-frame .form-page .field-item label:nth-child(3n+1) {}

.form-frame .form-page .field-item label:nth-child(3n-1) {
    margin-left: 2%;
}

.form-frame .form-page .field-item label:nth-child(3n) {
    float: right;
}

.form-frame .form-page .field-item label small {
    font-size: 16px;
    display: block;
}

.form-frame .form-page .next-btn_wrap {
    text-align: center;
    position: relative;
}

.form-frame .form-page .next-btn_wrap .prev {
    position: absolute;
    left: 0;
    top: 7px;
    width: 120px;
}

.form-frame .form-page .next-btn {
    position: relative;
    width: 200px;
    display: inline-block;
}

.form-frame .form-page .next-btn .text img {
    position: absolute;
    width: 60px;
    left: -50px;
    top: 0;
}

.form-frame .form-page .next-btn_wrap button {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
}

.form-frame .form-page .next-btn button.submit {
    padding: 0;
    background: url(../images/2020/post/btn-submit-on.png) center center no-repeat;
    background-size: 240px auto;
    border: none;
    width: 240px;
}

.form-frame .form-page .field-item dl dt {
    position: relative;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
    padding-left: 15px;
    margin-bottom: 10px;
}

.form-frame .form-page .field-item dl dt .req {
    border: 2px solid;
    color: #339933;
    margin-left: 15px;
    margin-top: 1px;
    display: inline-block;
    padding: 0 5px;
    vertical-align: top;
    font-size: 18px;
}


.form-frame .form-page .field-item dl dt:before {
    content: "";
    display: block;
    background: #339933;
    height: 100%;
    width: 5px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
}

.form-frame .form-page .field-item dl dd {
    margin-bottom: 38px;
    position: relative;
}

#main_content2020 .form-frame input,
#main_content2020 .form-frame select {
    vertical-align: middle;
}

#main_content2020 .form-frame input:focus,
#main_content2020 .form-frame select:focus {
    border: 2px solid #fc97a0 !important;
    outline: 0;
}

#main_content2020 .form-frame button:focus {
    outline: 0;
}

#main_content2020 .form-frame .form-page .field-item dl dd input {
    box-sizing: border-box;
    width: 100%;
    border: 2px solid #cccccc;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    font-family: inherit;
    padding: 10px 15px;
    -webkit-appearance: none;
}

.form-frame .form-page .field-item dl dd input:placeholder-shown {
    color: #cccccc;
}

.form-frame .form-page .field-item dl dd input::-webkit-input-placeholder {
    color: #cccccc;
}

.form-frame .form-page .field-item dl dd input:-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

.form-frame .form-page .field-item dl dd input::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

.form-frame .form-page .field-item dl dd input:-ms-input-placeholder {
    color: #cccccc;
}

#main_content2020 .form-frame .form-page .field-item select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 2px solid #cccccc;
    padding: 10px 50px 10px 15px;
    font-family: inherit;
    font-size: inherit;
    font-size: 18px;
    background: url(../images/2020/post/select.png) right -10px center no-repeat #fff;
    background-size: auto 15px;
    -webkit-appearance: none;
    border-radius: 0;
    border-radius: 10px;
    font-weight: bold;
}

.form-frame .form-page .field-item select::-ms-expand {
    display: none;
}

.form-frame .form-page .field-item ul {
    text-align: center;
    margin-bottom: 50px;
}

.form-frame .form-page .field-item ul:after {
    content: " ";
    clear: both;
    visibility: hidden;
    display: block;
    line-height: 0;
    font-size: 0;
}

.form-frame .form-page .field-item li {
    display: inline-block;
    width: 160px;
    margin: 0 10px;
}

.form-frame .form-page .field-item li:nth-child(1) {
    width: 160px;
}

/*選択完了*/
.form-frame .form-page .next-btn button:disabled img,
.form-frame .form-page .next-btn button.submit:disabled img,
.form-frame .form-page .next-btn button.submit:active img,
.form-frame .form-page .next-btn button.submit:visited img {
    /*opacity: 0;*/
}

.form-frame .form-page .next-btn button:disabled {
    background: url(../images/2020/post/pc/btn-next-on.png) center center no-repeat;
    background-size: 240px auto;
}

.form-frame .form-page .next-btn button.submit:disabled,
.form-frame .form-page .next-btn button.submit:active,
.form-frame .form-page .next-btn button.submit:visited {
    background: url(../images/2020/post/btn-submit-on.png) center center no-repeat;
    background-size: 240px auto;
}

/*error*/

#main_content2020 .form-frame .form-page .error {
    background: #ff6633;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 400px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: 1.3;
    display: none;
    padding: 4px 0 2px;
}

.form-frame .form-page .error.err-q8-1 {
    width: 520px;
}

.form-frame .form-page .error.err-q9-1 {
    width: 520px;
}

.form-frame .form-page .error.err-q5-3,
.form-frame .form-page .error.err-q6-1,
.form-frame .form-page .error.err-q6-2 {
    width: 420px;
}


.form-frame .form-page .field-item.error-item input[type=radio] + span,
.form-frame .form-page .field-item.error-item input[type=checkbox] + span {
    border-color: #ff6633;
}

.form-frame .form-page .field-item.error-item input[type=radio]:checked + span,
.form-frame .form-page .field-item.error-item input[type=checkbox]:checked + span {
    background: #ff6633;
}

#main_content2020 .form-frame .form-page .field-item dl dd .error {
    bottom: -28px;
}

#main_content2020 .form-frame .form-page .field-item dl dd input.error-item {
    border-color: #ff6633;
}


#main_content2020 .form-frame .field-item select.error-item {
    border-color: #ff6633;
    color: #ff6633;
}

#main_content2020 .form-frame .form-page .birth_year_wrap {
    position: relative;
}

#main_content2020 .form-frame .form-page .field-item .birth_year_wrap .error {
    bottom: -34px;
}


/*==================== footer ====================*/

footer {
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    color: #666666;
    clear: both;
}

footer p {
    font-size: 12px;
}

/*==================== ポップアップ ====================*/

.form-popup {
    position: fixed;
    background: rgba(0, 0, 0, 0.55);
    height: 100%;
    width: 100%;
    z-index: 100;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.form-popup-inner {
    padding: 0 40px;
    width: 700px;
    margin: 0 auto;
}

.form-popup-inner .q-text {
    border-bottom: 7px solid #cbf19b;
    border-radius: 26px;
    margin-bottom: 80px;
}

.form-popup-inner .q-text-inner {
    box-sizing: border-box;
    border: 6px solid #fc97a0;
    color: #339933;
    font-family: 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'Kosugi Maru', sans-serif;
    font-weight: bold;
    border-radius: 20px;
    background: #fff;
    padding: 25px 20px;
    line-height: 1.4375;
    position: relative;
    font-size: 24px;
    text-align: center;
}

.form-popup-inner .q-text-inner:after {
    content: "";
    background: url(../images/2020/post/pc/baloon-tail.png) center center no-repeat;
    display: block;
    background-size: 38px 54px;
    width: 38px;
    height: 54px;
    position: absolute;
    bottom: -54px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


.form-popup-inner .field-item {
    position: relative;
}

.form-popup-inner .field-item:after {
    content: " ";
    clear: both;
    visibility: hidden;
    display: block;
    line-height: 0;
    font-size: 0;
}

.form-popup-inner .field-item input[type=radio] {
    display: none;
}

.form-popup-inner .field-item label {
    display: block;
    width: 44.77%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.form-popup-inner .field-item label:nth-child(odd) {
    float: left;
}

.form-popup-inner .field-item label:nth-child(even) {
    float: right;
}

.form-popup-inner .field-item input[type=radio] + span {
    display: block;
    box-sizing: border-box;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    background: #6db411;
    line-height: 1.6;
    padding: 10px;
    cursor: pointer;
}

.form-popup-inner .field-item input[type=radio] + span > span {
    display: block;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 40px 0;
}

.form-popup-inner .field-item label:nth-child(odd) input[type=radio] + span {
    background: #009900;
}

/*
.form-popup-inner .field-item input[type=radio]:checked+span{
background:#009900;
}
*/

/*==================== 完了画面 ====================*/
#wrappr.thanks_wrap {
    background: #fff;
}

.box-thanks {
    background: #fc97a0;
    padding: 50px;
    font-size: 16px;
}

.box-thanks-inner {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    width: 700px;
    margin: 0 auto;
}

.box-thanks-inner h1 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #fc97a0;
    position: relative;
    margin-bottom: 20px;
}

.box-thanks-inner h1:before {
    content: "";
    display: block;
    background: #fc97a0;
    height: 2px;
    width: 420px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.box-thanks-inner .text01 {
    margin-bottom: 40px;
}

.box-thanks-inner .tel {
    text-align: center;
}

.box-thanks-inner .tel img {
    width: 300px;
}



/* 下層 20200228 */

/*パンくず*/

.cmn-bread2020 {
    background: #fff;
    position: relative;
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 15px;
}

.cmn-bread_list2020 {
    font-size: 12px;
    word-break: break-all;
    color: #332B27;
}

.cmn-bread_list2020 > li {
    display: inline;
    margin-right: 0.2em;
}

.cmn-bread_list2020 > li + li:before {
    content: "\FF1E";
    /*	content: ">";*/
}

.cmn-bread_list2020 > li a {
    color: #332B27;
    text-decoration: none;
}

/*下層共通見出し*/
.cmn_page_title2020 {
    background: #fc97a0;
    text-align: center;
    color: #fc97a0;
    font-weight: bold;
    position: relative;
    margin-bottom: 40px;
}

.cmn_page_title2020 .cmn_inner2020 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 140px;
}

.cmn_page_title2020 h1,
.cmn_page_title2020 .catch{
    /*20200519*/
    font-size: 30px;
    line-height: 1.1;
}

.cmn_page_title2020 .sub {
    font-size: 16px;
    display: block;
    line-height: 1.1;
}

.cmn_page_title2020 .illust01 {
    position: absolute;
    right: 85px;
    bottom: 0;
}

/*キャッチ*/

.cmn_catch2020 {
    margin-bottom: 30px;
}

.cmn_catch2020 .catch {
    font-weight: bold;
    color: #fc97a0;
    font-size: 26px;
    text-align: center;
    margin-bottom: 10px;
}

.cmn_catch2020 .text01 {
    text-align: center;
    font-size: 16px;
    line-height: 1.75;
}

/*ページ内ナビ*/

.cmn_page_innavi2020 .link {
    overflow: hidden;
}

.cmn_page_innavi2020 .link li {
    width: 480px;
    margin-bottom: 43px;
}

.cmn_page_innavi2020 .link li:nth-child(odd) {
    float: left;
    clear: both;
}

.cmn_page_innavi2020 .link li:nth-child(even) {
    float: right;
}

.cmn_page_innavi2020 .link li a {
    box-sizing: border-box;
    display: block;
    background: #F7F7F5;
    border-bottom: 2px solid #CECECE;
    border-radius: 10px;
    text-align: center;
    min-height: 326px;
    padding: 30px 70px 20px 30px;
    position: relative;
}

.cmn_page_innavi2020 .link li a:before {
    content: "";
    display: block;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 24px;
    height: 24px;
    background: url(../images/2020/help/arrow.png) center center no-repeat;
    background-size: 100%;
}

.cmn_page_innavi2020 .link li a:after {
    content: "";
    display: block;
    height: 306px;
    width: 1px;
    background: #D5E5DC;
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.cmn_page_innavi2020 .link li a:hover {
    opacity: 0.6;
}

.cmn_page_innavi2020 .link li a:hover img {
    opacity: 1;
}

.cmn_page_innavi2020 .link .link_hl {
    font-weight: bold;
    color: #fc97a0;
    font-size: 20px;
    margin-bottom: 10px;
}

.cmn_page_innavi2020 .link .link_desc {
    font-size: 16px;
    line-height: 1.625;
}

.cmn_page_innavi2020 .link li a > img {
    width: 146px;
    padding-bottom: 5px;
}

/*初めての方へ*/

.page_help_about .cmn_page_title2020 {
    margin-bottom: 33px;
}

/*人材コンサルタントのご紹介*/

.page_help_consultant .cmn_page_title2020 .illust01 {
    right: 89px;
}

.page_help_consultant {
    background: url(../images/2020/help/consultant/bg.png) center top;
    margin-bottom: -50px;
    padding-bottom: 80px;
}

.page_help_consultant .consultant {
    background: #fff;
    padding: 20px 30px 20px 20px;
    border-radius: 5px;
}

.page_help_consultant .consultant + .consultant {
    margin-top: 30px;
}

.page_help_consultant .consultant .image01 {
    float: left;
    margin-bottom: 30px;
}

.page_help_consultant .consultant .profile {
    float: right;
    width: 600px;
    padding-top: 17px;
    margin-bottom: 30px;
}

.page_help_consultant .consultant .profile_comment {
    font-weight: bold;
    font-size: 24px;
    color: #fc97a0;
    margin-bottom: 2px;
}

.page_help_consultant .consultant .profile_name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 35px;
}

.page_help_consultant .consultant .profile_hl {
    color: #fff;
    background: #fc97a0;
    display: inline-block;
    font-size: 16px;
    padding: 3px 12px;
    margin-bottom: 16px;
}

.page_help_consultant .consultant .profile_detail p {
    font-size: 14px;
    line-height: 1.857;
}

.page_help_consultant .consultant .message {
    clear: both;
    display: table;
    width: 100%;
    padding: 10px 10px 9px 0;
    box-sizing: border-box;
    background: #F7F7F5;
    height: 127px;
}

.page_help_consultant .consultant .message_hl,
.page_help_consultant .consultant .message_body {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle;
}

.page_help_consultant .consultant .message_hl {
    width: 129px;
    border-right: 1px solid #C5C5C5;
    text-align: center;
    color: #fc97a0;
}

.page_help_consultant .consultant .message_hl h3 {
    background: url(../images/2020/help/consultant/message_ico.png) center top no-repeat;
    background-size: 64px auto;
    padding-top: 50px;
    font-size: 16px;
}

.page_help_consultant .consultant .message_body {
    padding: 18px 25px 17px;
}

.page_help_consultant .consultant .message_body p {
    font-size: 14px;
    line-height: 1.857;
}

/*お役立ち情報*/

.page_oyakudachi .cmn_page_title2020 .illust01 {
    right: 90px;
}

.page_oyakudachi .cmn_page_title2020 {
    margin-bottom: 33px;
}

/*よくあるご質問*/

.page_oyakudachi_faq {
    padding-bottom: 32px;
}

.page_oyakudachi_faq .cmn_page_title2020 .illust01 {
    right: 129px;
}

.page_oyakudachi_faq .faq_child {
    background: #F7F7F5;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px 20px 15px;
}

.page_oyakudachi_faq .faq_child + .faq_child {
    margin-top: 30px;
}

.page_oyakudachi_faq .faq_child dt,
.page_oyakudachi_faq .faq_child dd {
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.page_oyakudachi_faq .faq_child dt {
    border-bottom: 2px dotted #fc97a0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.page_oyakudachi_faq .faq_child .faq_text,
.page_oyakudachi_faq .faq_child .faq_ico {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top;
}

.page_oyakudachi_faq .faq_child .faq_ico {
    width: 60px;
}

.page_oyakudachi_faq .faq_child .faq_text {
    padding-left: 20px;
}

.page_oyakudachi_faq .faq_child .faq_ico > span {
    box-sizing: border-box;
    border-radius: 100%;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-top: 10px;
}

.page_oyakudachi_faq .faq_child dt .faq_ico > span {
    background: #fc97a0;
    color: #fff;
}

.page_oyakudachi_faq .faq_child dd .faq_ico > span {
    border: 2px solid;
    color: #fc97a0;
    background: #fff;
}

.page_oyakudachi_faq .faq_child dt .faq_text {
    font-size: 24px;
    font-weight: bold;
    color: #fc97a0;
    padding-top: 10px;
}

.page_oyakudachi_faq .faq_child dd .faq_text {
    padding-top: 15px;
    font-size: 14px;
    line-height: 1.857;
}

.page_oyakudachi_faq .faq_child dd .faq_text p + p {
    margin-top: 28px;
}

/*履歴書の書き方*/

.page_oyakudachi_rirekisho {
    padding-bottom: 25px;
}

.page_oyakudachi_rirekisho .cmn_page_title2020 .illust01 {
    right: 75px;
}

.page_oyakudachi_rirekisho .cmn_page_title2020 {
    margin-bottom: 30px;
}

.page_oyakudachi_rirekisho .point .hl01 {
    border-bottom: 2px solid #fc97a0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.page_oyakudachi_rirekisho .point .hl01_in {
    position: relative;
    padding-left: 13px;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.page_oyakudachi_rirekisho .point .hl01_in:before,
.page_oyakudachi_rirekisho .point .hl01_in:after {
    content: "";
    display: block;
    height: 50%;
    width: 6px;
    position: absolute;
    left: 0;
}

.page_oyakudachi_rirekisho .point .hl01_in:before {
    background: #fc97a0;
    top: 0;
}

.page_oyakudachi_rirekisho .point .hl01_in:after {
    background: #fc97a0;
    bottom: 0;
}

.page_oyakudachi_rirekisho .point .hl01 .mark,
.page_oyakudachi_rirekisho .point .hl01 h3 {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}

.page_oyakudachi_rirekisho .point .hl01 .mark {
    position: relative;
    width: 100px;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.page_oyakudachi_rirekisho .point .hl01 .mark:before,
.page_oyakudachi_rirekisho .point .hl01 .mark:after {
    content: "";
    display: block;
    height: 50%;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
}

.page_oyakudachi_rirekisho .point .hl01 .mark:before {
    background: #FFAE38;
    top: 0;
}

.page_oyakudachi_rirekisho .point .hl01 .mark:after {
    background: #FF9804;
    bottom: 0;
}

.page_oyakudachi_rirekisho .point .hl01 h3 {
    padding-left: 10px;
    font-size: 24px;
    color: #fc97a0;
}

.page_oyakudachi_rirekisho .point_body {
    padding: 0 7px;
}

.page_oyakudachi_rirekisho .point_body p {
    font-size: 14px;
    line-height: 1.857;
}

.page_oyakudachi_rirekisho .check {
    overflow: hidden;
}

.page_oyakudachi_rirekisho .check li {
    background: url(../images/2020/oyakudachi/rirekisho/check-box_ico.png) left top no-repeat;
    background-size: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #FF4A00;
    padding-left: 35px;
    box-sizing: border-box;
    margin-bottom: 19px;
}

.page_oyakudachi_rirekisho .check li:nth-child(odd) {
    float: left;
    clear: both;
    width: 460px;
}

.page_oyakudachi_rirekisho .check li:nth-child(even) {
    float: right;
    width: 515px;
}

.page_oyakudachi_rirekisho .point + .point {
    margin-top: 35px;
}

.page_oyakudachi_rirekisho .point .paper {
    text-align: center;
    margin-bottom: 43px;
}

.page_oyakudachi_rirekisho .point .flow {
    margin-left: 19px;
    counter-reset: number;
}

.page_oyakudachi_rirekisho .point .flow li {
    position: relative;
    padding-left: 38px;
}

.page_oyakudachi_rirekisho .point .flow li:before {
    box-sizing: border-box;
    counter-increment: number;
    content: counter(number);
    background: #fc97a0;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    padding-top: 2px;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -2px;
}

.page_oyakudachi_rirekisho .point .flow li + li {
    margin-top: 23px;
}

.page_oyakudachi_rirekisho .point .flow_text01 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.625;

}

.page_oyakudachi_rirekisho .point .flow_text02 {
    font-size: 14px;
    line-height: 1.857;
    padding-top: 5px;
}

/*ご登録から就業まで*/

.page_help_guide {
    padding-bottom: 32px;
}

.page_help_guide .cmn_page_title2020 .illust01 {
    right: 96px;
}

.page_help_guide .image01 {
    margin-bottom: 60px;
}

.page_help_guide .step {
    margin-bottom: 78px;
}

.page_help_guide .step li {
    background: #F7F7F5;
    border-radius: 5px;
    padding: 20px 20px 21px;
    border: 10px solid #F2F2F2;
    box-sizing: border-box;
    position: relative;
}

.page_help_guide .step li:before {
    content: "";
    display: block;
    position: absolute;
    width: 140px;
    height: 30px;
    background: url(../images/2020/help/flow/step_arrow.png) center center no-repeat;
    background-size: 100%;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.page_help_guide .step li:last-child:before {
    display: none;
}

.page_help_guide .step li:after {
    content: " ";
    display: block;
    clear: both;
}

.page_help_guide .step li + li {
    margin-top: 40px;
}

.page_help_guide .step .step_image {
    float: right;
}

.page_help_guide .step .step_desc {
    float: left;
    width: 550px;
}

.page_help_guide .step .step_hl {
    box-sizing: border-box;
    position: relative;
    padding-bottom: 13px;
    border-bottom: 2px dotted #707070;
    min-height: 63px;
    padding-left: 160px;
    margin-bottom: 15px;
}

.page_help_guide .step .step_hl_num,
.page_help_guide .step .step_hl_ttl {
    display: block;
}

.page_help_guide .step .step_hl_num {
    box-sizing: border-box;
    position: absolute;
    color: #fff;
    background: #fc97a0;
    border-radius: 10px;
    font-size: 20px;
    text-align: center;
    width: 140px;
    padding: 9px 0;
    left: 0;
    top: 0;
}

.page_help_guide .step .step_hl_ttl {
    font-size: 24px;
    color: #fc97a0;
    padding-top: 5px;
}

.page_help_guide .step .step_text01 p {
    font-size: 14px;
    line-height: 1.857;
}

.page_help_guide .step .step_link {
    position: relative;
    color: #FF4A00 !important;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline !important;
    display: inline-block;
    margin-top: 10px;
}

.page_help_guide .step .step_link:hover {
    text-decoration: none !important;
}

.page_help_guide .step .step_link:before {
    content: "\25B6";

}

.page_help_guide .step_contact {
    overflow: hidden;
    padding-top: 20px;
    clear: both;
    text-align: center;
}

.page_help_guide .step_contact .step_btn,
.page_help_guide .step_contact .step_tel {
    display: inline-block;
    font-size: 0;
    width: 360px;
    margin: 0 30px;
    vertical-align: top;
}

.page_help_guide .step_contact .step_btn {
    font-size: 20px;
    color: #fff !important;
    font-weight: bold;
    background: #fc97a0;
    border-radius: 5px;
    border-bottom: 4px solid #343a40;
    padding: 17px 0;
}

.page_help_guide .step_contact .step_tel {
    background: #fff;
    padding: 3px 0;
}

.page_help_guide .step_contact .step_tel_text01 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.page_help_guide .step_contact .step_tel_num {
    font-weight: bold;
    display: inline-block;
    font-size: 28px;
    padding-left: 33px;
    background: url(../images/2020/help/flow/step_tel.png) left center no-repeat;
    background-size: 29px auto;
    color: #FF4A00;
    line-height: 1.4;
}

/*ご登録から就業まで*/

.voice_wrap {
    background: #F7F7F5;
    padding: 30px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.voice_wrap + .voice_wrap {
    margin-top: 30px;
}

.voice_wrap .title {
    position: absolute;
    top: 30px;
    left: 30px;
    background: #fff;
    color: #fc97a0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    padding-top: 35px;
    box-sizing: border-box;
}

.voice_wrap .title .no {
    font-size: 24px;
    display: block;
}

.voice_wrap .img {
    width: 108px;
    padding-top: 118px;
    float: left;
}

.voice_wrap .img span {
    display: block;
    font-weight: bold;
    background: #fc97a0;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    border-radius: 10px;
    width: 100%;
    font-size: 14px;
}

.voice_wrap .list {
    padding: 0 0 0 25px;
    float: left;
    margin-bottom: 20px;
}

.voice_wrap .comment {
    float: right;
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    width: 790px;
}

.voice_wrap .comment strong {
    color: #FF4A00;
    font-weight: bold;
}

/*働き方について*/
.work_style {
    padding: 0 0 20px;

}

.work_style._bg {
    background: url(../images/2020/help/work/caremana_bg.jpg) center top;
}

.work_style + .work_style {
    padding: 80px 0 20px;
}

/*
.work_style + .work_style._last{
  padding:80px 0 0px;
}
*/

.work_style h2 {
    background: #fc97a0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 20px;
}

.work_style .catch {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    margin-bottom: 35px;
}

.work_style .recruit {
    overflow: hidden;
    margin-bottom: 40px;
}

.work_style .recruit > li {
    width: 32%;
    float: left;
    box-sizing: border-box;
    border: 20px solid #FFF1C4;
    position: relative;
    padding: 45px 15px 5px;
    min-height: 276px;
    background: #fff;
}

.work_style .recruit > li:nth-child(3n) {
    float: right;
}

.work_style .recruit > li:nth-child(3n+1) {
    clear: both;
    margin-right: 2%;
}

.work_style .recruit > li .abs01 {
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 0 0 10px 10px;
    background: #FF9804;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    width: 240px;
    -webkit-transform: translateX(-50%);
    /* Safari用 */
    transform: translateX(-50%);
}

.work_style .recruit .type01 {
    display: block;
    text-align: center;
    color: #fc97a0;
    font-size: 20px;
    font-weight: bold;
}

.work_style .recruit .type02 {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    padding: 0 0 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
}

.work_style .day_list li,
.work_style .recruit > li .list li {
    position: relative;
    padding-left: 14px;
    line-height: 24px;
}

.work_style .day_list li:before,
.work_style .recruit > li .list li:before {
    content: "●";
    color: #fc97a0;
    position: absolute;
    font-size: 10px;
    line-height: 1;
    top: 8px;
    left: 0px;
}

.work_style .c-btn {
    /*20200519 change*/
    margin-bottom: 60px;
}

.c-btn {
  /*20200519 change*/
  text-align: center;
}

.c-btn a {
    /*20200519 change*/
    background: #fc97a0 url(../images/2020/btn01_hover.png) no-repeat center right 8px;
    background-size: 12px auto;
    color: #fff !important;
    border-bottom: 4px solid #2A7C4D;
    border-radius: 5px;
    display: block;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    max-width: 510px;
    padding: 28px;
    box-sizing: border-box;
    margin: 0 auto;
}

.c-btn a:hover {
    /*20200519 change*/
    opacity: 0.6;
}

.work_style .box {
    overflow: hidden;
    margin-bottom: 40px;
}

.work_style .box .comment {
    width: 600px;
    float: left;
    font-size: 14px;
    line-height: 26px;
}

.work_style .box .comment ul + p,
.work_style .box .comment p + ul,
.work_style .box .comment p + p {
    margin-top: 20px;
}

.work_style .box .img {
    float: right;
    width: 352px;
}

.work_style .box .img img {
    width: 100%;
    height: auto;
}

.cmn_hl01,
.work_style .hl01 {
    border-bottom: 2px solid #fc97a0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.cmn_hl01 .hl01_in,
.work_style .hl01_in {
    position: relative;
    padding-left: 5px;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.cmn_hl01 .hl01_in:before,
.cmn_hl01 .hl01_in:after,
.work_style .hl01_in:before,
.work_style .hl01_in:after {
    content: "";
    display: block;
    height: 50%;
    width: 6px;
    position: absolute;
    left: 0;
}

.cmn_hl01 .hl01_in:before,
.work_style .hl01_in:before {
    background: #fc97a0;
    top: 0;
}

.cmn_hl01 .hl01_in:after,
.work_style .hl01_in:after {
    background: #fc97a0;
    bottom: 0;
}

.cmn_hl01 .hl01_in h3,
.cmn_hl01 .hl01_in h2,
.work_style .hl01 h3 {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 24px;
    color: #fc97a0;
}

.work_style + .work_style._last .cmn_inner2020 .c-btn:last-child {
    margin: 0;
}

/*sitemap 20200316*/
.sitemap_wrap {
    width: 724px;
    margin: 0 auto;
}

.sitemap_wrap .addsitemap_kaigo_map01_clid a,
.sitemap_wrap .addsitemap_kaigo .addsitemap_kaigo_hl01 a,
.sitemap_wrap .addsitemap_kaigo .addsitemap_kaigo_hl02 a {
    color: #0099cc !important;
}

.sitemap_wrap .addsitemap_kaigo_hl01 {
    font-size: 18px;
}

.addsitemap_kaigo_map02_list a:hover {
    text-decoration: underline !important;
}



/*resource*/
.page_resource {}

.cmn_hl_sub {
    margin-bottom: 35px;
}

.cmn_bg {
    background: url(../images/2020/top/bg.png) center top;
    padding: 50px 0;
}

.cmn_table {
    width: 100%;
}

.cmn_table th {
    color: #fff;
    font-weight: bold;
    background: #fc97a0;
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #fff;
}

.cmn_table td {
    background: #F7F7F5;
    padding: 15px;
    border-bottom: 1px solid #fff;
}

.cmn_table._type01 th {
    width: 210px;
}

.cmn_table._type02 th {
    width: 150px;
    text-align: center;
    padding: 10px;
}

.cmn_table._type02 td {
    padding: 10px;
    font-size: 14px;
}

.page_resource .resource_form {
    padding: 15px 30px 30px;
    border-radius: 5px;
    background: #fff;
}

.page_resource .resource_form table {
    width: 100%;
}

.page_resource .resource_form table tr {
    border-bottom: 1px solid #CECECE;
}

.page_resource .resource_form table th {
    border-bottom: 1px solid #CECECE;
    width: 270px;
    padding: 30px 10px 0 0;
}

.page_resource .resource_form table th .form_title {
    font-weight: boldk;
    padding: 10px 0 10px 15px;
    font-size: 16px;
    border-left: 4px solid #fc97a0;
    text-align: left;
    position: relative;
}

.page_resource .resource_form table th .form_title._no2 {
    padding: 0 0 0 15px;
}

.page_resource .resource_form table th .form_title span {
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    padding:0 5px;
}
.page_resource .resource_form table th .form_title span.req{
    background:#FF4A00;
    color:#fff;
}
.page_resource .resource_form table th .form_title span.nini{
    background:#fc97a0;
    color:#fff;
}

.page_resource .resource_form table td {
    border-bottom: 1px solid #CECECE;
    padding: 30px 0 30px 15px;
    position: relative;
}

.page_resource .resource_form table tr:last-child td,
.page_resource .resource_form table tr:last-child th {
    border-bottom: none;
}

.page_resource .resource_form table td .error_message {
    display: block;
    font-weight: bold;
    color: #f00;
    font-size: 16px;
    position: absolute;
    bottom: 6px;
    line-height: 1;
    left: 15px;
}

#main_content2020 .page_resource .resource_form table td input {
    background: #F7F7F5 !important;
    padding: 8px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
}

#main_content2020 .page_resource .resource_form table td select {
    border: 2px solid #cecece !important;
    display: block;
    width: 150px;
    margin: 0 0 10px;
    padding: 5px 20px 5px 10px;
    border-radius: 5px;
    background: url(../images/2020/icon_anker.png) no-repeat center right 8px / 10px 10px;
}

.page_resource .kiyaku-wrap {
    background: #FFFEF0;
    padding: 30px 40px 20px;
    width: 100%;
    margin: 30px 0;
}

.page_resource .kiyaku-wrap .title {
    font-size: 16px;
    text-align: center;
}

.page_resource .kiyaku-wrap .kiyaku_text {
    height: 150px;
}


/*派遣スタッフ専用ページ*/
.cmn_col2_link .link {
    overflow: hidden;
}

.cmn_col2_link .link li {
    width: 480px;
    margin-bottom: 43px;
    box-sizing: border-box;
    display: block;
    background: #F7F7F5;
    border-bottom: 2px solid #CECECE;
    border-radius: 10px;
    text-align: center;
    min-height: 326px;
    padding: 30px 30px 20px 30px;
    position: relative;
}

.cmn_col2_link .link li:nth-child(odd) {
    float: left;
    clear: both;
}

.cmn_col2_link .link li:nth-child(even) {
    float: right;
}

.cmn_col2_link .link li a:hover {
    opacity: 0.6;
}

.cmn_col2_link .link li a:hover img {
    opacity: 1;
}

.cmn_col2_link .link .link_hl {
    font-weight: bold;
    color: #fc97a0;
    font-size: 20px;
    margin-bottom: 10px;
}

.cmn_col2_link .link .link_desc {
    font-size: 16px;
    line-height: 1.625;
    height: 100px;
}

.cmn_col2_link .link li > img {
    width: 146px;
    padding-bottom: 5px;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #bbb;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bbb;
}

::placeholder {
    /* Others */
    color: #bbb;
}

/*働き方について*/
.page_sub_txt {
    margin-bottom: 35px;
    font-size: 18px;
    text-align: center;
}

.workstyle_box + .workstyle_box {
    margin-top: 60px;
}

.workstyle_box p {
    font-size: 16px;
}

.workstyle_box p.txt {
    margin-bottom: 30px;
}

.workstyle_box p.linktxt {
    margin-top: 30px;
}

.workstyle_box a {
    color: #0099cc !important;
    text-decoration: underline !important;
}

.workstyle_box a:hover {
    text-decoration: none !important;
}

.workstyle_box h3 {
    color: #fc97a0;
    margin-bottom: 10px;
}

.workstyle_box ul li {
    font-size: 16px;
}

/*お友達紹介キャンペーン*/
.campaign_txt {
    text-align: center;
    color: #FF9804;
    font-size: 70px;
    font-weight: bold;
}

.friend_box + .friend_box {
    margin-top: 60px;
}

.friend_box h2 {
    color: #fc97a0;
    text-align: center;
    font-weight: bold;
    border-top: 1px solid #7c88de;
    border-bottom: 1px solid #7c88de;
    padding: 8px;
    font-size: 34px;
    margin-bottom: 20px;
}

.friend_box .txt01 {
    text-align: center;
    font-size: 16px;
}

.friend_box .step_list {
    overflow: hidden;
}

.friend_box .step_list li {
    width: 32%;
    float: left;
}

.friend_box .step_list li:nth-child(3n) {
    float: right;
}

.friend_box .step_list li:nth-child(3n+1) {
    clear: both;
    margin-right: 2%;
}

.friend_box .step_list li dl dt {
    overflow: hidden;
    padding: 0 0 20px;
    border-bottom: 1px solid #C6C6C6;
    margin: 0 0 20px;
}

.friend_box .step_list li dl dt img {
    float: left;
}

.friend_box .step_list li dl dt span {
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    padding: 20px 0 0 10px;
    display: inline-block;
}

.friend_box .hosoku {
    color: #FF4A00;
}

.cmn_btn {
    text-align: center;
}

.cmn_btn a {
    font-size: 20px;
    color: #fff !important;
    font-weight: bold;
    background: #fc97a0;
    border-radius: 5px;
    border-bottom: 4px solid #343a40;
    padding: 17px 0;
    display: inline-block;
    width: 100%;
    max-width: 360px;
    margin: 0 10px;
}

.cmn_btn a._orange {
    background: #FF9804;
    border-bottom: 4px solid #DE8300;
}

.cmn_btn a._green {
    background: #fc97a0;
    border-bottom: 4px solid #2A7C4D;
}


/*前給制度について*/
.maekyu_box + .maekyu_box {
    margin-top: 60px
}

.maekyu_box p {
    font-size: 14px;
}

.maekyu_box .page_oyakudachi_faq .faq_child dt .faq_text {
    font-size: 20px;
    padding: 5px 0 0 0;
}

.maekyu_box .page_oyakudachi_faq .faq_child dd .faq_text {
    padding: 5px 0 0 0;
}

.maekyu_box .page_oyakudachi_faq .faq_child .faq_ico > span {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    padding: 0;
}

.maekyu_left {
    float: left;
    width: 550px;
}

.maekyu_left p {
    font-size: 16px;
}

.maekyu_left strong {
    color: #FF4A00;
    font-weight: bold;
}

.maekyu_right {
    float: right;
}

.cmn_link {
    margin: 15px 0 0;
}

.cmn_link a {
    display: inline-block;
    margin-left: 24px;
    line-height: 20px;
    position: relative;
    border-bottom: 1px solid;
    font-weight: bold;
}

.cmn_link a:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/2020/maekyu/arrow.png) no-repeat center center / 20px 20px;
    position: absolute;
    top: 0;
    left: -24px;
}

.overhidden {
    overflow: hidden;
}

.checklist li {
    position: relative;
    padding: 2px 0 5px 32px;
    background: url(../images/2020/maekyu/check.png) no-repeat left top / 24px 24px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    color: #FF4A00;
}

.checklist li + li {
    margin-top: 10px;
}




/*20200519 facility 追加*/
.facility_list{
  overflow: hidden;
}
.facility_list li{
  width:48%;
  max-width:480px;
  float:left;
  margin-bottom:30px;
}
.facility_list li:nth-child(2n){
  float:right;
}
.facility_list li:nth-child(2n+1){
  clear:both;
}
.facility_list li a{
  display: table;
  width:100%;
  overflow: hidden;
  background:#FFF1C4;
  border-radius: 10px;
}
.facility_list li a .img{
  width:200px;
  display: table-cell;
}
.facility_list li a img{
  width:200px;
}
.facility_list li .name{
  display: table-cell;
  vertical-align: middle;
  padding:30px;
  font-size:20px;
  color:#fc97a0;
  font-weight: bold;
  background:#FFFCF0;
  border-top:10px solid #FFF1C4;
  border-right:10px solid #FFF1C4;
  border-bottom:10px solid #FFF1C4;
}

.facility_single .single_markup h1{
  background:#fc97a0;
  font-size:24px;
  color:#fff;
  font-weight: bold;
  padding:10px 10px 10px 40px;
  position: relative;
  border-radius: 25px;
  line-height: 1.4;
  margin-bottom:40px;
}
.facility_single .single_markup h1:before{
  content:"";
  width:16px;
  height:16px;
  display: block;
  background: #fff;
  border-radius: 18px;
  position: absolute;
  top:50%;
  left:15px;
  margin-top:-8px;
}
.facility_single .single_markup .img img{
  max-width: 100%;
  height: auto;
}
.facility_single .single_markup p{
  margin-top:25px;
}

.facility_single .single_markup .cmn_hl01{
  margin-top:100px;
}
.facility_single .single_markup h3{
  margin-top:60px;
  font-size:20px;
  border-bottom: 2px solid #fc97a0;
  padding-bottom: 10px;
  color: #fc97a0;
}
.facility_single .single_markup .result{
  margin-top:100px;
  margin-bottom:40px;
  border:10px solid #F2F2F2;
  background:#F7F7F5;
  padding:20px 50px 40px;
  border-radius: 4px;
}
.facility_single .single_markup .result h2{
  text-align: center;
  font-size:24px;
  border-bottom: 2px dotted #fc97a0;
  padding-bottom: 10px;
  color: #fc97a0;
}
.facility_single .single_markup .c-nav{
  margin:0 auto;
  max-width: 510px;
  overflow: hidden;
}
.facility_single .single_markup .c-nav a{
  display: block;
  width:46%;
  max-width:240px;
  background:#FFF1C4;
  text-align: center;
  border-radius: 4px;
  position: relative;
  padding:15px 30px;
  box-sizing: border-box;
  line-height: 1.4;
}
.facility_single .single_markup .c-nav a:hover{
  opacity: 0.6;
}
.facility_single .single_markup .c-nav a.next{
  float:left;
}
.facility_single .single_markup .c-nav a.prev{
  float:right;
}

.facility_single .single_markup .c-nav a:before{
  content:"";
  width:8px;
  height:9px;
  position: absolute;
  display: block;
  top:50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.facility_single .single_markup .c-nav a.next:before{
  left:10px;
  background:url(../images/2020/oyakudachi/facility/next.png) no-repeat center center /8px;
}
.facility_single .single_markup .c-nav a.prev:before{
  right:10px;
  background:url(../images/2020/oyakudachi/facility/prev.png) no-repeat center center /8px;
}

/*20200617*/

.recommend_area .match_list{
  overflow: hidden;
}

.recommend_area .match_list .match_post {
  width: 32%;
  float: left;
  margin-bottom: 15px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 8px solid #fc97a0;
  border-left: 1px solid #fc97a0;
  border-right: 1px solid #fc97a0;
  border-bottom: 1px solid #fc97a0;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 14px;
}

.recommend_area .match_list a:nth-child(3n) {
  float: right;
}

.recommend_area .match_list a:nth-child(3n+1) {
  margin-right: 2%;
  clear:both;
}

.recommend_area .match_list a h3 {
  color: #fc97a0;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #fc97a0;
}
.recommend_area .match_list a dl{
  margin-top:10px;
}
.recommend_area .match_list a dl dt{
  line-height: 1;
  border-left:2px solid #fc97a0;
  padding:0 0 0 5px;
  color: #fc97a0;
  font-weight: bold;
}
.recommend_area .match_list a dl dd{
  padding:5px 0 10px 0;
}
.recommend_area .match_list a:hover{
  background: #fc97a0;
}
.recomend_area_list + .recomend_area_list{
  margin-top:20px;
}


/*20200630*/
.fac_post_list{
  overflow: hidden;
}
.fac_post_list li{
  width:32%;
  float:left;
  margin-bottom:20px;
}
.fac_post_list li:nth-child(3n){
  float:right;
}
.fac_post_list li:nth-child(3n+1){
  clear: both;
  margin-right:2%;
}

.fac_post_list li a{
  display: block;
}

.fac_post_list li a img{
  display: block;
  width:100%;
  height:auto;
  margin-bottom:5px;
}
.fac_post_list li a .title{
  font-weight: bold;
}

/*20200701*/
.c-btn._search a {
  background: #FF9804 url(../images/2020/btn01_hover.png) no-repeat center right 8px;
  border-bottom: 4px solid #BF7100;
  padding:22px 28px 22px 24px;
}
.c-btn._search a .icon{
  background:url(../images/2020/icon03.png) no-repeat center left;
  background-size: 24px auto;
  display: inline-block;
  padding-left:28px;
  line-height: 1.3;
}

/*  */
.top_search_box {
    margin-top: 0px;
    position: relative;
    text-align: center;
    /*background: #fc97a0;*/
    background: #fc97a0;
}
.top_search_box ol {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.top_search_box ol li.act {
    background: #7FB946;
    color: #fff;
}
.top_search_box div#tab1, .top_search_box div#tab2 {
    background: #7FB946;
    padding: 50px 0;
}
.top_search_box div#tab1, .top_search_box div#tab2 {
    background: #7FB946;
    padding: 50px 0;
}
.top_search_box div#tab3 {
    /* background: #7FB946; */
    padding: 0;
}
.gmap_list {
    padding: 20px 0 40px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: auto;
}
.gmap_list li {
    width: 200px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    font-size: 18px;
    border-radius: 25px;
    margin-left: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    color: #000;
}

.search_label_list {
    /* padding: 20px 0 40px 0; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: auto;
    cursor: pointer;
}
.search_label_list li {
    width: 200px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    border-radius: 25px;
    margin-left: 20px;
    margin-bottom: 10px; 
    cursor: pointer;
}
#top_search_area .gmap_list_text:nth-child(1){
    padding-top: 70px;
}
#top_search_area .gmap_list_text:nth-child(2){
    padding-top: 35px;
}
/*#top_search_area > .tab_box_in > form > div > .search_label_list{
    padding-bottom: 35px;
}*/
#top_search_area > .tab_box_in > form > .form_free{
    padding-bottom: 70px;
}

.gmap_list_text {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.p-update {
    color: #fff !important;
    height: 25px;
    line-height: 16px;
    bottom: 3px;
    padding: 5px 0 2px;
    bottom: 0;
    padding: 0;
}

.form-radio {
    height: 20px !important;
} 

.box-read{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

.area-search-chk,
.check
{
    display: none;    
}

.top-search-form {
    width: 80%;    
}

.area-label {
    background-color: #fff;
    width: 200px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    font-size: 15px;
    border-radius: 25px;
    /*三田追加*/
    /*margin-left: 20px;*/
    /*三田追加*/
    cursor: pointer;
}
/*三田追加*/
.dive_head > h1,
.dive_head > div,
.dive_head > p{
    cursor: pointer;
}
.home > #header2020 > .mapArea{
    width: 1000px;
    margin:0 auto;
}
.home > #header2020 > .mapArea > .mainvisinnerwrapper{
    position: absolute;
    top: 30%;
}
.home > #header2020 > .mapArea > .mainvisinnerwrapper > h2,
.home > #header2020 > .mapArea > .mainvisinnerwrapper > p{
    font-family: 'Noto Serif JP', serif;
}
.home > #header2020 > .mapArea > .mainvisinnerwrapper > h2{
    font-size: 34px;
    color: #7c88de;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    text-shadow: 0 0 4px #fff, 0 0 6px #fff;
}
.home > #header2020 > .mapArea > .mainvisinnerwrapper > p{
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    letter-spacing: 1px;
    font-weight: 500;
    text-shadow: 0 0 4px #fff, 0 0 6px #fff;
}

.home #header2020{
    position: relative;
}
#main_content2020 .reset_btn2020{
    display: none;
}
#main_content2020 #top_search_area{
    padding: 0 0 0 0;
}
.page_search{
    padding: 50px 0 50px;
}

.home .page_search{
    padding: 35px 0 35px;
}
/*.home .cmn_inner2020 > .model2020_h2{
    display: none;
}*/
.cmn_inner2020_search{
    padding-right: 0;
}
.home #header2020 #headnav2020{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.overslide{
    padding:0 calc((100% - 1000px) / 2) 0 calc((100% - 1000px) / 2);
}
#main_content2020 .top_topic .slide_box .topic_text,
#main_content2020 .top_topic .recently_seen_slide_box .topic_text {
    padding: 24px 9px 9px 9px;
}
.kaigo_newpc-footer-area > .kaigo_newpc-inner > .logo-area > .logo > a > img{
    width: 20%;
}
#main_content2020 > #main_content2020{
    padding-bottom: 0;
}
#main_content2020 .search_pickup .search_list li{
    width: auto;
}
.box-read{
    white-space: break-spaces;
}
#content1 > .recruit_list > .cmn_inner2020 > ul > li{
    padding-right: 0;
    padding-left: 0;
}
a,
a:visited{
    color: #fc97a0;
}
.logo img {
    width: 100%;
}
/*プライバシーポリシーのページ*/
.inside{
    padding: 40px 0 20px;
    width: 1000px;
    margin: 0 auto;
}
.inside > div > form > table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.inside > div > form > table,
.inside > div > form > table tbody,
.inside > div > form > table tfoot,
.inside > div > form > table thead,
.inside > div > form > table tr,
.inside > div > form > table th,
.inside > div > form > table td{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}
.inside > div > form > table tbody,
.inside > div > form > table tr{
    display: inline-block;
    width: 1000px;
}

.inside > div > form > table tr{
    border: none;
}
.inside > div > form > table tr > td{
    padding: 2rem;
}
.inside > div > form > table tr > td > #privacy{
    padding: 10px;
    width: 100%;
}
.inside > div > form > table tr > td > #privacy > h2{
    font-size: 20px;
    font-weight: bold;
}
.inside > div > form > table tr > th{
    font-weight: bold;
    background: #7c88de;
    padding: 2rem 0 2rem 0;
    text-align: center;
    font-size: 14px;
    border-top: none;
    min-width: 25em;
    color: #fff;
}
.inside > div > form > table tr > th > span{
    background: #fff;
    color: #7c88de;
    margin: 0 0 0 0.5em;
    padding: 0 0.5em 0 0.5em;
}
.inside > div > form > table tr > td{
    font-size: 14px;
    border-top: none;
}
.inside > div > form > table tr > td > .form-control{
    width: auto;
}
.inside > div > form > p > input[type="submit"] {
    margin: 1em auto;
    display: block;
    font-size: 20px !important;
    text-align: center;
    border-radius: 5px !important;
    border:none;
    background: #FF9804 url(../images/2020/icon03.png) no-repeat center left 20px;
    background-size: 18px auto;
    color: #fff;
}
.inside > div > form > table tr{
    border-bottom: 1px solid #c7c7c7;
}
/*プライバシーポリシーのページ*/

/*ログインページ*/
#login_wrapper{
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 20px;
}
#login_wrapper > .normal_login > form > h3,
#login_wrapper > .normal_login > form > p:not(.centerView){
    margin-bottom: 10px;
}
#login_wrapper > .normal_login > form > h3,
#login_wrapper > .normal_login > form > p:not(.centerView){
    font-size: 20px;
    line-height: 20px;
}
#login_wrapper > .normal_login > form > .centerView > input[type="submit"]{
    margin: 1em auto;
    display: block;
    font-size: 20px !important;
    text-align: center;
    border-radius: 5px !important;
    border: none;
    background: #FF9804 url(../images/2020/icon03.png) no-repeat center left 20px;
    background-size: 18px auto;
    color: #fff;
    width: 10em;
    cursor: pointer;
}

#login_wrapper > .normal_login > form > h3{
    background: #7c88de;
    font-weight: bold;
    color: #fff;
    display: inline-flex;
    width: 100%;
    vertical-align: middle;
    padding: 0.5em;
}
#login_wrapper > .normal_login > form > h3 > span{
    margin-left: 0.5em;
    line-height: 20px;
    font-size: 20px;
    vertical-align: middle;
}
.archive .recruit_btn{
    margin: 1em 0 0 0;
}
/*ログインページ*/
/*三田追加*/

/* 2020/10/02 add */
.search_form {
    clear: both;
    border-top: 1px solid #d54250;
    margin: 25px auto;
    width: 1000px;

}

.search_form table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    /*20200305*/
}

.search_form table tr {
    border: none;
}

.search_form th {
    padding: 10px 10px;
    font-weight: bold;
    background: #fc97a0;
    border-bottom: 1px solid #d54250;
    width: 135px;
    text-align: center;
    font-size: 14px;
    border-top: none;
    color: #fff;
}

.search_form td {
    padding: 10px 15px;
    border-bottom: 1px solid #d54250;
    border-right: 1px solid #d54250;
    font-size: 14px;
    border-top: none;
    display: flex;
}

.search_form td .button {
    border: solid 1px #fc97a0;
    border-radius: 1em;
    padding: 3px;
    min-width: 150px;
    max-height: 27px;
    text-align: center;
}

.search_form input{
    /* position: absolute; */
   /* bottom: 10px;
    right: 10px;  */
    /* width: calc(100% - 20px); */
    padding: 10px;
    border-top: 1px solid #d54250;
    border-left: 1px solid #d54250;
    border-right: 1px solid #d54250;
    border-bottom: 3px solid #d54250;
    background: #fc97a0;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    /* margin-top: 5px; */
    margin: 5px auto;
    transition: all 0.5s;
    border-radius: 10px;
    text-align: center;
}

.search_form .search{
    text-align: center
} 
input:checked + label {
    color: #fff;
    background: #d54250;
    transition: all 0.5s;
}
.area-label2,
.jobtype-label{
    width: 100%;
    height: 30px;
    background: #fff;
    line-height: 30px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #CECECE;
    border-radius: 5px;
    padding-left: 5px;
    transition: all 0.5s;
    margin: 0 0px 8px 0;
    cursor: pointer;
}


.tag {
    font-size: 68%;
    border: 1px solid;
    padding: 0px 9px;
    position: relative;
    top: -3px;  
    right: -10px;
}

.sp{
    display: none;
}

.pc{
    display: block;
}

.flex{
    display: flex;
    padding-bottom: 40px;
}

.title{
    font-weight: bolder;
    display: block;
}

.new_tab{
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    background: #fc97a0;
    /* border-radius: 5px; */
    line-height: 26px;
    float: right;
    margin: 0 2px 2px 0;
    font-weight: bold;
}

.work_description{
    display: flex;
    margin-bottom: 30px;
}

.work_img{
    margin: 50px 0;
}

.search_form td div .modal-content{
    /*border: solid 1px #fc97a0;*/
    border-radius: 1em;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 3px;
    width: 100%;
    text-align: center;
}

#areaModal .modal-dialog,
#jobtypeModal .modal-dialog{
    border: solid 1px #fc97a0;
    border-radius: 1em;
    background-color: #fff;
}

#areaModal .modal-footer button,
#jobtypeModal .modal-footer button {
    cursor: pointer;
}

.search_form td div .modal.show .modal-dialog{
    width: 100%;
}

button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.retention{
    margin-left: 10px;
}


.work_img img,.post-img img{
    width: 300px;
    height: 250px;
    object-fit: contain;
}

button[name=search_area_modal_close],
button[name=search_jobtype_modal_close] {
    width: 3% !important;
}

.select-btn {
    border-top: 1px solid #d54250;
    border-left: 1px solid #d54250;
    border-right: 1px solid #d54250;
    border-bottom: 3px solid #d54250;
    background: #fc97a0;
}

.modal-dialog-fluid {
    max-width: 600px;
    width: 98%;
  }
  /* .contents{
      display: flex;
  }
  .tags_title{
    font-weight: bolder;
    display: block;
  }
  .tags_contents{
      margin: 0 10px;
      width: 100%;
  } */
  .contents{
    display: block;
}
.tags_contents{
    margin: 0;
    width: auto;
}

li.tags_contents ul{
    display:flex;
    flex-wrap: wrap;
}

li.tags_contents ul li {
    width: 33.3%;
    display: block;
}
.tags_title{
    font-weight: bolder;
    display: block;
    margin-bottom: 0;
    margin-top: 1rem;
    font-size: 1.1em;
  }
.midashi{
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.close{
    width:15%!important;
} 

.area_details{
    display: flex;
    flex-wrap: wrap;
}

.area_details li{
    width: 50%;
    text-align: center;
}

.area_details li label{
    height: 30px;
    line-height: 30px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #CECECE;
    border-radius: 5px;
    padding: 0 5px;
    transition: all 0.5s;
    margin: 0 0px 8px 0;
}

.area_details li input:checked + label{
    background: #d54250;
    transition: all 0.5s;
}