@utf-8
html * {
        /* padding/border差し引きなし */
        box-sizing: border-box;
    }
    body {
        /* スマホ横位置の文字サイズ変更なし */
        -webkit-text-size-adjust: 100%;
        /* remのフォント単位指定 */
        font-size: 14px;
        /* 基本フォント */
        font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
         color: #333;
        line-height: 2;
    }
    /* 画像の表示崩れを調整 */
    img {
        /* 画像の下の隙間を取り除く */
        display: block;
        height: auto;
        /* 親要素のはみ出しを防ぐ */
        max-width: 100%;
    }
    /* DP比が2倍以上のとき高解像度の画像に置き換え */
    @media screen and (min-device-pixel-ratio: 2) {
        .hero {
            background: url("images/herox2.png") 0 0 no-repeat;
            background-size: 960px 300px;
        }
    }
h2 {
    font-size: 26px;
    color: #705716;
    margin-bottom: 40px;
}
h2:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background-image: url(../img/h2-before.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 6px;
}
ul {
    padding-inline-start: 0;
    margin-block-end:0;
}
.navbar-brand img {
	height: 100%;
    float: left;
}
.conpany-name {
    font-size: 12px;
    position: relative;
    top: 5px;
    left: 10px;
    width: 250px;
}
a div.conpany-name {
    color: #fff;
}
.navbar {
    border-radius: 0;
}
.navbar-inverse {
    background-color: #000;
    border-color: #080808;
    padding-top: 4px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fdf9b8;
}
.navbar-inverse .navbar-nav > li > ul > li > a {
    color: #fff;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.navbar-inverse .navbar-nav > li > ul > li >  a:hover {
    color: #fdf9b8;
}

.navbar-inverse .navbar-nav > li > ul > li {
    list-style-type: none;
        padding-top: 5px;
        line-height: 1.4;
}

.caro-arrow-l {
    position: absolute;
    top: 50%;
    left: 20%;
}
.caro-arrow-r {
    position: absolute;
    top: 50%;
    right: 20%;
}

.cont-default {
	margin: 80px auto;
}
.cap-black {
	color: #000
}
.strength {
	background-color: #000;
	margin-bottom: 3%;
}
.strength img {
    width: 100%;
}
.carousel-inner h1 {
    text-align: left;
    line-height: 2.3;
     font-size: 2vw;
}

.carousel-caption {
    padding-top: 0;
    text-align: left;
    top: 35%;
    line-height: 2.7;
    font-size: 2vw;
}
.carousel001 {
    top: 30%;
}

