@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);




body {
    font-size: 14px;
    font-family: "Rotis Serif W01", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, YuMincho, 游明朝, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    letter-spacing: 0.3px;
    line-height: 200%;
    color: #333;
}


.wrap {
    overflow: hidden;
}

/* ヘッダー
------------------------------------------------------------*/
#header .bg {
    background: #575957;
    height: 10px;
}


#header .logo {
    width: 200px;
    margin: 0 auto;

}

#header .bg-under img {
    z-index: 999;
    position: absolute;
    margin-top: -35px;
}

#header {
    overflow: hidden;
    width: 100% !important;
    border-bottom: 1px solid #575957;

}

#header h2 {
    float: none;
    line-height: 0;
}

#header .contactimg {
    line-height: 0;

}


#header .logo-bun {
    padding-top: 43px;
    padding-bottom: 10px;
    float: left;
    font-size: 83%;
    line-height: 13px;
    letter-spacing: -0.8px;

}

#header .tel-matome {
    padding-top: 20px !important;
    float: right !important;
    width: 250px;
    margin-right: 10px;
}


#header .tel {
    float: right;
}

#header .tel-bun {
    width: 250px;
    float: right;
    font-size: 9px;
    font-size: 77%;
    text-align: right;
    margin-top: 1px;
    line-height: 13px;
    letter-spacing: -1.2pt;

}



.inner {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 10px 20px;
    margin: 0 auto;
}



.inner2 {
    margin: 0 auto;
    max-width: 737px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
}


.inner .contactimg img:hover,
.contact_button:hover {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

#mainNav .inner {
    padding: 0 20px;
    height:50px;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

/* #header h1,
#header p {
    display: none;
} */

.menu span {
    color:white;
}

/* フッター
------------------------------------------------------------*/
#footer {
    clear: both;
    padding-top: 0px !important;
    background: #575957 !important;
    height: 50px;
}




#footer ul {
    font-size: 11px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
}

#pagetop {
    position: relative;
    width: 100%;
    height: 100%;
}


#pagetop-yazirusi {
    width: 39px;
    height: 21px;
    left: 50%;
    top: -25px;
    margin-left: -21px;
    position: absolute;
    z-index: 201;
}

#pagetop-yazirusi a img {
    transition: 0.8s;
}

#pagetop-yazirusi a img:hover {
    opacity: 0.5;

}


#pagetop-sita {
    position: absolute;
    z-index: 200;
    width: 173px;
    height: 48px;
    left: 50%;
    margin-left: -89px;
    top: -48px;
}


.fotter-logoarea {
    height: auto;
    padding: 50px 0 60px;
    border-top: 1px solid #575957;
}

.fotter-logo {
    width: auto;
    margin: 0 auto 10px;
    text-align: center;
}

.fotter-logo img {
    max-width: 200px;
}

.copyright {
    text-align: center;
    font-size: 16px;
}


.fotter-bun {
    text-align: center;
    font-size: 16px;
}

.footer-under {
    background: #575957;
    height: 10px;
}

/* ナビゲーション
------------------------------------------------------------*/
.table-ul {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}

.table-ul li {
    display: table-cell;
    vertical-align: middle;
}

.table-ul li a {
   color:white;
}

/*メニューエフェクト*/

#mainNav a {
    transition: 0.8s;

}

#mainNav a:hover {
    background-color: #003a8e;


}




#mainNav {
    height: 50px;
    background: #575957 !important;
}


.panel {
    font-size: 18px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
}


#mainNav ul li:hover {
    transition: all 0.35s ease;
}







/* top全体サイズ
------------------------------------------------------------*/

div#wrapper {
    margin: 0 auto;
    width: 100%;
    line-height: normal;
}

#content {
    float: none !important;
    width: 100% !important;
    padding: 100px 0 0;
}

#content2 {
    float: none !important;
    width: 100% !important;
    height: auto;
    padding: 100px 0 120px;
    /*    background: #f3f3f3;*/
}

body div.wrap div#wrapper.line-height {
    margin-top: -20px;
}

