﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
/* =============================================================================
#
# INFORMATION
#
# FileName:	top.css
# Created:	2017-1-15
# UpdatedBy:2017-1-28
# UpdatedBy:2017-5-23 :hover → :activeに変更
#
============================================================================= */
/* =============================================================================
 Contents
============================================================================= */
/* Base layout
------------------------------------------ */
#contents {
    margin-top: 0 !important;
}

.discontent {
    font-size: 1.6rem;
}

/* =============================================================================
 Hero
============================================================================= */
/* Hero Home
------------------------------------------ */
.hero-home {
	width:100%;
  height: 255px;
  overflow: hidden;
	background-color:#fff;
}

.hero-home > div {
/*    position: relative;
    height: 470px;*/
}

.hero-home-catch {
    position: absolute;
    top: 50%;
    left: calc(50% + 43px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*　クイック検索 */
.search-quick {
    margin: 48px 0 0;
}

.search-quick .tab::after {
    display: table;
    clear: both;
    content: "";
}

.search-quick .tab-item {
    float: left;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 50%;
}

.search-quick .tab-item:first-child {
    padding: 0 1px 1px 0;
}

.search-quick .tab-item:last-child {
    padding: 0 0 1px 1px;
}

.search-quick .tab-item.is-current {
    padding: 0 !important;
}

.search-quick .tab-item.is-current a {
    margin: -18px 0 0 !important;
    height: 66px;
    border: none;
    background-color: #444;
    color: #fff;
    line-height: 85px;
}

.search-quick .tab-item a {
    display: block;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    height: 47px;
    border: 1px solid #ff6d00;
    background-color: #fff;
    color: #ff6d00;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 47px;
}

.search-quick .tab-item a em {
    font-style: normal;
    font-size: 2.2rem;
}

.search-quick-area {
    box-sizing: border-box;
    padding: 25px 33px 0;
    height: 218px;
    background: rgba(23, 23, 23, 0.8) url("../images/common/img_japan_inverse.png") right 44px no-repeat;
}

.search-quick-area ul {
    margin-bottom: -8px;
}

.search-quick-area li {
    margin-bottom: 8px;
}

.search-quick-area a {
    display: block;
    position: relative;
}

.search-quick-area a:link, .search-quick-area a:visited {
    color: #000;
}

.search-quick-area a:active, .search-quick-area a:active {
    text-decoration: none;
}

.search-quick-area a:active::after, .search-quick-area a:active::after {
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background-color: #fff;
    content: "";
    opacity: 0.34;
}

.search-quick-job {
    box-sizing: border-box;
    padding: 37px 33px 0;
    height: 218px;
    background-color: rgba(23, 23, 23, 0.8);
}

.search-quick-job h3 {
    position: relative;
    margin: 0 0 23px;
    padding: 18px 10px;
    background-color: #ff6d00;
    color: #fff;
    text-align: center;
    font-size: 2.2rem;
}

.search-quick-job h3::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-width: 9px 6px 0 6px;
    border-style: solid;
    border-color: #ff6d00 transparent transparent transparent;
    content: "";
}

.search-quick-job-menu {
    position: relative;
    height: 60px;
}

.search-quick-job-menu li {
    font-size: 1.6rem;
}

.search-quick-job-menu-wrap {
    position: absolute;
    z-index: 100;
    width: 100%;
    box-shadow: 3px 2px 0 0 rgba(65, 67, 67, 0.47);
}

.search-quick-job-menu-launcher {
    font-weight: bold;
    font-size: 2.0rem;
}

.match {
    margin: 5px 0 0;
    padding: 20px 30px 20px 18px;
    background-color: rgba(255, 255, 255, 0.76);
}

.match::after {
    display: table;
    clear: both;
    content: "";
}

.match dt {
    padding: 9px 0;
    width: 64%;
    font-size: 2.2rem;
}

.match dd {
    margin: 0;
    width: 34%;
}

/* 新着情報・適職診断 */
.new-offer, .diagnosis {
    position: absolute;
    right: 0; /* RS調整部分 */
    bottom: 46px;
}

.new-offer > a, .diagnosis > a {
    display: block;
    font-size: 1.2rem;
}

.new-offer > a:active, .diagnosis > a:active {
    position: relative;
    text-decoration: none;
}

.new-offer > a:active::after, .diagnosis > a:active::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 156px;
    height: 156px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
    opacity: 0.4;
}