div.carousel-caption .cap-black {
	color: #000;
}
.cont00 {
    background-color: #efefef;
    padding: 40px 0;
   font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.cont00 p {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #705716;
    font-size: 20px;
}
.cont00-wrap {
    display: flex;
    align-items: end;
}
.cont00-r,
.cont00-l {
    width: 50%;
}
.cont00-wrap img {
    margin: 20px auto;
}

.cont01 h3 {
	text-align: center;
	margin: 20px auto;
	font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.cont01 .caption {
    padding: 20px;
    color: #fff;
}
.cont02 {
	background-color: #efefef;
	padding: 60px 0;
}
.cont02 .service {
	margin-top: 30px;
}
.btn02 {
	padding: 14px;
}
.btn02 img {
	margin-top: 15px;
}
.cont06-inner {
    border: 1px solid #83682e;
    padding: 50px 60px 40px;
}


.cont03 {
    position: relative;
}

.cont03 .cont03-bk {
    position: absolute;
    background-color: #efefef;
    width: 40%;
    height: 420px;
    top: 0;
    left: 0;
    z-index: 0;
}

.cont03 .container {
    position: relative;
    z-index: 1;
}

.cont03-name {
    position: relative;
    top: 470px;
    text-align: right;
    right: 60%;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.bt-next {
    width: 237px;
    height: 57px;
    background: url("../img/bt-format02.png")no-repeat;
    padding-top: 17px;
    padding-left: 30px;
}
.cont03-fl a {
    color: #333;
}
.cont03-fl img {
    margin: 0 auto;
}
.cont03 p {
	margin: 30px 0;
    margin-top: 80px;
}
.cont03-t p {
    margin: 30px 0;
}
.top-m {
    height: 100%;
}
.bt-syosai {
	border: 1px solid #999;
	padding: 15px;
	width: 250px;
	text-align: center;
    background-color: #fff;
}
.cont00 h3 {
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: rgb(112, 87, 22);
    font-size: 20px;
    line-height: 1.8;
}

.cont04 li {
	width: 17%;
	float: left;
	margin-left: 20px;
}
.cont04 {
	font-size: 14px;
    clear: left;
}
.cont04 .col-md-2:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    z-index: 999;
    background: url(../img/arrow-next-navy.png) no-repeat;
    background-size: 12px;
left: 98%;
    top: 180px;
}
.cont04 .col-md-2:last-child:after {
	content: none;
}
.cont04 h3 {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	text-align: center;
}
.cont04 h3 {
    background-color: #333;
    color: #fff;
    padding: 10px 5px;
    margin-bottom: 0;
    margin-top: 0;
}
.flo-waku .caption p {
    margin: 10px;
}
.flo-waku {
    background-color: #eee;
    line-height: 1.5;
}
.row-eq-height {
	display: flex;
    flex-wrap: wrap;
}
.row-eq-height-inner {
    display: inline-flex;
}

.thumbnail {
	height: 97%;
	margin-bottom: 3%;
}
.cont-inq {
	background: url("../img/inq-bk.jpg") no-repeat bottom right;
	border: 3px solid #ccc;
	padding: 20px 50px;
}
.inq-bt {
	padding:10px;
	background: url("../img/ico-mail.png")no-repeat 5% 50% #203952;
	text-align: center;
	width: 70%;
	color: #fff;
	font-size: 22px;
	padding-left: 30px;
}
.inq-comm {
	margin: 30px 0 50px;
}
.mt30 {
	margin-top: 30px;
}
.mt50 {
    margin-top: 50px;
}
/*.service {
    background: url("../img/bt-format.png")no-repeat;
    width: 236px;
    height: 83px;
    padding: 20px 30px 5px 20px;
    line-height: 1.6;
    font-size: 14px;
}*/
.cont02 .service {
    width: 100%;
    height: 83px;
    padding: 20px 30px 5px 20px;
    line-height: 2.2;
    font-size: 14px;
    background-size: 100%;
    height: 100px;
    border: 1px solid #705716;
    background-color: #fff;
    box-shadow: 2px 2px 4px 1px gray;
}
.cont02 .service::after {
    content: '';
    background-image: url(../img/arrow.png);
    display: inline-block;
    width: 26px;
    height: 8px;
    background-size: contain;
    vertical-align: middle;
    right: 21px;
    top: 74px;
    background-position: right;
    position: absolute;
    }
.service.gyo3{
    line-height: 1.8;
}

.gyo1 {
    padding: 30px 30px 5px 20px;
}
.cont02 a {
    color: #333;
}
.service img {
    width: 100%;
}
a .bt-syosai {
	color: #333;
}
a:hover .bt-syosai {
background-color: #ccc;
}

.cont-inq a {
	color: #fff;
}
.cont-inq a:hover .inq-bt {
	background-color: #35597d;
	text-decoration: none;
}
footer {
    padding-top: 20px;
    background-color: #000;
}
footer ul.navbar-nav li a{
    color: #fff;
}
footer ul.navbar-nav li a:hover {
    color: #fdf9b8;
    background-color: #000;
}
.foot-r p {
font-size: 1.4vw;
}
.copy {
    margin: 30px;
    text-align: center;
    font-size: 12px;
    color: #efefef;
}
.cont01-construction {
    height: 150px;
    text-align: center;
    padding-top: 50px;
}
.pr-cont01 h2 {
    font-size: 26px;
    border-bottom: 1px inset #ccc;
    padding: 10px;
    margin-top: 50px;
}
.cont05 {
    background-color: #ebe9e9;
    border-top: 1px solid #99763a;
    margin-top: 60px;
}
.cont05 .row {
    padding-top: 50px;
}
.cont05 .logo {
    width: 100px;
    float: left;
}
.c-name {
    font-size: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    float: left;
    margin-left: 20px;
    line-height: 2.2;
}
.c-add {
    clear: both;
    font-size: 16px;
   padding-top: 25px;
}
.c-map {
    border: 1px solid #99763a;
    background-color: #fff;
    padding: 10px;
    width: 280px;
    margin: 0 0 30px;
    text-align: center;
    background: url(../img/bt-arrow.png) no-repeat;
    background-position: 98% 50%;
}
a:hover .c-map {
    background-color: #fdf9b8;
    opacity: 0.5;
}
a .c-map,
a .c-mail {
    transition: 1.0s;
}
.c-mail {
    border: 1px solid #333333;
    background-color: #000;
    padding: 10px;
    width: 280px;
    margin: 30px 0;
    text-align: center;
    color: #fff;
    background: url("../img/arrow-r.png")no-repeat 98% center,#000;
    background-size: 30px;
}
a:hover .c-mail,
a:hover .bt-next {
    opacity: 0.5;
}





/* privacy poricy */

.cont-inq-pr {
    border: 1px solid #ccc;
    margin: 30px 5px;
    padding: 20px;
}
li.decideci{
    list-style-type: decimal;
}
.txt10 {
    font-size: 10px;
}


/* service */
.service-jumbo {
    height: 335px;
    margin-bottom: 15px;
    background: url(../img/service-main.jpg)no-repeat;
    background-size: cover;
    width: 100%;
}
.service-jumbo-tit {
    height: 130px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 30px 20px 30px 120px;
    position: relative;
    top: 30%;
    left: 0;
    min-width: 400px;
    width: fit-content;
}

.service-jumbo-tit h1,
.service-jumbo-tit p {
    float: left;
    margin-left: 30px;
}
.service-cap {
    background-color: #000;
    height: 100%;
}
.service-cap img {
    width: 100%;
}
.service-cap .caption {
    margin: 30px;
    color: #fff;
}
.ser-num {
    font-size: 38px;
    color: #999;
    margin-right: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    
}
.service-service p,
.caption p {
font-size: 14px;
line-height: 2.0;
}
.service-service h3,
.caption h3 {
    font-size: 16px;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    /*font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    font-weight: 600;
line-height: 1.3;
margin-bottom: 30px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb30 {
    margin-bottom: 30px;
}
.service-border {
    border: 1px solid #999;
    margin: 30px 0;
}
.service-cont02 h2 {
    margin-bottom: 50px;
}
.service-cont02 .col-md-4
 {
    padding-right: 30px;
    padding-left: 30px;
}

.service-cont04 .col-md-6 {
    padding-right: 50px;
    padding-left: 50px;
}
.service-cont02 h2,
.service-cont03 h2,
.service-cont04 h2 {
    margin-bottom: 50px;
}
.kochira {
    width: 250px;
    margin: 20px auto;
    padding-bottom: 30px;
}

/*profile*/
.profile-jumbo {
    height: 335px;
    margin-bottom: 20px;
    background: url("../img/profile-title.jpg")no-repeat;
    background-size: cover;
    width: 100%;
}
.profile-jumbo-tit {
    height: 130px;
    background-color: rgba(255,255,255,0.7);
    padding: 30px 20px 30px 120px;
    position: relative;
    top: 30%;
    left:0;
    min-width: 400px;
    width: fit-content;
}
.profile-cont01 h3,
.profile-cont02 h3,
.profile-cont03 h3,
.profile-cont04 h3,
.recruit-cont01 h3 {
    border-left: 3px solid #a23614;
    padding-left: 10px;
    margin-top: 50px;
}
.profile-cont02 img,
.profile-cont03 img,
.profile-cont04 img {
    width: 100%;
}
.profile-keireki {
    font-size: 13px;
}
.profile-keireki .table > tbody > tr > td {
border-top: none;
}
.profile-keireki h2 {
    margin: 30px auto 50px;
}

.sp-profile-cont01 {
    width: 100%;
    font-size: 14px;
}
.profile-ym {
    width: 10%;
}
.profile-cont02 h3 {
    margin-top: 0px;
}
.profile-cont03 h3,
.profile-cont04 h3 {
    margin-bottom: 40px;
}
.profile-cont03 {
    margin-bottom: 100px;
}


/* company */
.company-jumbo {
    height: 335px;
    margin-bottom: 20px;
    background: url("../img/company-title.jpg")no-repeat;
    background-size: cover;
    width: 100%;
}
.company-jumbo-tit {
    height: 130px;
    background-color: rgba(255,255,255,0.7);
    padding: 30px 20px 30px 120px;
    position: relative;
    top: 30%;
    left:0;
    min-width: 400px;
    width: fit-content;
}
.company-cont01 table td.active {
    width: 20%;
}
.company-cont02 {
    font-size: 13px;
}
.company-cont02 h4 {
    margin-top: 30px;
}
.company-cont02 h2 {
    margin-top: 50px;
}
.company-cont06 img {
    margin: 20px auto;
}
.company-cont01 .table {
    border-bottom: 1px solid #ccc;
}
.cont-bnr {
    margin: 60px auto 0;
}
.cont-bnr .row {
    margin-bottom: 30px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
}
.cont-bnr img {
	border: 1px solid #999;
}
.cont-bnr h4 {
	color: #666;
	font-size: 15px;
}
.kakugo {
    font-size: 9px;
    margin: 10px;
}

/* topics */
.topics-jumbo {
    height: 335px;
    margin-bottom: 20px;
    background: url("../img/topics-title.jpg")no-repeat;
    background-size: cover;
    width: 100%;
}
.topics-jumbo-tit {
    height: 130px;
    background-color: rgba(255,255,255,0.7);
    padding: 30px 20px 30px 120px;
    position: relative;
    top: 30%;
    left:0;
    width: 400px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    line-height: 1.8;
}
.c-tel {
    font-size: 16px;
}

.company-photo img {
    width: 80%;
    margin: 80px auto;
}
.cont06-inner li {
    margin-bottom: 15px;
}
.cont03-fl {
    line-height: 2.3;
}
.cont03-fl h2 {
    padding-top: 70px;
}
.cont04 .col-md-2,
.cont04 .col-sm-2 {
    width: 20%;
}
.foot-r {
    height: 100%;
    padding-top: 140px;
}
#zeimukomon .service-cont02 h3 {
    margin-top: 70px;
}
#zeimukomon .service-cont02 h2{
margin-bottom: 0;
    margin-top: 50px;
}
#zeimukomon .service-cont02 img {
    margin: 0 auto;
}
.profile-cont01 p {
    line-height: 2.2;
}
.company-cont01 table > tbody > tr > td {
    padding: 15px;
}
.maps {
    padding-left: 5%;
    margin-bottom: 50px;
}
.company-cont03-inner {
    border: 1px solid #83682e;
    padding: 50px 30px 40px;
    margin-bottom: 30px;
}
.company-cont03-inner h4 {
    margin-top: 30px;
}
.company-cont03-inner h2 {
    line-height: 1.8;
}
.navbar {
    padding-left: 2%;
    padding-right: 2%;
    position: fixed;
    display: flex;
    width: 100%;
    justify-content: space-between;
    z-index: 20;
}