#content3 {
    float: none !important;
    width: 100% !important;
    height: 400px;
    background-image: url(/web/20220324180259im_/http://progressjapan.jp/wp-content/themes/responsive_037_child/under-back.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


div#top-img {
    width: 100%;
    padding: 0;
    margin: 0;
    vertical-align: baseline;
    font-size: 0;
    line-height: 0;
}

#top-img img {
    width: 100%;
}


/* 新着情報
------------------------------------------------------------*/
.kiji {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 20px;
}

.kiji h2.title {
    margin: 0px;
    padding: 0px;
    border: 0;
    border-bottom: none;
    background: none;
}

.thumbWrap {
    width: 960px !important;
    margin: 15px -25px 20px 0 !important;
}


.thumbWrap li {
    display: inline-block;
    width: 210px !important;
    height: 228px !important;
    margin: 0 29.3px 0 0 !important;
    padding: 5px 3px 0px !important;
    border: 1px dotted #0e6eb8 !important;
}


.thumbWrap li:last-child {
    margin: 0 0px 0 0 !important;
}


.thumbWrap p {
    font-size: 14px;
    font-family: メイリオ;
}

img.news_midashi {
    margin: 0 auto 45px;
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 328px;
    width: 100%;
}


.kiji_flex {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0px 0;
    margin: 0 auto;
}


.kiji_flex::before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
}

.kiji_flex::after {
    content: "";
    display: block;
    width: 23%;
}

.kiji_group {
    width: 23%;
    box-shadow: 0px 0px 4px 1px #dcdcdc;
    -moz-box-shadow: 0px 0px 4px 1px #dcdcdc;
    -webkit-box-shadow: 0px 0px 4px 1px #dcdcdc;
    margin-bottom: 30px;
}

.kiji_thumb {
    background: #fff;
    display: block;
    overflow: hidden;
}


.kiji_thumb a {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.kiji_thumb img {
    border-radius: 0;
    width: initial;
    height: auto;
    display: block;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    max-width: 100%;
}

.kiji_thumb:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.kiji_text_group {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    height: 127px;
    position: relative;
}


.ymd {
    font-size: 11px;
    line-height: 1.4em;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: absolute;
    left: 10px;
    top: -17px;
    background: #003A8F;
    color: #fff;
    width: 99px;
    padding: 6px 0;
    transition: 0.2s;
    text-align: center;
}

h3.post-title {
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    margin-top: 13px;
}

a.rodmore-kiji {
    display: block;
    position: absolute;
    left: 11px;
    bottom: 20px;
    width: auto;
    transition: 0.2s;
    text-align: left;
    text-decoration: underline;
}


/* 会社概要・事業内容
------------------------------------------------------------*/

.about_midashi {
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 5px;
    line-height: 120%;
    color: #575957;
}

.about_s_midashi {
    margin: 0 auto 45px;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #575957
}

@media only screen and (max-width: 700px) {
    .about_midashi {
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 5px;
        line-height: 120%;
        color: #575957;
    }

    .about_s_midashi {
        margin: 0 auto 20px;
        padding: 0 20px;
        box-sizing: border-box;
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        color: #575957;
    }

    #content2 {
        padding: 80px 0 50px;
    }
}

.top-images {
    line-height: 0;
}

.top-contents {
    max-width: 1000px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0px 20px 30px;
    margin: 0 auto;
}

.top-contents-moji .yajirusi i {
    color: #fff;
}


.gaiyou {
    width: 48%;

}

.top-images a {
    transition: all 0.35s ease;
}

.top-images a:hover {
    transition: all 0.35s ease;
}

.gaiyou:hover span.yajirusi {
    right: 20px;
    transition: all 0.5s ease;
}


.gaiyou h3 {
    font-size: 18px;

    font-weight: bold;
    border-bottom: 1px dotted #0e6eb8;
    margin-bottom: 10px;
}

