﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
/* =============================================================================
#
# INFORMATION
#
# FileName:	top.css
# Created:	2017-1-15
# UpdatedBy:2017-1-28
#
============================================================================= */
/* =============================================================================
 Contents
============================================================================= */
/* Base layout
------------------------------------------ */
#contents {
    margin-top: 0;
}

.discontent {
    font-size: 1.6rem;
}

/* =============================================================================
 Message
============================================================================= */
/* あなたが「気になる」した企業から「応募歓迎」のメッセージが届いています！
------------------------------------------ */
.message {
    background-color: #fff;
	padding-top: 21px;
}

.message .message-wrap {
    background-color: #fed88e;
	padding: 10px 0;
}

.message .message-box {
    max-width: 1100px;
    width: auto;
    margin: 0 auto;
	background-color: #ffffff;
    border: 3px solid #f9381d;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.message .message-box .message-text {
    display: inline-block;
    //position: absolute;
    color: #f9381d;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 18px;
}

.message .message-box *[class^="icon--"] {
    vertical-align: bottom;
    display: inline-block;
    line-height: 1;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.message .message-box *[class^="icon--"].icon--message {
    background-image: url(../images/top/icon_message.png);
}

.message .message-box i[class^="icon"] {
	margin: 14px 12px 19px 50px;
}

.message .message-box i[class^="icon"].icon--message {
    width: 32px;
}

.message .message-box *[class^="icon--"].icon--message:after {
    padding-top: 100%;
}

.message .message-box *[class^="icon--"]:after {
    content: '';
    display: block;
}

.message .message-box .message-button {
    display: inline-block;
    margin-right: 10px;
    padding: 10px 0 11px 0;
}
.message .message-box .message-button .button {
    padding: 9px 0 6px 0;
}

/* =============================================================================
 Hero
============================================================================= */
/* Hero Home
------------------------------------------ */
.hero-home {
    margin-bottom: -30px;
    height: 470px;
    background: url("../images/top/img_hero.jpg?20190419") center/cover no-repeat;
}

.hero-home > div {
    position: relative;
    height: 470px;
}

.hero-home-catch {
    position: relative;
    top: 50px;
    left: 50px;
    text-align: left;
}
.hero-home-catch img {
    width: 170px;
}

/*　クイック検索 */
.search-quick {
    margin: 10px 0 0;
    box-sizing: border-box;
    padding: 12px;
    background: rgba(23, 23, 23, 0.8);
    width: 565px;
}

.search-quick-title {
    color: #fff;
    font-size: 26px;
    margin: auto;
}

.search-quick-title .border-middle-9d9e9e {
    width: 361px;
}

.search-quick-subTitle {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin: 16px auto 10px;
}

.search-quick-innerwrap {
    padding: 10px;
    padding-top: 0;
}

.search-quick-form {
    height: 60px;
    overflow: visible;
}

.search-quick-selectBox {
    box-shadow: 3px 2px 0 0 rgba(65, 67, 67, 0.47);
    width: 175px;
    z-index: 100;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.search-quick-selectBox-launcher {
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 32px;
}

.search-quick-selectBox-widnow-w200 {
    width: 200px;
}

.search-quick-selectBox-widnow-w500 {
    width: 500px;
}

.search-quick .menu-dropdown-select-item {
    display: block;
    padding: 10px 16px;
    background-color: #e7e9e9;
    font-size: 1.6rem;
    cursor: pointer;
}

.search-quick .menu-dropdown-select-item:hover,
.search-quick .menu-dropdown-select-item:active {
    text-decoration: none;
    opacity: 0.66;
}

.search-quick-icon-cross {
    display: inline-block;
    width: 30px;
    vertical-align: top;
}

.search-quick-icon-cross .icon-cross {
    width: 16px;
    height: 16px;
    margin: 22px 8px;
}

.search-quick-submit {
    display: inline-block;
    vertical-align: top;
    width: 117px;
}

.search-quick-submit .button {
    margin-left: 15px;
    height: 60px;
    line-height: 26px;
}

.search-quick-recentLink .button:active,
.search-quick-recentLink .button:link,
.search-quick-recentLink .button:visited,
.search-quick-recentLink .button {
    color: #000;
    text-align: left;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* あなたの閲覧履歴からオススメ求人をピックアップ！ */
.reccomend-pickups {
    margin: 10px auto 25px;
    padding: 11px 20px;
    width: 565px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.76);
}

.reccomend-pickups-title {
    text-align: center;
    font-size: 16px;
    margin-top: auto;
}

.reccomend-pickups-list::after{
  content: "";
  display: block;
  clear: both;
}

.reccomend-pickups-item {
	width: 92px;
	margin-right:15px;
	font-size:1.2rem;
	position:relative;
	float:left;
}

.reccomend-pickups-item:last-child {
    margin-right: auto;
}

.reccomend-pickups-item .photo {
	border:1px solid #909998;
    overflow: hidden;
    width: 92px;
    height: 69px;
}

.reccomend-pickups-item .photo,
.reccomend-pickups-item .name,
.reccomend-pickups-item .copy,
.reccomend-pickups-item .region {
	opacity:1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	margin: auto auto 2px;
    font-size: 11px;
}

.reccomend-pickups-item .divregion{
    max-height: 28px;
    overflow: hidden;
    width: 100%;
}

.reccomend-pickups-item .divregion .regionTop {
    opacity:1;
    overflow: hidden;
    text-overflow: ellipsis;
	margin: auto auto 2px;
    font-size: 11px;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.reccomend-pickups-item .photo img {
	width: 100%;
	height: auto;
}

.reccomend-pickups-item .name,
.reccomend-pickups-item .copy {
	padding:0 4px;
}

.reccomend-pickups-item .name,
.reccomend-pickups-item .region,
.reccomend-pickups-item .regionTop {
	color:#333;
}

.reccomend-pickups-item .copy {
	color:#0f5a84;
	font-weight:bold;
}

.reccomend-pickups-item a:hover .photo,
.reccomend-pickups-item a:hover .name,
.reccomend-pickups-item a:hover .copy,
.reccomend-pickups-item a:hover .region,
.reccomend-pickups-item a:hover .regionTop,
.reccomend-pickups-item a:hover {
	text-decoration:none;
	opacity:0.8;
}

.reccomend-pickups-readmore {
    width: 100%;
    min-width: auto;
    font-size: 11px;
    box-sizing: border-box;
    color: #333;
    padding: 9px 6px;
    padding-right: 17px;
    margin-top: 30px;
}

/* 新着情報・適職診断 */
.new-offer, .diagnosis {
    position: absolute;
    right: 335px; /* RS調整部分 */
    bottom: 60px;
}

.new-offer > a, .diagnosis > a {
    display: block;
    font-size: 1.2rem;
}

.new-offer > a:hover, .diagnosis > a:hover {
    position: relative;
    text-decoration: none;
}

.new-offer > a:hover::after, .diagnosis > a:hover::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 212px;
    height: 212px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
    opacity: 0.4;
}

.new-offer-container, .diagnosis-container {
    position: relative;
    width: 200px;
    height: 200px;
    border: 7px solid #fff;
    border-radius: 50%;
    background-color: #ff6d00;
    color: #fff;
    text-align: center;
}

.new-offer-container:before {
    display: block;
    position: absolute;
    top: 5px;
    right: 3px;
    z-index: 1;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fc3601;
    color: #fff;
    content: "NEW";
    text-align: center;
    font-size: 1.2rem;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 46px;
}

.new-offer-title {
    font-size: 16px;
    padding: 32px 0 0;
    font-weight: 600;
}

.new-offer-body {
    margin: 0;
    font-weight: bold;
    font-size: 1.8rem;
}

.new-offer-body em {
    padding-right: 4px;
    color: #fff;
    letter-spacing: 0.06em;
    font-style: normal;
    font-size: 50px;
}

.new-offer-body p {
    margin: 8px auto;
}

.new-offer-more {
    font-size: 16px;
}

.diagnosis-catch {
    margin: 0;
    padding-top: 28px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
}

.diagnosis-catch em {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    font-style: normal;
    font-size: 40px;
    font-weight: 500;
}

.diagnosis-title {
    margin: 10px 0 18px 7px;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 5px;
}

.diagnosis-more {
    font-size: 14px;
    letter-spacing: 2px;
}
.diagnosis-more-icon {
    width: 10px;
    height: 15px;
    display: inline-block;
    background-image: url(../images/top/ttl_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
    left: 3px;
}

/* 会員登録 */
.lead-entry {
    margin-top: 40px;
    height: 290px;
    background-color: #fff;
}

.lead-entry-header {
    background-color: #ff6d00;
}

.lead-entry-header-sp .lead-entry-title,
.lead-entry-header-sp .entry-header-right,
.lead-entry-header-sp .lead-entry-sub {
  display: none;
}

.lead-entry-title {
    display: inline-block;
    margin: 0;
    padding: 15px 0 15px 25px;
    color: #fff;
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 1.5em;
    letter-spacing: 2px;
}
.lead-entry-sub {
  width: 90px;
  height: 90px;
  text-align: center;
  background: #000;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: -5px;
  left: 10px;
}
.lead-entry-subtext {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 15px;
}
.lead-entry-subtext span {
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  margin-top: -8px;
}

.lead-entry-description {
    margin: 16px 0 12px 20px;
    font-size: 1.8rem;
    line-height: 1em;
}

.lead-entry-description span {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 8px;
    padding-bottom: 1px;
    letter-spacing: 2px;
    font-weight: bold;
}
.lead-entry-description span::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 7px;
  background-color: #ff6d00;
}

.lead-entry-description em {
    font-style: normal;
    font-size: 2.8rem;
    color: #ff6d01;
}

.lead-entry-footer {
    text-align: center;
    margin-top: 20px;
}

.lead-entry-footer .button {
    position: relative;
    box-shadow: none;
}

/* =============================================================================
 Main Content
============================================================================= */

/* Theme こんなテーマで集めてみました
------------------------------------------ */
.theme-image img{
    width: 110px;
    height: 110px;
}

/* Job　希望の職種から探す
------------------------------------------ */
.job dt {
    margin-bottom: 3px;
    letter-spacing: 0;
    font-size: 1.6rem;
    line-height: 1.6;
}

.job dd {
    margin: 0 0 20px;
    padding: 0;
    color: #909998;
    font-size: 1.2rem;
}

.job dd:last-child {
    margin-bottom: 0;
}

/* Read More 不満検索
------------------------------------------ */
.readmore {
    position: relative;
}

.readmore-launcher {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 26px 0 0;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white 38%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), white 38%);
    text-align: center;
}

