@charset "utf-8";

/* 私たちについて */
.sub_bg_ab {
    /* height: 24vh; */
    background: url(../img/about_bg.jpg) no-repeat center top / 100% auto;
    text-align: center;
}

.subHeader h1 {
    padding: 6.5% 0px;
    color: #dedede;
    font-size: 25px;
    font-weight: bold;

}

.subHeader h1 span {
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
}
.date{
	display: inline-block;
    margin-bottom: 8px;
}
.catch {
    text-align: center;
    width: 54%;
    margin: 4% auto;
}

.catch h2 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 4%;
    line-height: 1.7;
}

.catch p {
    line-height: 2;
}
.mt10 {
    margin-bottom: 10px;
}
.mt20 {
    margin-bottom: 20px;
}
.mt30 {
    margin-bottom: 30px;
}
.mt40 {
    margin-bottom: 40px;
}

.hanko {
    position: relative;
    height: 105vh;
}

.hanko .sha {
    position: absolute;
    top: 8%;
    left: 16%;
    box-shadow: 88px -50px 0px 0px #333333;
}

.hankotxtWrap {
    position: absolute;
    top: 15%;
    right: 13%;
    width: 28%;
    background: #f6f6f6;
    padding: 2%;
    line-height: 2.2;
}

.kdwr {
    text-align: left;
}

.kaiko {
    position: relative;
    height: 89vh;
}

.kaiko .sha {
    position: absolute;
    top: 1%;
    left: 47%;
    box-shadow: -90px -51px 0px 0px #333333;
}

.kaikotxtWrap {
    position: absolute;
    top: 5%;
    right: 51%;
    width: 28%;
    background: #f6f6f6;
    padding: 2%;
    line-height: 2.2;
}

.hankotxtWrap h3,
.kaikotxtWrap h3 {
    margin-bottom: 5%;
    font-size: 25px;
    color: #333;
    border-bottom: 1px solid;
    line-height: 1.7;
}

/* 私たちについて */

/* 会社概要 */
.sub_bg_com {
    background: url(../img/company_bg.jpg) no-repeat center top / 100% auto;
    text-align: center;
    margin-top: 6%;
}

.compwrap {
    width: 50%;
    margin: 4% auto;
    text-align: left;
}

.compttl {
    margin-bottom: 5%;
}

.compttl h2 {
    position: relative;
    margin: 20px auto;
    padding: 10px 0;
    color: #000;
    font-size: 22px;
    font-weight: bold;
}

.compttl h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 3px solid #000;
}

.compttl h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20%;
    border-bottom: 3px solid #EE0F0F;
}

.listtxt,
.pptxt {
    line-height: 2.1;
}

/* 概要テーブル */
.tblarea table {
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
}

.tblarea table th,
.tblarea table td {
    border-top: 1px solid #A2A2A2;
    border-left: 1px solid #A2A2A2;
}

.tblarea table th {
    width: 96px;
    padding: 15px 25px;
    background: #04268C;
    color: #FFFFFF;
}

.tblarea table td {
    padding: 20px 15px;
    background: #FCFCFC;
    color: #000;
}

.tblarea table tr:nth-child(even) td {
    background: #EEEEEE;
}

.tblarea table th:last-child,
.tblarea table td:last-child {
    border-right: 1px solid #A2A2A2;
}

.tblarea table tr:last-child th,
.tblarea table tr:last-child td {
    border-bottom: 1px solid #A2A2A2;
}

/* 概要テーブル */

/* 沿革のテーブル */
.histblarea,
.gglmap,
.sdgstxt,
.bcontarea {
    margin-bottom: 15%;
}

.histblarea table {
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
    font-size: 17px;
}

.histblarea table th,
.histblarea table td {
    border-bottom: 1px solid #000;
}

.histblarea table th {
    padding-top: 4%;
    padding-bottom: 1%;
    margin-bottom: 2%;
    color: #04268C;
    font-weight: bold;
}

.histblarea table td {
    color: #000;
    padding-top: 4%;
    padding-bottom: 1%;
    padding-left: 5%;
}

/* 沿革のテーブル */
/* アクセスのテーブル */
.acstblarea {
    margin-bottom: 5%;
}

.acstblarea table {
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
    font-size: 17px;
}

.acstblarea table th,
.acstblarea table td {
    border-bottom: 1px solid #000;
}

