/*!
Theme Name: new_theme
Theme URI: http://underscores.me/
Author: wasshoi.inc
Author URI: http://wasshoi.co.jp/
Description: new_theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: new_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

new_theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

* {
    box-sizing:border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
div,
p,
form,
fieldset {
    margin: 0;
    padding: 0;
}

li {
    list-style: none
}


em {
    font-style: normal
}

sup {
    height: 0;
    position: relative;
    font-size: 0.46em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

/*font*/

h1 {
    font-size: 2.8rem;
    font-weight:bold;
}

h2 {
    font-size: 2.5rem;
    font-weight: bold;
}

h3 {
    font-size: 2.1rem;
    font-weight: bold;
}

h4 {
    font-weight: bold;
}

h5 {
    font-weight: bold;
}

/*--------------------------------------
bootstrap空白設定
--------------------------------------*/

.row-space0,
.row-space0 .row {
    margin-right: 0;
    margin-left: 0;
}

.row-space0 div[class^='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.row-space5,
.row-space5 .row {
    margin-right: -5px;
    margin-left: -5px;
}

.row-space5 div[class^='col-'] {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.row-space10,
.row-space10 .row {
    margin-right: -10px;
    margin-left: -10px;
}

.row-space10 div[class^='col-'] {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.row-space15 {
    margin-right: -15px;
    margin-left: -15px;
}

.row-space15 > *[class^='col-'] {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.row-space20,
.row-space20 .row {
    margin-right: -0px;
    margin-left: -0px;
}

.row-space20 div[class^='col-'] {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}




/*--------------------------------------
body
--------------------------------------*/

body {
    font-family:'Noto Sans Japanese','メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Sans-Serif;
    font-size: 15px;
    background:#f9f9f9;
	line-height:2.0;
}

/*--------------------------------------
header
--------------------------------------*/
#header {
    background:#fff;
}
.header-inner {
    display:flex;
    display:-ms-flexbox;
    align-items:center;
    -ms-flex-align:center;
    justify-content:space-between;
    -ms-flex-pack:justify;
}
.header-inner h1 {
    line-height:0;
}
.header-logo img {
    max-width:351px;
    width:100%;
    height:auto;
}
.header-right ul,
.header-right li,
.header-right a {
    display:flex;
    display:-ms-flexbox;
}
.header-right li {
    width:150px;
}
.header-right a {
    width:100%;
    color:#000;
    align-items:center;
    -ms-flex-align:center;
    justify-content:center;
    -ms-flex-pack:center;
    text-decoration:none !important;
    text-align:center;
}
.header-contact ,
.header-recruit {
    padding:10px 0;
    flex-direction:column;
    -ms-flex-direction:column;
    text-align:center;
}
.header-contact {
    background:#02bb34;
}
.header-recruit {
    background:#5a9fde;
}
.header-recruit img {
    margin-bottom:5px;
}
.header-contact i {
    margin-top:3px;
    margin-bottom:5px;
    font-size:42px;
    color:#fff;
}
.header-contact span ,
.header-recruit span {
    font-size:.8rem;
    color:#fff;
    font-weight:normal;
    margin-top:auto;
}

.header-toggle {
    display:flex;
    display:-ms-flexbox;
    align-items:center;
    -ms-flex-align:center;
    justify-content:space-between;
    -ms-flex-pack:justify;
    flex-direction:column;
    -ms-flex-direction:column;
    height:50px;
    padding:10px;
    background:#02bb34;
    border:none;
    border-radius:4px;
}
.icon-bar {
    display:block;
    width:30px;
    height:3px;
    background:#fff;
    border-radius:4px;
}
/*--------------------------------------
index
--------------------------------------*/
.top-visual {
    position:relative;
}
.top-txt {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    display:flex;
    display:-ms-flexbox;
    align-items:center;
    -ms-flex-align:center;
    justify-content:center;
    -ms-flex-pack:center;
    flex-direction:column;
    -ms-flex-direction:column;
    width:100%;
    padding:0 15px;
    text-align:center;
}
.top-txt h2 {
    position:relative;
    margin-bottom:20px;
    padding-bottom:20px;
    font-size:40px;
    color:#086f24;
}
.top-txt h2:after {
    content:'';
    position:absolute;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
    width:200px;
    border-top:4px solid #02bb34;
}
.top-txt p {
    font-weight:bold;
    color:#086f24;
}
/*slider*/
.sp-arrow:before,
.sp-arrow:after {
    content:'';
    display:none;
}
.sp-arrows {
    margin-top:0 !important;
}
.sp-arrow {
    height:45px;
    width:45px;
    transform:translateY(-50%);
}
.sp-previous-arrow {
    background:url(img/arrow-left.png) no-repeat;
    background-size:cover;
}
.sp-next-arrow {
    background:url(img/arrow-right.png) no-repeat;
    background-size:cover;
}

/*main-panel*/
.top-panels {
    position:relative;
    margin-top:-90px;
    overflow:hidden;
    z-index:1;
}
.main-panel {
background:url(../../../wp-content/uploads/2019/05/main-panel.jpg) no-repeat center;
    background-size:cover;
    margin-bottom:5px;
    padding:100px;
}
.main-panel > div {
    width:80%;
    margin:auto;
    padding:0 10px;
    background:rgba(255,255,255,.8);
    text-align:center;
}
.main-panel-logo {
    padding:30px 0;
}
.main-panel-logo img {
    width:100%;
    max-width:351px;
    height:auto;
}
.main-panel-txt {
	  position: relative;
    text-align:center;
}
.main-panel-txt h3 {
    display:inline-block;
    margin-bottom:30px;
    font-size:1.1rem;
    font-weight:normal;
    text-align:left;
}
.main-panel-txt p {
    font-size:.9rem;
    padding-bottom:10px;
}
.main-panel-btn {
    transform:translateY(50%);
}
.sub-panels {
    display:flex;
    display:-ms-flexbox;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    margin-right:-30px;
    margin-left:-30px;
}
.sub-panels > div {
    display:flex;
    display:-ms-flexbox;
    width:33.333333%;
    padding:30px;
}
.sub-panel-inner {
    display:flex;
    display:-ms-flex;
    flex-direction:column;
    -ms-flex-direction:column;
    width:100%;
    background:#fff;
    text-decoration:none !important;
}
.sub-panel-img img {
    width:100%;
    height:auto;
}
.sub-panel-txt {
    display:flex;
    display:-ms-flexbox;
    align-items:center;
    -ms-flex-align:center;
    flex-direction:column;
    -ms-flex-direction:column;
    flex:1 1 auto;
    padding:25px 10px;
}
.sub-panel-txt h3 {
    font-size:22px;
    font-weight:bold;
    margin-bottom:5px;
    color:#000;
}
.sub-panel-txt p {
    font-size:.9rem;
    color:#000;
}
/*お知らせ*/
.top-links {
    margin-top:30px;
}
.notice-wrap {
    padding:0 50px;
    margin:20px 0 60px;
}
.notice-ttl {
    display:flex;
    display:-ms-flexbox;
    align-items:flex-end;
    -ms-flex-align:end;
    justify-content:space-between;
    -ms-flex-pack:justify;
}
.notice-ttl h4 {
    font-size:24px;
}
.notice-ttl h4:before {
    content:'\f10c';
    margin-right:5px;
    font-family:FontAwesome;
    font-size:24px;
    color:#02bb34;
}
.notice-lines {
    margin-top:10px;
}
.notice-lines a {
    display:flex;
    display:-ms-flex;
    padding:13px 0;
    text-decoration:none !important;
    border-bottom: 1px dashed #bcbcbc;
}
.notice-lines p {
    font-size:.85rem;
}
.notice-date {
    color:#797979;
    margin-right:20px;
}
.notice-txt {
    color:#000;
}
.event-wrap a {
    display:block;
}
.event-wrap > a + a {
    margin-top:30px;
}
.event-wrap img {
    width:100%;
}
/*--------------------------------------
main
--------------------------------------*/

.philosophy .main-visual {
    background:url(img/philosophy_top.jpg) no-repeat top center;
    background-size:cover;
}
.visual-inner {
    min-height:200px;
    display:flex;
    display:-ms-flexbox;
    flex-direction:column;
    -ms-flex-direction:column;
}
.page-ttl-area {
    display:flex;
    display:-ms-flexbox;
    align-items:center;
    -ms-flex-align:center;
    justify-content:space-between;
    -ms-flex-pack:justify;
    margin-top:auto;
    margin-bottom:-25px;
    padding:20px 30px;
    background:#1d2088;
    color:#fff !important;
}
.page-ttl-area h2{
    line-height:1;
}
.nav-breadcrumb ul {
    display:flex;
    display:-ms-flexbox;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    font-size:.8rem;
}
.nav-breadcrumb ul li:not(:last-of-type):after {
    content:'>';
    margin:0 8px;
}
.main-content {
    margin:50px 0;
}

.main-word-area {
    display:flex;
    display:-ms-flexbox;
    flex-direction:column;
    -ms-flex-direction:column;
    align-items:flex-start;
    -ms-flex-align:start;
    justify-content:center;
    -ms-flex-pack:center;
    height:240px;
    margin-bottom:25px;
    padding:30px;
    background:url(img/philosophy_ttl.png) top right;
    background-size:cover;
}
.main-word-area h3 {
    font-size:2.7rem;
}
.main-word-area p {
    font-weight:bold;
}
.content-txt > p + p {
    margin-top:40px;
}

.txt-sign {
    margin-top:10px;
    text-align:right;
    font-size:1.3em;
    font-weight:bold;
}

/*--------------------------------------
aside
--------------------------------------*/

.corp-info {
    border-radius:4px;
    overflow:hidden;
}
.corp-info > div,
.corp-info a {
    display:flex;
    display:-ms-flexbox;
    align-items:center;
    -ms-flex-align:center;
    padding:0 15px;
}
.corp-info > div {
    background:#e3e3f0;
    height:55px;
}
.corp-info > div > p {
    font-size:1.3rem;
    font-weight:bold;
    color:#1d2088;
}
.corp-info > div > p:before {
    content:'\f10c';
    margin-right:10px;
    font-family:FontAwesome;
    font-size:1.3rem;
}
.corp-info a {
    height:55px;
    color:#1d2088;
    font-weight:bold;
    background:#e8e8ec;
    border-top:2px solid #fff;
    text-decoration:none !important;
}
.corp-info a:before {
    content:'\f054';
    margin-right:10px;
    margin-top:3px;
    font-family:FontAwesome;
    font-size:1.1rem;
}
.corp-info a:hover {
    background:#1d2088;
    color:#fff;
}
/*--------------------------------------
footer
--------------------------------------*/
#footer {
    position:relative;
    margin-top:70px;
    background:#02bb34;
    text-align:center;
}
#footer p {
    color:#fff;
}
.footer-logo {
    padding:25px 0 20px;
    background:#fff;
    border-top:2px solid #efefef;
}
.footer-logo img {
    width:100%;
    max-width:351px;
    height:auto;
}
.footer-nav {
    background:#319b4e;
}
.footer-nav ul,
.footer-nav a{
    display:flex;
    display:-ms-flexbox;
    align-items:center;
    -ms-flex-align:center;
    justify-content:center;
    -ms-flex-pack:center;
}

.footer-nav a {
    height:60px;
    width:200px;
    color:#fff;
    text-decoration:none !important;
	line-height:1.4;
}
.footer-adrs {
    padding:30px 0;
}
.footer-adrs > p {
    margin-bottom:5px;
}
.footer-tel {
    font-size:34px;
}
.footer-tel img {
    vertical-align:-4px;
    margin-right:10px;
}
.footer-adrs > .main-btn {
    margin-top:15px;
}
.footer-adrs > a:last-of-type {
    display:block;
    margin-top:30px;
    padding:0 15px;
}
.footer-adrs > a:last-of-type img {
    max-width:100%;
    height:auto;
}
.main-btn {
    position:relative;
    display:flex;
    display:-ms-flexbox;
    align-items:center;
    -ms-flex-align:center;
    justify-content:center;
    -ms-flex-pack:center;
    border-radius:20px;
    max-width:300px;
    width:100%;
    height:40px;
    margin:auto;
    font-weight:bold;
    text-decoration:none !important;
    border:none;
}

.btn-white {
    color:#02bb34;
    background:#fff;
}

.btn-white:before {
    content:'\f0e0';
    position:absolute;
    top:50%;
    transform:translateY(-52%);
    left:17px;
    margin-bottom:3px;
    font-family:FontAwesome;
    font-size:1.5rem;
}
.btn-green {
    color:#fff;
    background:#319b4e;
}
.btn-green:before {
    content:'\f054';
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:17px;
    margin-bottom:3px;
    font-family:FontAwesome;
    font-size:1rem;
}
.btn-small {
    color:#fff;
    background:#319b4e;
    height:40px;
    width:170px;
    margin:0 0 0 auto;
    padding-left:15px;
    justify-content:flex-start;
    -ms-flex-pack:start;
}
.btn-small:before {
    content:'\f054';
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:10px;
    margin-bottom:3px;
    font-family:FontAwesome;
    font-size:1rem;
}
.wide-map {
    position:relative;
    width:100%;
    padding-top:300px;
}
.wide-map > iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.scroll-to-top {
    position:absolute;
    display:block;
    bottom:100%;
    right:0;
    left:0;
    margin:auto;
    color:#fff;
}
.footer-sign {
    padding:30px 0 50px;
}
.footer-sign p{
    font-size:.9rem;
}
@media(max-width:1199px){
    .top-panels {
        margin-top:-60px;
    }
}
@media(max-width:991px){
    .header-logo {
        padding-right:10px;
    }
    .header-right li {
        width:100px;
    }
    .main-panel {
        padding:80px 50px;
    }
    .top-panels {
        margin-top:10px;
    }
    .top-txt h2 {
        font-size:32px;
    }
    .top-txt p {
        font-size:13px;
    }
    .sub-panels {
        margin-right:-10px;
        margin-left:-10px;
    }
    .sub-panels > div {
        padding:10px;
    }
}
@media(min-width:768px){
    .header-right {
        display:block !important;
    }
    .header-toggle {
        display:none;
    }
}
@media(max-width:767px){
    #header > .container {
        max-width:100%;
    }
    .header-logo {
        padding:20px 0;
    }
    .header-logo img {
        max-width:220px;
    }
    .header-inner {
        flex-wrap:wrap;
        -ms-flex-wrap:wrap;
    }
    .header-right {
        width:calc(100% + 30px);
        margin-right:-15px;
        margin-left:-15px;
    }
    .header-right ul {
        flex-direction:column;
        -ms-flex-direction:column;
    }
    .header-right li {
        width:100%;
    }
    .header-right a {
        min-height:30px;
        padding:18px;
    }
    .header-right a > i,
    .header-right a > img {
        display:none;
    }
    .main-panel > div {
        width:100%;
    }
    .notice-wrap {
        padding:0;
    }
    .sub-panels > div {
        width:100%;
    }
    .footer-nav a {
        width:120px;
    }
}
@media(max-width:575px){
    .top-panels {
        margin-top:40px;
    }
    .main-panel {
        padding:40px 20px;
    }
    .page-ttl-area {
        flex-direction:column;
        -ms-flex-direction:column;
    }
    .page-ttl-area h2 {
        margin-top:10px;
        order:1;
        -ms-flex-order:1;
    }
    .footer-nav ul {
        flex-direction:column;
        -ms-flex-direction:column;
    }
    .footer-nav li {
        width:100%;
    }
    .footer-nav a {
        width:100%;
    }
}