.top-contents-moji a.long_button {
    width: 100%;
    background-color: #575957;
    color: #fff;
    display: block;
    margin: 0 auto 30px;
    padding: 13px 30px;
    text-align: center;
    position: relative;
    font-size: 17px;
    letter-spacing: 2px;
    box-sizing: border-box;
    border: 0px solid #333;
    max-width: none;
}



.top-moji {
    font-size: 14px;
    width: 100%;
    line-height: 1.4em;
    text-align: justify;
    margin-top: 15px;
}

.syousai {
    font-size: 13px !important;

    width: 129px;
    height: 34px;
    text-align: center;
    line-height: 36px;
    color: #FFF !important;
    background-color: #0e6eb8;
}

.syousai a {
    font-size: 13px !important;

    color: #FFF !important;
}


.syousai a:hover {
    font-size: 13px !important;

    color: #a2a0e8 !important;
    transition: all 0.35s ease;
}

.top-images img {
    width: 100%;
    height: auto;
}

/* トップページ：施工ギャラリーギャラリー
------------------------------------------------------------*/

.top-gyarry {
    width: 960px;
    margin: 0 auto;
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
}



.gyarry-midashi {
    margin-left: -18px;
}

.gyarry-syousai {
    font-size: 13px !important;

    width: 129px;
    height: 34px;
    text-align: center;
    line-height: 36px;
    color: #FFF !important;
    background-color: #0e6eb8;
    margin-top: 139px;

}

.gyarry-syousai a {
    font-size: 13px !important;

    color: #FFF !important;
}


.gyarry-syousai a:hover {
    font-size: 13px !important;

    color: #a2a0e8 !important;
    transition: all 0.35s ease;
}


/* リクルート
------------------------------------------------------------*/

div#contents_recruit {
    max-width: 1000px;
    width: 100%;
    box-sizing: border-box;
    padding: 100px 20px 80px;
    margin: 0 auto;
}

a.long_button {
    max-width: 350px;
    width: 100%;
    background-color: none;
    color: #575957;
    display: block;
    margin: 80px auto 30px;
    padding: 15px 30px;
    text-align: center;
    position: relative;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #575957;
}

a.long_button:hover span.yajirusi {
    right: 20px;
    transition: all 0.5s ease;
}

span.yajirusi {
    position: absolute;
    right: 30px;
    transition: all 0.5s ease;
    line-height: 1.6em;
}


.yajirusi i {
    color: #575957;
}

.recruit_text {
    font-size: 17px;
    text-align: center;
    line-height: 200%;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 700px) {
    .recruit_text {
        font-size: 14px;
        text-align: center;
        line-height: 200%;
        letter-spacing: 0.5px;
    }

    div#contents_recruit {
        max-width: 1000px;
        width: 100%;
        box-sizing: border-box;
        padding: 30px 20px 20px;
        margin: 0 auto;
    }

    #content {
        padding: 80px 0 0;
    }

    a.long_button {
        margin: 30px auto 30px;
    }
}


img.recruit_midashi {
    margin: 0 auto 45px;
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 328px;
    width: 100%;
}

strong {
    font-weight: bold;
}

/* 下層ページ
-----------------------------------------------------------------------------------------------*/


#kasou-img {
    width: 100% !important;
    height: 300px;
    background-image: url("/web/20220324180259im_/http://progressjapan.jp/wp-content/themes/responsive_037_child/sv.jpg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}



.title.first {
    border: none !important;
    font-size: 32px;
    font-weight: bold !important;
    margin-top: 40px !important;
    z-index: 200;
    position: absolute;
    padding-top: 65px;
    color: #fff;
    text-shadow: 0 0 3px #000;
}

@media screen and (max-width: 700px) {
    #kasou-img {
        width: 100% !important;
        height: 100px;
        background-image: url("/web/20220324180259im_/http://progressjapan.jp/wp-content/themes/responsive_037_child/sv.jpg");
        background-size: contain;
        background-position: center;
    }

    .title.first {
        border: none !important;
        font-size: 22px;
        font-weight: bold !important;
        margin-top: 0px !important;
        z-index: 200;
        position: absolute;
        padding-top: 60px;
        padding-left: 10px;
        color: #fff;
        text-shadow: 0 0 5px #333;
    }
}

