@charset "UTF-8";
/*
Theme Name: Twenty Twenty Child
Template: twentytwenty
*/
/* -------------------------------------------------------------------------- */
/*	 text color
/* -------------------------------------------------------------------------- */
.t-pink {
    color: #f55f8d !important;
}

.t-pink-vivid {
    color: #ec5799 !important;
}

.t-gray-pale {
    color: #ebe7e8 !important;
}

.t-gray {
    color: #a19fa2 !important;
}

.t-gray-dark {
    color: #939194 !important;
}

.t-beige {
    color: #f9f7ea !important;
}

.t-white {
    color: #fff !important;
}

.t-dark {
    color: #444 !important;
}

.t-black {
    color: #000 !important;
}

/* -------------------------------------------------------------------------- */
/*	 text
/* -------------------------------------------------------------------------- */
.t-bold {
    font-weight: bold;
}

.t-center {
    text-align: center;
}

.t-left {
    text-align: left;
}

.t-right {
    text-align: right;
}
.home .t-right{
    margin-top:1.5rem;
}
/* -------------------------------------------------------------------------- */
/*	 heading
/* -------------------------------------------------------------------------- */
h1 {
    font-size: 2.8rem;
    font-weight: normal;
}

h2 {
    font-size: 2.2rem;
    font-weight: normal;
}

/* ----------------------------------------- */
/*	 heading Media Queries */
@media (min-width: 700px) {
    h1 {
        font-size: 3.2rem;
    }
    h2 {
        font-size: 2.4rem;
    }
}

/* -------------------------------------------------------------------------- */
/*	 common
/* -------------------------------------------------------------------------- */

body {
    font-size: 1.6rem;
    color: #444;
}

.section-inner {
    max-width: 107rem;
}
.entry-header-inner{
    text-align:left;
}
.single .entry-header-inner{
    border-bottom:solid #000 thin;
}
.blog .singular .entry-header, .single.singular .entry-header{
    padding-bottom:4rem;
}
.blog .post-inner{
    padding-top:0;
}
.blog .entry-header-inner h2{
    margin-bottom:0;
}
.entry-content {
    font-family: sans-serif;
    font-size: 1.6rem;
}

.entry-content img {
    max-width: 100%;
}

.entry-content img.icon {
    display: inline-block;
    margin-right: 1rem;
    width: auto;
}

.entry-content h1 {
    margin: 6rem auto 4rem;
}

.entry-content p,
.entry-content li,
.entry-content * {
    line-height: 1.8;
}

.entry-content a:not(.btn):hover {
    text-decoration: underline;
}