.readmore-launcher.is-open {
    padding: 10px 0 0;
    background: none;
}

.readmore-more {
    padding-bottom: 54px;
}

/* Companies 注目の求人
------------------------------------------ */
.companies > p {
    margin: 20px 10px;
    line-height: 1.716;
}

.companies-primary {
    margin: 0 0 20px;
    text-align: center;
}

.companies-primary > li {
    box-sizing: border-box;
    position: relative;
    width: 150px;
    height: 50px;
    margin: 0 14px;
    padding: 0;
    text-align: center;
}

.companies-primary img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.companies-primary img.image-vertically {
    width: auto;
    height: 100%;
}

.companies-primary img.image-horizontally {
    width: 100%;
    height: auto;
}

/* Area 希望の勤務地から探す
------------------------------------------ */
.area {
    position: relative;
    margin: 28px 0 0;
}

.area::after {
    display: block;
    position: absolute;
    right: -13px;
    bottom: -20px;
    z-index: 0;
    width: 230px;
    height: 202px;
    background: url("../images/common/img_japan.png") bottom no-repeat;
    content: "";
}

.area ul {
    position: relative;
    z-index: 1;
}

.area ul > li {
    margin-bottom: 9px;
}

.area-container {
    min-height: 246px;
}

/* あなたに見て欲しい求人
------------------------------------------ */
.recommend-image img{
    width: 270px;
    height:216px;
}

