/*---------------------------------------------------------------*/
/*=|||　基本　|||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
body {
    min-width: 1200px;
}

iframe,
img {
    max-width: 100%;
    height: auto;
}

a:link { color: #f18182; }
a:visited { color: #663399; }
a:hover { color: #ff0000; }

.chk_t1-input{
  display: none;
}
.chk_t1-parts{
  padding-left: 25px;
  position:relative;
}
.chk_t1-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px #f7b3b4 solid;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}
.chk_t1-input:checked + .chk_t1-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #f7b3b4;
  border-right: 3px solid #f7b3b4;
}
.chk_t1-parts_nolink {
  padding-left: 25px;
  position:relative;
  color: #a0a0a0;
}
.chk_t1-parts_nolink::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px #a0a0a0 solid;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

.colarea {
  margin-bottom: 50px;
}
.colarea30 {
  margin-bottom: 30px;
}

.tel_l {
  font-size: 125%;
  font-weight: bold;
  color: #3cb371;
}

.txt_catch {
  color: #d6515b;
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 15px;
}

.btn_t2 a {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  display: block;
  border: 1px #86bc26 solid;
  padding: 15px 30px;
  background-color: #333333;
  background:#86bc26;
  color: #ffffff;
  letter-spacing: 3px;
  text-decoration: none;
  text-align: center;
}
.btn_t2 a:hover {
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
}

.btn_t3 a {
  display: block;
  border: 1px #fa0001 solid;
  padding: 15px 30px;
  background-color: #ffffff;
  color: #fa0001;
  letter-spacing: 3px;
  text-decoration: none;
  text-align: center;
}
.btn_t3 a:hover {
  border: 1px #6c6c6c solid;
  background-color: #e0e0e0;
  color: #6c6c6c;
  cursor: pointer;
}

.search_button_over {
  display: none;
  width: 100%;
  padding: 10px;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

/* パンくずリスト */
#breadcrumbs {
  font-size: 75%;
  margin: 0;
  padding-top: 10px;
}
#breadcrumbs ol {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
}
#breadcrumbs ol li {
  padding: 0;
  margin-left: 3px;
  white-space: nowrap;
  display: inline;
}
#breadcrumbs ol li:before {
  content: ">";
  margin-left: 3px;
  margin-right: 3px;
}
#breadcrumbs ol li:first-child {
  padding: 0;
  margin: 0;
  background-image: none;
}
#breadcrumbs ol li:first-child:before {
  content: "";
  margin: 0;
}
#breadcrumbs ol li a {letter-spacing: normal;}


/* タイトル */
.title_main01 {
    color: #ffffff;
    text-align: center;
    font-size: 162.5%;
    font-weight: normal;
    margin: 0;
    padding: 30px 20px;
    -webkit-box-shadow: 0 1px 2px #f7f7f7; /* Safari用 */
    -moz-box-shadow: 0 1px 2px #f7f7f7; /* Firefox用 */
    box-shadow: 0 1px 2px #f7f7f7; /* CSS3 */
    background: #e28784;
}

.title_sub01 {
  margin-bottom: 30px;
  text-align: center;
  color: #111111;
  color: #f38181;
  font-size: 175%;
  line-height: 1.4;
}
.title_sub01 .txt1 {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #f18182;
  font-size: 85.7142857%;
}
.title_sub01 .txt1 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 45px;
  padding: 0 15px;
  background-color: #ffffff;
}
.title_sub01 .txt1 span.bg_gray {
    background-color: #f7f7f7;
}
.title_sub01 .txt1::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f18182;
}

.title_sub02 {
  margin-bottom: 20px;
  color: #391804;
  font-size: 125%;
  font-weight: bold;
}

.title_sub03 {
  margin-bottom: 15px;
  padding: 10px;
  font-size: 125%;
  font-weight: bold;
  background-color: #ffefef;
}

.title_sub04 {
  margin-bottom: 30px;
  font-size: 112.5%;
  font-weight: bold;
  border-top: 2px #f18181 solid;
  border-bottom: 2px #f18181 solid;
  padding: 16px 0 16px 25px;
  background: url(/img/common/icon_circle01.png) no-repeat top 20px left;
}

.title_sub05 {
    text-align: center;
    margin-bottom: 20px;
}
.title_sub05 span {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 175%;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    color: #e18684;
}
.title_sub05 span:before {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -15px;/*線の上下位置*/
      display: inline-block;
      width: 135px;/*線の長さ*/
      height: 6px;/*線の太さ*/
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);/*位置調整*/
      background-color: #e18684;/*線の色*/
      border-radius: 2px;/*線の丸み*/
}

.title_sub_simple {
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
}

.side_title_sub01 {
  margin-bottom: 10px;
  color: #ffffff;
  background: #f18182;
  padding: 5px;
  text-align: center;
}

.newicon {
  font-weight: bold;
  color: #ff4500;
}

.del {
  text-decoration: line-through;
}

.menu_t1 li {
  float: left;
  width: 234px;
  margin-right: 14px;
}
.menu_t1 li:nth-child(3n),
.menu_t1 li:last-child {
  margin-right: 0;
}
.menu_t1 .inner {
  padding: 15px;
  border-right: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
}
.menu_t1 img {
  vertical-align: bottom;
}
.menu_t1 .title {
  margin-bottom: 5px;
}
.menu_t1 .title a {
  text-decoration: none;
  color: #111111;
  font-weight: bold;
}
.menu_t1 .title a:hover {
  text-decoration: underline;
  color: #ff0000;
}
.menu_t1 .desc {
  font-size: 87.5%;
}

.bnr_fl2 li {
  float: left;
  width: 590px;
  margin: 0 20px 10px 0;
}
.bnr_fl2 li:nth-child(2n) {
  margin: 0;
}


/* 都道府県リスト */
.preflist01 {
  width: 100%;
  background: url(/img/common/areasearch_back.png) no-repeat center right;
}

.preflist01 .prefList dt {
  float: left;
  margin-bottom: 10px;
  width: 200px;
  padding: 0 15px 0 0;
}
#top_page .preflist01 .prefList dt {
  padding: 0;
}
#top_page .preflist01 .prefList dt a.link {
  border: 1px solid #f9d3cd;
  background: #f9d3cd;
  background: #f7b3b4;
  line-height: 1.2em;
  width: 190px;
  padding: 15px 30px;
  display: inline-block;
  color: #111111;
  text-decoration: none;
  text-align: center;
  position: relative;
}
#top_page .preflist01 .prefList dt a.link::after {
  position: absolute;
  content: url(/img/common/arrow_preflist.png);
  top: 10px;
  right: -10px;
}
#top_page .preflist01 .prefList dt a.link:hover {
  background: #ffffff;
  color: #f9d3cd;
}

.preflist01 .prefList dt span {
  display: block;
  width: 100%;
  background: #f9d3cd;
  padding: 12px 10px;
  z-index: 0;
  position: relative;
}