a {
    color: #444 !important;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

a img:hover {
    opacity: 0.7;
}

.post-meta-edit-link-wrapper {
    display: none;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 107rem;
}

.pagination-single {
    font-size: inherit;
}

.post-inner {
    margin: auto;
}

.post-inner.thin {
    max-width: 107rem;
}

.post-date {
    /*margin-top: 2rem;*/
    margin-top: 1.2rem;
}

.d-inlineblock {
    display: inline-block;
    vertical-align: top;
}

.btn {
    background: #f55f8d;
    display: block;
    border-radius: 5px;
    color: #fff !important;
    padding: 1.4rem 3rem;
    letter-spacing: 0.1em;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

.btn:hover {
    opacity: 0.7;
}

.company-list {
    margin-top: 6rem;
}

.company-list > li {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single .content, .blog .content{
    padding: 0rem 8rem;
}
/*.blog .featured-media img{
	max-width:30%;
	float:left;
	margin-right:15px;
}*/
.blog .featured-media{
    display:none;
}
.top-news-list-content .category{
    font-size:12px;
    padding:2px;
    margin-right:8px;
    color:#fff;
    text-align:center;
    width:80px;
}
.top-news-list-content .category.works{
    background-color:#636363;
}
.top-news-list-content .category.news{
    background-color:#ec5799;
}
@media (max-width: 768px) {
    .company-list > li{
        display: inline-block;
    }
    .single .content, .blog .content{
        padding: 0rem 4rem;
    }
}
@media (max-width: 414px) {
    .single .content, .blog .content{
        padding: 0rem 2rem;
    }
}
.content_box{
    width:90%;
    margin:auto;
}
section {
    padding: 5rem 0;
    width: 100%;
}

section.elementor-top-section, section.top{
    padding:0;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
    padding:0;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide){
    width:100%;
}
/* ----------------------------------------- */
/*	 common Media Queries */
@media (max-width: 374px) {
    .xs-none {
        display: none !important;
    }
}

@media (min-width: 700px) {
    .entry-content {
        font-size: 1.6rem;
    }
    .entry-content h1 {
        margin: 8rem 0 2rem;
    }
}

@media (min-width: 782px) {
    .company-list {
        margin-top: 8rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .company-list > li {
        max-width: 30%;
    }
    .elementor-section.elementor-section-boxed > .elementor-container{
        width:100%;
    }
}

/* -------------------------------------------------------------------------- */
/*	 header
/* -------------------------------------------------------------------------- */
/*ƒƒjƒ…[’Ç]*/
#site-header{
    position: sticky;
    top: 0;
    z-index: 9999;
}
/*ƒƒjƒ…[’Ç]*/
.header-inner {
    padding: 1rem 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 2rem);
    max-width: 107rem;
}

.header-inner .nav-toggle {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    right: 0;
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

.header-titles-wrapper {
    padding: 0 0 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-titles-wrapper .header-titles {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 68%;
    flex: 1 0 68%;
}

.header-titles-wrapper .nav-toggle {
    margin-left: auto;
}

.header-selectnavigation {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.header-selectnavigation-wrapper {
    font-size: 1.2rem;
    margin-top: 1rem;
}

.selectnavigation {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float:right;
}

.selectnavigation-item {
    margin: 0 0 0 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: left;
    text-align: left;
}
.selectnavigation-item .tel_line{
    background-image:url(https://shutoko-pn.jp/wp/wp-content/uploads/2021/02/tel_bg.png);
    padding: 5px;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 247px;

}
.selectnavigation-item .mypage {
    border:solid #f55f8d 2px;
    border-radius:5px;
    padding: 0.8rem 2rem;
    line-height: 120%;
    text-align:center;
}
.selectnavigation-item .mypage{
    color:#f55f8d !important;
}
.selectnavigation-item .mypage:hover{
    background-color:#f55f8d;
    color:#fff !important;
}
.selectnavigation-item a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.selectnavigation-item .sub-icon {
    display: inline-block;
    height: 1em;
    width: auto;
    margin-right: 0.5rem;
}

.selectnavigation-item .number {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
}

.selectnavigation-item .sub {
    display: block;
    font-size: 1rem;
    padding-left: 25px;
}

.selectnavigation-item .btn {
    padding: 1.2rem 2rem;
    font-size:18px;
}

.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
    font-size: inherit;
    color: inherit;
    font-weight: normal;
}
.menu_bg {
    background-color: #636363;
    width: 115rem;
    margin: 5px auto;
}

/* ----------------------------------------- */
/*	 header Media Queries */
@media (max-width: 374px) {
    .selectnavigation-item.mypage {
        width: 13%;
    }
    .selectnavigation-item .number {
        display: none;
    }
    .selectnavigation-item .sub-icon {
        height: auto;
    }

}
@media (max-width: 480px) {
    .selectnavigation-item .tel_line{
        background-image:none;
        padding:0;
        width:auto;
    }
    .selectnavigation-item .number{
        font-size:100%;
    }
    .selectnavigation-item .sub{
        padding-left:0;
    }
    .selectnavigation-item .mypage{
        padding: 0.5rem 1rem;
    }
    .selectnavigation-item .btn {
        padding: 1rem;
        font-size:1.3rem;
        letter-spacing: 0em;

    }
}
@media (min-width: 480px) {
    .selectnavigation-item {
        margin: 0 0 0 1rem;
    }

}
@media (max-width: 768px) {
    .mobile-menu{
        margin-top:80px !important;
    }
}
@media (min-width: 782px) {
    .header-titles-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .header-titles-wrapper .header-titles {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 28%;
        flex: 1 0 28%;
    }
    .header-selectnavigation {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 600px;
        flex: 0 0 600px;
        /* -webkit-box-flex: 0;
             -ms-flex: 0 0 496px;
                 flex: 0 0 496px;*/
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .header-selectnavigation-wrapper {
        display: block;
        margin-top: 0;
        margin-left: auto;
        font-size: 1.4rem;
    }
    .selectnavigation-item .number {
        letter-spacing: 0.1em;
    }
    .selectnavigation-item .sub {
        font-size: 1.2rem;
    }
}

@media (min-width: 1000px) {
    .header-titles-wrapper {
        width: 100%;
        max-width: 100%;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        margin-right: 0;
    }
    .header-titles-wrapper .header-titles {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 273px;
        flex: 1 0 273px;
    }
    .selectnavigation-item {
        text-align: left;
    }
    .selectnavigation-item a {
        text-decoration: none;
        color: inherit;
    }
    .selectnavigation-item .sub-icon {
        display: inline-block;
        height: 1em;
        width: auto;
        margin-right: 0.5rem;
    }
    .selectnavigation-item .sub {
        display: block;
        font-size: 1.2rem;
    }
    .header-navigation-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        background: #a19fa2;
    }
    .header-navigation-wrapper .primary-menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        /*padding: 1rem;*/
        margin: 0;
        /* font-size: 1.5rem;*/
        font-size: 1.8rem;
    }
    .header-navigation-wrapper .primary-menu .menu-item {
        padding: 0 2rem;
        margin: 0;
    }
    .header-navigation-wrapper .primary-menu .menu-item a {
        display: block;
        padding: 0.5rem 2rem;
        color: #fff !important;
    }
    .header-navigation-wrapper .primary-menu .menu-item:not(:first-child) {
        border-left: 1px solid #939194;
    }
    .header-navigation-wrapper .primary-menu .icon {
        display: none;
    }
    .header-navigation-wrapper .primary-menu .menu-item-has-children .sub-menu {
        background: #a19fa2;
        border-radius: 0;
        border-top: 1px solid #939194;
        font-size: 1.4rem;
        width: 100%;
        margin-top:-5px;
    }
    .header-navigation-wrapper .primary-menu .menu-item-has-children .sub-menu::after {
        display: none;
    }
    .header-navigation-wrapper .primary-menu .menu-item-has-children .menu-item {
        padding: 0;
    }
    .header-navigation-wrapper .primary-menu .menu-item-has-children .menu-item:not(:first-child) {
        margin-top: 1rem;
    }
    .header-navigation-wrapper .primary-menu .menu-item-has-children:hover .sub-menu {
        top: calc(100% + 1rem);
        right: -4rem;
    }
    .header-navigation-wrapper .primary-menu .menu-item-has-children.menu-item-66:hover .sub-menu{
        width:240px;
        left:0;
    }
}
@media (max-width: 1200px) {
    .menu_bg{
        width: 100%;
    }
}
/* -------------------------------------------------------------------------- */
/*	 footer
/* -------------------------------------------------------------------------- */
.footer-nav-widgets-wrapper {
    background: #f9f7ea;
    border: none;
}

.footer-widgets-outer-wrapper {
    border: none;
}

.footer-widgets-outer-wrapper .footer-info-list {
    font-size: 1.5rem;
    font-family: sans-serif;
}

.footer-widgets-outer-wrapper .footer-info-list .footer-info-list-item.tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer{
    margin-top:5rem;
}

.footer-widgets-outer-wrapper .footer-info-list .footer-info-list-item.tel .icon {
    margin-right: 1rem;
}

.footer-widgets-outer-wrapper .footer-info-list .footer-info-list-item.access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-widgets-outer-wrapper .footer-info-list .footer-info-list-item.access .icon {
    margin-right: 1rem;
}

.footer-widgets-outer-wrapper .footer-info-list .footer-info-list-item.access p {
    margin-bottom: 0;
}

.footer-widgets-outer-wrapper .access-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.3rem;
}

.footer-widgets-outer-wrapper .access-list .access-list-item {
    margin-top: 0.2rem;
    width:50%;
}

#site-footer {
    padding: 0;
}

.footer-credits {
    background: #a19fa2;
    color: #fff;
    padding: 2rem 1rem;
    display: block;
}

.footer-copyright {
    text-align: center;
    font-weight: normal;
    font-size: 1.2rem;
}

.to-the-top {
    position: fixed;
    right: 1rem;
    bottom: 2rem;
    width: 5rem;
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background: #ec5799;
    -webkit-box-shadow: 1px 1px 5px rgba(161, 159, 162, 0.5);
    box-shadow: 1px 1px 5px rgba(161, 159, 162, 0.5);
}

.to-the-top::after {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    border-radius: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 5px;
}

/* ----------------------------------------- */
/*	 footer Media Queries */
@media (min-width: 700px) {
    .footer-widgets-outer-wrapper {
        padding-bottom: 2rem;
    }
    .footer-widgets.column-one{
        width:55%;
    }
    .footer-widgets.column-two{
        width:45%;
    }
}
@media (max-width: 786px) {
    .footer-widgets-outer-wrapper .access-list .access-list-item{
        width:100%;
    }
}

/* -------------------------------------------------------------------------- */
/*	 page
/* -------------------------------------------------------------------------- */
.page main > article > .entry-header {
    background: url(https://shutoko-pn.jp/wp/wp-content/uploads/2021/02/header_bg.jpg) top center/cover no-repeat;
    border-bottom:solid #a19fa2 thin;
}

.page h1 {
    padding-left: 6rem;
    position: relative;
}

.page h1::before {
    content: "";
    width: 4rem;
    height: 4px;
    background: #ec5799;
    margin-top: 0.5em;
    position: absolute;
    top: 0;
    left: 0;
}
.home article.page{
    background: url(https://shutoko-pn.jp/wp/wp-content/uploads/2021/03/bg_img.jpg) top center/cover no-repeat;
}

/* -------------------------------------------------------------------------- */
/*	 ŠÇ—ƒo[
/* -------------------------------------------------------------------------- */
#wpadminbar a {
    color: #fff !important;
}

/* -------------------------------------------------------------------------- */
/*	‚¨–â‚¢‡‚í‚¹
/* -------------------------------------------------------------------------- */
.essential{
    color:#ff0000;
}
.form th{
    width:25%;
    font-weight:400;
    background: #eee;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea{
    display:inline-block !important;
    width:auto !important;
}
/*202401*/
input[type="text"]#entry_form_form_commuting,
input[type="text"]#entry_form_form_overtime_hours{
	width:80px !important;
}
input[type="checkbox"]{
    border-color: #636363;
}
select{
    padding: 1.5rem 1.8rem;
}
.tempo_box input[type="submit"]{
    background: #f55f8d;
    display: block;
    border-radius: 5px;
    color: #fff !important;
    font-weight:400;
    padding: 1.4rem 3rem;
    letter-spacing: 1px;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    font-size:18px;
}
.tempo_box{
    margin:60px auto;
    width: 450px;

}


/* ƒp[ƒgƒi[ƒY“o˜^ƒtƒH[ƒ€ */
.form_p #submit-area {
    margin: 0 auto;
    text-align: right;
}

.form_p #submit-area input[type="submit"] {
    background-color: #636363;
    letter-spacing: 1em;
    text-align: center;
    padding: 0.66em 1.44em 0.66em 2.44em;
    border-radius: 5px;
}