#kasou-taitle {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* 会社情報
------------------------------------------------------------*/

div.company {
    padding: 0 15px 30px;
}

table.type02 th {
    color: #000;
    width: 25%;
    padding: 15px 0 15px 30px;
    font-size: 15px;
    vertical-align: top;
    box-sizing: border-box;
    border-bottom: solid 2px #dedddd;
    font-weight: 500;
}



table.type02 td {
    font-size: 15px;

    width: 80%;
    padding: 15px 30px 15px;
    vertical-align: top;
    box-sizing: border-box;
}

div.img-flexs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

div.img-flexs p {
    max-width: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
}

@media only screen and (max-width:767px) {
    div.img-flexs p {
        max-width: 100%;
        flex-basis: 100%;
    }

    div.img-flexs p:last-of-type {
        margin-top: 20px;
    }
}


table.type02 {
    max-width: 960px;
    width: 100%;
    margin: 50px auto 0;
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
    line-height: 1.5;
    box-sizing: border-box;
}


table.type02 td {
    border-bottom: solid 2px #dedddd;
}

.dp-map-centered iframe {
    width: 100%;
}

table.type02 strong {
    font-weight: bold;
}

.dp-map-centered {
    max-width: 960px;
    width: 100%;
    height: 400px;
    margin: 60px auto 90px;
    border: 1px solid #575957;
}

@media screen and (max-width: 700px) {
    .dp-map-centered {
        max-width: 960px;
        width: 100%;
        height: 400px;
        margin: 40px auto 0;
        border: 1px solid #575957;
    }
}

.post {

    padding: 0px;


    padding-top: 50px !important;
}

.pad-20 {
    padding: 50px 20px
}

.space-100 {
    height: 100px;
}

.space-100-recruit {
    margin-bottom: 100px;
}


.space-100-gure {
    height: 100px;
    background-color: #f3f4f3;
}

/* 事業内容
------------------------------------------------------------*/

.section01 {
    max-width: 1000px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0px 20px;
    margin: 0 auto;
}


div.section01 h3 {
    font-size: 18px;

    font-weight: bold;
    border-bottom: 1px dotted #0e6eb8;
    margin-bottom: 20px;
    margin-top: 0px;

}

.hannyuu-image {
    width: 960px;
    height: 300px;
    margin-bottom: 10px;
}

.section02 {
    max-width: 1000px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
    margin: 35px auto 0;
}


div.section02 h3 {
    font-size: 18px;

    font-weight: bold;
    border-bottom: 1px dotted #0e6eb8;
    margin-bottom: 20px;
    margin-top: 0px;

}


.kaitai-image {
    width: 580px;
    height: 300px;
}


.kaitai {
    display: flex;
    justify-content: space-between;
}


.kaitai-moji {
    width: 350px;
}


.riyuu {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.riyuu-contents {
    width: 32%;
}

.riyuu-contents h4 {
    font-size: 17px;

    font-weight: bold;
    margin-bottom: 1px;
    color: #0e6eb8;
}

.riyuu-contents h5 {
    font-size: 15px;
    font-weight: bold;
}

.nagare {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.nagare-contents {
    width: 25%;
}

.yazirusi {
    width: 3%;
    height: auto;
    margin-top: 55px;
}

.nagare-contents h5 {
    font-size: 14px;
    font-weight: bold;
}

.yazirusi-sita {
    width: 100%;
    height: 70px;
    position: relative;
}

div.yazirusi-sita img {
    position: absolute;
    right: 8%;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}

.nagare-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 85px;
}

div.about_jigyo {
    max-width: 960px;
    margin: 0 auto 150px;
    padding: 0 15px;
}

div.about_jigyo p.midashi {
    font-size: 18px;
    font-weight: bold;
}

div.about_jigyo p:not(.midashi) {
    margin-top: 30px;
}

/* 代表挨拶 */

div.greeting {
    max-width: 960px;
    margin: 0 auto 150px;
    padding: 0 15px;
}

div.greeting p.img img {
    max-width: 100%;
}

div.greeting p.midashi {
    font-size: 18px;
    font-weight: bold;
}

div.greeting p:not(.midashi),
div.greeting p:not(.img) {
    margin-top: 30px;
}



/* ギャラリー
------------------------------------------------------------*/
.section03 {
    max-width: 1000px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
    margin: 0 auto;
}


.section03 h3 {
    font-size: 18px !important;

    font-weight: bold !important;
    border-bottom: 1px dotted #0e6eb8 !important;
    margin-bottom: 20px !important;
    margin-top: 0px !important;

}

.gallery {
    max-width: 960px;
    width: 100%;
    margin: 0 auto 76px;
}

.foogallery-default.alignment-center {
    text-align: center;
    margin-left: 45px;
}

.foogallery-default.spacing-width-25 a {
    margin-right: 45px !important;
    margin-bottom: 45px !important;
}




/*サイドバー
------------------------------------------------------------*/

aside#sidebar {
    float: none;
    width: 100%;
    padding: 0;
}