.preflist01 .prefList dd {
  margin-bottom: 10px;
  margin-left: 200px;
}
.preflist01 .prefList ul {
  font-size: 0;
}
.preflist01 .prefList li {
  display: inline-block;
  width: 87px;
  border: 2px #f9d3cd solid;
  border-right: none;
  vertical-align: middle;
  text-align: center;
  background: #ffffff;
  font-size: 16px;
}
.preflist01 .prefList li:last-child {
  border: 2px #f9d3cd solid;
}
.preflist01 .prefList li a,
.preflist01 .prefList li span {
  display: block;
  text-decoration: none;
  vertical-align: middle;
  padding: 12px 0;
  color: #111111;
}
.preflist01 .prefList li a:hover {
  color: #f7b3b4;
  text-decoration: underline;
}
.preflist01 .prefList li span.nolink {
  color: #a0a0a0;
}

a.link_t1 {
    border: 1px solid #d34944;
    background: #d34944;
    line-height: 1.2em;
    min-width: 220px;
    padding: 25px 60px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    position: relative;
    -moz-border-radius: 35px; /*角丸*/
    -webkit-border-radius: 35px; /*角丸*/
    border-radius: 35px; /*角丸*/
}
a.link_t1::after {
    position: absolute;
    content: '→';
    top: 50%;
    right: 20px;
    margin-top: -9px;
}
a.link_t1:hover {
    background: #ffffff;
    color: #d34944;
}

.list_t1 ul {
  width: 100%;
  border: 1px #cdcdcd solid;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.list_t1 li {
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    border: 1px #cdcdcd solid;
    background: #ffffff url(/img/common/icon_plus_btn.png) no-repeat center left 20px;
    margin: 0;
}
.list_t1 .li2 li { width: 50%; }
.list_t1 .li4 li { width: 25%; }
.list_t1 li a {
  display: block;
  padding: 25px 20px 25px 45px;
  color: #111111;
  text-decoration: none;
}
.list_t1 li a:hover {
  color: #f7b3b4;
  text-decoration: underline;
}
.list_t1 li span {
  display: block;
  padding: 25px 20px 25px 45px;
  color: #cccccc;
  background: #ffffff url(/img/common/icon_plus_btn_gray.png) no-repeat center left 20px;
}

.list_t2 ul {
    justify-content: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.list_t2 li {
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    border: 1px #cdcdcd solid;
    background: #ffffff url(/img/common/icon_plus_btn.png) no-repeat center left 20px;
    margin: 0;
}
.list_t2 li a {
  display: block;
  padding: 25px 20px 25px 45px;
  color: #111111;
  text-decoration: none;
}
.list_t2 li a:hover {
  color: #f7b3b4;
  text-decoration: underline;
}
.list_t2 li span {
  display: block;
  padding: 25px 20px 25px 45px;
  color: #cccccc;
  background: #ffffff url(/img/common/icon_plus_btn_gray.png) no-repeat center left 20px;
}

.checkbox_list_t1 ul {
  width: 100%;
  border: 1px #cdcdcd solid;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.checkbox_list_t1 li {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  border: 1px #cdcdcd solid;
  margin: 0;
}
.checkbox_list_t1 li label {
  display: block;
  padding: 25px 20px 25px 25px;
}
.checkbox_list_t1 .li2 li { width: 50%; }
.checkbox_list_t1 .li4 li { width: 25%; }

/* ステップフロー全体 */
.flow_t1 {
    max-width: 600px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    color: #333;
}

/* olのリセットと縦線追加 */
.flow_t1 > ol {
    counter-reset: step-counter;
    list-style: none;
    padding-left: 0;
    position: relative;
}

/* 縦線 */
.flow_t1 > ol::before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: 4px;
    height: 100%;
    background-color: #f18182;
    border-radius: 2px;
}

/* liごとのスタイル */
.flow_t1 > ol > li {
    position: relative;
    counter-increment: step-counter;
    padding-left: 50px;
    margin-bottom: 40px;
    font-size: 1.25rem;
    line-height: 1.5;
}

/* ステップ番号の丸 */
.flow_t1 > ol > li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: #f18182;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 1rem;
}

/* li最後の余白をなくす */
.flow_t1 > ol > li:last-child {
    margin-bottom: 0;
}

.box_t1 {
  padding: 30px;
  border-top: 6px #f18283 solid;
  background: #ffffff;
}
.box_t1 .title {
  text-align: center;
  line-height: 1.2;
  font-size: 150%;
  margin-bottom: 30px;
}
.box_t1 .title span {
  display: block;
  text-align: center;
  font-size: 66.66666666%;
}

.box_t2 {
  padding: 20px;
  border: 1px #f18283 solid;
  background: #ffffff;
}

.merit_list_t1 ol {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.merit_list_t1 li {
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    width: 380px;
    background: #ffffff;
    text-align: center;
    padding: 90px 20px 25px 20px;
    margin-right: 30px;
}
.merit_list_t1 li:last-child {
    margin-right: 0;
}
.merit_list_t1 .title {
    text-align: center;
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 20px;
}
.merit_list_t1 .desc {
    font-size: 87.5%;
}
.merit_list_t1 li:nth-child(1) {
    background: #ffffff url(/img/common/merit1.png) no-repeat left top;
}
.merit_list_t1 li:nth-child(2) {
    background: #ffffff url(/img/common/merit2.png) no-repeat left top;
}
.merit_list_t1 li:nth-child(3) {
    background: #ffffff url(/img/common/merit3.png) no-repeat left top;
}



/* フォーム関連 */
.form_t1 .nodisplay_entry {
  font-weight: bold;
}
.form_t1 .nodisplay_entry .mode_entry {
  display: none;
}
.form_t1 .nodisplay_inquiry .mode_inquiry {
  display: none;
}

#addbookmark,
#delbookmark,
#request_finished {
  display: none;
  position: absolute;
  z-index: 500000;
}
#addbookmark p,
#delbookmark p,
#request_finished p {
  display: table-cell;
  vertical-align: middle;
  width: 300px;
  height: 80px;
  background-color: #3c3c3c;
  color: #ffffff;
  text-align: center;
  font-size: 87.5%;
}