.new-offer-container, .diagnosis-container {
    position: relative;
    width: 150px;
    height: 150px;
    border: 3px solid #fff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.8);
    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 {
    padding: 32px 0 0;
    font-weight: normal;
}

.new-offer-body {
    margin: 0;
    font-weight: bold;
    font-size: 1.8rem;
}

.new-offer-body em {
    padding-right: 4px;
    color: #ff6d00;
    letter-spacing: 0.06em;
    font-style: normal;
    font-size: 3.0rem;
}

.new-offer-body p {
    margin: 8px auto;
}

.new-offer-more {
    font-size: 1.2rem;
}

.diagnosis-catch {
    margin: 0;
    padding-top: 28px;
    font-size: 1.2rem;
    line-height: 1;
}

.diagnosis-catch em {
    display: inline-block;
    color: #ff6d00;
    vertical-align: middle;
    font-style: normal;
    font-size: 2.8rem;
}

.diagnosis-title {
    margin: 5px auto 10px;
    font-size: 2.4rem;
    line-height: 1;
}

.diagnosis-more {
    font-size: 1.0rem;
}

/* 会員登録 */


.lead-entry-header {
    background: url("../images/top/img_performance.png") calc(100% - 5px) 50% no-repeat;
    background-color: #000;
}

.lead-entry-header-sp {
  height: 255px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.entry-header-left {
  width: 160px;
}

.entry-header-right {
  width: calc(100% - 160px);
  overflow: hidden;
}
.entry-header-right img {
  width: 100%;
  /*height: 255px;*/
  object-fit: contain;
  margin-top: -5px;
}

.lead-entry-title {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 10px 0 10px 12px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2em;
    background: #ff6d01;
}

.lead-entry-sub {
  background: #000;
}
.lead-entry-subtext {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center; 
}
.lead-entry-subtext span {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 3px;
}

.lead-entry-description {
    font-size: 10px;
    padding-left: 5px;
    margin-top: 15px;
}

.lead-entry-description span {
    display: inline-block;
    margin-bottom: 3px;
    padding-bottom: 1px;
    padding-left: 10px;
    font-weight: bold;
    letter-spacing: -0.5px;
}

.lead-entry-description span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: -10px;
  background-color: #ff6d00;
  display: inline-block;
}

.lead-entry-description em {
    font-style: normal;
    font-size: 10px;
    color: #ff6d01;
}

.lead-entry-footer{
  text-align: center;
  position: relative;
  bottom: 55px;
  padding: 0 10px;

}

.lead-entry-footer .button {
    position: relative;
	font-size:16px;
  padding: 0 10px;
}

.lead-entry-footer .button:before {
    display: block;
    position: absolute;
    top: -24px;
    left: 5px;
    width: 99px;
    height: 55px;
    /*background: url("../images/top/ttl_complete.png") center no-repeat;*/
    content: "";
}

.button-primary-entry-lg{
    padding-left:24px;
    padding-right:4px;
}

/* =============================================================================
 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: 45%;*/
    width: 50%;
    /* ▲ 画像が中央に寄るよう調整 ▲ */
    height: 50px;
    margin: 0px;
    padding: 0;
    text-align: center;
}

.companies-primary > li:nth-child(3),.companies-primary > li:nth-child(4),
.companies-primary > li:nth-child(5),.companies-primary > li:nth-child(6) {
    margin-top:5px;
}

.companies-primary > li:nth-child(7), .companies-primary > li:nth-child(8){
    display:none;
}

.companies-primary img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 140px !important;
}

.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.4rem;
	font-weight:bold;
}


/* =============================================================================
 Sub Content
============================================================================= */

/* Knowhow 転職ノウハウ
------------------------------------------ */
.knowhow-image img{
    width: 66px;
    height: 66px;
}

/**/

.button-primary, .button-primary-entry, .button-primary-entry-lg {
    border: 1px solid #fff;
    background-color: #ff6d00;
    box-shadow: 1px 3px 0 #6e6f6f;
    color: #fff;
}

.button-primary:active, .button-primary:active, .button-primary-entry:active, .button-primary-entry:active, .button-primary-entry-lg:active, .button-primary-entry-lg:active {
    border: 1px solid #fff;
}

.banner_box_smp{

	padding:10px;
}

.banner1_smp{
	width:47.5%;
	padding-right:5%;
}
.banner2_smp{
	width:47.5%;	
}