div#news_content {
    max-width: 1000px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0px 20px 30px;
    margin: 0 auto;
}

.left_new_contents {
    width: 70%;
}


.right_new_contents {
    width: 27%;
}

.post .right_new_contents ul li {
    margin-bottom: 10px;
    padding-left: 0;
    background: none;
}


.post .right_new_contents ul li a {
    color: #222;
}

.right_new_contents #sidebar h3 {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px dotted #003A8E;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-left: 8px;
}

div.pagenav {
    max-width: 500px;
    clear: both;
    width: 100%;
    height: 30px;
    padding: 0 20px;
    margin: 5px auto 20px;
    box-sizing: border-box;
}


span.prev {
    background-color: #003A8E;

}

span.next {
    float: right;
    background-color: #003A8E;

}


.pagenav .prev {
    background-color: #003A8E;

}

.pagenav .next {
    float: right;
    background-color: #003A8E;

}



.prev a,
.next a {
    color: #fff;
    padding: 5px 24px;
    display: block;
}


.news_title span {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0px;
}

.post h2.news_title {
    border-bottom: 1px dotted #0e6eb8;
    padding-bottom: 15px;
}

time {
    font-size: 14px;
    color: #b6b6b6;
    font-weight: bold;
}

.post .left_new_contents p {
    margin-top: 30px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 1.8em;
}



/*スマホ化
------------------------------------------------------------*/





.sf {
    display: none;

}

.pc_main {
    display: block;
}

.sf_main {
    display: none;
}

@media screen and (max-width: 700px) {
    .pc_main {
        display: none;
    }

    .sf_main {
        display: block;
    }
}