/* ”hŒ­ƒXƒ^ƒbƒtî•ñ“ü—Í */
.form_p #maincont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.form_p #block {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left:60px;
    font-size:110%;
}
.form_p .block {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}
.form_p .block.remarks {
    display: flex;
    margin-top: 0;
    margin-bottom: 30px;
}
.form_p .photoblock {
    display: flex;
    width: 600px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.form_p .input_items {
    display: flex;
    flex-direction: column;
}
.form_p .input_item {
    display: flex;
    padding: 1px;
    margin-top:15px;
    margin-top:15px;
}
.form_p .mark {
    width: 40px;
    height: 44px;
    border-left: solid 1px #999;
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
    margin: 0;
    padding: 1px;
}
.form_p .pink {
    width: 40px;
    height: 40px;
    background-color: #EC5799;
    border: solid 1px #FFF;
}
.form_p .gray {
    width: 40px;
    height: 40px;
    background-color: #807E7F;
    border: solid 1px #FFF;
}

.form_p .button {
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
    border-right: solid 1px #999;
    border-left: none;
    height: 44px;
    width: 500px;
    font-weight: normal;
    padding: 12px 12px;
    background : #FFF;
}
.form_p .button:hover {
    color : #000066;
    background : #CCC;
}
.form_p .entry-content a:not(.btn):hover {
    text-decoration: none;
}
.form_p .check {
    margin-left: 15px;
    margin-top: 15px;
}
.form_p #preview {
    border: solid 1px #ccc;
}
.form_p #yourphoto {
    margin-left:35px;
    padding-top:15px;
    width:350px;
}
.form_p #yours {
    font-size:110%;
    padding-bottom: 2px;
    margin-bottom:10px;
    border-bottom: solid 1px #000;
}
.form_p #photobtn {
    padding-top: 20px;
    margin-left:40px;
}
.form_p #date, .form_p #remarks_title {
    font-size:110%;
    padding-bottom: 2px;
    margin-bottom:10px;
    border-bottom: solid 1px #000;
}
.form_p table#date {
    margin-top: 5px;
    margin-bottom: 40px;
    border: none;
}
.form_p table#date tr td {
    border: none;
}
.form_p #finishmes {
    border-bottom: solid 1px #696768;
    font-size: 110%;
    width:63%;
    text-align: center;
}
.form_p #submit-area input[type="submit"].b_pink {
    background-color: #F55F8D;
    letter-spacing: 1em;
    text-align: center;
    padding: 0.66em 1.44em 0.66em 2.44em;
    margin-top: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