.acstblarea table th {
    padding-top: 4%;
    padding-bottom: 1%;
    margin-bottom: 2%;
    color: #04268C;
    font-weight: bold;
}

.acstblarea table td {
    color: #000;
    padding-bottom: 1%;
    padding-left: 12%;
    line-height: 1.7;
}

/* アクセスのテーブル */
.comptab {
    text-align: center;
    margin: 4% 0;
}

.comptab ul {
    display: flex;
    justify-content: center;
}

.comptab ul li {
    background: #04268C;
    width: 100%;
    border: 1px solid #04268C;
    margin-right: 5px;
}

.comptab ul li:last-child {
    margin-right: 0;
}

.comptab ul li:hover {
    background: #fff;
    border: 1px solid #04268C;
    transition: .7s;
}

.comptab ul li a {
    display: block;
    color: #fff;
    padding: 5% 0;
}

.comptab ul li a:hover {
    color: #474747;
    transition: .7s;
}

.mbox {
    background: #f6f6f6;
    padding: 3%;
    line-height: 1.7;
    margin-bottom: 15%;
}

.sdgstxt p {
    line-height: 1.7;
}

.sdgstxtimg {
    text-align: center;
    margin: 10% 0;
}

/* 会社概要 */

.imgter img {
    width: 20%;
}

/* 事業内容 */
.sub_bg_bus {
    background: url(../img/business_bg.jpg) no-repeat center top / 100% auto;
    text-align: center;
}

.busnav {
    text-align: center;
    margin-bottom: 15%;
}

.busnav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: 5% 0;

}

.busnav ul li {
    position: relative;
    width: 82%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7%;
    background: #04268C;
    font-weight: bold;
}

.busnav ul li a {
    display: block;
    padding: 16px 0px;
    color: #fff;
    border: 1px solid #04268C;
}

.busnav ul li:before {
    position: absolute;
    right: 10%;
    top: calc(50% - 5px);
    transform: rotate(-45deg);
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
}

.busnav ul li a:hover {
    background: #fff;
    color: #04268C;
    transition: .7s;
}

.busnav ul li:hover::before {
    position: absolute;
    right: 10%;
    top: calc(50% - 5px);
    transform: rotate(-45deg);
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #04268C;
    border-right: 2px solid #04268C;
    content: "";
    transition: .7s;
}

.bcontarea {
    height: 470vh;
}

.bcontarea #bcon01,
.bcontarea #bcon03,
.bcontarea #bcon05 {
    position: relative;
    height: 80vh;
    margin: 5% 0;
}

.bcontarea #bcon02,
.bcontarea #bcon04,
.bcontarea #bcon06 {
    position: relative;
    height: 65vh;
    margin: 5% 0;
}

.bcontarea #bcon01 h3,
.bcontarea #bcon03 h3,
.bcontarea #bcon05 h3 {
    position: absolute;
    top: 8%;
    right: 0%;
    /* z-index: 3; */
    font-size: 40px;
    font-weight: 100;
    background: #fff;
    padding: 15px 40px;
    box-shadow: 2px 3px 8px -8px #000000;
    font-weight: 500;
}

.bcontarea #bcon02 h3,
.bcontarea #bcon04 h3,
.bcontarea #bcon06 h3 {
    position: absolute;
    top: 8%;
    left: 0%;
    /* z-index: 3; */
    font-size: 40px;
    font-weight: 100;
    background: #fff;
    padding: 15px 40px;
    box-shadow: 2px 3px 8px -8px #000000;
    font-weight: 500;
}

.bcontarea #bcon01 p,
.bcontarea #bcon03 p,
.bcontarea #bcon05 p {
    position: absolute;
    top: 60%;
    right: 0%;
    width: 45%;
    /* z-index: 2; */
    line-height: 1.7;
    font-size: 17px;
    background: #fff;
    padding: 30px;
    box-shadow: 2px 3px 8px -8px #000000;
}

.bcontarea #bcon02 p,
.bcontarea #bcon04 p,
.bcontarea #bcon06 p {
    position: absolute;
    top: 60%;
    left: 0%;
    width: 45%;
    /* z-index: 2; */
    line-height: 1.7;
    font-size: 17px;
    background: #fff;
    padding: 30px;
    box-shadow: 2px 3px 8px -8px #000000;
}

.bcontarea #bcon01 .sha,
.bcontarea #bcon03 .sha,
.bcontarea #bcon05 .sha {
    z-index: -1;
    position: absolute;
    top: 10%;
    left: 0%;
    box-shadow: -82px -38px 0px -5px #333333;
}