.breadcrumbs {
    padding-left: 5%;
    font-size: 13px;
    color: #999;
    margin-bottom: 50px;
}

.side {
    margin-left: 30px;
}
.side h3 {
    background-color: #ccc;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
}
.side01 {
    margin-bottom: 40px;
    border: 1px solid #ccc;
}
.side02 li {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px;
}
.side02 li a {
    display: flex;
}
.side02 .side-r{
     width:calc(100% / 2); 
}
.news-tit-area {
    margin: 20px 0;
    border-bottom: 1px dotted #ccc;
}
.news-date {
    color: #999;
    font-size: 12px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.news-category {
    font-size: 12px;
}
.news-category a {
    background-color: #705716;
    border: 1px solid #705716;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
}
.news-tit-area h2 {
    font-size: 24px;
    margin: 30px 0 20px;
    text-align: left;
    line-height: 1.8;
}
.entry-content {
    padding-bottom: 150px;
    line-height: 2.3;
}
ul.prev_next_list {
    display: flex;
    justify-content: center;
    border-top: 1px solid #ccc;
    padding-top: 30px;
}
.prev-c {
    border-left: 1px solid #ccc;
}
.prev_next_list li {
    margin: 0 20px;
}
.prev_next_list li {
    margin: 0 20px;
}
.prev_next_list .prev,
.prev_next_list .next {
    min-width: 40%;
}
.side li {
    list-style-type: none;
}

.side02 .txt-block h3 {
    font-size: 13px;
    line-height: 1.6;
    font-weight: normal;
    background-color: unset;
    padding: 5px 0;
}
.side02 ul {
    padding-inline-start: 0;
}
.side02 .img-block img {
        width: 140px;
    height: 140px;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    transform: scale(1);
    transition-property: var(--tcd-thumbnail-transition);
    transition-duration: 0.5s;
    transition-timing-function: ease;
    will-change: transform;
}
}
.side02 .txt-block h3 {
    background-color: none;
    color: #000;
    font-size: 18px;
    text-align: left;
}
.side02 .txt-block time {
    font-size: 12px;
    text-align: center;
    color: #a23614;
    letter-spacing: 0;
}
.side02 .txt-block h3 {
    font-size: 13px!important;
    line-height: 1.6;
    font-weight: normal;
    background-color: unset;
    padding: 5px 0;
}
.side02 .txt-block {
    padding: 10px 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--tcd-line-clamp);
    height: calc(1lh * var(--tcd-line-clamp));
    max-height: calc(1lh * var(--tcd-line-clamp));
    overflow: hidden;
    visibility: visible;
    word-break: break-all;
    margin-block: var(--tcd-half-read);
        align-self: center;
    line-height: 1.8;
    height: auto;
}
.side02 .txt-block h3{
    margin-top:5px;
    color: #333;
    text-align: left;
}
.side01 li {
    padding: 10px;
    border-bottom: 1px solid #efefef;
}
.prev_next_list li {
    list-style-type: none;
}
.news-ph img {
    margin: 20px auto;
    height: 300px;
    width: 100%;
    object-fit: contain;
}
.news h2:before {
    content:unset;
}
.info-ph img {
    border-radius: 0;
    height: auto;
    object-fit: cover;
    border: 0;
    min-height: 180px;
        height: 200px;
    width: 100%;
}
.info-day {
  font-size: 14px;
  color: #705716;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 15px;
}
.info-cate {
    border: 1px solid #705716;
  padding: 8px 20px 8px;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px;
  display: inline-block;
  position: relative;
  line-height:1.4;
  background-color: #705716;
}
.info-cate a {
    color: #fff;
}