@media screen and (max-width: 480px) {
    /* 480pxˆÈ‰º‚É“K—p‚³‚ê‚éCSSiƒXƒ}ƒz—pj */
    .form_p .button {
        border-top: solid 1px #999;
        border-bottom: solid 1px #999;
        border-right: solid 1px #999;
        border-left: none;
        height: 44px;
        width: 200px;
        font-weight: normal;
        padding: 12px 12px;
        background: #FFF;
    }
    .page-id-875 .photoblock {
        flex-direction: column;
        align-items: center;
    }
    .page-id-875 #yourphoto {
        margin-left: 0;
    }
}

/* CAD */
.form_p #save {
    display: flex;
    justify-content: center;
}

.form_p #block {
    flex-direction: column;
}
.form_p #select {
    display: flex;
    justify-content:flex-end;
    font-size: 0.8em;
    flex-wrap: wrap;
}
.form_p #select .cap_box{
text-align: right;
width:100%;
margin-top:41px;
}
.form_p th {
    background-color: #eee;
    font-weight: normal;
}
.form_p .save-area {
    margin: 20px 0;
    position: relative;
}

.form_p .save-area #explanation-text {
    text-align: center;
}

.form_p .save-area #save-button-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.form_p .save-area #save-button-area button {
    /* background-color: #636363; */
    padding: 1em 2em;
    margin: 20px 0;
}
.form_p table td.numbers {
    white-space: nowrap;
}
@media screen and (min-width: 480px) {
    .form_p .save-area #save-button-area button {
        position: absolute;
        right: 0;
        top: -40px;
    }
}
/* E–±Œo—ð‘ */
/* ”NŒŽ“ü—Í */
.form_p #resume-form table.form-area .form-items .form-item .date-forms,
.form_p #qualification-form table tbody tr th .date-forms,
.form_p #qualification-form table tbody tr td .date-forms {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form_p #resume-form table.form-area .form-items .form-item .date-forms .date-form,
.form_p #qualification-form table tbody tr th .date-forms .date-form,
.form_p #qualification-form table tbody tr td .date-forms .date-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.form_p p,
.form_p br {
    line-height: 0;
    margin: 0;
    padding: 0;
}