/*---------------------------------------------------------------*/
/*=|||　レイアウト　|||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#container {
    background-color: #ffffff;
}

.mainWrapWide {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.mainWrap {
  width: 980px;
  margin: 0 auto;
  text-align: left;
}

#contentMainArea {
  width: 830px;
  padding: 0;
  float: left;
  margin-bottom: 30px;
  background-color: #ffffff;
}

#contentSubArea {
  width: 320px;
  margin-left: 50px;
  margin-bottom: 50px;
  float: left;
}

.bg_w {
  background: #ffffff;
  padding: 80px 0;
}
.bg_w1 {
  background: #ffffff;
  padding: 40px 0;
}
.bg_t1 {
  background: #f7f7f7;
  padding: 80px 0;
}
.bg_t1_1 {
  background: #f7f7f7;
  padding: 50px 0;
}
.bg_t2 {
    background: #f7b3b3;
    padding: 80px 0;
}
.bg_t2_1 {
    background: #f7b3b3;
    padding: 40px 0;
}


/*---------------------------------------------------------------*/
/*=|||　ヘッダ関連　|||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#header {
    min-width: 1200px;
    margin: 0;
    padding: 20px 0;
    background: #ffffff;
    border-bottom: 2px #ededed solid;
}
#simple #header {
    min-width: initial;
    height: auto;
    border-bottom: none;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 5px;
    text-align: left;
}

#header .inner {
    display: table;
    width: 1200px;
    margin: 0 auto;
}
#header .leftarea {
    display: table-cell;
    width: 348px;
    background: #ffffff;
    text-align: left;
    vertical-align: middle;
}
#header .leftarea .catch {
    font-size: 81.25%;
    color: #f18182;
    margin-bottom: 10px;
}

#header .rightarea {
    display: table-cell;
    width: 852px;
}
#header .rightarea .links {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
#header .rightarea .links ul {
    font-size: 75%;
}
#header .rightarea .links li {
    display: table-cell;
    margin: 0;
    padding: 0 10px 0 0;
    vertical-align: middle;
    height: 43px;
}
#header .rightarea .links a {
    text-decoration: none;
    color: #111111;
}
#header .rightarea .links img  {
    vertical-align: middle;
    margin-right: 3px;
}
#header .rightarea .links a:hover {
    text-decoration: underline;
}
#header .rightarea .links a span {
    color: #e28784;
    margin-right: 3px;
}
#header .rightarea input {
    width: 217px;
    margin: 0;
    padding: 1px 5px 1px 25px;
    height: 40px;
    border: 1px #e0e0e0 solid;
    background: url(/img/header/icon_glass.png?20200228) no-repeat top 8px left 5px;
}

/* グローバルナビ */
.gnavi {
    width: 100%;
}
.gnavi li {
    display: inline;
    margin-right: 0px;
}
.gnavi li a {
    display: inline-block;
    text-decoration: none;
    color: #111111;
    padding: 10px 18px;
    border: 2px #e28784 solid;
    background: #ffffff;
    -moz-border-radius: 30px; /*角丸*/
    -webkit-border-radius: 30px; /*角丸*/
    border-radius: 30px; /*角丸*/
}
.gnavi li a span {
    color: #e28784;
    margin-right: 3px;
}
.gnavi li a:hover {
    background: #e28784;
    color: #ffffff;
}
.gnavi li a:hover span {
    color: #ffffff;
}

.h1_line .title {
  font-size: 75%;
  text-align: right;
  font-weight: normal;
  padding: 3px 0 0 0;
}

/*---------------------------------------------------------------*/
/*=|||　フッタ　|||||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.footer_head {
  min-width: 1200px;
  background: #f18182;
  padding: 80px 0;
}
.footer_head ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}
.footer_head li {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  width: 585px;
  background: #ffffff;
  padding: 50px;
}

.footer_head .regist_member {
    margin-right: 30px;
    background: #ffffff url(/img/footer/txt_sign_up.png) no-repeat top 90px right 40px;
}
.footer_head .regist_member .title {
    font-size: 175%;
    text-align: center;
    margin-bottom: 50px;
    background: url(/img/footer/icon_regist_member.png) no-repeat center left 60px;
    height: 79px;
    line-height: 79px;
}
.footer_head .regist_member .to_login {
    text-align: center;
    margin-top: 15px;
}
.footer_head .regist_member .to_login a:before {
    content: url(/img/footer/icon_login.png);
    margin-right: 10px;
    position: relative;
    top: 5px;
}

#footer {
  min-width: 1200px;
  padding: 80px 0;
}
#footer a {
  text-decoration: none;
  color: #111111;
}
#footer a:hover {
  text-decoration: underline;
}

#footer .site_info {
    float: left;
    width: 370px;
}
#footer .catch {
  font-size: 81.25%;
  color: #f18182;
  margin-bottom: 10px;
}
#footer .site_title {
  margin-bottom: 50px;
}

#footer .links {
    float: left;
    width: 830px;
}
#footer .links li {
    margin-bottom: 10px;
}
#footer .links li a:before {
  content: url(/img/common/icon_arrow_gt01.png);
  position: relative;
  top: -2px;
  padding-right: 5px;
}

#footer .links1,
#footer .links2 {
    margin-bottom: 20px;
}
#footer .links1 li {
    display: inline-block;
    width: 33.3333%;
    font-size: 118.75%;
}
#footer .links2 li {
    display: inline-block;
    width: 25%;
}
#footer .links3 li {
    display: inline-block;
    width: 30%;
    font-size: 81.25%;
}


/*　コピーライト　*/
#copyright {
  color: #ffffff;
  background: #f18182;
  text-align: center;
  font-size: 75%;
  padding: 7px 0;
}