.info-txt {
  color: #094B0E;
  text-align: left;
}
.info-cont {
    text-align: left;
    padding: 20px;
}

/*.cont-news .container {
    position: relative;
}*/
.cont-news .bt-next {
   float: right;
}
.cont03-inner {
    border-bottom: 1px solid #acacac;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    height: 100%;
    margin-bottom: 30px;
}

.cont03-inner02 {
  border-top :1px solid #acacac;
  border-bottom :1px solid #acacac;
  padding: 40px 20px;
  position: relative;
  text-align: center;
  height: 100%;
}
.info-more {
  text-align: right;
  padding: 30px 0;
}
.cont-news h2 {
    margin-top: 100px;
}
.arc-waku {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    background-color: #f6f6f6;
}
.arc-waku-t {
    padding: 50px 20px 50px 10px;
}
.cont-arc-news .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}
.arc-waku .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
}
.arc-waku-t h3 {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.7;
}
.thumn img {
    height: 250px;
    width: 280px;
    object-fit: cover;
}
.arc-waku-t .day {
    font-size: 13px;
    color: #666;
}
/*メールフォーム*/
.mw_wp_form {
  width: 100%;
  color: #333;
}
input {
    border: 1px solid #ccc;
    margin: 0;
    padding: 20px;
    color: #000;
}

.mw_wp_form table.mailform-tbl {
width: 80%;
    margin: 0 auto;
}

.mw_wp_form table tr {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding: 30px 0;
  font-weight: normal;
}

.mw_wp_form table tr:first-child {
  border-top: 1px dotted #ccc;
}

.mw_wp_form table th {
  padding: 20px 0;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  width: 30%;
  float: left;
}

.mw_wp_form table th .attention,
.mw_wp_form table td .attention,
.mw_wp_form .attention {
  font-size: 80%;
  margin-left: 10px;
  color: red;
  padding: 3px;
}
.atten {
  font-size: 1.4rem;
  margin-bottom: 20px;
  text-align: right;
}

.mw_wp_form table td {
  padding: 20px 0;
  width: 70%;
  float: left;
}
.mw_wp_form table td.att{
    width: 100%;
    font-size: 14px;
    line-height: 1.7;
}

.mw_wp_form table td.w50 input, .mw_wp_form table td.w50 select {
  width: auto;
  box-sizing: border-box;
}

.mw_wp_form table td.w80 input, .mw_wp_form table td.w80 select {
  width: 80%;
  box-sizing: border-box;
}

.mw_wp_form table td.w80 textarea {
  width: 80%;
  box-sizing: border-box;
}

.mw_wp_form #submit-button {
  text-align: center;
}

.mw_wp_form #submit-button input {
    margin: 30px;
    display: inline-block;
    padding: 10px 50px;
    border: 1px solid #705716;
    background: #705716;
    color: #fff;
    box-sizing: border-box;
    height: 60px;
    -webkit-appearance: none;
    border-radius: 5px;
    font-size: 100%;
}

.mw_wp_form #submit-button input[name="submitBack"] {
  margin: 1em;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #999;
  background: #999;
  color: white;
  box-sizing: border-box;
  height: 40px;
  -webkit-appearance: none;
  border-radius: 5px;
  font-size: 90%;
}