.form_p label {
    display: inline;
    margin: auto 0.5em;
    white-space: nowrap;
}


.form_p .next-line-indent {
    margin-top:20px;
    padding-left: 1em;
    text-indent: -1em;
}

.form_p {
    margin: 0 20px;
}
.form_p #h2-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 3rem auto;
}
.form_p h2 {
    background-color: #636363;
    color: #ffffff;
    margin: 20px 0;
    padding: 0.25em 1em;
    letter-spacing: 0.25em;
    width: 50%;
    text-align: left;
}

.form_p #h2-title div {
    margin-left: 20px;
}

.form_p table.form-area {
    margin: 20px 0;
}

.form_p table.form-area th,
.form_p table.form-area td{
    margin: 20px 20px;
    font-weight: normal;
}

.form_p table.form-area th {
    width: 8em;
    text-align: left;
}
.form_p table.form-area .form-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form_p table.form-area .form-items .form-item {
    margin-top: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
align-items:center;
}
.form_p table.form-area .form-items .form-item:first-child {
    margin-top:0;
}
.form_p .form-item select,
.form_p input[type="text"] {
    padding: 12.5px 20px;
    margin-right: 0.5rem;
}

.form_p #resume-form table.form-area .form-items .form-item .school-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.form_p #resume-form table.form-area .form-items .form-item .school-form select {
    margin: 0 20px;
}

.form_p #skill-form table.form-area td {
    line-height: 1.5em;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
margin:0;
}

.form_p #skill-form table.form-area td div {
    text-indent: -1.75em;
    padding-left: 1.75em;
    margin: 10px 20px;
}

.form_p input[type="checkbox"] {
    margin-right: 0em;
}

.form_p #qualification-form table {
    margin: 20px 0;
}

.form_p #qualification-form table thead {
    background-color: #eeeeee;
}


.form_p #qualification-form table tbody tr {
    border: 0.1rem solid #dcd7ca;
}

.form_p #qualification-form table tbody tr th,
.form_p #qualification-form table tbody tr td {
    border: none;
}

.form_p #qualification-form table tbody tr th label,
.form_p #qualification-form table tbody tr td label {
    display: none;
}