/* Event 転職イベント
------------------------------------------ */
.event-container {
    position: relative;
    padding-left: 295px;
}
.event-image{
    overflow: hidden;
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    width: 270px;
    margin: 0;
    background-color: #e8eae9;
}

.event-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    max-width: 270px;
    transform: translate(-50%,-50%);
}


/* New 新着求人
------------------------------------------ */
.new-arrival > li {
    margin: 7px 20px 7px 0;
    font-size: 1.6rem;
}


/* =============================================================================
 Sub Content
============================================================================= */

/* Knowhow 転職ノウハウ
------------------------------------------ */
.knowhow-image img{
    width: 66px;
    height: 66px;
}

/* 【追加】レイアウト調整用
------------------------------------------ */
.section:last-child {
    margin-bottom: 20px;
}

/* 【追加】求人特集２行表示用
------------------------------------------ */
.top-entry-container > li {
    float: left;
    width: calc( 50% - 20px / 2 );
    padding-top: 20px;
    border-top: 1px solid #909998;
    margin-top: 15px;
    margin-left: 20px;
}
.top-entry-container > li:nth-child(1), .top-entry-container > li:nth-child(2) {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}
.top-entry-container > li:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
}

.top-link-area {
    display: none;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
}

.top-entry:hover {
    text-decoration: none;
}
.top-entry:hover .top-entry-title {
    text-decoration: underline;
}