/*---------------------------------------------------------------*/
/*=|||　サブコンテンツ関連　|||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#contentSubArea .sitemenu {
  margin-bottom: 30px;
  padding: 5px 5px 0 5px;
  border: 1px solid #c0c0c0;
}
#contentSubArea .sitemenu .title {
  border-bottom: 2px solid #dbd4b8;
  text-align: center;
  padding: 5px;
}
#contentSubArea .sitemenu li {
  border-bottom: 1px solid #dbd4b8;
  margin: 0;
  padding: 0;
  font-size: 87.5%;
}
#contentSubArea .sitemenu li:last-child {
  border-bottom: none;
}
#contentSubArea .sitemenu a {
  display: block;
  color: #111111;
  text-decoration: none;
  padding: 7px 5px 7px 22px;
  background: url(/img/common/icon_arrow_gt02.png) no-repeat center left 3px;
}
#contentSubArea .sitemenu a:hover {
  color: #ff0000;
  text-decoration: underline;
}

#contentSubArea .banner {
  margin-bottom: 30px;
}

#contentSubArea .banner li {
  text-align: center;
  margin-bottom: 10px;
}
#contentSubArea .banner li:last-child {
  margin-bottom: 0;
}

#contentSubArea .sub_article_list {
  margin-bottom: 30px;
}
#contentSubArea .sub_article_list li {
    font-size: 87.5%;
    clear: both;
}
#contentSubArea .sub_article_list li a {
  text-decoration: none;
}
#contentSubArea .sub_article_list li a:hover {
  color: #ff0000;
  text-decoration: underline;
}
#contentSubArea .sub_article_list .thum {
    float: left;
    display: block;
    width: 100px;
}
#contentSubArea .sub_article_list .title {
    display: block;
    margin-left: 110px;
}

#contentSubArea .sub_article_list ul.category {
  list-style-type: disc;
  margin-left: 1.5em;
}
#contentSubArea .sub_article_list ul.category ul {
  margin-top: 5px;
  list-style-type: disc;
  margin-left: 1.5em;
}
#contentSubArea .sub_article_list ul.category li {
  font-size: 14px;
  margin-bottom: 5px;
}

#contentSubArea .submenu_t1 {
  background-color: #ffffff;
  margin-bottom: 30px;
}
#contentSubArea .submenu_t1 .title {
  font-weight: bold;
  border-bottom: 1px #1378c3 solid;
  margin-bottom: 5px;
  padding: 5px 0;
}
#contentSubArea .submenu_t1 ul {
  font-size: 87.5%;
}
#contentSubArea .submenu_t1 li {
  border-bottom: 1px dotted #909090;
  padding: 5px 0;
}
#contentSubArea .submenu_t1 li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#contentSubArea .submenu_t1 a {
  color: #0033cc;
  text-decoration: none;
}
#contentSubArea .submenu_t1 a:hover {
  color: #f00;
  text-decoration: underline;
}


/*---------------------------------------------------------------*/
/*=|||　トップ関連　|||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.top_main_img {
  text-align: center;
  min-width: 1200px;
  height: auto;
  line-height: 0;
  margin-bottom: 50px;
  background: #f18182;
}
.top_main_img img {
  width: 100%;
  max-width: 1800px;
  height: auto;
}

/* その他の条件で探す */
.other_search {
  background: #ffffff;
  padding: 20px 20px 20px 30px;
  display: table;
}
.other_search span {
  display: table-cell;
  vertical-align: top;
  padding-right: 10px;
}
.other_search .title {
  height: 64px;
  font-size: 125%;
  background: url(/img/common/icon_other_search.png) no-repeat center left;
  padding: 4px 0 0 75px;
  line-height: 1.4;
  vertical-align: middle;
}
.other_search  input[type="text"] {
  font-size: 125%;
  width: 300px;
  margin: 0;
  padding: 5px 5px 5px 50px;
  height: 60px;
  border: 2px #f18182 solid;
  -moz-border-radius: 30px; /*角丸*/
  -webkit-border-radius: 30px; /*角丸*/
  border-radius: 30px; /*角丸*/
  background: url(/img/common/icon_glass.png) no-repeat top 15px left 20px;
}

.mapOsaka {
    position: relative;
    height: 1080px;
    margin-bottom: 50px;
}
.map1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 1200px;
    height: 1080px;
}
.map2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}


/*---------------------------------------------------------------*/
/*=|||　地方・都道府県トップ関連　|||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.search_list ul {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
}
.search_list li {
  float: left;
  margin-right: 10px;
}
.search_list li:last-child {
  margin-right: 0;
}
.search_list .keyword_search {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
}
.search_list .keyword_search input[type="text"] {
  font-size: 125%;
  width: 400px;
  margin: 0 auto;
  padding: 5px 5px 5px 50px;
  height: 60px;
  border: 2px #f18182 solid;
  -moz-border-radius: 30px; /*角丸*/
  -webkit-border-radius: 30px; /*角丸*/
  border-radius: 30px; /*角丸*/
  background: #ffffff url(/img/common/icon_glass.png) no-repeat top 15px left 20px;
}

.search_list .region_preflist ul {
  font-size: 0;
}
.search_list .region_preflist li {
  display: inline-block;
  width: 100px;
  border: 2px #f9d3cd solid;
  border-right: none;
  vertical-align: middle;
  text-align: center;
  background: #ffffff;
  font-size: 16px;
  margin: 0;
}
.search_list .region_preflist li:last-child {
  border: 2px #f9d3cd solid;
}
.search_list .region_preflist li a,
.search_list .region_preflist li span {
  display: block;
  text-decoration: none;
  vertical-align: middle;
  padding: 12px 0;
  color: #111111;
}
.search_list .region_preflist li a:hover {
  color: #f7b3b4;
  text-decoration: underline;
}


/*---------------------------------------------------------------*/
/*=|||　市区町村・エリアから探す関連　|||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.areasearch {
  width: 100%;
}
.areasearch .nolink {
  color: #a0a0a0;
}
.areasearch .title_line {
  width: 100%;
  border-top: 2px #eeeeee solid;
  border-bottom: 2px #eeeeee solid;
  margin-top: 20px;
  padding: 15px 0;
}
.areasearch .title_line .title {
  font-weight: bold;
  font-size: 112.5%;
  float: left;
}
.areasearch .title_50on {
  font-weight: bold;
  font-size: 100%;
  margin: 10px 0 5px 0;
  color: #f18283;
}
.areasearch .inner {
  padding: 5px 10px 15px 10px;
}

.areasearch li {
  float: left;
  width: 25%;
  display: inline;
}

.areasearch ul.area_list {
  width: 95%;
  margin: 0 auto;
}

.areasearch ul.area_list li.area {
  float: none;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.areasearch li.city {
  float: left;
  width: auto;
}


/*---------------------------------------------------------------*/
/*=|||　路線・駅から探す関連　|||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.rosensearch {
  width: 100%;
}
.rosensearch .nolink {
  color: #a0a0a0;
}
.rosensearch .title_line {
  width: 100%;
  line-height: 28px;
  border-bottom: 3px #f18283 solid;
  margin-top: 20px;
}
.rosensearch .title_line .title {
  font-weight: bold;
  font-size: 115%;
  text-indent: 5px;
  float: left;
}
.rosensearch .title_rosen {
  font-weight: bold;
  font-size: 100%;
  margin: 10px 0 5px 0;
}
.rosensearch .inner {
  padding: 5px 10px 15px 10px;
}
.rosensearch ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.rosensearch li {
  width: 33%;
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin-bottom: 10px;
}

.ekisearch {
  width: 100%;
}
.ekisearch .nolink {
  color: #a0a0a0;
}
.ekisearch table {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  line-height: 1.4;
  table-layout: fixed;
}
.ekisearch th {
  background: #f9d3d7;
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 15px 10px;
  vertical-align: middle;
}
.ekisearch td {
  padding: 15px 10px;
  border: 1px solid #c0c0c0;
  vertical-align: middle;
}
.ekisearch ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.ekisearch li {
  width: 33%;
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin-bottom: 10px;
}


/*---------------------------------------------------------------*/
/*=|||　会員ページ関連　|||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#member .mypage_menu > ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
#member .mypage_menu > ul > li {
  width: 48%;
  border: 1px #c0c0c0 solid;
  padding: 20px;
  margin: 0 1%;
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
}


/*---------------------------------------------------------------*/
/*=|||　ピックアップ求人一覧関連　|||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.joblist_pickup {
  width: 100%;
}
.joblist_pickup > ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.joblist_pickup > ul > li {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  width: 570px;
  margin: 0 60px 50px 0;
}
.joblist_pickup > ul > li:nth-child(2n) {
  margin-right: 0;
}
.joblist_pickup .thum {
  float: left;
  width: 200px;
  max-height: 300px;
  overflow: hidden:
}
.joblist_pickup .info {
  margin-left: 225px;
}
.joblist_pickup .category {
  margin-bottom: 15px;
}
.joblist_pickup .category li {
  display: inline-block;
}
.joblist_pickup .category .place {
  text-decoration: none;
  background: #f18283;
  color: #ffffff;
  font-size: 87.5%;
  white-space: nowrap;
  padding: 5px 10px;
  -moz-border-radius: 18px; /*角丸*/
  -webkit-border-radius: 18px; /*角丸*/
  border-radius: 18px; /*角丸*/
}
.joblist_pickup .category .place a {
  color: #ffffff;
  text-decoration: none;
}
.joblist_pickup .category .place a:hover {
  text-decoration: underline;
}