@media screen and (max-width: 960px) {
    .pc {
        display: none;

    }

    .sf {
        display: block;

    }





    /*メニュー
------------------------------------------------------------*/


    .inner {
        width: 980px;
        margin: 0 auto;
    }

    .inner:after {
        content: "";
        clear: both;
        display: block;
    }

    /* header */
    #top-head {
        top: -100px;
        position: absolute;
        width: 100%;
        margin: 100px auto 0;
        padding: 30px 0 0;
        line-height: 1;
        z-index: 999;
    }

    #top-head a,
    #top-head {
        color: #fff;
        text-decoration: none;
    }

    #top-head .inner {
        position: relative;
    }

    #top-head .logo {
        float: left;
        font-size: 36px;
    }


    #global-nav ul li {
        float: left;
    }

    #global-nav ul li a {
        padding: 0 30px;
    }

    /* Fixed */
    #top-head.fixed {
        margin-top: 0;
        top: 0;
        position: fixed;
        padding-top: 10px;
        height: 55px;
        background: #fff;
        background: rgba(255, 255, 255, .7);
        transition: top 0.65s ease-in;
        -webkit-transition: top 0.65s ease-in;
        -moz-transition: top 0.65s ease-in;
    }

    #top-head.fixed .logo {
        font-size: 24px;
        color: #333;
    }

    #top-head.fixed #global-nav ul li a {
        color: #333;
        padding: 0 20px;
    }

    /* Toggle Button */
    #nav-toggle {
        display: none;
        position: absolute;
        right: 12px;
        top: 14px;
        width: 34px;
        height: 36px;
        cursor: pointer;
        z-index: 101;
    }

    #nav-toggle div {
        position: relative;
    }

    #nav-toggle span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #666;
        left: 0;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }

    #nav-toggle span:nth-child(1) {
        top: 0;
    }

    #nav-toggle span:nth-child(2) {
        top: 11px;
    }

    #nav-toggle span:nth-child(3) {
        top: 22px;
    }
















    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }

    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;

    }

    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }

    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
        border-bottom: 3px solid #575957;
    }

    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 20px;
        top: 14px;
        color: #333;
        font-size: 26px;
    }

    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
        float: none;
        padding-top: 0;
    }

    #global-nav ul li {
        float: none;
        position: static;
    }

    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 12px 0;
    }

    #nav-toggle {
        display: block;
    }

    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }

    .logo a img {
        width: 100%;
    }

    #header .bg {
        height: 59px;
        background: none;
    }

    /*フッター
------------------------------------------------------------*/

    .footer-sf.sf {
        position: fixed;
        bottom: 0;
        z-index: 205;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: space-around;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
    }


    .tel-area {
        width: 50%;
        text-align: center;
        font-size: 16px;
        background-color: #333;
        opacity: 0.8;
    }

    .tel-area a {
        color: #fff;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 10px 0;
        transition: 0.8s;
    }

    .tel-area a:hover {
        transition: 0.8s;
        opacity: 0.6;

    }

    .mail-area {
        width: 50%;
        text-align: center;
        font-size: 16px;
        background-color: #000;
        opacity: 0.8;
    }

    .mail-area a {
        color: #fff;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 10px 0;
        transition: 0.8s;
    }

    .mail-area a:hover {
        transition: 0.8s;
        opacity: 0.6;

    }

    .tel-area i,
    .mail-area i {
        font-size: 25px;
        margin-right: 10px;
    }

    .footer-under {
        margin-bottom: 45px;
        background: none;
        height: 0;
    }

    /*フッター
------------------------------------------------------------*/

    #mainNav {
        height: auto;
    }

    #pagetop-yazirusi {
        width: 50px;
        height: 50px;
        right: 20px;
        bottom: 65px;
        position: fixed;
        background-color: #575957;
        text-align: center;
        left: auto;
        top: auto;
        opacity: 0.6;
    }

    #pagetop-yazirusi a img {
        margin-top: 16px;
        width: 100%;
        max-width: 29px;
    }

}


@media screen and (max-width: 700px) {


    /*トップ
------------------------------------------------------------*/
    /*div#top-img {
    height: 438px;
}*/


    .top-contents {
        display: block;
    }

    .gaiyou {
        width: 100%;
    }


    .kiji_flex {
        display: block;
    }

    .kiji_flex::before {
        width: 100%;
    }

    .kiji_flex::after {
        width: 100%;
    }

    .kiji_group {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 30px;
    }

    #content3 {
        background-image: url("/web/20220324180259im_/http://progressjapan.jp/wp-content/themes/responsive_037_child/under-back.jpg");
        background-attachment: scroll;
        background-size: cover;
        height: 150px;
    }

    .fotter-bun {
        font-size: 14px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .copyright {
        font-size: 12px;
        padding: 0 20px;
        box-sizing: border-box;
    }


    #header {

        border-bottom: none;
    }

    /*事業内容
------------------------------------------------------------*/

    /*.title.first {
    font-size: 30px;
  
}*/


    .section01 {
        display: block;
    }

    .gaiyou {
        width: 100%;
        margin: 0 auto;
    }

    .riyuu {
        display: block;
    }


    .riyuu-contents {
        width: 100%;
        margin-bottom: 20px;
    }


    .nagare {

        display: block;

    }

    .nagare-2 {

        display: block;

    }

    .nagare-contents {
        width: 100%;
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-pack: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .nagare-contents img {
        width: 32%;
    }

    .yazirusi {
        width: 22px;
        height: auto;
        margin-top: 0;
        margin: 0 auto;
        transform: rotate(91deg);
    }


    .reson-text-group {
        width: 65%;
        margin-top: 10px;
    }

    div.yazirusi-sita img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .nagare-2 .yazirusi {
        transform: rotate(-91deg);
    }

    /*会社概要
------------------------------------------------------------*/
    table.type02 th {
        font-size: 12px;
        padding: 10px 5px 10px;
    }

    table.type02 td {
        font-size: 12px;
        padding: 10px 5px 10px;
    }


    /*ニュース
------------------------------------------------------------*/


    div#news_content {

        display: block;
    }


    .left_new_contents {
        width: 100%;
        margin-bottom: 50px;
    }

    .right_new_contents {
        width: 100%;
    }

}