.form_p #qualification-form table tbody tr th {
    white-space: nowrap;
    background-color: #eeeeee;
    text-align: left;
}

.form_p #qualification-form table tbody tr .input-year {
    width: auto !important;
}


.form_p .button-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 20px 0;
}

.form_p .button-area button {
    position: relative;
    display: inline-block;
    background-color: #a19fa2;
    padding: 0.3em 5em;
    font-weight:400;
}
.form_p .button-area button:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-bottom: 20px solid #a19fa2;
}

.form_p .save-area {
    margin: 40px 0;
    position: relative;
}

.form_p .save-area #explanation-text {
    text-align: center;
}

.form_p .save-area #save-button-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.form_p .save-area #save-button-area #submit-area input[type="submit"] {
    background-color: #636363;
    text-align: center;
    padding:0.66em 1.44em 0.66em 2.44em;
    margin: 20px 0;
    border-radius: 5px;
}

.form_p th.no-border {
    background-color: #eee;
}
.form_p table.form-area th.shikaku_day{
    width:35%;
}
.form_p .shikaku_name input[type="text"] {
    width:100% !important;
}
#info_input_form_remarks {
    width:100% !important;
}
.del_check {
    text-align: center;
}
#bulkDelete {
    background: #f55f8d;
    display: block;
    border-radius: 5px;
    color: #fff !important;
    padding: 1.4rem 3rem;
    letter-spacing: 0.1em;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    font-size: 1.5rem;
}
/*職務経歴書PDF*/
.job_pdf{
    background-color: #fdfbd4;
    display: flex;
    padding: 15px 10px;
    align-items: center;
}
.job_pdf table td{
background-color:#fff;
}
.job_pdft{
    color: #da0f22;
    padding: 0 10px;
    line-height: 24px;
}
.job_pdft b{
display:block;
}
/*登録フォーム遷移*/
.pn_flow {
margin:15px 0 0 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
    list-style: none;
}
.pn_flow li {
  color: #333;
  width: calc(100% / 7);
  background: #eee;
  line-height: 50px;
  text-align: center;
  position: relative;
    margin: 0 0 0 0.8rem;
}

.pn_flow li:not(:first-child):not(:last-child) { 
  padding: 0 0 0 10px;
}

.pn_flow li::before,
.pn_flow li::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
}

.pn_flow li::before {
  border: solid 32px transparent;
  border-right: solid 13px transparent;
  border-left: solid 13px #FFF;
  top: -7px;
  left: 0;
  z-index: 1;
}

.pn_flow li::after {
  border: solid 25px transparent;
  border-left: solid 10px #EDEDED;
  border-right: solid 10px transparent;
  top: 0;
  right: -20px;
  z-index: 2;
}

.pn_flow li:first-child::before,
.pn_flow li:last-child::after {
  content: none;  /* 最初のliの左と最後のliの右は作らない */
}
.step_cau{
padding-left:8px;
margin-bottom:15px;
}
#basic_information_form_prefecture{
margin:0.5rem 0;
}
/* 以下.currentだけ色を変えるCSS */

.page1 li.current1,
.page2 li.current2,
.page3 li.current3,
.page4 li.current4,
.page5 li.current5,
.page6 li.current6, 
.page7 li.current7{
  color: #FFF;
  background: #FCC;
}
.page1 li.current1::after,
.page2 li.current2::after,
.page3 li.current3::after,
.page4 li.current4::after,
.page5 li.current5::after,
.page6 li.current6::after, 
.page7 li.current7::after{
  border-left: solid 10px #FCC;
}
.btn_block{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}
.btn_block button,
.btn_block2 button,
.btn_block a{
color: #000 !important;
    font-weight: 400;
    background-color: #fff;
    border: solid #000 thin;
    padding: 1rem 2.5rem;
    border-radius: 8px;
    margin: 0 15px;
    font-size:17px;
    display:inline-block;
    width: 150px;
    text-align:center;
}
.btn_block button:hover,
.btn_block2 button:hover,
.btn_block a:hover{
text-decoration:none !important;
background-color: #eee;
}
.sub_btn{
	text-align:center;
	margin: 6rem auto 3rem;
}
.sub_btn button{
background: #f55f8d;
    display: block;
    border-radius: 5px;
    color: #fff !important;
    padding: 1.4rem 3rem;
    letter-spacing: 0.1em;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    font-weight:400;
    margin:auto;
	width:150px;
}
.sub_btn button:hover{
opacity: 0.7;
}
.job_pdf2{
    background-color: #fdfbd4;
    display: flex;
    padding: 15px 10px;
    align-items: center;
    justify-content: center;
    margin-bottom:30px;
}
.sp_block{
display:none;
}
.pc_only{
display:inline-block;
}
input[type="text"]#working_conditions_form_commuting,
input[type="text"]#working_conditions_form_overtime_hours{
width:75px !important;
}
textarea#cad_career_form_other_cad{
width:100% !important;
}
#terms {
    margin: 0 auto;
    padding: 30px 0 5px 10px;
    font-size:120%;
    border-bottom: 1px solid #000;
    display: inline-block;
}
.small-text {
    font-size: 0.8em;
}
.form_p #submit-area input[type="submit"] {
    background-color: #636363;
    letter-spacing: 1em;
    text-align: center;
    padding: 0.66em 1.44em 0.66em 2.44em;
    border-radius: 5px;
    flex-direction: column;
}
.form-group{
display:flex;
}
#job_career_form_career_employment_status_1,
#job_career_form_career_employment_status_2,
#job_career_form_career_employment_status_3,
#job_career_form_career_employment_status_4,
#job_career_form_career_employment_status_5,
#job_career_form_career_employment_status_6,
#job_career_form_career_employment_status_7,
#job_career_form_career_employment_status_8,
#job_career_form_career_employment_status_9,
#job_career_form_career_employment_status_10{
height: fit-content;
}