.joblist_pickup .title {
  margin-bottom: 15px;
}
.joblist_pickup .title a {
  font-weight: bold;
  font-size: 112.5%;
  color: #111111;
  text-decoration: none;
}
.joblist_pickup .title a:hover {
  color: #f7b3b4;
  text-decoration: underline;
}

.joblist_pickup .desc {
  font-size: 87.5%;
}


/*---------------------------------------------------------------*/
/*=|||　求人一覧関連　|||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#joblistMainArea {
  width: 830px;
  padding: 0;
  float: right;
  margin-bottom: 30px;
}

#joblistSubArea {
  width: 320px;
  margin-right: 50px;
  margin-bottom: 50px;
  float: right;
}

#joblist .bg_t1 {
  margin-top: 15px;
  padding: 50px 0;
}

.selected_conds {
  margin-bottom: 10px;
}
.selected_conds .inner {
  background-color: #ebebeb;
  padding: 20px;
}
.selected_conds .title {
  font-size: 93.75%;
  font-weight: bold;
  display: inline;
  line-height: 40px;
  margin-right: 25px;
}
.selected_conds li {
  float: left;
  padding: 5px 8px;
  background-color: #ffffff;
  font-size: 75%;
  margin: 0 6px 5px 0;
  white-space: nowrap;
}
.selected_conds li img {
  margin-right: 5px;
  vertical-align: middle;
}

#search_results .keyword_search {
  margin-bottom: 30px;
}

#search_results .keyword_search .inner {
  width: 100%;
  background-color: #ebebeb;
  padding: 20px;
  display: table;
}
#search_results .keyword_search .title {
  font-size: 93.75%;
  font-weight: bold;
  display: inline;
  line-height: 40px;
  margin-right: 25px;
}
#search_results .keyword_search input[type="text"] {
  width: 320px;
  height: 40px;
  margin-right: 20px;
  border: none;
}
#search_results .keyword_search label {
  padding-right: 7px;
  line-height: 40px;
}
#search_results .keyword_search .btn_search {
  display: inline;
  line-height: 40px;
}
#search_results .keyword_search .btn_search a {
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  width: 68px;
  height: 40px;
  padding: 5px 0;
  font-size: 93.75%;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #333333;
  cursor: pointer;
}
#search_results .keyword_search .btn_search a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
  cursor: pointer;
}

.num_info {
  margin-bottom: 15px;
}

.hitNumArea {
  float: left;
  font-size: 75%;
  width: 35%;
}
.hitNumArea .hitNum {
  font-size: 166.66666%;
  font-weight: bold;
  color: #f38181;
}
.hitNumArea .nowNum {
  color: #f38181;
}

.pageDisp {
  float: right;
  width: 65%;
}
.pageDisp ul {
  text-align: right;
}
.pageDisp li {
  text-align: center;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.pageDisp li:last-child {
  margin-right: 0;
}
.pageDisp li a {
  text-decoration: none;
}

.pageDisp li.noactive a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px #111111 solid;
  color: #111111;
  background: #ffffff;
}
.pageDisp li.noactive a:hover,
.pageDisp li.nowNo {
  color: #ffffff;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #111111;
}
.pageDisp li.continue {
  border: none;
  width: auto;
}

.joblist01 > ul > li {
  margin-bottom: 25px;
  background: #ffffff;
  border-top: 5px #f38181 solid;
}

.joblist01 .jobData {
  padding: 25px 50px;
}

.joblist01 .titleBox {
  margin-bottom: 15px;
}
.joblist01 .titleBox .hoikuen_name {
  float: left;
  width: 500px;
  font-size: 150%;
  font-weight: bold;
}
.joblist01 .titleBox .hoikuen_name a {
  text-decoration: none;
  color: #000000;
}
.joblist01 .titleBox .hoikuen_name a:hover {
  text-decoration: underline;
  color: #fa0001;
}
.joblist01 .titleBox .hoikuen_name img {
    vertical-align: bottom;
    vertical-align: middle;
}

.joblist01 .titleBox .btn_chk {
    margin-left: 515px;
}

.joblist01 .titleBox .btn_chk .bookmark_btn {
  float: right;
}
.joblist01 .titleBox .btn_chk section {
  display: table-cell;
  float: right;
  margin-left: 5px;
}
.joblist01 .titleBox .btn_chk .bookmark_btn a {
  height: 30px;
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #ff6600;
  font-size: 68.75%;
}
.joblist01 .titleBox .btn_chk .bookmark_btn a:hover {
  color: #ffffff;
  background-color: #ff7373;
}

.joblist01 .titleBox .btn_chk .bookmark_btn .added {
  height: 30px;
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #c0c0c0;
  font-size: 68.75%;
}

.joblist01 .job_title {
  font-weight: bold;
  margin-bottom: 30px;
  color: #f38181;
  font-size: 112.5%;
}

.joblist01 .photo {
  float: left;
  width: 200px;
  margin-bottom: 15px;
}

.joblist01 .info {
  margin-left: 230px;
}

.joblist01 .info .desc {
  font-size: 87.5%;
  margin-bottom: 10px;
}

.joblist01 .info table {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 30px;
}
.joblist01 .info th {
  font-weight: bold;
  padding: 10px 0;
  border-top: 2px #eeeeee solid;
  border-bottom: 2px #eeeeee solid;
  vertical-align: top;
}
.joblist01 .info td {
  padding: 10px 0;
  border-top: 2px #eeeeee solid;
  border-bottom: 2px #eeeeee solid;
  vertical-align: top;
}

.joblist01 .info .to_detail {
  font-size: 87.5%;
  margin-bottom: 15px;
  text-align: right;
}

.joblist01 .buttons li {
  float: left;
}
.joblist01 .buttons li:first-child  {
  margin-right: 10px;
}

.list_sub_box {
  width: 100%;
  background: #ffffff;
  margin-bottom: 20px;
}
.list_sub_box .title {
  background: #f7b3b4;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
}

.list_sub_box ul.chk li {
  margin: 0;
  border-bottom: 2px #f7f7f7 solid;
}
.list_sub_box ul.chk label {
  cursor: pointer;
  text-decoration: none;
  display: block;
  padding: 20px;
}

.list_sub_box a.linkbtn {
  display: block;
  margin: 0;
  padding: 20px 20px 20px 45px;
  color: #111111;
  text-decoration: none;
  background: #ffffff url(/img/common/icon_plus_btn.png) no-repeat center left 20px;
}
.list_sub_box a.linkbtn:hover {
  color: #f7b3b4;
  text-decoration: underline;
}

.sub_select_area_rosen .select_panel {
  display: none;
  position: absolute;
  padding: 20px;
  border: 1px #c2c2c2 solid;
  background: #ffffff;
  z-index: 500000;
}
.sub_select_area_rosen .select_panel {
  width: 850px;
}

.sub_select_area_rosen .preflist01 {
  background: none;
}
.sub_select_area_rosen .preflist01 .prefList dt {
  width: 150px;
  padding: 0 10px 0 0;
}
.sub_select_area_rosen .preflist01 .prefList dd {
  margin-left: 150px;
}
.sub_select_area_rosen .preflist01 .prefList li {
  width: 75px;
}

.sub_select_area_rosen .select_panel .popup_citylist .parent {
  margin-bottom: 20px;
}
.sub_select_area_rosen .select_panel .popup_citylist .t1 {
  width: 100%;
  border-top: 2px #eeeeee solid;
  border-bottom: 2px #eeeeee solid;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 15px 0;
  font-weight: bold;
  font-size: 112.5%;
}
.sub_select_area_rosen .select_panel .popup_citylist .t2 {
  font-weight: bold;
  font-size: 100%;
  margin: 10px 0 5px 0;
  color: #f18283;
}
.sub_select_area_rosen .select_panel .popup_citylist li {
  width: 19%;
  display: inline-block;
  word-break: keep-all;
  vertical-align: top;
}
.sub_select_area_rosen .select_panel .popup_citylist p.search {
  margin: 10px auto;
  text-align: center;
}


/*---------------------------------------------------------------*/
/*=|||　求人詳細ページ関連　|||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.jobdetail_head .leftarea {
    margin-bottom: 30px;
}
.jobdetail_head .leftarea {
    float: left;
    width: 840px;
}
.jobdetail_head .job_no {
  color: #999999;
  margin-bottom: 10px;
}
.jobdetail_head .job_name {
  font-size: 200%;
  margin-bottom: 10px;
  line-height: 1.2;
}
.jobdetail_head .reward table {
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}
.jobdetail_head .reward th {
    background: #f18182;
    color: #ffffff;
    padding: 0 23px;
    border: 2px #f18182 solid;
    height: 40px;
}
.jobdetail_head .reward td {
    background: #ffffff;
    padding: 0 23px;
    border: 2px #f18182 solid;
    height: 40px;
    vertical-align: middle;
}
.jobdetail_head .reward td img {
    position: relative;
    top: 3px;
}

.jobdetail_head .rightarea {
    float: left;
    width: 345px;
    text-align: right;
}
.jobdetail_head .rightarea p {
    text-align: right;
}

.jobdetail_header table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    background: #ffffff;
    line-height: 1.4;
}
.jobdetail_header td {
    width: 50%;
    padding: 25px;
    border: 2px #ededed solid;
    vertical-align: top;
}
.jobdetail_header .item_name {
    display: block;
    float: left;
    width: 100px;
    border-right: 1px #111111 solid;
    font-weight: bold;
}
.jobdetail_header .item_data {
    display: block;
    margin-left: 130px;
}

.jobdetail_title {
    margin-bottom: 30px;
    font-size: 175%;
    color: #f18181;
}

.jobdetail_topinfo {
    float: left;
    width: 800px;
}
.job_noimage .jobdetail_topinfo {
    float: none;
    width: 100%;
}

.jobdetail_feature {
    margin-bottom: 30px;
}
.jobdetail_feature li {
    float: left;
    width: 265px;
    margin: 1px;
    padding: 20px 0;
    text-align: center;
    background: #dddddd;
    color: #ffffff;
}
.jobdetail_feature li.on {
    background: #f18181;
}
.jobdetail_feature li:nth-child(3n) {
    margin-right: 0;
}

.jobdetail_photo {
    margin-left: 850px;
    margin-bottom: 30px;
}
.jobdetail_photo li {
    margin: 0;
    line-height: 0;
}

.jobdetail_inquiry {
    width: 100%;
    background: #ffffff;
    padding: 50px 275px;
}
.jobdetail_inquiry p {
    text-align: center;
}
.jobdetail_inquiry .txt1 {
    max-width: 650px;
    min-height: 65px;
    line-height: 65px;
    font-size: 125%;
    font-weight: bold;
    background-image: url(/img/jobdetail/icon_inquiry.png), url(/img/jobdetail/icon_inquiry.png);
    background-position: left center, right center;
    background-repeat: no-repeat;
    margin: 0 auto 25px auto;
}

.jobdetail_guideline {
    width: 100%;
    background: #ffffff;
    padding: 50px;
}
.jobdetail_guideline table {
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    width: 100%;
}
.jobdetail_guideline th {
    border: 2px #ededed solid;
    background: #f7f7f7;
    text-align: center;
    vertical-align: top;
    padding: 20px;
    width: 200px;
}
.jobdetail_guideline td {
    border: 2px #ededed solid;
    vertical-align: top;
    padding: 20px;
}

.jobdetail_mapaccess {
    width: 100%;
    background: #ffffff;
    padding: 50px;
}
.jobdetail_mapaccess .leftarea {
    float: left;
    width: 525px;
}
.jobdetail_mapaccess .rightarea {
    margin-left: 575px;
}
.jobdetail_mapaccess .rightarea .title {
    font-size: 112.5%;
    color: #f18181;
    margin-bottom: 15px;
}


/*---------------------------------------------------------------*/
/*=|||　掲載案内　|||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#keisai .main_appeal {
    width: 100%;
    background: url(/img/keisai/main_img.jpg) no-repeat right top;
    padding: 40px 0;
}
#keisai .main_appeal .txt {
    font-size: 200%;
    font-weight: bold;
    margin-bottom: 40px;
}
#keisai .main_appeal span {
    font-size: 142%;
    color: #d29892;
}

ul.chk_t1 li{
    position: relative;
    padding-left: 40px;
    font-size: 125%;
    margin-bottom: 15px;
}
ul.chk_t1 li:before {
    z-index: 1;
    content: "";
    position: absolute;
    top: -0.1em;
    left: 0.5em;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 11px;
    height: 20px;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
}
ul.chk_t1 li:after {
    z-index: 0;
    content: "";
    position: absolute;
    top: -0.3em;
    left: 0;
    width: 35px;
    height: 35px;
    border: 1px solid #595757;
    background: #595757;
    -moz-border-radius: 35px; /*角丸*/
    -webkit-border-radius: 35px; /*角丸*/
    border-radius: 35px; /*角丸*/
}