.banner_box_smp img{
	width:100%;
}

.banner3_smp{
	width:92%;
	padding-left:4%;
	padding-right:4%;
	padding-top:6%;
	padding-bottom:6%;
}

.banner3_smp img{
	width:100%;
}

.banner4_smp{
	width:92%;
	padding-left:4%;
	padding-right:4%;

}

.banner4_smp img{
	width:100%;
}

.banner_box2_smp{
	padding:10px;
	padding-bottom:10px;
	padding-top:20px;
}

.banner_box2_top_smp{
	padding-bottom:10px;
}

.theme-entry-container {
        margin: 15px 0 20px;
    }
.theme-entry-container > li {
        float: none;
        width: auto;
        margin-top: 12px;
        margin-left: 0;
    }
.theme-entry > a {
        padding: 0;
        padding-right: 20px;
        background-color: #f6f6f6;
        box-shadow: 1px 3px 0 #6e6f6f;
    }
.theme-entry > a::before {
        content: none;
    }
.theme-entry > a::after {
        right: 9px;
    }
.theme-entry-image {
        width: 100px;
        height: 100px;
        border: none;
    }
.theme-entry-body {
        width: calc(100% - 120px);
        padding: 15px 0;
    }
.theme-entry-title {
        margin: 0 0 5px;
        line-height: 1.4;
        font-size: 1.2rem;
    }
.theme-entry-text {
        margin: 5px 0 0;
        line-height: 1.5;
        font-size: 1.2rem;
    }

/**/
	
.smp_box1{
        padding: 0;
        background-color: #f6f6f6;
        box-shadow: 1px 3px 0 #6e6f6f;
}
	
.smp_box1 {
    position: relative;
}

.smp_box1 > a {
    display: block;
    position: relative;
    padding: 10px;
    padding-right: 25px;
    border: 1px solid #909998;
    font-size: 1.2rem;
}
.smp_box1 > a::before, .smp_box1 > a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    pointer-events: none;
}
.smp_box1 > a::before {
    right: 0;
    width: 30px;
/*    background-color: #e8eae9;*/
}
.smp_box1 > a::after {
    right: 12px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0f5a84;
    border-right: 2px solid #0f5a84;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.smp_box1 > a:active {
    text-decoration: none;
}

/**/
	
.smp_box2{
        padding: 0;
        background-color: #f6f6f6;
        box-shadow: 1px 3px 0 #6e6f6f;
}
	
.smp_box2 {
    position: relative;
}

.smp_box2 > a {
    display: block;
    position: relative;
    padding: 0px;
    padding-right: 30px;
    border: 1px solid #cdd1d1;
}
.smp_box2 > a::before, .smp_box2 > a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    pointer-events: none;
}
.smp_box2 > a::before {
    right: 0;
    width: 30px;
/*    background-color: #e8eae9;*/
}
.smp_box2 > a::after {
    right: 12px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0f5a84;
    border-right: 2px solid #0f5a84;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.smp_box2 > a:active {
    text-decoration: none;
}

/**/
	
.smp_box3{
        padding: 0;
        box-shadow: 1px 3px 0 #6e6f6f;
}
	
.smp_box3 {
    position: relative;
	color:#000;
	background-color:#fff;
}

.smp_box3 > a {
    display: block;
    position: relative;
    padding: 0px;
    padding-right: 45px;
    border: 1px solid #909998;

	padding-left:10px;

}
.smp_box3 > a::before, .smp_box3 > a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    pointer-events: none;
}
.smp_box3 > a::before {
    right: 0;
    width: 30px;
/*    background-color: #e8eae9;*/
}
.smp_box3 > a::after {
    right: 12px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 3px solid #ff6d00;
    border-right: 3px solid #ff6d00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.smp_box3 > a:active {
    text-decoration: none;
}



.list-flex > li {

    width: 100%;
}

.icon-no::after{
	content:none;
	
}

.box {

    min-height: 0px;
    background-color: #fff;
}

.icon-star::before {
}

.search-simplicity input[type=text] {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 auto 20px;
    padding: 5px 0 5px 50px;
    width: 100%;
    background:none;
    font-size: 1.6rem;
    line-height: 40px;
}

    .l-responsive input.input-text {
        padding: 10px 9px;
        width: 100%;
        height: 60px;
        border: 2px solid #6e6f6f;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.15);
        font-size: 1.4rem;
    }
	
