/**********************************************
*  page
***********************************************/
body{
    background-image: none;
}
.l-header {
    background: #fff;
}
main {
    width: 100%;
    max-width: 1900px;
    background-image: url(http://www.ibiz-inc.co.jp/hp/wp-content/themes/plug002/assets/img/common/background.png);
    position: relative;
    background-size: 100%;
    margin-top: 130px;
    padding-bottom: 50px;
}
main::before{
    position: absolute;
    content: "";
    background-color: #00227B;
    top: -50px;
    height: 520px;
    width: 100vw;
    max-width: 1900px;
    z-index: -2;
}
.l-main{
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
}
h2{
    font-size: 50px;
    color: #fff;
    padding-top: 90px;
    margin-bottom: 125px;
    font-family: "Roboto Serif", serif;
}
h2 span{
    font-size: 20px;
    font-family:  "游ゴシック体", sans-serif;
}
h3 {
    font-size: 35px;
    color: #00227B;
    font-family: "Roboto Serif", serif;
    line-height: 1.6;
}
h3 span{
    font-size: 18px;
    font-family: "游ゴシック体",sans-serif;
    color: #000;
    }
@media screen and (max-width: 450px) {
    h3 {
        font-size: 30px;
    }
    h3 span {
        font-size: 15px;
    }
}
.breadcrumbs {
    color: #00227B;
    font-size: 12px;
    margin-top: 150px;

}
.breadcrumbs a{
    text-decoration: none;
    color: #00227B;
}
@media screen and (max-width: 450px) {
    .breadcrumbs {
        margin-top: 25px;
    }
}
.l-category {
    border: none;
    margin: 90px 0;
    padding: 0;
}
.l-category a {
    position: relative;
}
.l-category a::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #00227B;
    left: calc(50% - 7px);
    top: 1.7em;
}
.l-category a:hover{
    opacity: 1;
    color: #FF6200;
}
.l-category a:hover::after {
    border-top: 7px solid #FF6200;
}
.l-category ul{
    display: flex;
    padding: 0;
    margin: auto;
    justify-content: center;
}
.l-category ul li {
    width: 160px;
    text-align: center;
    position: relative;
}
.l-category ul li a{
    text-decoration: none;
    display: block;
    width: 100%;
    height: 150%;
}
@media screen and (max-width: 1000px) {
    .l-category {
        margin: 40px 0;
    }
}