@media screen and (max-width: 400px) {
    .nagare-contents h5 {
        font-size: 12px;
        font-weight: bold;
    }

    /*.post p {
    padding-bottom: 15px;
    font-size: 12px;
}*/

    .reson-text-group {
        width: 65%;
        margin-top: 0;
    }


    /*table.type02 th {
    font-size: 12px;
    padding: 10px 5px 10px;
    display: block;
    width: 100%;
}

table.type02 td {
    font-size: 12px;
    padding: 10px 5px 10px;
    display: block;
    width: 100%;
}*/

}

#mainNav .table-ul strong {
    font-weight: 300;
}

#footer #mainNav .table-ul a {
    font-weight: 300;
}



#contact {
    margin: 0 auto 150px;
}

.each_input {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: start;
    justify-content: start;
    -webkit-align-items: center;
    align-items: center;
    max-width: 700px;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
    border-bottom: solid 2px #dedddd;
    font-size: 17px;
}

.input_tittle {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: start;
    justify-content: start;
    -webkit-align-items: center;
    align-items: center;
    width: 32%;
}

.required {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50px;
    height: 30px;
}

.required span {
    color: #f00;
}

.option {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50px;
    height: 30px;
}

.input_tittle>div>span {
    display: block;
    font-size: 17px;
    font-weight: 300;
}

.input_tittle>div:nth-of-type(2) {
    font-size: 17px;
    font-weight: 300;
    padding-left: 8px;
}

.input_part {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: start;
    justify-content: start;
    -webkit-align-items: center;
    align-items: center;
    width: 68%;
}

span.wpcf7-list-item {
    margin: 0 !important;
}

input[type="radio"i] {
    margin: 0 !important;
}

input[type="checkbox"i] {
    margin: 0 !important;
    -webkit-appearance: radio !important;
    appearance: radio !important;
}

.wpcf7-list-item-label {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.wpcf7-form-control>span:not(:first-child) {
    padding-left: 20px;
}

input[name="name1"],
input[name="name2"] {
    display: block;
    width: 300px;
    height: 40px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    border: solid 1px #ddd;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 300;
    font-family: inherit;
}

input[name="your-email"] {
    display: block;
    width: 300px;
    height: 40px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    border: solid 1px #ddd;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 300;
    font-family: inherit;
}

textarea[name="free"] {
    display: block;
    resize: vertical;
    width: 450px;
    height: 100px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    border: solid 1px #ddd;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 300;
    font-family: inherit;
}

.input_part>span:not(:first-child) {
    padding-left: 20px;
}

.contact_button {
    display: block;
    width: 130px;
    height: 40px;
    margin: 30px auto 10px;
    background-color: #003A8F;
    border: none;
    border-radius: 20px;
    text-align: center;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    font-family: inherit;
}

.contact_button_gray {
        display: block;
        width: 130px;
        height: 40px;
        margin: 30px auto 10px;
        background-color: #666;
        border: none;
        border-radius: 20px;
        text-align: center;
        font-size: 17px;
        font-weight: 300;
        color: #fff;
        font-family: inherit;
}

/*.contact_button:hover {
    transition:all 1.0s;}*/

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: none !important;
}