.serchbox_4{
	background-color:#fff;
	border:1px solid #cdd1d1;
/*	padding:10px;*/
	padding-bottom:0px;
	position:relative;
	margin-left:10px;
	margin-right:10px;
	

        box-shadow: 1px 3px 0 #6e6f6f;	
	
}

.serchbox_4 > a::before, .serchbox_4 > a::after {
    content: "";
    position: absolute;
    top: 25%;
    margin: auto 0;
    pointer-events: none;
}
.serchbox_4 > a::before {
    right: 0;
    width: 30px;
/*    background-color: #e8eae9;*/
}
.serchbox_4 > a::after {
    right: 12px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0f5a84;
    border-right: 2px solid #0f5a84;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.serchbox_4 > a:active {
    text-decoration: none;
}

/* イベント画像のパディング */
.serchbox_4 figure {
    padding:10px;
}

.section-aside-header::before {
    background-color: #ff6d00;
}

.asides {
    padding: 0px;
}

.section-title{
	text-align:left;
	padding-left:10px;	
}

.app-links li{
	width:48%;
}

.app-links li img{
	width:100%;
}

.button-primary-entry-lg {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    height: 45px;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.5);
    font-size: 2.8rem;
    line-height: 44px;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.button-primary-entry-lg span {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 1px;
    display: inline-block;
    background-color: #fff;
    color: #383838;
    border-radius: 50%;
    position: relative;
    right: 15px;
    bottom: -2px;
    padding: 7px 4px;
}