@media screen and (max-width: 450px) {
    .l-category ul {
        flex-wrap: wrap;
    }
    .l-category ul li {
        width: 33%;
        margin: 20px 0;
    }
}
/**********************************************
*  news
***********************************************/
.news .l-category{
    display: flex;
    margin-top: 180px;
    border-top: 1px dashed #00227B;
    border-bottom: 1px dashed #00227B;
    padding: 22px 0;
}
.news .l-category .category-title {
    flex-shrink: 0;
    margin: auto 20px;
}
.news .l-category ul {
    margin: 0;
    margin-left: 180px;
    width: 100%;
    justify-content: left;
}
.news .l-category ul li {
    text-align-last: left;
    white-space: nowrap;
    width: 33%;
    margin: 15px 0;
}
.news .l-category ul li::after {
    content: none;
}
.content ul{
    margin: 80px 0;
    width: 100%;
    padding: 0;
}
.content ul li{
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px dashed #00227b;
    border-bottom: 1px dashed #00227b;
}
.content ul li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #000;
}
.content ul li a div{
    margin: auto 17px auto 2px;
}
.content .list-title {
    font-size: 12px;
    width: 100px;
    border-radius: 20px;
    padding: 3px 0;
    margin-right: 20px;
    text-align: center;
    background: #fff;
    flex-shrink: 0;

}
.content .title-orange{
    color: #ff6200;
    border: 1px solid #ff6200;
}
.content .title-blue{
    color: #00227b;
    border: 1px solid #00227b;
}
/* ページネーション */
.pagination {
    margin:100px 0 0;
    padding-bottom: 50px;
    text-align: center;
 }
 .nav-links{
    display:flex;
 }
 .pagination .page-numbers,
 .pagination .prev,
 .pagination .next
 {
    display:inline-block;
    margin-right:10px;
    padding:15px 20px;
    color:#00227B;
    text-decoration: none;
    border-radius:10px;
    background:#fff;
 }
 .pagination .current{
    padding:15px 20px;
    background:#00227B;
    color:#fff;
 }
 .pagination .prev{
     margin-right: 30px;
 }
 .pagination .next{
    margin-left: 30px;
 }
 .pagination .dots{
    background:transparent;
    box-shadow:none;
 }
 @media screen and (max-width: 1400px) {
     h2{
         padding-top: 50px;
     }
 }
 @media screen and (max-width: 1100px) {
     main::before{
        height: 300px;
    }
     h2{
        padding-top: 20px;
        margin-bottom: 100px;
     }
     .news .l-category{
         margin-top: 100px;
     }
     .news .l-category ul {
         padding: 0;
         margin-left: 50px;
    }
 }
 @media screen and (max-width: 800px) {
    main::before{
        height: 200px;
    }
    h2{
        padding-top: 0px;
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 450px) {
    main::before{
        height: 150px;
    }
    h2{
        font-size: 30px;
        position: relative;
        top: -30px;
        margin-bottom: 10px;
    }
    h2 span{
        font-size: 16px;
    }
    .news .l-category{
        margin-top: 60px;
    }
    .news .l-category ul{
        margin-left: 10px;
    }
    .news .l-category ul li {
        width: 50%;
    }

    .content ul{
        margin: 40px 0;
    }
    .content ul li a{
        flex-wrap: wrap;
    }
    .content ul li a div{
        margin: auto 5px;
    }
    .content .list-title {
        padding: 0;
        width: 100px;
    }
    .content .list-content{
        width: 100%;
    }
    .pagination{
        margin:50px 0 0;
        padding-bottom: 50px;
     }
     .pagination .page-numbers,
     .pagination .prev,
     .pagination .next,
     .pagination .current{
        margin-right:5px;
        padding:10px 15px;
        border-radius:10px;
     }
     .pagination .prev{
         margin-right: 10px;
     }
     .pagination .next{
        margin-left: 10px;
     }
}

/**********************************************
*  single
***********************************************/
.single h3{
    font-family: "游ゴシック"sans-serif;
    font-weight: bold;
}
.single .content {
    width: 95%;
    max-width: 900px;
    margin: auto 0;
    margin-top: 75px;
}
.single .date {
    font-size: 14px;
    margin: auto 0;
    margin-right: 20px;
    color: #36414b;
}
.single .detail {
    margin-top: 150px;
    font-size: 15px;
    color: #222;
    margin-bottom: 50px;
    line-height: 2.5;
}
.single .detail h2 {
    font-family: "游ゴシック",sans-serif;
    color: #fff;
    background: #00227B;
    padding: 10px 30px;
    font-size: 35px;
    margin-bottom: 40px;
    font-weight: bold;
}
.single .detail h3 {
    padding: 0rem 2rem;
    border-left: 4px solid #00227B;
    font-size: 35px;
    color: #00227B;
}
.single .detail h4 {
    color: #00227B;
    font-size: 30px;
    font-weight: normal;
    display: inline-block;
    border-bottom: 2px solid #00227B;

}
.single .detail p {
    width: 90%;
    margin: 2em auto;
}
.single .detail ul,
.single .detail ol {
    width: 90%;
    margin: 2em auto;
    padding: 0.5em 0 0.5em 1.5em;
}
.single .detail ul li {
    list-style: disc;
    line-height: 1.5;
    padding: 0.5em 0;
}
.single .detail ol li {
    list-style: decimal;
    line-height: 1.5;
    padding: 0.5em 0;
}
figure{
    color: #444;
    font-size: 0.8em;
    text-align: center;
}
blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}
blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}
blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
.share{
    margin-top: 120px;
    margin-left: 2%;
}
.single .page-link {
    margin-top: 30px;
}
.single .pre-page,
.single .next-page {
    width: 50%;
}
.single .pre-page {
    text-align-last: left;
}
.single .pre-page a::before{
    content: "<<";
    margin-right: 0.5em;
}
.single .next-page {
    text-align: right;
}
.single .next-page a::after{
    content: ">>";
    margin-left: 0.5em;
}
@media screen and (max-width: 450px) {
    .single .detail h2 {
        font-size: 28px;
    }
    .single .detail h3 {
        font-size: 28px;
    }
    .single .detail h4 {
        font-size: 25px;
    }
    .single .pre-page,
    .single .next-page {
        width: 100%;
    }
}