.top-entry-image {
    box-sizing: border-box;
    float: left;
    width: 110px;
    height: 110px;
    border: 1px solid #909998;
    background: no-repeat center center / cover;
}

.top-entry-body {
    margin-left: 130px;
}

.top-entry-title {
    display: inline-block;
    margin: 0 0 10px;
    line-height: 1.4;
    font-size: 1.8rem;
    font-weight: normal;
    position: relative;
    padding-right: 10px;
}
.top-entry-title::after {
    content: "";
    position: absolute;
    top: 14px;
    right: 0;
    display: inline-block;
    width: 3px;
    height: 3px;
    border-top: 2px solid #0f5a84;
    border-left: 2px solid #0f5a84;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.top-entry-text {
    margin: 10px 0 0;
    line-height: 1.6;
    font-size: 1.4rem;
    color: #383838;
}

/* 【追加】求人特集レイアウト調整用（Edge）
------------------------------------------ */
.section-thema {
    width: 755px;
}

/* 【追加】イベント表示用
------------------------------------------ */
.badge-deadline:before {
    content: "開催 \a 間近";
    font-size: 1.5rem;
    height: 47px;
    padding: 13px 0 0 17px;
    width: 49px;
	background-color: #fc3202;
    color: #fff;
	white-space: pre;
	font-weight: bold;
	position: absolute;
    text-align: left;
	top: -5px;
	left: -5px;
	z-index: 10;
}

.badge-new:before {
    content: "NEW";
    font-family: Helvetica,Arial,sans-serif;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 50px;
	font-size: 1.4rem;
	background-color: #fc3202;
    color: #fff;
	white-space: pre;
	font-weight: bold;
	position: absolute;
    text-align: left;
	padding:0 0 0 14px;
	top: -5px;
	left: -5px;
	z-index: 10;
}

/* 【追加】バリデーションエラー用
------------------------------------------ */
input[type=text].is-error, input[type=password].is-error,
input[type=date].is-error, textarea.is-error, select.is-error {
    border-color: #fc3601 !important;
    background-color: #fdeae5 !important;
}