.mw_wp_form .form_step {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 40px 0;
  list-style: none;
}

.mw_wp_form .form_step>li {
  display: block;
  position: relative;
  padding: 0.5em;
  width: 22%;
  border: 1px solid currentColor;
  color: #705716;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.mwform-radio-field label {
    width: 300px;
}
textarea {
    padding: 20px;
}
.mw_wp_form .form_step>li:nth-of-type(n + 2) {
  margin: 0px 0px 0px 4%;
}

.mw_wp_form .form_step>li:nth-of-type(n + 2):before {
  position: absolute;
  top: 50%;
  left: -1.5em;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #705716;
  border-left: 2px solid #705716;
  transform: translateY(-50%) rotate(135deg);
  content: "";
}

.mw_wp_form_input .form_step>li:nth-of-type(1), .mw_wp_form_preview .form_step>li:nth-of-type(2), .mw_wp_form_complete .form_step>li:nth-of-type(3) {
  background-color: #705716;
  color: #fff;
}
::placeholder {
  color: #ccc;
  }

@media screen and (max-width: 768px) {
  .mw_wp_form .form_step>li {
    font-size: 10px;
    width: 100%;
  }
  .mw_wp_form table td {
    width: 100%;
    float: right;
  }
  .mw_wp_form table td.w50 input, .mw_wp_form table td.w50 select {
    width: 100%;
    box-sizing: border-box;
  }
  .mw_wp_form table td.w80 input, .mw_wp_form table td.w80 select {
    width: 100%;
    box-sizing: border-box;
  }
  .mw_wp_form table td.w80 textarea {
    max-width: 100%;
    box-sizing: border-box;
  }
  .mailform-tbl textarea {
    width: 100%;
    padding: 20px;
  }
  .mw_wp_form table.mailform-tbl {
    width: 85%;
  }
  .mw_wp_form table.mailform-tbl td.w-70 span.mwform-radio-field {
    width: 100%;
  }
  .mw_wp_form table th{
    width: 100%;
  }
  .mw_wp_form textarea {
    border-top: 1px solid #999;
  }

}
.page-jumbo {
    height: 335px;
    margin-bottom: 20px;
    background: url("../img/page-title.jpg")no-repeat;
    background-size: cover;
    width: 100%;
}
.page-jumbo-tit {
    height: 130px;
    background-color: rgba(255,255,255,0.7);
    padding: 30px 40px 30px 120px;
    position: relative;
    top: 30%;
    left:0;
    min-width: 400px;
    width: fit-content;
}



#service-cont .service-st {
  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;
}
#service-cont .service-cap {
  background: #000;
  width: 32%;
  height: auto;
}
#service-cont .service-cap p {
  margin: 15px 0 0;
}
#service-cont .kochira {
  margin: 30px auto;
}
#service-cont .kochira a {
  display: block;
  background: #bf1319;
  color: #fff;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#service-cont .service-cap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
#service-cont .kochira {
  margin-top: auto;
}
#service-cont .kochira a {
  margin: 15px 0 0;
}
#service-cont .service-st02 {
    justify-content: flex-start;
    display: flex;
}
#service-cont .service-st02 .service-cap {

    margin-right: 25px;
}
.cont04 .caption {
    padding: 10px;
        font-size: 14px;
    line-height: 2.0;
}
.navbar-collapse.collapse {
    margin-left: auto;
}
.navbar-header {
        justify-content: left;
        display: flex;
    }
.cont-arc-news {
    margin-bottom: 100px;
}
footer .navbar {
    position: relative;
}
.recruit-jumbo {
    height: 335px;
    margin-bottom: 15px;
    background: url(../img/recruit-tit.jpg)no-repeat;
    background-size: cover;
    width: 100%;
}
.recruit-jumbo-tit {
    height: 130px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 30px 20px 30px 120px;
    position: relative;
    top: 30%;
    left: 0;
    min-width: 400px;
    width: fit-content;
}

.recruit-jumbo-tit h1,
.recruit-jumbo-tit p {
    float: left;
    margin-left: 30px;
}
.recruit-cont01 table {
    text-align: left
}
.recruit-cont01 table th{
    text-align: left;
}
.recruit-cont01 .table > tbody > tr > td,
.recruit-cont01 .table > tbody > tr > th {
    padding: 15px;
}
.entry-bt {
    width: 40%;
    height: 60px;
    padding: 20px 30px 20px 20px;
    line-height: 1.7;
    font-size: 14px;
    background-size: 100%;
    border: 1px solid #705716;
    background-color: #fff;
    box-shadow: 2px 2px 4px 1px gray;
    position: relative;
    display: inline-block;
}
.entry-bt::after {
    content: '';
    background-image: url(../img/arrow.png);
    display: inline-block;
    width: 26px;
    height: 8px;
    background-size: contain;
    vertical-align: middle;
    right: 21px;
    top: 25px;
    background-position: right;
    position: absolute;
}
.recruit-entry {
    text-align: center;
    margin: 50px auto 100px;
}
.recruit-entry .entry-bt {
    margin: 0 auto;
}
.p-n {
    text-align: center;
}
.page-numbers {
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 0 3px;
}
.carousel-inner > .item > img {
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}
a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
.table > tbody > tr > th.active {
    width: 20%;
    background-color: #fff;
    color: #705716;
}
.recruit-cont01 li {
    margin-left: 20px;
    margin-bottom: 10px;
}
.recruit-cont01 ul {
    margin-bottom: 10px;
    margin-top: 10px;
}
.recruit-cont01 h4 {
    margin-top: 15px;
}

