/* =============================================
recruit
============================================= */
body.recruit {
    background:#fff;
}
.recruit .header-toggle {
    background:#5a9fde;
}
.recruit .header-contact {
    background:#5a9fde;
}
.header-tel {
    justify-content:center;
    -ms-flex-pack:center;
    flex-direction:column;
    -ms-flex-direction:column;
    width:auto !important;
    padding:0 20px;
    flex:0 0 auto;
    -ms-flex:0 0 auto;
}
.header-tel > p:first-of-type {
    font-size:32px;
    color:#5a9fde;
}
.header-tel > p > img {
    margin-right:15px;
    vertical-align:-5px;
}
.header-tel + li {
    flex:0 0 auto;
    -ms-flex:0 0 auto;
}
.top-img img {
    width:100%;
    height:auto;
}

.recruit #footer {
    background:#5a9fde;
}
.recruit .footer-nav {
    background:#4f93da;
}
.page-content {
    background:#f9f9f9;
}

.page-top-wrap {
    margin-top:40px;
    padding:40px;
    background:url(img/page-top-back.jpg) no-repeat center;
    background-size:cover;
}
.page-top-box {
    padding:20px;
    background:rgba(255,255,255,.7);
}
.page-top-box h2 {
    margin-bottom:20px;
    font-size:40px;
    text-align:center;
}
.page-top-img {
    margin-right:10px;
}
.page-top-content {
    display:flex;
    display:-ms-flexbox;
}
.page-top-content p + p {
    margin-top:1rem;
}
.page-top-sign {
    text-align:right;
    font-weight:bold;
}
.page-right {
    padding:40px 20px;
    background:#f1f1f1;
}
.page-right > div + div {
    margin-top:40px;
}
.page-right > div > img {
    width:100%;
    height:auto;
}
.page-right-ttl {
    margin:10px 0;
    font-weight:bold;
    font-size:20px;
    text-align:center
}
.page-right-txt > a {
    margin:20px auto 0;
}
.page-btm {
    padding:40px 0 30px;
    background:#fff;
    border-top:2px solid #efefef;
}
.page-btm-panel {
    padding:25px 15px;
    background:#f9f9f9;
}
.page-btm-panel > p {
    font-size:13px;
}
p.page-btm-ttl {
    position:relative;
    margin-bottom:15px;
    padding-bottom:15px;
    font-weight:bold;
    font-size:20px;
    text-align:center;
}
.page-btm-ttl:after {
    content:'';
    position:absolute;
    bottom:0;
    right:0;
    left:0;
    display:block;
    width:160px;
    margin:auto;
    border-top:2px solid #e7e7e7;
}
.page-btm-panel > a {
    margin:25px auto 0;
}
.recruit .btn-white {
    color:#5a9fde;
}
.recruit .notice-wrap {
    padding:0;
}
.recruit .btn-small {
    background:#5a9fde;
    padding-left:0;
    justify-content:center;
    -ms-flex-pack:center;
}
.recruit .notice-ttl h4:before {
    color:#5a9fde;
}
@media(max-width:767px){
    .page-top-content {
        flex-direction:column;
        -ms-flex-direction:column;
    }
    .page-top-img {
        margin-right:0;
        margin-bottom:10px;
        text-align:center;
    }
}


