

.button {
    color: white;
    background: #10bbf1;
    height: 80px;
    width: 280px;
    border: 2px solid #10bbf1;
    font-weight: 500;
    font-size: 20px;
    padding: 0 21px;
    text-align: center;
    -moz-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -ms-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -o-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -webkit-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.button:hover {
    background: #40c9f4;
    border-color: #40c9f4;
}
.button:active {
    background: #0b97c3;
    border-color: #0b97c3;
}
a.button {
    text-decoration: none;
    display: inline-block;
    line-height: 38px;
    color: white;
}
a.button:hover {
    color: white;
}
a.button:active {
    color: white;
}
a.button.button-stripe {
    border-color: #387EF5 !important;
    background: #387EF5 !important;
    color: white;
    height: 42px;
    padding: 0;
}
a.button.button-stripe:hover {
    border-color: #387EF5;
    background: #387EF5;
}
a.button.button-stripe:active {
    color: #222222;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}

.menu_area_wrapper{
    width: 100%;
    height: 80px;
    background: #ffffff;
    text-align: center;
    z-index: 9999;
    border-bottom: 1px solid #dfdfdf;
}

.menu_area{
    width: calc(100% - 120px);
    height: 80px;
    display: table;
    margin: 0 auto;
}
.menu_area a {
    color: #10bbf1;
}
.menu_area .sign_up_btn{
    width: 200px;
    font-size: 16px;
}
.menu_area_item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.menu_area_item.logo {
    text-align: left;
    min-width: 170px;
}
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
li.menu__single ul.menu__second-level {
    position: absolute;
    text-align: left;
    top: 50px;
    width: 250px;
    background: #ffffff;
    padding: 20px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.menu__second-level li{
    height: 45px;
}
li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
.header .header-logo{
    height: 53px;
}
.facebook_area {
    margin: auto;
    width: 500px;
    padding-right: 10px;
    float: left;
}
.footer .pc_footer {
    text-align: center;
}
.footer .pc_footer a{
    color: #10bbf1;
}
.footer_link {
    white-space: nowrap;
}
.sp_menu_area_nofixed {
    position:relative;
    width:100%;
    height:60px;
    top:0;
    left:0;
    background:#FFF;
    border-bottom:1px solid gray;
    z-index:100;
}
.spmenu_btn {
    display:block;
    position:absolute;
    top:14px;
    right:15px;
    width:30px;
    height:22px;
    background:#000;
    border-top:10px solid #fff;
    border-bottom:10px solid #fff;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn:before {
    content:'';
    position:absolute;
    width:30px;
    height:2px;
    background:#000;
    top:-9px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn:after {
    content:'';
    position:absolute;
    width:30px;
    height:2px;
    background:#000;
    bottom:-9px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn.active {
    background:#FFF;
}
.spmenu_btn.active:before {
    -moz-transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
    transform:rotate(-135deg);
    top:0;
    right:0;
}
.spmenu_btn.active:after {
    -moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    bottom:0;
    right:0;
}
 
.spmenu {
    display:none;
    position:absolute;
    top:60px;
    left:0;
    width:100%;
    background:#34362f;
    z-index: 9999;
}
.header_menu_nav {
    display:block;
    width:100%;
    margin:0 auto;
}
.header_menu_nav li a {
    display:block;
    width:100%;
    color:#FFF;
    padding:10px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
    border-bottom:1px solid #999;
}
.sp_menu_area_nofixed {
    display: none;
}


@media only screen and (max-width: 1024px) and (min-width: 481px) {
    .header{
        height: 60px !important;
    }
    .header-logo {
        margin-left: 10px;
        padding: 10px;
    } 
    .sp_menu_area_nofixed {
        display: block !important;
    }
    .menu_area_wrapper {
        display: none !important;
    }

    .menu_area_fixed{
        position: fixed;
        z-index: 9999;
        border-bottom: 1px solid;
        background-color: #ffffff;
    }
    .facebook_area_sp {
        display: table;
        float: none;
        padding-bottom: 30px;
        margin: auto;
    }
    .sp_footer {
        display: block;
        text-align: left;
        font-size: 14px;
    }
    .sp_footer a {
        margin-left: 10px;
        color: #ffffff;
    }
    .header .header-logo {
        margin-left: 10px;
        padding: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .header{
        height: 60px !important;
    }
    .menu_area_wrapper {
        display: none;
    }
    .sp_menu_area_nofixed {
        display: block;
        /*margin-top: 200px;*/
    }
    .facebook_area_sp {
        display: table;
        float: none;
        padding-bottom: 30px;
        margin: auto;
    }
    .sp_footer {
        display: block;
        text-align: left;
        font-size: 14px;
    }
    .sp_footer a {
        margin-left: 10px;
        color: #ffffff;
    }
    .sp_footer .wrap a {
        margin-left: 0;
    }
    .logo {
        max-width: 100%;
        text-align: left;
        clear: both;
    }
    .header .header-logo{
        margin-left: -15px;
        padding: 10px;
    }
}

/*------------------------------------------------------------------------------------
/*  supervisor page
/*----------------------------------------------------------------------------------*/
  .supervisor-page-main {
    background-color: #fff;
    padding: 0 15px 30px;
  }
  
  .supervisor-page-main a{
    transition: 0.1s;
    &:hover{
      color: #40c9f4;
    }
  }

  .supervisor-page-title {
    position: relative;
    padding: 30px 0 0 25px;
    background-color: #fff;
  }
  
  .supervisor-page-title h1 {
    font-size: 32px;
    font-weight: 700;
    color: #042a4c;
  }
  
  .supervisor-page-title h1 span {
    position: relative;
    display: inline-block;
    height: 32px;
  }
  
  .supervisor-page-title h1 span::after {
    content: '';
    position: absolute;
    width: 43px;
    height: 43px;
    background-image: url(https://d1e4giw8bkqfro.cloudfront.net/stock_media/profile-title-decoration.png);
    background-size: 100% 100%;
    left: -25px;
    bottom: -11px;
  }
  
  .decoration-bar {
    display: block;
    height: 2px;
    width: 110px;
    position: absolute;
    left: 0;
    top: 71px;
    background-color: #042a4c;
  }
  
  .supervisor-page-section {
    padding: 30px 16px;
    margin: 0 auto;
  }
  
  .supervisor-page-section h2 {
    font-size: 24px;
    font-weight: 700;
    padding-left: 12px;
    border-left: 7px solid #042a4c;
    color: #042a4c;
  }
  
  .profile-section-top {
    display: flex;
    justify-content: left;
    column-gap: 40px;
    padding-top: 20px;
    align-items: center;
  }
  
  .profile-img {
    width: 130px;
    height: 130px;
  }
  
  .profile-name-title {
    font-size: 20px;
    font-weight: 700;
  }
  
  .profile-name a {
    color: #b4b4b4;
    &:hover{
        color: #40c9f4;
    }
  }
  
  .profile-section-text {
    padding: 15px 0;
  }

  .profile-section-text a {
    text-decoration: underline;
  }
  
  .profile-sns-group {
    display: flex;
    justify-content: left;
    column-gap: 15px;
  
  }
  
  .sns-logo {
    width: 50px;
    height: 50px;
  }
  
  .sns-logo img {
    width: 100%;
    height: 100%;
  }
  
  .important-concept{
    padding-top: 20px;
  }

  .important-concept a{
    text-decoration: underline;
  }
  
  .important-concept p{
    margin-bottom: 18px;
  }
  
  .important-concept p:last-child{
    margin-bottom: 0;
  }
  
  .media-list{
    list-style-type: square;
    font-size: 14px;
    line-height: 20px;
    margin-left: 20px;
    padding-top: 20px;
  }

  .media-list a{
    text-decoration: underline;
}
  
  .media-list li{
    margin-bottom: 14px;
  }
  
  .media-list li:last-child{
    margin-bottom: 0;
  }
  
  .tool-narekan-block{
    margin-top: 20px;
  }
  
  .tool-stock-block{
    margin-top: 30px;
  }
  
  .tool-section-top{
    display: flex;
    justify-content: center;
    column-gap: 30px;
    align-items: center;
  }
  
  .tool-logo{
    width: 240px;
    margin: 0 auto;
  }
  
  .tool-stock-block .tool-logo{
    width: 230px;
  }
  
  .tool-img{
    max-width: 380px;
    margin: 0 auto;
  }
  
  .tool-tag{
    width: 290px;
    margin: 0 auto 20px;
    position: relative;
  }
  
  .tool-tag-title{
    border: 2px solid #042a4c;
    width: 90px;
    border-radius: 30px;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
    color: #042a4c;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%); 
    background-color: #fff;
    font-size: 14px;
  }
  
  .tool-narekan-block .tool-tag-title{
    border: 2px solid #00838f;
    color: #00838f;
  
  }
  
  .tool-tag-detail{
    text-align: center;
    background-color: #042a4c;
    color: #fff;
    margin-top: 30px;
    padding: 20px 0 12px;
    font-weight: 700;
    border-radius: 8px;
  }
  
  .tool-narekan-block .tool-tag-detail{
    background-color: #00838f;
  
  }
  
  .tool-section-bottom{
    margin-top: 20px;
  }
  
  .company-info{
    margin-top: 20px;
  }

  .company-info a{
    text-decoration: underline;
  }
  
  .company-info table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
  }
  
  .company-info td {
    border-bottom: 1px solid #B4B4B4;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 14px;
  }

  .company-info-sp-br{
    display: none;
  }

@media only screen and (max-width: 1199px) {
  .tool-section-top{
    flex-flow: column;
  }

  .tool-tag-area{
    margin-top: 10px;
  }

  .tool-tag{
    display: flex;
    justify-content: left;
    position: static;
    width: 100%;
    column-gap: 10px;
    align-items: center;
    margin-bottom: 10px;
  }

  .tool-tag-title{
    position: static;
    transform: none;
    margin: 0;
  }

  .tool-tag-detail{
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #042a4c;
    text-align: left;
  }

  .tool-narekan-block .tool-tag-detail{
    background-color: #fff;
    color: #00838f;
  }

}

@media only screen and (max-width: 660px) {
  .company-info{
    margin-top: 6px;
  }
  .company-info tr {
    display: flex;
    flex-flow: column;
  }
  .company-info td{
    padding-right: 10px;
  }
  .company-info td:first-child{
    border-bottom: none;
    padding-bottom: 0;
  }
  .company-info td:nth-child(2){
    padding-top: 8px;
  }
}

@media only screen and (max-width: 480px) {
  .supervisor-page-main{
    padding: 0;
  }
  .supervisor-page-title{
    padding-left: 15px;

  }
  .supervisor-page-title h1 {
    font-size: 24px;
  }
  
  .supervisor-page-title h1 span::after {
    width: 32px;
    height: 32px;
    left: -15px;
    bottom: -3px;
  }

  .decoration-bar{
    top: 63px;
    width: 90px;
  }

  .profile-img{
    width: 110px;
    height: 110px;
  }

  .profile-section-top{
    column-gap: 20px;
  }

  .supervisor-page-section h2{
    font-size: 20px;

  }
  .company-info-sp-br{
    display: block;
  }
}

@media only screen and (max-width: 390px) {
  .tool-tag{
    column-gap: 2px;
  }
  .tool-tag-title{
    width: 85px;
  }
}