/* 992px以下で常にハンバーガー表示にする */
@media (max-width: 1025px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
    margin-left: auto;
  }
 
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-header {
    flex-direction: row-reverse;
}
.navbar {
    display: block;
}
.navbar-header {
    display: flex;
    padding-bottom: 8px;
    justify-content: space-between;
}
.navbar-nav {
    margin-top: 30px;
}
.nav-sns {
    text-align: center;
}
.navbar-toggle .icon-bar {
    margin: 5px 0;
}
.navbar-nav > li {
    margin-bottom: 30px;
}
.nav-sns li {
    left: 0;
}
    .navbar-header {
        background-color: #000;
    }
.navbar-inverse {
    background-color: #333;
    border-color: #333;
}
}


/* ==========================================================================
animation
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 { visibility: hidden; }
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight { visibility: visible; }
.delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; }
.wp3 { background: url('../img/iphone-bg.png') no-repeat center center; background-position: 200px 10px; height: 100%; }

















/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
.sm { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 639px) {
.pc { display: none !important; }
.sp { display: block !important; }
.sm { display: none !important; }
}
@media screen and (min-width:641px) and ( max-width:960px) {
.pc { display: none !important; }
.sp { display: none !important; }
.sm { display: block !important; }
}

@media screen and (max-width: 750px) {
.cont01 .row-eq-height,
.cont04 .row-eq-height {
	display: inline;
    flex-wrap: nowrap;
}
}

/*スマホ用brの出しわけ*/
@media screen and (min-width: 640px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 639px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}



/*profileのタイトル上余白*/
@media screen and (min-width:481px) and ( max-width:991px) { 
.profile-cont02 h3 {
    margin-top: 30px;
}
}






/*スマホ横*/
@media screen and (min-width:481px) and ( max-width:640px) { 
.carousel-caption {
	font-size: 18px;
	top: 22%;
}
.cont04 .col-md-2:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    z-index: 999;
    background: url(../img/arrow-bottom.png) no-repeat;
    background-size: 12px;
    left: 50%;
    top: 100%;
  	margin-top: 15px;
}
.thumbnail {
	margin-bottom: 7%;
	margin-top: 5px;
}
.cont-default {
    margin: 40px auto;
}
}



/*タブレット*/
@media screen and (min-width:481px) and ( max-width:960px) {
.carousel-caption {
	top: 42%;
	font-size: 17px;
}
.cont01 h3 {
	font-size: 20px;
}
.cont04 h3 {
	font-size: 16px;
}
div.cont03 {
    background: url(../img/top-prof_bk_sm.jpg) no-repeat bottom right;
    -webkit-background-size: 130%;
    background-size: 130%;
    }

.cont03-name {
    position: relative;
    top: 530px;
    right: 320px;
    text-shadow: none;
}
.carousel-inner h1 {
    font-size: 17px;
    line-height: 2.0;
    text-align: left;
}
.service-cont02 .col-sm-12,
.service-cont04 .col-sm-12 {
    margin-bottom: 50px;
}
.service-cont03 .col-sm-12 {
    margin-bottom: 30px;
}
.service-jumbo {
    margin-bottom: 20px;
}
.service-service .mb50 {
    margin-bottom: 50px;
}
.profile-cont01 {
    background: url(../img/profile_01.jpg)no-repeat center bottom;
}
.profile-ym {
    width: 15%;
}
div.faq-cont01 ul.nav {
    width: 100%!important;
}
.service {
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 100%;
        font-size: 10px;
    padding: 10px;
}
.c-mail {
    width: 100%;
}
.kochira img {
    width: 170px;
}
.profile-cont01 {
    background: none;
}
.ph-aisa {
    height: 200px;
}
.ph-aisa img {
    width: 100%;
}
.company-jumbo {
    height: 300px;
    margin-bottom: 20px;
    background: url(../img/company-title.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: -20px;
}
    .navbar-inverse .navbar-nav > li > ul > li {
        padding: 8px;
        display: inline-block;
        position: relative;
        left: unset;
    }
.navbar-nav > li > a {
        padding-top: 5px;
        padding-bottom: 0px;
    }
.company-jumbo-tit {
    top: 35%;
}
.profile-jumbo {
    -webkit-background-size: contain;
    background-size: cover;
    height: 300px;
}
.it02 .carousel-caption, .it03 .carousel-caption {
    top: 45%;
    line-height: 2.0;
}
.service {
    height: 60px;
}
.cont04 .col-md-2, .cont04 .col-sm-2 {
    width: 20%;
}
.cont-bnr img {
    border: 1px solid #999;
    margin: 20px auto;
}
.cont03-fl {
    margin-left: 5%;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.cont00-r, .cont00-l {
    width: 50%;
    margin: 0 20px;
}
.cont02 .service {
    padding: 30px 30px 5px 20px;
    }
#service-cont .service-cap {
    background: #000;
    width: 100%;
}
.service-cap img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.kochira img {
        width: 100%;
        height: unset;
    }
#service-cont .service-cap {
	margin-bottom: 50px;
}
    .service-service .mb50 {
        margin-bottom: 0;
    }
#service-cont .service-st02 {
    display: block;
}
.profile-cont03 img {
	margin-top: 30px;
}
.profile-keireki {
    padding-bottom: 100px;
}
.mw_wp_form table td.w50 input[type="text"],
.mw_wp_form table td.w50 input[type="email"] {
	width: 400px;
}
.side {
    margin-top: 70px;
}












}




