.tab-menus-wrap {
    background:#65b457b8;
}
.tab-menus {
    display:flex;
    display:-ms-flexbox;
    align-items:center;
    -ms-flex-align:center;
    justify-content:center;
    -ms-flex-pack:center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    padding: 10px;
}
.tab-menus li {
    width:200px;
    padding:10px;
}
.office .tab-menus li {
    width:180px;
}
.tab-menus a {
    display:flex;
    display:-ms-flexbox;
    align-items:center;
    -ms-flex-align:center;
    justify-content:center;
    -ms-flex-pack:center;
    padding:10px 0;
    color:#000;
    background:#fff;
    text-align:center;
    text-decoration:none !important;
}
.tab-menus a.active {
    color:#fff;
    background:#02bb34;
}
.tab-contents > section {
    display:none;
}
.tab-contents > section.active {
    display:block;
}
.page h2 {
    margin-top:20px;
    padding:10px;
    font-size:25px;
    border:2px solid #eee;
    border-radius:6px;
    line-height:1;
}
.page h2 > span {
    display:block;
    border-left:5px solid #02bb34;
    padding:3px 0 3px 8px;
}
.page-content {
    margin-top:20px;
}
.page-content p + p {
    margin-top:15px;
}
.page-content hr {
    border:1px dashed #eee;
}
.table-dotted tr {
    border-bottom:2px dotted #eee;
}
.table-dotted th {
    width:150px;
    padding:10px 0;
    vertical-align:top;
    white-space:nowrap;
}
.table-dotted td {
    padding:10px 0;
}
.table-btn {
    display:flex;
    display:-ms-flexbox;
    align-items:center;
    -ms-flex-align:center;
    justify-content:space-between;
    -ms-flex-pack:justify;
}
.table-btn .main-btn {
    margin-right:0;
}
.table-white td {
    padding:10px 0;
}
.table-white tr > td:first-of-type {
    width:150px;
    vertical-align:top;
    white-space:nowrap;
}
.office-txts > div:last-of-type {
    margin-top:20px;
    background:#eee;
    border-radius:8px;
    padding:10px;
}
.vow-box > div {
    padding:10px 0;
}
.vow-box > div + div {
    border-top:2px dashed #eee;
}
.vow-box > div > p:last-of-type {
    margin-top:15px;
    text-align:right;
    font-weight:bold;
}
.img-box {
    text-align:center;
}
.img-box > img {
    max-width:100%;
    height:auto;
}
.ttl-txt {
    margin:20px 0;
    font-size:20px;
    font-weight:bold;
    text-align:center;
}
.panel-box {
    background:#fff;
}
.panel-txt {
    padding:15px 10px;
}
.panel-img img {
    width:100%;
    height:auto;
}
.panel-ttl {
    text-align:center;
    font-weight:bold;
    font-size:1.1em;
}
.panel-ttl + a {
    margin-top:15px;
}
.iso-box {
    display:flex;
    display:-ms-flex;
    align-items:center;
    -ms-flex-align:center;
    justify-content:space-between;
    -ms-flex-pack:justify;
    margin:15px 0;
}
.iso-txt {
    font-size:18px;
    font-weight:bold;
}
.txt-red {
    font-weight:bold;
    color:#cc0000;
}
.form-wrap {
    margin-top:30px;
}
.form-wrap th {
    vertical-align:top;
    white-space:nowrap;
}
.form-wrap th,
.form-wrap td {
    padding:10px;
}
.form-wrap input,
.form-wrap textarea{
    border-radius:8px;
    border:1px solid #eee;
    padding:8px;
    font-size:1.1em;
}
.form-wrap input[type="text"],
.form-wrap textarea,
.form-wrap input[type="email"]{
    width:100%;
    flex:1 1 auto;
    -ms-flex:1 1 auto;
}
.form-table + div {
    margin-top:40px;
}
.form-table + div > p {
    margin-bottom:20px;
}
.form-wrap .main-btn {
    margin-top:30px;
}
.input-wrap {
    display:flex;
    display:-ms-flex;
    justify-content:space-between;
    -ms-flex-pack:justify;
}
.input-wrap > div {
    display:flex;
    display:-ms-flex;
    align-items:center;
    -ms-flex-align:center;
    flex: 0 1 auto;
    width:100%;
}
.input-wrap > div + div {
    margin-left:10px;
}
.input-wrap > div > p {
    padding-right:10px;
    white-space:nowrap;
}

@media(max-width:767px){
    .iso-box {
        flex-direction:column;
        -ms-flex-direction:column;
    }
    .iso-img {
        margin:15px 0;
    }
    .table-white th,
    .table-white td,
    .table-dotted th,
    .table-dotted td,
    .form-table th,
    .form-table td {
        display:block;
        width:100%;
        padding: 10px 0;
    }
    .input-wrap > div {
        flex-wrap:wrap;
        -ms-flex-wrap:wrap;
    }
	.content-txt img{
		width:100% !important;
		height:auto !important;
	}

}

.News-Area{
	padding:5rem 0;
}
.content-txt{
	padding:2rem 0;
}

	.content-txt img{
		width:600px;
		margin:2rem auto;
	}
.txt-center{
	text-align:center;
}


.Videowrapper {
	margin:2rem 0;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