.bcontarea #bcon02 .sha,
.bcontarea #bcon04 .sha,
.bcontarea #bcon06 .sha {
    z-index: -1;
    position: absolute;
    top: 10%;
    right: 0%;
    box-shadow: 59px -38px 0px -5px #333333;
}

/* 事業内容 */

/* プライバシーポリシー */
.sub_bg_pp {
    background: url(../img/pp_bg.jpg) no-repeat center top / 100% auto;
    text-align: center;
}

.sub_bg_sea {
    background: url(../img/search.jpg) no-repeat center top / 100% auto;
    text-align: center;
}

.seachttl {
    margin: 3% 0;
    font-size: 20px;
}

/* お問い合わせ */
.Form-Item {

    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
}


.wpcf7-radio {
    margin-left: 24px;
}

.Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
}

.Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
}

.Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #EE0F0F;
    color: #fff;
    font-size: 14px;
}

.Form-Item-Label-Any {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #333;
    color: #fff;
    font-size: 14px;
}

.Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
}

.Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
}

.Form-Btn {
    cursor: pointer;
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #04268C;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.Form-Btn:hover {
    opacity: .6;
    transition: .7s;
}

.Form-Item-Input-tarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: 40px;
    height: 21vh;
    width: 88%;
    background: #eaedf2;
    font-size: 18px;
    line-height: 1.5;
    padding-top: 15px;
    margin-top: 5%;
}

.Form-Item-ppck {
    text-align: center;
}

.reset {
    cursor: pointer;
    margin-top: 3%;
}

.reset input {
    cursor: pointer;
    background: #f1f1f1;
    border: none;
    padding: 1% 3%;
    color: #333;
    border: 1px solid #333;
    border-radius: 5px;
}

.reset input:hover {
    color: #fff;
    background: #333;
}

.wpcf7-checkbox {
    cursor: pointer;
}

.pplink a {
    cursor: pointer;
    color: blue;
    margin-bottom: 3%;
}

.pplink a:hover {
    opacity: .6;
    transition: .7s;
}

/* お問い合わせ */

.sub_bg_cate {
    background: url(../img/cate_bg.jpg) no-repeat center top / 100% auto;
    text-align: center;
}



.sub_bg_han {
    background: url(../img/han_bg.jpg) no-repeat center top / 100% auto;
    text-align: center;
}

.singlewrap {
    width: 50%;
    margin: 4% auto;
    text-align: left;
}

.section h3 {
    position: relative;
    margin: 20px auto;
    padding: 10px 0;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.section h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 3px solid #000;
}

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

.cfs ul {
    width: 29%;
}

.cfs li {
    font-size: 17px;
    margin-bottom: 7%;
    line-height: 1.7;
    border-bottom: 1px solid;
}

.cfs li span {
    font-weight: bold;
    padding-bottom: 2px;
}

.comment h4 {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 13px;
    padding-left: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-left: 5px solid red;
    line-height: 1.5;
}

.comment p {
    font-size: 17px;
    line-height: 1.7;
}

.newscont {
    margin-bottom: 15%;
    line-height: 1.7;
}

.newscont h2 {
    border-left: 5px solid #EE0F0F;
    padding-left: 8px;
    font-size: 18px;
    font-weight: bold;
}

.sub_bg_new {
    background: url(../img/news_bg.jpg) no-repeat center top / 100% auto;
    text-align: center;
}

.sub_bg_kai {
    background: url(../img/kai_bg.jpg) no-repeat center top / 100% auto;
    text-align: center;
}

.tags ul {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.9;
}

.tags li {
    margin-right: 50px;
}

.tags li:hover {
    opacity: .6;
}

.tags li a {
    color: blue;
    text-decoration: underline;
}

.tags li a::before {
    content: '#';
}

.archiveWrap {
    margin: 5%;
}

.archiveWrap .arList {
    display: grid;
    grid-template-columns: 360px 360px 360px;
    grid-template-areas: ". . ."
        ". . .";
    justify-content: center;
}

.arListinner {
    text-align: left;
    line-height: 1.6;
}

.arListinner h4 {
    font-size: 18px;
    font-weight: bold;
    padding: 4% 0;
}

.arListinner a:hover {
    opacity: .6;
}

.side span {
    display: block;
    background: #04268C;
    color: #fff;
    padding: 5% 0;
    margin-bottom: 5%;
}