/**********************************************
*  business
***********************************************/
.business a{
    text-decoration: none;
}
.business a:hover div {
    opacity: 0.7;
}
.business .wrapper {
    position: relative;
    margin-top: 190px;
}
.business .wrapper .bg{
    font-size: 100px;
    position: absolute;
    top: -75px;
    left: 120px;
}
.business .wrapper h3{
    position: relative;
    z-index: 1;
}
.business .wrapper .road-map .title {
    font-size: 35px;
    margin-top: 60px;
}
.business .wrapper .road-map .content{
    font-size: 30px;
    margin-top: 30px;
}

.business .work {
    margin-top: 360px;
    position: relative;
}
.business .work img{
    position: absolute;
    top: -150px;
    width: 72%;
}
.business .work:nth-of-type(2n-1) img{
    left: 0;
}
.business .work:nth-of-type(2n) img{
    right: 0;
}
.business .work .wrapper{
    width: 600px;
    position: relative;
    z-index: 1;
}
.business .work:nth-of-type(2n) .wrapper {
    margin-left: 100px;
}
.business .work:nth-of-type(2n-1) .wrapper {
    margin-right: 100px;
    margin-left: auto;
}
.business .work:nth-of-type(2n-1) .wrapper .title{
margin-right: 0;
margin-left: auto;
}
.business .work:nth-of-type(2n) .wrapper .title{
margin-left: 0;
margin-right: auto;
}
.business .work .wrapper .title{
font-size: 50px;
position: relative;
width: 50%;
}
.business .work .wrapper .title::after {
    content: "";
    width: 50px;
    border: 2px solid #00227B;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1.2em;
}
.business .work .wrapper .content {
    text-align: left;
    position: relative;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-top: 150px;
    width: 100%;
    height: 360px;
}
.business .work .wrapper .content .content-title{
    position: relative;
    font-size: 28px;
    margin-left: 1em;
    padding-top: 25px;
    line-height: 1.5;

}
.business .work .wrapper .content .content-title::after{
    content: "";
    width: 150px;
    border: 4px solid #00227B;
    position: absolute;
    top: 0;
    left: -1em;
}
.business .work .wrapper .content .content-title span{
    font-weight: normal;
    font-size: 18px;
    color: #707070;

}
.business .work .wrapper .content p{
    padding: 0;
    margin: 0;
    margin-left: 25px;
    margin-top: 35px;
    margin-right: 22px;
    line-height: 2;
    font-size: 18px;
}
.business .work .wrapper .content .logo{
    position: absolute;
    top: 30px;
    right: 80px;
    width: 150px;
    left: auto;
}
.business .work .wrapper .content .icon {
    position: absolute;
    left: auto;
    top: 75px;
    right: 50px;
    width: 18px;
}
.business .shop {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 115px auto 170px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 70px 20px;
    max-width: 1200px;
}
.business .shop .button .button-content {
    background: #00227B;
    color: #fff;
    width: 300px;
    height: 45px;
    border-radius: 40px;
    font-size: 23px;
}
.business .shop .card-two {
    padding: 0 30px;
}
.business .shop .card-two .card {
    margin-top: 50px;
    margin-bottom: 60px;
    width: 48%;
}
.business .shop .card-two .card-img{
    width: 100%;
    margin-bottom: 10px;
    background: rgba(0,0,0,0);
}
.business .shop .card-two .card-img img{
    width: 100%;
    border-radius: 30px;
}
.business .shop .card-two .card .card-footer{
    padding: 5px 20px;
    border-radius: 5px;
}
.business .shop .card-two .card .card-footer .card-title {
    font-size: 20px;
    margin-bottom: 20px;
}
.business .shop .card-two .card .card-footer .card-content {
    line-height: 1.6;
    margin-bottom: 20px;
}
.business .shop .card-two .card .card-footer a{
    color: #ff6200;
    font-size: 13px;
    border: 1px solid #ff6200;
    padding: 5px 15px;
    border-radius: 20px;
}
.business .shop .list{
    display: flex;
    margin-top: 60px;
}
.business .shop .list .item{
    width: 20%;
}
.business .shop .list .item .button .button-content{
    width: auto;
    height: 25px;
    padding: 0px 25px;
    background: #fff;
    color: #00227B;
    font-size: 13px;
    margin-bottom: 20px;
}
.business .side {
    margin-top: 0px !important;
}
.business .side:nth-of-type(2n) .wrapper {
    margin-left: 0;
}
.business .side .wrapper{
    margin-top: 20px;
    width: 100% !important;
}
.business .side .wrapper .title{
    width: 100%;
}
.business .side .wrapper .title .d-flex {
    justify-content: center;
}
.business .side .wrapper .content {
    width: 50%;
    height: 360px;
    margin-left: 30px;
    margin-top: 70px;
    margin-bottom: 70px;
}
.business .side .wrapper .content .content-title .text-md{
    font-size: 15px;
    color:#00227B;
}
.business .side .wrapper .content .logo {
    right: 40px;
}
.business .side .wrapper .content .icon{
    right: 20px;
}
.business .side .work-img {
    width: 48%;
    left: 0;
    right: auto;
    top: auto;
    bottom: auto;
    margin: auto 0;
}
.business .side .work-img img{
    width: 100%;
    position: static;
}
@media screen and (max-width: 1200px) {
    .business .wrapper .road-map .content{
        font-size: 27px;
    }
    .business .work:nth-of-type(2n-1) .wrapper {
        margin-right: 0;
    }
    .business .work:nth-of-type(2n) .wrapper {
        margin-left: 0;
    }
    .business .work .wrapper .title .d-flex {
        justify-content: center;
    }
    .business .side .wrapper .content {
        height: 400px;
    }
    .business .shop .list .item .button .button-content {
        padding: 0 15px;
    }
    .business .work .wrapper .content p {
        margin-top: 15px;
    }
}
@media screen and (max-width: 1000px) {
    .business .wrapper {
        margin-top: 100px;
    }
    .business .wrapper .bg {
        font-size: 80px;
        left: 0px;
    }
    .business .wrapper .road-map .title {
        font-size: 30px;
    }
    .business .wrapper .road-map .content {
        font-size: 20px;
    }
    .business .work {
        margin-top: 200px;
    }
    .business .work img {
        top: -90px;
    }
    .business .work .wrapper {
        width: 400px;
    }
    .business .work:nth-of-type(2n) .wrapper {
        margin-left: 0;
    }
    .business .work .wrapper .title {
        font-size: 35px;
    }
    .business .work .wrapper .content {
        margin-top: 60px;
        height: 300px;
    }
    .business .work .wrapper .content .content-title {
        font-size: 25px;
    }
    .business .work .wrapper .content .content-title span {
        font-size: 15px;
    }
    .business .work .wrapper .content p {
        font-size: 14px;
        margin: 10px 15px;
        line-height: 1.8;
    }
    .business .work .wrapper .content .logo {
        width: 120px;
        top: 20px;
    }
    .business .work .wrapper .content .icon {
        top: 50px;
        width: 14px;
    }
    .business .shop {
        margin-top: 70px;
    }
    .business .shop .list {
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .business .shop .list .item {
        width: 33%;
        margin-top: 40px;
    }
    .business .side .wrapper .content .logo {
        width: 100px;
        top: 10px;
    }
    .business .side .wrapper .content .icon {
        top: 30px;
    }
    .business .side .wrapper .content {
        height: 330px;
    }
}
@media screen and (max-width: 450px) {
    .business .wrapper {
        margin-top: 50px;
    }
    .business .wrapper .bg {
        font-size: 40px;
        top: -20px;
        left: 0;
    }
    .business .wrapper .road-map .title {
        margin-top: 40px;
        font-size: 22px;
    }
    .business .wrapper .road-map .content {
        font-size: 15px;
    }
    .business .work {
        margin-top: 0;
    }
    .business .work .wrapper {
        width: 100%;
    }
    .business .work .wrapper .title {
        width: 100%;
    }
    .business .work .wrapper .title::after {
        border: 1px solid #00227B;
    }
    .business .work .wrapper .content {
        text-align: center;
        margin-top: 200px;
        height: auto;
        padding-bottom: 10px;
    }
    .business .work img {
        top: 60px;
        width: 100%;
    }
    .business .work .wrapper .content .content-title {
        margin-left: 0;
    }
    .business .work .wrapper .content .content-title::after {
        left: 0;
    }
    .business .work .wrapper .content p {
        font-size: 13px;
    }
    .business .work .wrapper .content .underLogo {
        margin-top: 55px;
    }
    .business .work .wrapper .content .logo {
        width: 100px;
        top: 90px;
        right: 50%;
        transform: translateX(50%);
    }
    .business .work .wrapper .content .icon {
        top: 115px;
        width: 12px;
        right: 50%;
        transform: translateX(calc(50% + 60px));
    }
    .business .shop {
        margin-top: 20px;
        padding: 40px 0;
        margin-bottom: 40px;
    }
    .business .shop .button .button-content {
        height: 20px;
    }
    .business .shop .list .item .button .button-content {
        width: 95%;
        padding: 0;
    }
    .business .card-two {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .business .shop .card-two .card {
        width: 100%;
    }
    .business .shop .card-two .card {
        margin: 20px 0;
    }
    .business .shop .list {
        margin-top: -20px;
    }
    .business .shop .list .item {
        width: 50%;
    }
    .business .side .work-img {
        width: 100%;
        margin-top: 30px;
    }
    .business .side .wrapper .content {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }
    .business .side .wrapper .content .logo {
        top: 110px;
    }
    .business .side .wrapper .content .icon {
        top: 130px;
    }
}
/**********************************************
*  aboutus
***********************************************/
.aboutus {
    color: #222;
}
.aboutus .l-category {
    margin: 40px 0 160px;
}
.aboutus .l-category ul li {
    width: 320px;
}
.aboutus .wrapper {
    margin: 100px auto;
    max-width: 1200px;
}
.aboutus .message {
    position: relative;
    margin-top: 80px;
    margin-bottom: 100px;
}
.aboutus .message img {
    position: absolute;
    top: -84px;
    left: 105px;
}
.aboutus .message .content {
    position: relative;
    width: 640px;
    background: rgba(255,255,255,0.8);
    font-size: 15px;
    padding: 30px;
    border-radius: 10px;
    line-height: 2.2;
    margin: 230px 90px 230px auto;
}
.aboutus .message .content .name {
    font-family: 'Zen Antique Soft', serif;
    font-size: 35px;
    text-align: right;
}
.aboutus .message .content .name span {
    font-size: 15px;
}
.aboutus .policy {
    max-width: 960px;
    margin: auto;
    margin-bottom: 95px;
}
.aboutus .policy .policy-img {
    position: relative;
}
.aboutus .policy .policy-img img {
    width: 100%;
}
.aboutus .policy .policy-img .policy-content {
    background: rgba(0, 34, 123, 0.8);
    font-size: 24px;
    font-family: 'Zen Antique Soft', serif;
    padding: 25px 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0px);
}
.aboutus .policy p {
    font-size: 15px;
    line-height: 2.2;
    margin-top: 30px;
    padding: 0 5px;
}
.aboutus .company {
    margin-top: 70px;
    background: #fff;
    border-radius: 10px;
    padding: 70px 130px;
}
.aboutus .company .title {
    margin-bottom: 15px;
    font-size: 25px;
}
.aboutus .company table {
    border-collapse:collapse;
    width: 100%;
    margin-bottom: 55px;
    font-size: 1em;
}
.aboutus .company table td,
.aboutus .company table th {
    border-top: 1px dashed #00227B;
    border-bottom: 1px dashed #00227B;
    padding: 15px 0;
    text-align: left;
    line-height: 2;
}
.aboutus .company table td img {
    position: relative;
    top: 3px;
}
.aboutus .company table th {
    color: #00227B;
    width: 135px;
    vertical-align: top;
}
.aboutus .company table tr td:nth-child(1) {
    color: #00227B;
    width: 135px;
    vertical-align: top;
    font-weight: bold;
}
.aboutus .company .works {
    border-top: 1px dashed #00227B;
    padding-top: 10px;
    line-height: 2.4;
}
@media screen and (max-width: 1200px) {
    .aboutus .message .content {
        width: 410px;
        margin: 130px 90px 150px auto;
    }
}
@media screen and (max-width: 1000px) {
    .aboutus .message .content {
        padding: 15px;
        margin: 130px 30px 110px auto;

    }
    .aboutus .message img {
        width: 40%;
        left: 30px;
    }
    .aboutus .policy .policy-img .policy-content {
        width: 65%;
        padding: 15px;
    }
    .aboutus .company {
        padding: 70px;
    }
}
@media screen and (max-width: 450px) {
    .aboutus .l-category ul li {
        width: 33%;
    }
    .aboutus .wrapper {
        margin-top: 60px;
    }
    .aboutus .message img {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
    }
    .aboutus .message .content {
        width: 90%;
        position: static;
        transform: none;
        margin-top: 0;
    }
    .aboutus .message .content p {
        margin: 0;
    }
    .aboutus .policy .policy-img .policy-content {
        font-size: 15px;
    }
    .aboutus .company {
        padding: 30px 20px;
    }
}
/**********************************************
*  recruit
***********************************************/
.recruit .company {
    background: #fff;
    border-radius: 10px;
    padding: 80px 120px;
}
.recruit .company .title {
    margin-bottom: 30px;
    font-size: 25px;
}
.recruit .company .title span {
    font-size: 0.6em;
}
.recruit .company table {
    border-collapse:collapse;
    width: 100%;
    margin-bottom: 60px;
    font-size: 1em;
}
.recruit .company table td,
.recruit .company table th {
    border-top: 1px dashed #00227B;
    border-bottom: 1px dashed #00227B;
    padding: 25px 0;
    text-align: left;
}
.recruit .company table td img {
    position: relative;
    top: 3px;
}
.recruit .company table th {
    color: #00227B;
    width: 25%;
    vertical-align: top;
}
.recruit .company table tr td:nth-child(1) {
    color: #00227B;
    width: 25%;
    vertical-align: top;
    font-weight: bold;
}
.recruit .company .works {
    border-top: 1px dashed #00227B;
    padding: 25px 0;
    line-height: 3;
}
@media screen and (max-width: 450px) {
    .recruit .wrapper {
        margin-top: 60px;
    }
    .recruit .company {
        padding: 30px 20px;
    }
}
/**********************************************
*  inquiry(contact)
***********************************************/
.inquiry .explanation {
    margin-bottom: 70px;
}
.inquiry .explanation a {
    text-decoration: none;
}
.inquiry .explanation span {
    color: #ff6200;
}
.inquiry table {
    border-collapse:collapse;
    width: 100%;
    margin-bottom: 60px;
    font-size: 1em;
}
.inquiry table td,
.inquiry table th {
    border-top: 1px dashed #00227B;
    border-bottom: 1px dashed #00227B;
    padding: 25px 0;
    text-align: left;
}
.inquiry table td img {
    position: relative;
    top: 3px;
}
.inquiry table th {
    color: #00227B;
    width: 40%;
    vertical-align: top;
}
.inquiry table td {
    width: 60%;
}
.inquiry table th .orange {
    text-align: center;
    width: auto;
    padding: 0 15px;
    margin-left: 1rem;
}
.inquiry .contactCheck{
    text-align: center;
}
.wpcf7-list-item {
    display: block;
    color: #00227B;
}
.wpcf7-text {
    padding: 20px 15px;
    border: 1px solid #00227B;
    border-radius: 10px;
    width: 100%;
}
.wpcf7-textarea {
    border: 1px solid #00227B;
    border-radius: 10px;
    width: 100%;
}
.wpcf7-captchar {
    padding: 10px 15px;
    border: 1px solid #00227B;
    border-radius: 10px;
}
.wpcf7-submit{
    color: #00227B;
    background: none;
    border: none;
}
.wpcf7-spinner {
    display: none;
}
.wpcf7-spinner::before {
    content: none;
}
.inquiry .button {
    margin-top: 40px;
}
@media screen and (max-width: 450px) {
    .wpcf7-text,
    .wpcf7-captchar {
        padding: 10px 15px;
    }
    .inquiry table,
    .inquiry table tbody,
    .inquiry table tr,
    .inquiry table tr th,
    .inquiry table tr td {
        display: block;
    }
    .inquiry table,
    .inquiry table tr th,
    .inquiry table tr td {
        width: 100%;
    }
    .inquiry table td,
    .inquiry table th {
        padding: 10px 0;
    }
    .inquiry table tr th {
        border-bottom: none;
    }
    .inquiry table tr td {
        border-top: none;
    }
    .inquiry .button {
        width: 200px;
    }
}
/**********************************************
*  privacy
***********************************************/
.privacy p {
    margin-bottom: 2em;
    margin-top: 0;
    line-height: 2.5;
}
.privacy h4 {
    margin: 0;
    line-height: 2.5;
    font-weight: bold;
}
/**********************************************
*  404(notFound)
***********************************************/
.notFound .wrapper{
    margin: 200px auto;
}