.keisai_point ol {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.keisai_point ol li {
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    margin-right: 80px;
    margin-bottom: 50px;
    padding-top: 270px;
    width: 560px;
}
.keisai_point ol li:nth-child(2n) {
    margin-right: 0;
}
.keisai_point ol li:nth-child(1) { background: url(/img/keisai/point1.png) no-repeat center top; }
.keisai_point ol li:nth-child(2) { background: url(/img/keisai/point2.png) no-repeat center top; }
.keisai_point ol li:nth-child(3) { background: url(/img/keisai/point3.png) no-repeat center top; }
.keisai_point ol li:nth-child(4) { background: url(/img/keisai/point4.png) no-repeat center top; }

.keisai_point .title {
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 20px;
}
.keisai_point p {
    font-size: 112.5%;
}

.keisai_flow li {
    padding-left: 194px;
    margin-bottom: 20px;
}
.keisai_flow ol li:nth-child(1) { background: url(/img/keisai/step1.png) no-repeat left top; }
.keisai_flow ol li:nth-child(2) { background: url(/img/keisai/step2.png) no-repeat left top; }
.keisai_flow ol li:nth-child(3) { background: url(/img/keisai/start.png) no-repeat left top; }

.keisai_flow .title {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 2px #e18684 solid;
    padding: 30px 0 20px 0;
    font-weight: bold;
}
.keisai_flow p {
    font-size: 112.5%;
}

.keisai_flow_old ol {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.keisai_flow_old li {
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    border: 1px #e0e0e0 solid;
    width: 225px;
    margin-right: 26px;
    background: #ffffff;
}
.keisai_flow_old li:last-child {
    margin-right: 0;
}
.keisai_flow_old li::after {
    content: '→';
    color: #f18182;
    font-weight: bold;
    font-size: 125%; 
    position: absolute;
    top: 50%;
    right: -25px;
}
.keisai_flow_old li:last-child::after {
    content: "";
}
.keisai_flow_old .title {
    text-align: center;
    background: #ffefef;
    border-bottom: 2px #f18182 solid;
    padding: 10px 5px;
    font-weight: bold;
}
.keisai_flow_old .title span {
    display: block;
    background: #f18182;
    color: #ffffff;
    margin-bottom: 5px;
    font-weight: normal;
}
.keisai_flow_old p {
    font-size: 87.5%;
    padding: 10px 5px;
}


/*---------------------------------------------------------------*/
/*=|||　Not Found　||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.alert {
  width: 100%;
  padding: 20px;
  border: 1px #ff0000 solid;
  background-color: #f9fbe5 ;
}

.alert .title {
  font-size: 112.5%;
  font-weight: bold;
  color: #ff0000;
}


/*---------------------------------------------------------------*/
/*=|||　記事関連　|||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.social_button ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.social_button li {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin-right: 10px;
}

.contents_list_t1 {
  margin-bottom: 10px;
}
.contents_list_t1 ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.contents_list_t1 > ul > li {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  width: 380px;
  margin: 0 30px 30px 0;
}
.contents_list_t1 li:nth-child(3n) {
  margin: 0 0 30px 0;
}
.contents .contents_list_t1 li:nth-child(3n) {
  margin: 0 30px 30px 0;
}
.contents .contents_list_t1 li:nth-child(2n) {
  margin: 0 0 30px 0;
}
.contents_list_t1 .thum {
    margin-bottom: 20px;
    height: 220px;
    overflow-y: hidden;
}
.contents_list_t1 .category {
  margin-bottom: 20px;
}
.contents_list_t1 .category > ul > li {
  display: inline-block;
  zoom: 1;
  margin-right: 5px;
}
.contents_list_t1 .category li a {
  text-decoration: none;
  color: #f18182;
  font-size: 75%;
  white-space: nowrap;
  padding: 5px 15px;
  border: 2px #f18182 solid;
  -moz-border-radius: 18px; /*角丸*/
  -webkit-border-radius: 18px; /*角丸*/
  border-radius: 18px; /*角丸*/
}
.contents_list_t1 .category li a:hover {
  text-decoration: underline;
}
.contents_list_t1 .title {
  font-size: 112.5%;
  font-weight: bold;
  margin-bottom: 5px;
}
.contents_list_t1 .title a {
  color: #111111;
  text-decoration: none;
}
.contents_list_t1 .title a:hover {
  color: #f18182;
  text-decoration: underline;
}
.contents_list_t1 .desc {
  font-size: 87.5%;
}

.article_title {
  font-size: 150%;
  margin-bottom: 10px;
}

.article_modified_date {
    margin-bottom: 20px;
    font-size: 87.5%;
    text-align: right;
}

.article_category {
  margin-bottom: 15px;
}
.article_category li {
  display: inline-block;
  zoom: 1;
  margin-right: 5px;
}
.article_category li a {
  text-decoration: none;
  color: #f18182;
  font-size: 75%;
  white-space: nowrap;
  padding: 5px 15px;
  border: 2px #f18182 solid;
  -moz-border-radius: 18px; /*角丸*/
  -webkit-border-radius: 18px; /*角丸*/
  border-radius: 18px; /*角丸*/
}
.article_category li a:hover {
  text-decoration: underline;
}

.textBody .tag_list ul {
    float: left;
}
.textBody .tag_list li {
    float: left;
    margin-right: 10px;
}

.textBody p {
  margin-bottom: 1em;
}

.textBody blockquote {
  quotes: none;
}
.textBody blockquote:before, blockquote:after {
  content: '';
  content: none;
}
.textBody del {
  text-decoration: line-through;
}
.textBody a img {
  border: none;
}
.textBody ul {
  list-style: disc;
  margin: 0 0 15px 1.5em;
}
.textBody ol {
  list-style: decimal;
  margin: 0 0 15px 1.5em;
}
.textBody ol ol {
  list-style: upper-alpha;
}
.textBody ol ol ol {
  list-style: lower-roman;
}
.textBody ol ol ol ol {
  list-style: lower-alpha;
}
.textBody ul ul,
.textBody ol ol,
.textBody ul ol,
.textBody ol ul {
  margin-bottom: 0;
}
.textBody dl {
  margin: 0 0 15px 0;
}
.textBody dt {
  font-weight: bold;
}
.textBody dd {
  margin-bottom: 15px;
}
.textBody strong {
    font-weight: bold;
    color: #f18182;
}
.textBody i {
  font-style: italic;
}
.textBody big {
  font-size: 131.25%;
}
.textBody ins {
  background: #ffc;
  text-decoration: none;
}
.textBody blockquote {
  font-style: italic;
  padding: 0 3em;
}
.textBody blockquote em,
.textBody blockquote i {
  font-style: normal;
}
.textBody pre {
  background: #f7f7f7;
  color: #222;
  line-height: 1.6;
  margin-bottom: 15px;
  overflow: auto;
  padding: 1.5em;
}
.textBody abbr,
.textBody acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.textBody sup,
.textBody sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
.textBody sup {
  bottom: 1ex;
}
.textBody sub {
  top: .5ex;
}
.textBody img {
  max-width: 100%;
  height: auto;
}
.textBody .alignleft,
.textBody img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.textBody .alignright,
.textBody img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.textBody .aligncenter,
.textBody img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.textBody img.alignleft,
.textBody img.alignright,
.textBody img.aligncenter {
  margin-bottom: 12px;
}
.textBody .wp-caption {
  background: #f1f1f1;
  line-height: 1.6;
  margin-bottom: 15px;
  max-width: 100% !important;
  padding: 4px;
  text-align: center;
}
.textBody .wp-caption img {
  margin: 5px 5px 0;
}
.textBody .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 85%;
  margin: 5px;
}
.textBody .wp-smiley {
  margin: 0;
}
.textBody .gallery {
  margin: 0 auto 15px;
}
.textBody .gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
.textBody .gallery-columns-2 .gallery-item {
  width: 50%;
}
.textBody .gallery-columns-4 .gallery-item {
  width: 25%;
}
.textBody .gallery img {
  border: 2px solid #cfcfcf;
}
.textBody .gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.textBody .gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.gallery .gallery-caption {
  color: #888;
  font-size: 85%;
  margin: 0 0 12px;
}
.textBody .gallery dl {
  margin: 0;
}
.textBody .gallery img {
  border: 10px solid #f1f1f1;
}
.textBody .gallery br+br {
  display: none;
}