.side {
    text-align: left;
    padding-top: 7%;
}

.sidelist,
.sidetaglist {
    margin: 15% 0;
    text-align: center;
}

.sidetaglist {
    padding-bottom: 5%;
    border-bottom: 1px solid;
}

.sidelist li {
    text-align: left;
    margin: 7% 0;
    border-bottom: 1px solid;
    padding: 7% 0;
    padding-left: 5%;
}

.sidelist a {
    display: inline-block;
}

.sidetaglist ul {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.9;
}

.sidetaglist ul li {
    margin-right: 20px;
    margin-bottom: 15px;
}

.sidetaglist ul li a {
    color: blue;
    text-decoration: underline;
}

.sidetaglist li a::before {
    content: '#';
}

.recentlist a:hover,
.categorylist a:hover,
.taglist a:hover,
.archivelist a:hover {
    opacity: .6;
}

/* 検索窓 */
.search-form-001 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 2px solid #04268c;
    border-radius: 3px;
}

.search-form-001 input {
    width: 250px;
    height: 45px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    font-size: 1em;
    outline: none;
}

.search-form-001 input::placeholder {
    color: #767d83;
}

.search-form-001 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    border: none;
    background-color: #04268c;
    cursor: pointer;
}

.search-form-001 button::after {
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    content: '';
}

/* 検索窓 */
.arList li {
    padding: 7%;
    margin: 4%;
    box-shadow: 6px 6px 20px -14px #c4c4c4;
    border-radius: 25px;
}

.bold {
    font-weight: bold;
}




/* メディアクエリ */
@media screen and (max-width: 1400px) {
	.cfs {
		display: block;
	}
	.cfs ul {
		width: 100%;
	}
    .bcontarea {
        height: 4500px;
    }

    .bcontarea #bcon01,
    .bcontarea #bcon03,
    .bcontarea #bcon05,
    .bcontarea #bcon02,
    .bcontarea #bcon04,
    .bcontarea #bcon06 {
        height: 715px;
    }

    .bcontarea #bcon01 h3,
    .bcontarea #bcon03 h3,
    .bcontarea #bcon05 h3 {
        top: 7%;
        right: -20%;
    }

    .bcontarea #bcon02 h3,
    .bcontarea #bcon04 h3,
    .bcontarea #bcon06 h3 {
        top: 7%;
        left: -27%;
    }

    .bcontarea #bcon01 p,
    .bcontarea #bcon03 p,
    .bcontarea #bcon05 p {
        top: 60%;
        right: 8%;
        width: 70%;
    }

    .bcontarea #bcon02 p,
    .bcontarea #bcon04 p,
    .bcontarea #bcon06 p {
        top: 60%;
        left: -15%;
        width: 70%;
    }

}

@media screen and (min-width:800px) and (max-width:1400px) {

    /* 画面幅が800px～1400px（タブレットとノート） */
    .tblarea table th {
        width: 100px;
        padding: 15px 20px;
    }

    .busnav ul li {
        width: 95%;
    }

    .bcontarea {
        height: 540vh;
    }

    .bcontarea #bcon01,
    .bcontarea #bcon03,
    .bcontarea #bcon05 {
        height: 90vh;
    }

    .bcontarea #bcon02,
    .bcontarea #bcon04,
    .bcontarea #bcon06 {
        height: 80vh;
    }

    .bcontarea #bcon01 p,
    .bcontarea #bcon03 p,
    .bcontarea #bcon05 p {
        right: -22%;
        width: 70%;
        top: 55%;
    }

    .bcontarea #bcon02 p,
    .bcontarea #bcon04 p,
    .bcontarea #bcon06 p {
        left: -27%;
        width: 70%;
    }

    .bcontarea #bcon01 .sha,
    .bcontarea #bcon03 .sha,
    .bcontarea #bcon05 .sha {
        box-shadow: -82px -60px 0px -5px #333333;
    }

    .bcontarea #bcon02 .sha,
    .bcontarea #bcon04 .sha,
    .bcontarea #bcon06 .sha {
        box-shadow: 83px -60px 0px -5px #333333;
    }

    .bcontarea #bcon01 h3,
    .bcontarea #bcon03 h3,
    .bcontarea #bcon05 h3 {
        top: 5%;
    }

    .bcontarea #bcon02 h3,
    .bcontarea #bcon04 h3,
    .bcontarea #bcon06 h3 {
        top: 4%;
    }

    .Form-Item-Label {
        max-width: 220px;
    }

    .Form-Item-Input {
        max-width: 290px;
    }

    .hanko .sha {
        top: 15%;
        left: 4%;
        width: 54%;
    }

    .hankotxtWrap {
        top: 0%;
        right: 4%;
        width: 45%;
        background: #fff;
        box-shadow: 2px 3px 8px -8px #000000;
    }

    .kaiko .sha {
        top: 0%;
        left: 41%;
        width: 54%;
    }

    .kaikotxtWrap {
        top: -21%;
        right: 46%;
        width: 45%;
        background: #fff;
    }

    .archiveWrap {
        grid-template-columns: 60% 26%;
        gap: 0px 67px;
    }

    .archiveWrap .arList {
        grid-template-columns: 250px 250px 250px;
    }

    .hanko {
        height: 900px;
    }

    .kaiko {
        height: 700px;
    }
}