/*スマホ*/
@media screen and (max-width: 480px) {
.carousel-caption {
  font-size: 20px;
  top: 25%;
  margin-left: 20px;
  z-index: 10;
  text-align: left;
  color: #fff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, .6);
}
.cap-mt30 {
    margin-top: 30px;
}

.cap-black {
    color: #000
}
.cont02 {
    background-position: 100% 260px;
    background-size: 60%;
}
.cont03 {
    background: none;
}

.cont04 .col-md-2:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    z-index: 999;
    background: url(../img/arrow-bottom.png) no-repeat;
    background-size: 12px;
    left: 50%;
    top: 100%;
    margin-top: 5px;
}
.thumbnail {
    margin-bottom: 7%;
}
h2 {
    font-size: 26px;
    line-height: 1.5;
}
.cont-inq {
    padding: 20px 30px;
    padding-bottom: 240px;
}
.inq-bt {
    padding: 10px;
    background: url(../img/ico-mail.png)no-repeat 5% 50% #203952;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 18px;
    padding-left: 50px;
}
a .bt-syosai {
    background-color: #fff;
    position: absolute;
top: 103%;
    left: 18%;
}
.cont03-name {
    position: relative;
    top: -30px;
    left:0;
    text-shadow: none;
}
.carousel-inner h1 {
    font-size: 20px;
    line-height: 2.0;
    margin-top: -10px;
}
.cont-default {
    margin: 40px auto 20px;
}
.cont04 {
    margin-top: 80px;
}


.service-jumbo-tit {
        width: 100%;
        height: 40%;
        padding: 5px 0;
        top: 50%;
        background-color: unset;
        color: #000;
    }

.service-jumbo-tit p {
    font-size: 14px;
        margin-top: 10px;
}
.service-jumbo-tit h1 {
    float: left;
    margin-top: 0;
}
.service-service .row-eq-height {
    display: block;
    flex-wrap: wrap;
}
.service-cont02 .col-xs-12,
.service-cont04 .col-xs-12 {
    margin-bottom: 50px;
}
.service-cont03 .col-xs-12 {
    margin-bottom: 30px;
}
.service-jumbo {
        margin-bottom: 20px;
        height: 335px;
        background-size: cover;
        background-position: 80%;
    }
.service-service .mb50 {
    margin-bottom: 1px;
}
.profile-jumbo-tit {
    padding: 0 20px 30px 20px;
    width: 100%;
    color: #fff;
    background-color: unset;
    top: 50%;
}
.profile-cont01 {
    margin-top: 1px;
    padding-top: 1px;
}
.profile-cont02 h3 {
    margin-top: 20px;
}
    .profile-cont03 h3, .profile-cont04 h3 {
        margin-left: 15px;
        padding-right: 15px;
        line-height: 1.7;
    }
.profile-jumbo {
    height: 335px;
    margin-bottom: 20px;
    background: url(../img/profile-title.jpg) no-repeat;
    background-size: cover;
    width: 100%;
}
.table {
    border-bottom: unset;
}
.navbar-brand img {
    height: 50px;
    margin-left: 10px;
    margin-top: 5px;
}
.company-jumbo-tit {
    width: 100%;
    padding: 0 20px 30px 20px;
    top:20%;
        height: 42px;
        background-color: unset;
        color: #fff;
}
.company-jumbo {
    height: 100px;
    margin-bottom: 20px;
    background: url("../img/company-title.jpg")no-repeat;
    background-size: contain;
    width: 100%;
    margin-top: -20px;
}
.company-cont01 table td.active {
    width: 25%;
}
div.faq-cont01 ul.nav {
    width: 100%!important;
}
.faq-jumbo-tit {
    width: 100%;
    padding: 30px 20px 30px 20px;
}
.nav-pills > li {
    float: none;
}
.profile-ym {
    width: 30%;
}
.service-cont04 .col-md-6 {
    padding-right: 20px;
    padding-left: 20px;
}
.service-cont04 .mt50 {
margin-top: 5px;
}
.c-name {
    font-size: 20px;
    margin-left: 0; 
}
.c-map,
.c-mail {
    width: 100%;
}
.service-service .col-xs-12 {
    margin-bottom: 20px;
}
.service-cont02 h3 {
    font-size: 20px;
    margin: 20px 10px;
}
.service-cont02 img {
    margin: 20px auto;
}
.service-cap {
    padding-bottom: 10px;
}
.cont03 {
    width: auto;
}
.cont03-fl {
    margin-left: 2%;
}
.cont03 .col-xs-12 {
    margin-top: 20px;
}
.cont00 .col-md-6 {
    margin-bottom: 20px;
}
.strength {
    margin-bottom: 10%;
}
.service {
    -webkit-background-size: contain;
    background-size: contain;
}
.service {
        background: unset;
        height: 120px;
        width: 100%;
        background-size: contain;
        padding-top: 30px;
        font-size: 16px;
        background-position: center;
        padding-left: 40px;
    }