.lead-entry-footer .button-primary-entry-lg::after {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 63%;
    right: 40px;
    margin-top: -10px;
    width: 15px;
    height: 15px;
    border: 0;
    background-image: url(../images/top/ttl_arrow.png);
    background-size: 50%;
    background-repeat: no-repeat;
    content: "";
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.button-lg {
    min-width: 0px;
	padding-top:15px;
	padding-bottom:15px;
}

.button-secondary{
	padding-top:14px;
	padding-bottom:14px;	
}

.w13{
		display: table-cell;
vertical-align: middle;

}

.w13 h3{
    display: inline-block;
}
/*スマホ用ログインボタン調整*/
.button-secondary-login {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 1.6rem !important;
}

.media-title {
    margin: 0px;
    font-size: 1.2rem !important;
    line-height: 1.6rem;
    padding-bottom: 5px;
}
.media-description > p {
    margin: 0 0 1em;
    color: #000;
    line-height: 1.5714;
    font-size: 1.1rem !important;
}
.box-title > em {
    font-style: normal;
    font-size: 1.5rem;
}
.box-title {
    padding: 0 0 0 48px;
    font-size: 1.2rem;
}
.icon-position {
    position: relative;
    margin: 0 0 0 -42px;
    padding-left: 32px;
    height: 1.3em;
}
.l-responsive .button3 {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
    box-shadow: 1px 2px 0 #6e6f6f;
    font-size: 1.6rem;
}
.w33 {
    width:31%;
    padding: 0 0 4px 4px;
}
.event-data {
    margin: 20px 0;
    width: 100%;
    font-size: 1.2rem;
    line-height:1.5rem;
}
.section-aside-description {
    font-size:1.1rem;
}
.pg0 {
    padding-bottom: 0% !important;
}
.button-icon2 {
    padding: 25px 2px 4px;
    height: 50px;
    padding-left: 40px;
}
.fsn1 {
    font-size: 1.1rem;
}
.fsn1_5 {
    font-size: 1.5rem;
}
.fsn2 {
    font-size: 1.8rem;
}
.fwb {
    font-weight: bold;
}
.list-flex > li {
    font-size:1.4rem!important;
    font-weight:600;
}
.button4 {
    height:50px !important;
}
.event-data th {
    text-align:left;
}

.div-headline{
    padding:10px 3px;
}
.li-btn-scout {
    padding-left:10px;
}
.li-btn-guide {
    padding-right:9px;
}

/* こんな記事もよろしければの画像サイズ */
.div-img-knowhow{
    width:25%;
}

.l-responsive .li-btn-guide .badge-number-navigation {
    width: 30px !important;
    height: 30px !important;
    font-size: 1.1rem !important;
    line-height: 30px !important;
    right: 0px;
}
.l-responsive .li-btn-scout .badge-number-navigation {
    width: 30px !important;
    height: 30px !important;
    font-size: 1.1rem !important;
    line-height: 30px !important;
    right: 0px;
}

/* アイコン */
.icon-smile::before {
    background: url("../images/company/icon_smile.png") left center no-repeat;
    background-size: 23px;
}

.icon-hourglass2::before {
    background: url("../images/top/icon_hourglass2.png") left center no-repeat;
    background-size: 18px;
}

.icon-hourglass2.left-2::before {
    margin-left: 2px;
}




/*やることリスト追加*/

.to-do-list--header{
    margin:20px 0 20px;
}
.to-do-list--header-step{
    min-height: 37px;
}
.to-do-list--header-step p{
    text-align: left;
    font-size: 13px;
}
.to-do-list--header-step-line{
    background-color: #595959;
    width: 100%;
    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:0;
}
.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:0%;
}
.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;
}
.to-do-list--conents{
        margin-top: 30px;
    padding: 0 14px;
    margin-right: -4px;
    margin-left: -4px;
    overflow: hidden;
}
.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: 40px;

}
.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: 10px;
}
.to-do-list--conents ul li{
    position: relative;
    text-align: center;
    margin-bottom:25px;
    opacity: 0.3;
}
.to-do-list--conents ul li:first-child{
    opacity: 1;
}
.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: 1px solid #909b97;
    border-bottom: 3px solid #909b97;
}
.to-do-list--conents_box a:hover{
    text-decoration: none;
    opacity: .8;
}
.to-do-list--conents_box_achievement{
    width: 105px;
    padding: 25px 15px 15px;
    text-align: center;
    font-size: 22px;
    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:'\FF1E';
    color:#13b5b1;
    margin-left: 2px;
}
.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;
    background-image: url(../list/img/to-do/fin.png);
    top:50%;
    z-index: 1;
    left:-13px;
    background-size: 100% 100%;
    margin-top: -24px;
    width: 31px;
    height: 44px;
}
.top-to-do-list{
    padding: 5px 10px 0;
    border:2px solid #13b5b1;
    background-color: #fff;
    border-radius: 4px;
}
.top-to-do-list h2{
    text-align: center;
    margin-top: -25px;
}
.top-to-do-list h2 span{
    background-color: #13b5b1;
    font-size: 14px;
    color:#fff;
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
}
.to-do-list--more_view_link{
    text-align: right;
    padding-bottom: 10px;
}
.to-do-list--more_view_link a{
    font-size: 14px;
    color:#13b5b1;
}
.top-to-do-list-section{
    padding-top: 18px;
    /*overflow: hidden;*/
    margin: 18px 4px 0px;
}
.top-to-do-list-button{
    text-align: center;
    margin-top: -20px;
}
.top-to-do-list-button a{
    display: inline-block;
    border-radius: 50%;
    background-color: rgb(19, 181, 177);
    -webkit-box-shadow: 0px 2px 1px 0px rgba(111, 112, 111, 0.6);
            box-shadow: 0px 2px 1px 0px rgba(111, 112, 111, 0.6);
    width: 40px;
    height: 40px;
    position: relative;
}
.top-to-do-list-button a:before{
    height: 12px;
    width: 3px;
    background-color: #fff;
    content:'';
    position: absolute;
    border-radius: 1px 1px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    top:15px;
    left:50%;
    margin-left: -5px;
}
.top-to-do-list-button a:after{
    height: 12px;
    width: 3px;
    background-color: #fff;
    content:'';
    position: absolute;
    border-radius: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    top:15px;
    right:50%;
    margin-right: -5px;
}
.top-to-do-list-section.active .top-to-do-list-button a:before{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top:12px;
}
.top-to-do-list-section.active .top-to-do-list-button a:after{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top:12px;
}
.top-to-do-list-section.active .to-do-list--conents{
    height: auto!important;
}
.top-to-do-list-section.active .to-do-list--conents ul li{
    opacity: 1;
}
.header-todilist-btn{
    display: none!important;
}
/*.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;
}*/
.step100 .to-do-list--header-step-num:after{
    width: 26px;
    height: 37px;
    left:-30px;
    background-size: 100% 100%;
    margin-top: -18.5px;
}
.step100 .to-do-list--header-step-num:before{
    margin-left: 9px;
}
.step100 .to-do-list--header-step-num{
    margin-left:-52px!important;
}

.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;
}