#job_career_form_career_office_name_1,
#job_career_form_career_office_name_2,
#job_career_form_career_office_name_3,
#job_career_form_career_office_name_4,
#job_career_form_career_office_name_5,
#job_career_form_career_office_name_6,
#job_career_form_career_office_name_7,
#job_career_form_career_office_name_8,
#job_career_form_career_office_name_9,
#job_career_form_career_office_name_10{
    width: 400px !important;
    height: 60px;
}
#job_career_form_career_job_description_1,
#job_career_form_career_job_description_2,
#job_career_form_career_job_description_3,
#job_career_form_career_job_description_4,
#job_career_form_career_job_description_5,
#job_career_form_career_job_description_6,
#job_career_form_career_job_description_7,
#job_career_form_career_job_description_8,
#job_career_form_career_job_description_9,
#job_career_form_career_job_description_10{
    width: 690px !important;
    height: 89px;
}
#job_career_form_career_retirement_reason_1,
#job_career_form_career_retirement_reason_2,
#job_career_form_career_retirement_reason_3,
#job_career_form_career_retirement_reason_4,
#job_career_form_career_retirement_reason_5,
#job_career_form_career_retirement_reason_6,
#job_career_form_career_retirement_reason_7,
#job_career_form_career_retirement_reason_8,
#job_career_form_career_retirement_reason_9,
#job_career_form_career_retirement_reason_10{
    width: 690px !important;
    height: auto;
}
#remarks_title{
    width: 694px;
    margin: auto;
    text-align: left;
}
/**パスワード変更**/
input[type="password"].password-field{
margin-bottom:10px;
}
#change_password_self_form_save{
    background: #f55f8d;
    display: block;
    border-radius: 5px;
    color: #fff !important;
    padding: 1.4rem 3rem;
    letter-spacing: 0.1em;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    margin: auto;
}
.complete_box{
    text-align: left;
    padding: 5rem;
    border: solid #ccc thin;
    width: fit-content;
    margin: auto;
}
a.u_link{
    color: #0070c0 !important;
    text-decoration: underline;
}
.sp_block{
display:none;
}
@media screen and (max-width: 480px) {
body, select{
font-family: "Hiragino Kaku Gothic Pro W3","Yu Gothic","游ゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
}
    .form_p #resume-form table.form-area .form-items .form-item .date-forms,
    .form_p #qualification-form table tbody tr th .date-forms,
    .form_p #qualification-form table tbody tr td .date-forms {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form_p input[type="text"]
    {
        width: auto !important;
    }
.form_p #skill-form table.form-area td div{
    padding:0 20px;
margin:5px 10px;
}
    .form_p label {
    display:inline;
    white-space: normal;
    }
.form_p h2{
margin:0;
}
    .form_p #h2-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
	margin:2rem auto;
    }
    .form_p #h2-title h2 {
        width: 100%;
    }
    .form_p #h2-title div {
        margin-left: 0;
    }
    .form_p .form th, .form_p .form td{
        display:block;
        width:100%;
    }
    .form_p .form input[type="text"], .form_p .form input[type="password"], .form_p .form input[type="email"], .form_p .form input[type="url"], .form_p .form input[type="date"], .form_p .form input[type="month"], .form_p .form input[type="time"], .form_p .form input[type="datetime"], .form_p .form input[type="datetime-local"], .form_p .form input[type="week"], .form_p .form input[type="number"], .form_p .form input[type="search"], .form_p .form input[type="tel"], .form_p .form input[type="color"], .form_p .form textarea{
        width:100% !important;
    }