.gyo1 {
    padding-top: 50px;
}
.cont04 .col-md-2 {
    margin-bottom: 20px;
}
.cont06 h2 {
    font-size: 23px;
}
.cont06-inner {
    margin: 0 5px;
}
.carousel-inner > .item > img
{
   height: 400px;
   display: unset;
   max-width: unset;
   width: unset;
}
.cont06-inner {
    padding: 30px 0 20px;
}
.conpany-name {
    width: 280px;
    top: 10px;
}
.nav > li {
    padding: 15px 8px;
}
.navbar-inverse .navbar-nav > li > ul > li {
        padding: 8px;
}
.company-photo img {
    width: 100%;
    margin: 50px auto;
}
.it02 .carousel-caption,
.it03 .carousel-caption {
top: 30%;
line-height: 2.0;
}
.cont00 p {
    padding: 15px;
}
.cont-bnr h4 {
    color: #666;
    font-size: 18px;
}
.cont-bnr .col-md-5 {
    margin-top: 20px;
}
.cont-bnr img {
    margin: 0 auto;
}
.cont04 .col-md-2, .cont04 .col-sm-2 {
    width: 100%;
}
.foot-r {
    height: 100%;
    padding-top: 40px;
}
#zeimukomon .service-cont02 h3 {
    margin-top: 50px;
    line-height: 1.7;
}
#zeimukomon .service-cont02 img {
    margin: 0 auto;
    width: 50%;
}

.profile-cont03 {
    margin-bottom: 50px;
}
.profile-cont04 img {
    margin-top: 80px;
    margin-bottom: 40px;
}
.company-cont03-inner {
    padding: 30px 15px;
    margin-top: 50px;
}
.company-cont03-inner ul {
    padding-inline-start: 20px;
}
.company-cont03-inner h2 {
    font-size: 20px;
    line-height: 1.8;
}
.topics-jumbo-tit {
    width: 100%;
    text-align: center;
    padding: 0;
    padding-top: 28px;
}
.topics-jumbo-tit {
padding-top: 15px;
height: 100px;
top: 40%;
}
.breadcrumbs {
    padding-left: 3%;
    font-size: 12px;
    margin-bottom: 30px;
}
.prev_next_list li {
    margin: 0 5px;
}
.prev_next_list .prev, .prev_next_list .next {
    min-width: 40%;
    width: 50%;
}
.side {
    margin-left: 0;
    margin-top: 70px;
}
.side02 .txt-block {
    padding: 0 0 0 15px;
}
.navbar-header {
    flex-direction: row-reverse;
}
.navbar {
    display: block;
}
.navbar-header {
    display: flex;
    padding-bottom: 8px;
    justify-content: space-between;
}
.navbar-nav {
    margin-top: 30px;
}
.nav-sns {
    text-align: center;
}
.navbar-toggle .icon-bar {
    margin: 5px 0;
}
footer .navbar {
    position: relative;
}
    .carousel-inner > .item > img {
        height: 600px;
        width: 180%;
        height: 600px;
        object-fit: cover;
    }
.caro-arrow-r img,
.caro-arrow-l img {
    width: 22px;
    height: auto;
}
.cont00-wrap {
    display: block;
}
.cont00-r, .cont00-l {
    width: 100%;
}
.bt-next {
    width: 100%;
    height: 75px;
    background: url(../img/bt-format02.png) no-repeat;
    padding-top: 22px;
    padding-left: 30px;
    background-size: contain;
    font-size: 16px;
    background-position: center;
}
.bt-next a {
    padding-left: 20px;
}
.cont01 .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}
.cont06-inner li {
    margin-bottom: 15px;
    margin-left: 30px;
}
h2:before {
    width: 20px;
    height: 1px;
    margin-right: 6px;
}
.cont04 .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}
.flo-waku {
    background-color: #eee;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 20px;
}
.cont04 h2 {
    margin-bottom: 0;
}
.cont01 h2 {
    margin-top: 30px;
    margin-bottom: 0;
}
.info-cont {
    padding: 20px 30px;
}
.navbar-toggle {
    margin-right: 0;
}
.cont02 .service {
    vertical-align: middle;
        display: inline-block;
        height: 100px;
        padding: 30px;
}
.thumn img {
    width: 100%;
    object-fit: cover;
}
.arc-waku {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.arch-news .cont-arc-news .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
}
.news-ph img {
    object-fit: cover;
}
#service-cont .service-st {
    display: block;
}
#service-cont .service-cap {
    width: 100%;
    margin-bottom: 30px;
}
#service-cont .service-st02 {
    display: block;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    top:0;
}
.page-jumbo {
    background-position: right;
}
.page-jumbo-tit {
    height: 130px;
    top: 40%;
    padding: 30px 0;
    text-align: center;
}
ol {
    padding-inline-start: 0;
    }
.mw_wp_form .form_step {
    margin: 50px 10px 40px 10px;
}
.mwform-radio-field label {
    width: 100%;
}
.mwform-radio-field input[radio] {
    width: 20%;
}
.mw_wp_form table td.w50 input[type="radio"],
.mw_wp_form table td.w-70 input[type="radio"],
.mw_wp_form table td.w50 input[type="checkbox"] {
    width: 20%;
}
.mwform-checkbox-field-text {
    width: 100%;
}
label {
    width: 100%;
}
.pr-cont01 li {
    margin-left: 20px;
}
.cont-arc-news {
    margin-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
}
.info-cate {
    display: table;
    font-size: 14px;
}
.info-day {
    padding-left: 0;
    font-size: 14px;
}
.info-txt {
    font-size: 16px;
}
.recruit-jumbo {
    background-position: center;
}
.recruit-jumbo-tit {
    padding: 30px 20px 30px 30px;
    min-width: 300px;
    width: 100%;
}
.recruit-cont01 .table > tbody > tr > td, .recruit-cont01 .table > tbody > tr > th {
    display: block;
}

.table > tbody > tr > th.active {
    width: 100%;
    color: #705716;
    background-color: #efefef;
}   
.entry-bt {
    width: 100%;
}
.recruit-jumbo-tit h1 {
    float: unset;
    margin-left: 0;
    text-align: center;
}
.foot-r p {
    font-size: 14px;
}














}









