@media screen and (max-width: 760px) {
    /* 画面幅が767px以下（スマートフォン専用スタイル） */

    .archiveWrap {
        display: block;
    }

    .archiveWrap .arList {
        display: block;
    }

    .sub_bg_han {
        background: url(../img/han_bg.jpg) no-repeat center top / 160% auto;
        margin-top: 16%;
    }

    .side {
        width: 90%;
        margin: 0 auto;
    }

    .singlewrap {
        width: 90%;
    }

    .sub-img {
        display: flex;
        flex-wrap: wrap;
    }

    .sub-img li {
        margin-right: 2%;
        width: 30%;
    }

    .cfs {
        display: block;
    }

    .cfs ul {
        width: 100%;
    }

    .cfs img {
        width: 100%;
    }

    .tags ul {
        display: block;
    }

    .sinttl {
        margin-top: 10%;
        margin-bottom: 10%;
    }
}

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

    /* 画面幅が430px以下（スマートフォン専用スタイル） */
    .Form-Item {
        padding-top: 16px;
        padding-bottom: 16px;
        flex-wrap: wrap;
    }

    .Form-Item-Label {
        max-width: inherit;
        display: flex;
        align-items: center;
        font-size: 15px;
    }

    .Form-Item-Label.isMsg {
        margin-top: 0;
    }

    .Form-Item-Label-Required {
        border-radius: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 32px;
        font-size: 10px;
    }

    .Form-Item-Label-Any {
        border-radius: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 32px;
        font-size: 10px;
    }

    .Form-Item-Input {
        width: 90%;
        margin-left: 0;
        margin-top: 18px;
        height: 40px;
        flex: inherit;
        font-size: 15px;
    }

    .Form-Item-Textarea {
        margin-top: 18px;
        margin-left: 0;
        height: 200px;
        flex: inherit;
        font-size: 15px;
    }

    .Form-Btn {
        margin-top: 45px;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 90%;
        font-size: 16px;
    }

    .sub_bg_com {
        margin-top: 16%;
    }

    .compwrap {
        width: 90%;
    }

    .comptab ul {
        display: block;
    }

    .comptab ul li {
        margin-bottom: 1%;
    }

    .compttl {
        margin-top: 10%;
        margin-bottom: 10%;
    }

    .sub_bg_com {
        background: url(../img/company_bg.jpg) no-repeat center top / 160% auto;
    }

    .tblarea table th {
        width: 98px;
        padding: 5% 3% 5% 3%;
        background: #04268C;
        color: #FFFFFF;
    }

    .tblarea table td {
        padding: 0% 3%;
        line-height: 1.5;
        padding-bottom: 15px;
    }

    .histblarea table th {
        padding-top: 10%;
        line-height: 1.5;
        width: 80px;
    }

    .histblarea table td {
        line-height: 1.5;
    }

    .acstblarea table th {
        width: 21%;
    }

    .acstblarea table td {
        padding-left: 5%;
    }

    .bcontarea {
        height: 488vh;
    }

    .imgter img {
        width: 50%;
    }

    .busnav ul {
        display: block;
    }

    .sub_bg_bus {
        background: url(../img/business_bg.jpg) no-repeat center top / 165% auto;
        margin-top: 16%;
    }

    .sub_bg_cate {
        background: url(../img/cate_bg.jpg) no-repeat center top / 160% auto;
        text-align: center;
        margin-top: 16%;
    }

    .sub_bg_sea {
        background: url(../img/search.jpg) no-repeat center top / 160% auto;
        margin-top: 16%;
        text-align: center;
    }

    .bcontarea #bcon01,
    .bcontarea #bcon03,
    .bcontarea #bcon05 {
        height: 65vh;
    }

    .sha img {
        width: 100%;
    }

    .bcontarea #bcon01 h3,
    .bcontarea #bcon03 h3,
    .bcontarea #bcon05 h3 {
        font-size: 30px;
        padding: 15px;
        top: 5%;
        right: 0%;
    }

    .bcontarea #bcon01 .sha,
    .bcontarea #bcon03 .sha,
    .bcontarea #bcon05 .sha {
        top: 18%;
        box-shadow: -17px -32px 0px -5px #333333;
    }

    .bcontarea #bcon02 .sha,
    .bcontarea #bcon04 .sha,
    .bcontarea #bcon06 .sha {
        top: 18%;
        box-shadow: 18px -32px 0px -5px #333333;
    }

    .subHeader h1 {
        font-size: 20px;
    }

    .subHeader h1 span {
        font-size: 12px;
    }

    .bcontarea #bcon01 p,
    .bcontarea #bcon03 p,
    .bcontarea #bcon05 p {
        top: 54%;
        width: 86%;
        font-size: 16px;
        padding: 16px;
    }

    .bcontarea #bcon02,
    .bcontarea #bcon04,
    .bcontarea #bcon06 {
        height: 80vh;
        margin: 20% 0;
    }

    .bcontarea #bcon02 h3,
    .bcontarea #bcon04 h3,
    .bcontarea #bcon06 h3 {
        top: 5%;
        font-size: 30px;
        padding: 15px;
        left: 0%;
    }

    .bcontarea #bcon02 p,
    .bcontarea #bcon04 p,
    .bcontarea #bcon06 p {
        top: 54%;
        width: 86%;
        font-size: 16px;
        padding: 16px;
        left: 7%;
    }

    .bcontarea #bcon03 {
        padding-bottom: 25%;
    }

    .bcontarea #bcon03 p {
        top: 48%;
    }

    .Form-Item-ppck {
        margin: 15% 0;
    }

    .pplink a {
        margin-bottom: 10%;
    }

    .busnav ul li {
        width: 100%;
        margin-top: 1%;
    }

    .sub_bg_pp {
        background: url(../img/pp_bg.jpg) no-repeat center top / 160% auto;
        margin-top: 16%;
    }

    .sub_bg_ab {
        background: url(../img/about_bg.jpg) no-repeat center top / 160% auto;
        margin-top: 16%;
    }

    .tblarea table tr:last-child th,
    .tblarea table tr:last-child td {
        padding-bottom: 15px;
    }

    .catch {
        width: 93%;
        margin: 12% auto;
        text-align: left;
    }

    .hanko {
        position: relative;
        height: 90vh;
    }

    .hanko .sha {
        left: 6%;
        box-shadow: 31px -30px 0px 0px #333333;
    }

    .hankotxtWrap {
        position: absolute;
        top: 37%;
        right: 21%;
        width: 67%;
        background: #fff;
        padding: 7%;
        line-height: 2.2;
        box-shadow: 2px 3px 8px -8px #000000;
    }

    .kaiko {
        position: relative;
        height: 85vh;
    }

    .kaiko .sha {
        position: absolute;
        top: 1%;
        left: 0;
        right: 8%;
        box-shadow: -37px -29px 0px 0px #333333;
    }

    .kaikotxtWrap {
        position: absolute;
        top: 29%;
        right: 0%;
        width: 67%;
        background: #fff;
        padding: 7%;
        line-height: 2.2;
        box-shadow: 2px 3px 8px -8px #000000;
    }
}

@media screen and (max-width: 375px) {
    .bcontarea {
        height: 570vh;
    }

    .bcontarea #bcon01,
    .bcontarea #bcon03,
    .bcontarea #bcon05 {
        height: 80vh;
    }

    .bcontarea #bcon01,
    .bcontarea #bcon03,
    .bcontarea #bcon05 {
        margin: 20% 0;
    }

    .Form-Item-Input-tarea {
        margin-left: 0;
    }

    .bcontarea #bcon02 p,
    .bcontarea #bcon04 p,
    .bcontarea #bcon06 p {
        top: 53%;
    }

    .hanko {
        height: 130vh;
    }

    .kaiko {
        height: 120vh;
    }

    .kaikotxtWrap {
        top: 26%;
    }
}