.form_p input[type="text"]#working_conditions_form_introducer{
width:80% !important;
}
    .form_p th,
    .form_p td{
        display: block;
        margin: 0;
        padding: 10px 10px;
    }
    .form_p #resume-form table.form-area th,
    .form_p #skill-form table.form-area th {
        width: auto;
    }
    .form_p .form-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }
    .form_p #resume-form table.form-area .form-items .form-item .school-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .form_p #resume-form table.form-area .form-items .form-item .school-form select {
        margin: 20px 20px;
    }
    .form_p #skill-form table.form-area td {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form_p #qualification-form table thead {
        display: none;
    }
    .form_p th,
    .form_p td {
        display: block;
    }
    .form_p .save-area #save-button-area #submit-area input[type="submit"] {
        position: absolute;
        right: 0;
        top: -40px;
    }
    .job_pdf{
    flex-wrap: wrap;
    }
    .pn_flow{
    flex-wrap: wrap;
    justify-content: flex-start;
    }
    .pn_flow li {
    width: calc(100% / 5);
    padding:0;
    font-size:12px;
    line-height: 24px;
    margin: 0 0 1rem 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height:48px;
    }
    .btn_block{
        flex-wrap: wrap;
    }
    .btn_block button, .btn_block2 button, .btn_block a{
        margin:0 5px 10px 5px;
        width: fit-content;
        padding: 1rem 2rem;
    }
    select{
        margin-bottom:10px;
        padding: 1rem;
    }
/*スマホ時のフレックス調整20231019twから移動*/
    .form_p .photoblock {
        flex-direction: column;
        align-items: center;
        width:100%;
    }
    .form_p .t-ecell th, .form_p .t-ecell td{
        display:table-cell
    }
    .sp_block{
        display:block;
    }
    .form_p #yourphoto{
    width:100%;
    margin-left:0;
    }
    .form_p table.form-area th,
    .form_p table.form-area td
    {
    margin:0;
    }
    .job_pdf2{
    flex-wrap: wrap;
    }
    #cad_soft input[type="checkbox"] + label{
    display: inline-block;
    width: calc(100% - 2em);
    }
.form_p table.form-area .form-items .form-item{
align-items: flex-start;
width:100%;
}
#job_career_form_career_office_name_1,
#job_career_form_career_office_name_2,
#job_career_form_career_office_name_3,
#job_career_form_career_office_name_4,
#job_career_form_career_office_name_5,
#job_career_form_career_office_name_6,
#job_career_form_career_office_name_7,
#job_career_form_career_office_name_8,
#job_career_form_career_office_name_9,
#job_career_form_career_office_name_10,
#job_career_form_career_job_description_1,
#job_career_form_career_job_description_2,
#job_career_form_career_job_description_3,
#job_career_form_career_job_description_4,
#job_career_form_career_job_description_5,
#job_career_form_career_job_description_6,
#job_career_form_career_job_description_7,
#job_career_form_career_job_description_8,
#job_career_form_career_job_description_9,
#job_career_form_career_job_description_10,
#job_career_form_career_retirement_reason_1,
#job_career_form_career_retirement_reason_2,
#job_career_form_career_retirement_reason_3,
#job_career_form_career_retirement_reason_4,
#job_career_form_career_retirement_reason_5,
#job_career_form_career_retirement_reason_6,
#job_career_form_career_retirement_reason_7,
#job_career_form_career_retirement_reason_8,
#job_career_form_career_retirement_reason_9,
#job_career_form_career_retirement_reason_10{
    width: 100% !important;
}
.remarks{
margin:0 20px;
}
#remarks_title{
    width: 100%;
    text-align: left;
}
.pc_only{
display:none;
}
.complete_box{
padding:2rem;
margin:10px;
}
.entry-content hr.sp_block{
margin:2rem auto;
    background: none;
    background-color: unset;
    border: unset;
    height: 0.1rem;
    overflow: visible;
    position: relative;
    border: solid #ccc 1px;
}
.entry-content hr.sp_block::before, .entry-content hr.sp_block::after{
display:none;
}
}
@media (max-width: 414px) {
    .tempo_box{
        width:95%;
    }
}