div.wpcf7-mail-sent-ok {
    border: none !important;
}

div.wpcf7-response-output {
    margin: 0 auto !important;
    text-align: center !important;
    color: #000 !important;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

@media only screen and (max-width: 700px) {
    #contact {
        margin: 0 auto 50px;
    }

    .each_input {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: start;
        justify-content: start;
        -webkit-align-items: center;
        align-items: center;
        flex-wrap: wrap;
        max-width: 100%;
        margin: 0 10px;
        box-sizing: border-box;
        border-bottom: solid 2px #dedddd;
        font-size: 14px;
    }

    .input_tittle {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: start;
        justify-content: start;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
    }

    .required {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        width: 50px;
        height: 30px;
    }

    .required span {
        color: #f00;
    }

    .option {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        width: 50px;
        height: 30px;
    }

    .input_tittle>div>span {
        display: block;
        font-size: 14px;
        font-weight: 300;
    }

    .input_tittle>div:nth-of-type(2) {
        font-size: 14px;
        font-weight: 300;
        padding-left: 8px;
    }

    .input_part {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: start;
        justify-content: start;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
    }

    span.wpcf7-list-item {
        margin: 0 !important;
    }

    input[type="radio"i] {
        margin: 0 !important;
    }

    input[type="checkbox"i] {
        margin: 0 !important;
        -webkit-appearance: radio !important;
        appearance: radio !important;
    }

    .wpcf7-list-item-label {
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    .wpcf7-form-control>span:not(:first-child) {
        padding-left: 20px;
    }

    input[name="name1"],
    input[name="name2"] {
        display: block;
        max-width: 70%;
        height: 40px;
        box-sizing: border-box;
        background-color: #f8f8f8;
        border: solid 1px #ddd;
        padding-left: 20px;
        font-size: 12px;
        font-weight: 300;
        font-family: inherit;
    }

    input[name="your-email"] {
        display: block;
        width: 100%;
        height: 40px;
        box-sizing: border-box;
        background-color: #f8f8f8;
        border: solid 1px #ddd;
        padding-left: 20px;
        font-size: 12px;
        font-weight: 300;
        font-family: inherit;
    }

    textarea[name="free"] {
        display: block;
        resize: vertical;
        width: 100%;
        height: 100px;
        box-sizing: border-box;
        background-color: #f8f8f8;
        border: solid 1px #ddd;
        padding-left: 20px;
        padding-top: 10px;
        font-size: 12px;
        font-weight: 300;
        font-family: inherit;
    }

    .input_part>span:not(:first-child) {
        padding-left: 20px;
    }

    .contact_button {
        display: block;
        width: 130px;
        height: 40px;
        margin: 30px auto 10px;
        background-color: #003A8F;
        border: none;
        border-radius: 20px;
        text-align: center;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        font-family: inherit;
    }

    /*.contact_button:hover {
    transition:all 1.0s;}*/

    div.wpcf7-validation-errors,
    div.wpcf7-acceptance-missing {
        border: none !important;
    }

    div.wpcf7-mail-sent-ok {
        border: none !important;
    }

    div.wpcf7-response-output {
        margin: 0 auto !important;
        text-align: center !important;
        color: #000 !important;
    }
}

input[type="text"],
input[type="email"],
textarea,
input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
}



@media screen and (max-width: 500px) {
    .post {
        padding-top: 0 !important;
    }

    #schedule {
        margin-top: 50px;
    }

    #content2 {
        margin-top: 50px;
        padding-top: 0;
    }
}

.facebook_icon {
    max-width: 40px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.insta_icon {
    max-width: 42px;
    margin-right: 20px;
    margin-bottom: 5px;
}


.sns_link_box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 auto;
}

#top-head #global-nav ul .sns_link_box a,
#top-head.fixed #global-nav ul li .sns_link_box a {
    width: initial;
}

.facebook_icon_sp {
    max-width: 22px;
    margin: 0 10px;
}

.insta_icon_sp {
    max-width: 22px;
    margin: 0 10px;
}