/* 【追加】長文折り返し用
------------------------------------------ */
span, li {
    word-wrap:break-word;
    word-break:break-all;
}

.icon-area {
    background-size:18px 18px;
}

/* 【追加】アイコン
------------------------------------------ */
.icon-smile::before {
    background: url("../../company/images/icon_smile.png") left center no-repeat;
}

.icon-hourglass::before {
    background: url("../../top/images/icon_hourglass.png") left center no-repeat;
}

.wsnw { white-space:nowrap; }

/* 【追加】前回検索条件
------------------------------------------ */
#search-box {
	position:relative;
	margin:0 0 15px;
}

/* 【追加】採用対象
------------------------------------------ */
.box.hit-auto {
    height: auto !important;
}

.recli {
    display: inline-table;
}







/*やることリスト追加*/
.to-do-list--header-step{
    /*background-color: #f3f4f3;
    padding: 28px 18px 16px;*/
    margin:20px 0 20px;
}
.to-do-list--header-step p{
    text-align: left;
}
.to-do-list--header-step-line{
    background-color: #595959;
    width: 100%;
    width: calc(100% - 16px);
    margin-left: 8px;
    height: 4px;
    position: relative;
}
.to-do-list--header-step-line-active{
    height: 100%;
    position: absolute;
    top:0;
}
.to-do-list--header-step-dot{
    background-color: #595959;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top:-6px;
}
.to-do-list--header-step-dot_000{
    left:-8px;
}
.to-do-list--header-step-dot_020{
    left:20%;
    margin-left: -8px;
}
.to-do-list--header-step-dot_040{
    left:40%;
    margin-left: -8px;
}
.to-do-list--header-step-dot_060{
    left:60%;
    margin-left: -8px;
}
.to-do-list--header-step-dot_080{
    left:80%;
    margin-left: -8px;
}
.to-do-list--header-step-dot_100{
    right:-8px;
}
.to-do-list--header-step-num{
    padding: 6px 10px;
    border-radius: 10px;
    color:#fff;
    position: absolute;
    top:-42px;
    background-color: #595959;
}
.to-do-list--header-step-num:before{
    content:'';
    position: absolute;
    bottom:-4px;
    left:50%;
    margin-left: -6px;
    width: 10px;
    height: 10px;
    background-color: #595959;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
#to-do-list .to-do-list--header-step-message{
    margin-bottom: 25px;
}
.to-do-list--header-step-check{
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    background-color: #595959;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px;
}
.to-do-list--header-step-check:before{
    content:'';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    width: 4px;
    height: 10px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top:2px;
    left:6px;
}
.step000 .to-do-list--header-step-check,
.step000 .to-do-list--header-step-num,
.step000 .to-do-list--header-step-num:before,
.step000 .to-do-list--header-step-dot_000,
.step000 .to-do-list--header-step-line-active{
    background-color: #13b5b1;
}
.step020 .to-do-list--header-step-check,
.step020 .to-do-list--header-step-num,
.step020 .to-do-list--header-step-num:before,
.step020 .to-do-list--header-step-dot_000,
.step020 .to-do-list--header-step-dot_020,
.step020 .to-do-list--header-step-line-active{
    background-color: #13b5b1;
}
.step040 .to-do-list--header-step-check,
.step040 .to-do-list--header-step-num,
.step040 .to-do-list--header-step-num:before,
.step040 .to-do-list--header-step-dot_000,
.step040 .to-do-list--header-step-dot_020,
.step040 .to-do-list--header-step-dot_040,
.step040 .to-do-list--header-step-line-active{
    background-color: #13b5b1;
}
.step060 .to-do-list--header-step-check,
.step060 .to-do-list--header-step-num,
.step060 .to-do-list--header-step-num:before,
.step060 .to-do-list--header-step-dot_000,
.step060 .to-do-list--header-step-dot_020,
.step060 .to-do-list--header-step-dot_040,
.step060 .to-do-list--header-step-dot_060,
.step060 .to-do-list--header-step-line-active{
    background-color: #13b5b1;
}
.step080 .to-do-list--header-step-check,
.step080 .to-do-list--header-step-num,
.step080 .to-do-list--header-step-num:before,
.step080 .to-do-list--header-step-dot_000,
.step080 .to-do-list--header-step-dot_020,
.step080 .to-do-list--header-step-dot_040,
.step080 .to-do-list--header-step-dot_060,
.step080 .to-do-list--header-step-dot_080,
.step080 .to-do-list--header-step-line-active{
    background-color: #13b5b1;
}
.step100 .to-do-list--header-step-check,
.step100 .to-do-list--header-step-num,
.step100 .to-do-list--header-step-num:before,
.step100 .to-do-list--header-step-dot,
.step100 .to-do-list--header-step-line-active{
    background-color: #fd6d21;
}
/*.step100 .to-do-list--header-step-num:after{
    content:'';
    position: absolute;
    left:-50px;
    background-image: url(../list/img/to-do/fin.png);
    width: 37px;
    height: 53px;
    top:50%;
    margin-top: -26.5px;
    z-index: 1;
}*/
.to-do-list--conents{
    margin-top: 30px;
}
.to-do-list--conents-fukidashi{
    background-color: #ff6d00;
    position: relative;
    font-size: 14px;
    text-align: center;
    border-radius: 10px;
    color:#fff;
    padding: 10px;
    margin-bottom: 30px;

}
.to-do-list--conents-fukidashi:before{
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -6px;
    width: 10px;
    height: 10px;
    background-color: #ff6d00;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.to-do-list--conents ul{
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 28px;
}
.to-do-list--conents ul li{
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}
.to-do-list--conents_box .to-do-list--conents_box_subject{
    background-color: #13b5b1;
    border-radius: 10px;
    padding: 6px 10px 4px 10px;
    display: inline-block;
    color:#fff;
    position: absolute;
    z-index: 1;
    top:14px;
    margin-right: 14px;
    font-size: 14px;
    /*top:-14px;*/
    top:0%;
    left:40px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-right: 14px;
}
.to-do-list--conents_box a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #909b97;
    border-bottom: 1px solid #909b97;
}
.to-do-list--conents_box a:hover{
    text-decoration: none;
    opacity: .8;
}
.to-do-list--conents_box_achievement{
    width: 105px;
    padding: 25px 20px 15px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color:#13b5b1;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.to-do-list--conents_box_ttl{
    width: calc(100% - 105px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 10px 15px 15px;
    position: relative;
    background-color: #f3f4f3;
}
.to-do-list--conents_box_ttl p:after{
    content:'>';
    color:#13b5b1;
}
.to-do-list--conents_box_ttl p{
    margin: 0;
    font-size: 13px;
    color:#000;
    text-align: left;
}
.to-do_startup .to-do-list--conents_box_subject,
.to-do_startup .to-do-list--conents_box_ttl:before{
    background-color: #fd6d21;
}
.to-do_startup .to-do-list--conents_box_ttl{
    background-color: #ffe2d3;
}
.to-do_startup .to-do-list--conents_box_achievement{
    color:#fd6d21;
}
.to-do_startup  .to-do-list--conents_box_ttl p:after{
    color:#fd6d21;
}
.to-do_fin:before{
    content:'';
    position: absolute;
    left:-16px;
    background-image: url(../list/img/to-do/fin.png);
    width: 37px;
    height: 53px;
    top:50%;
    margin-top: -27.5px;
    z-index: 1;
}
.to-do-list--header-step-message{
    margin-bottom: 50px;
}
.step060 .to-do-list--header-step-message,
.step080 .to-do-list--header-step-message,
.step100 .to-do-list--header-step-message{
    margin-bottom: 1em;
}