/* テーブル */
.textBody table {
  padding: 0;
  border: 1px solid #cccccc;
  border-collapse: collapse;
}
.textBody caption {
  text-align: center;
}
.textBody  th {
  border: 1px solid #cccccc;
  text-align: center;
  background-color: #c4e8fb;
  color: #000000;
  padding: 5px;
}
.textBody  td {
  border: 1px solid #cccccc;
  padding: 5px;
}

/* TOC 目次 */
#ez-toc-container {
    border: 1px solid #111;
    background: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    display: block;
    margin-bottom: 1em;
    padding: 0;
    position: relative;
    width: auto;
}
.ez-toc-title-container {
    padding: 0;
}
div#ez-toc-container p.ez-toc-title {
    color: #111;
    padding: 20px 0;
    background: #fef8f8;
    border-bottom: 1px solid #111;
    text-align: center;
    line-height: 1em;
    font-size: 100%;
    margin: 0;
    letter-spacing: 2px;
    font-weight: bold;
}
ul.ez-toc-list {
    padding: 15px 15px 0 15px;
}
#ez-toc-container ul.ez-toc-list a {
    padding: 6px;
    line-height: 1.8;
}
.ez-toc-title-container {
  display: block;
  width: 100%;
}
#ez-toc-container p.ez-toc-title {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.ez-toc-title-toggle {
  position: absolute;
  top: 13px;
  right: 15px;
}
#ez-toc-container.counter-decimal ul.ez-toc-list li a::before, .ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
  color: #f98886;
}


/* 見出し */
.textBody h1
{
  color: #111111;
  font-size: 130%;
  font-weight: bold;
  text-align: left;
}
.textBody h2
{
    background: #fef8f8;
    padding: 20px 20px;
    font-size: 150%;
    border-left: 5px solid #e84746;
    line-height: 1.8em;
    margin: 2em 0 1.5em;
    font-weight: bold;
}

.textBody h3 {
    font-size: 137.5%;
    margin: 2em 0 1.5em;
    padding: 20px 0;
    line-height: 1.8em;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    font-weight: bold;
}
.textBody h4 {
  font-size: 125%;
    margin: 2em 0 1.5em;
    padding: 0 0 15px 0;
    line-height: 1.8em;
    border-bottom: 1px solid #111;
    font-weight: bold;
}
.textBody h5 {
    font-size: 112.5%;
  font-weight: bold;
  text-align: left;
    margin: 2em 0 1.5em;
}
.textBody h6 {
  font-size: 100%;
  font-weight: bold;
  text-align: left;
    margin: 2em 0 1.5em;
}

.prevnext .prev {
  float: left;
  width: 45%;
}
.prevnext .next {
  float: right;
  width: 45%;
  text-align: right;
}

.pagenavi {
  display: inline;
  text-align: center;
  margin: 20px 0;
}

.wp-pagenavi {
  clear: both;
  margin-top:10px;
  font-size:110%;
}
.wp-pagenavi a,
.wp-pagenavi a:hover,
.wp-pagenavi span.current{
  padding: 2px 10px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #CCC;
  -moz-border-radius: 5px; /*角丸*/
  -webkit-border-radius: 5px; /*角丸*/
  border-radius: 5px; /*角丸*/
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current{
  background: #bbedf6;
  color: #fff;
}
.wp-pagenavi span.current{
    font-weight: bold;
}

.yarpp-related {
    margin-bottom: 50px;
}
.yarpp-thumbnails-horizontal {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.yarpp-thumbnails-horizontal a {
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
}
.yarpp-related .yarpp-thumbnail-title {
    font-size: 80% !important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    height: auto!important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    max-height: initial;
}


/*---------------------------------------------------------------*/
/*=|||　企業主導型保育園とは？　|||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.about_cnss_point li {
    float: left;
    width: 380px;
    background: #ffffff;
    text-align: center;
    padding: 90px 0 25px 0;
    margin-right: 30px;
}
.about_cnss_point li:last-child {
    margin-right: 0;
}
.about_cnss_point p {
    text-align: center;
    height: 55px;
    font-size: 125%;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.about_cnss_point li:nth-child(1) {
    background: #ffffff url(/img/about_cnss/point1.png) no-repeat left top;
}
.about_cnss_point li:nth-child(2) {
    background: #ffffff url(/img/about_cnss/point2.png) no-repeat left top;
}
.about_cnss_point li:nth-child(3) {
    background: #ffffff url(/img/about_cnss/point3.png) no-repeat left top;
}

.about_cnss_feature ol {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.about_cnss_feature li {
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    width: 380px;
    background: #ffffff;
    padding: 20px 25px 40px 25px;
    margin-right: 30px;
}
.about_cnss_feature li:nth-child(3n) {
    margin-right: 0;
}
.about_cnss_feature li span {
    display: block;
    font-size: 150%;
    width: 65px;
    height: 65px;
    line-height: 67px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    margin: 0 auto 10px auto;
    background: #dab13d;
    color: #ffffff;
}
.about_cnss_feature li:nth-child(2) span { background: #8fc31f; }
.about_cnss_feature li:nth-child(3) span { background: #e7aacb; }
.about_cnss_feature li:nth-child(4) span { background: #71b6cd; }
.about_cnss_feature li:nth-child(5) span { background: #c29dca; }
.about_cnss_feature li:nth-child(6) span { background: #f8b62d; }
