/*
 Theme Name:   UnderStrap Child
 Theme URI:    https://www.understrap.com
 Description:  UnderStrap Child Theme
 Author:       Holger Koenemann
 Author URI:   http://www.holgerkoenemann.de
 Template:     understrap
 Version:      0.4.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child
*/
h1.title_hp {
    margin: 0;
}
html {
    font-size: 16px;
  line-height:2rem;
}
img.aligncenter {
    display: block;
}
img.img-cover {object-fit: cover;height: 100%;}
.clear {
    clear: both;
}
span.slb_template_tag.slb_template_tag_item.slb_template_tag_item_title ,

span.slb_template_tag.slb_template_tag_item.slb_template_tag_item_description {
    display: none;
}
nav.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

button#contact:focus {
    border: none;
    outline: none;
}
.wp-post-image,
img.img-fit {
  object-fit: cover;
  height: 100%;
}
body{
  font-weight: 400;
  color: #323232;
  font-size: 1rem;
  /* line-height: 2rem; */
  /* overflow: hidden; */
  word-wrap: break-word;
  overflow-wrap : break-word;
}
a.card3 {
  color: #323232;
}
article.post,
article.lesson,
article.career,
article.page {
    background: white;
    border-radius: 20px;
    padding: 50px;
    margin-bottom:50px;
}

/* 5 Columns */

.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}

@media (min-width: 768px) {
.col-sm-15 {
	width: 20%;
	flex: 0 0 20%;
}
}

@media (min-width: 992px) {
.col-md-15 {
	width: 20%;
	flex: 0 0 20%;
}
}

@media (min-width: 1200px) {
.col-lg-15 {
	width: 20%;
	flex: 0 0 20%;
}
}
/* _font */
.home-section.s7
h2.title {
    font-weight: bold;
}

.h2, h2 {
     font-size: 40px;
}
.h2, h2 {
     font-size: 30px;
     margin-bottom: 20px;
     position: relative;
}
.h3, h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5rem;
}
h5 ,
.h4, h4 {
    font-size: 16px;
    font-weight: bold;
}

.card1 .metas {
    font-size: small;
}


h2.sub-title,
h4.subtitle-en {
    font-weight: normal;
    font-size: 16px;
    font-family: 'Wendy One', sans-serif;
}

.metas > * {
    margin-right: 10px;
}
/* _table */
article.career table tr th,
article.career table tr td
{padding:10px;border-bottom: 1px solid #707070;}
article.career table tr th
{
width:20%;
}
article.career table tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
article.career table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-top: 1px solid #707070;
}
table strong {
    background: none;
}
/* _margin */
.box-form h3,
.box-form p{
    margin-bottom: 10px;
}
.container-fluid > .row.no-gutters {
    margin-left: -15px;
    margin-right: -15px;
}

.box-profile {
    margin-left: 15px;
    margin-right: 15px;
}
.footer-section.s1{
     padding-left: 30px;
    padding-right:  30px;
}

.home-section.s4
footer{
    padding: 20px 0;
}
ul.category-list {
    margin-bottom: 50px;
}
ul#menu-footer1,
ul#menu-footer2,
ul#menu-footer3,
ul#menu-footer4,
ul#menu-footer5,
header.entry-header,
article.career,
.answer,
.entry-content h3,
.entry-content h4,
.alignright,
.alignleft {
    margin-bottom: 20px;
}
.answer {
    margin-bottom: 40px;
}
.box-form input {
    margin-right: 10px;
    /* margin-bottom: 10px; */
}
main.site-main{
  padding: 50px 0;
}
h2.title_hp {
    margin: 0;
    padding: 5px 0;
}

.modal-header
img.icon {
    margin-right: 10px;
}
.wrap-steps,
.modal-body {
    padding: 30px;
}
.wrap-steps{
  border-radius:20px;
}
.metas span.cat,
span.terms > .term {
    margin-right: 2px;
    margin-left: 2px;
}

.section-header {
    padding: 0px 0 50px;
    margin-bottom: 40px;
}
.home-section.s10,
.home-section.s2,
.home-section.s3,
.home-section.s4,
.home-section.s5,
.home-section.s6,
.home-section.s7,
.home-section.s9{
    padding: 40px 0;
}
.home-section.s9 {
    padding-bottom: 0;
}
/* _color */
a {
    color: #d7036e;
    text-decoration: none;
}
.box-etcpoint h3,
.box-point h3{
    color: #d7036e;
    text-align: center;
    margin-bottom: 20px;
}
h2.sub-title,
.subtitle-en {
    color: #FBB03B;
    text-transform: capitalize;
    font-family: 'Wendy One', sans-serif;
}

.metas {
    color: #FBB03B;
}
.bg-pink,
.modal-header,
input.wpcf7-form-control.wpcf7-submit,
.footer-section.s5,
.footer-section.s4,
.footer-section.s3,
a.btn-default{
      background: #d7036e;
      color: white;
}

.btn-ghost,
a.btn-ghost {
    background: white;
       color: #d7036e;
}
.btn-ghost{
  border:1px solid #d7036e;
}
a.btn-orange{
    background: #fbb03b;
    color: white;
}
.color-white,
.box-pageheader h1.page-title,
.box-pageheader h1.entry-title ,
.home-section.s8,
.home-section.s7,
ul#menu-footer1 a,
ul#menu-footer2 a,
ul#menu-footer3 a,
ul#menu-footer4 a,
ul#menu-footer5 a{
  color: white;
}
.wrap-steps,
article.card4,
blockquote,
.box-event,
.home-section.s9,
.home-section.s2,
.footer-section.s1 {
    background: #F8F8F8;
}
/* _btn */
input.wpcf7-form-control.wpcf7-submit,
a.btn-orange,
a.btn-ghost,
a.btn-default {
    height: 2rem;
    font-size: small;
    padding: 0;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    border-radius: 1rem;
    line-height: 2rem;
    border-color:transparent;
}
input.wpcf7-form-control.wpcf7-submit.btn-large {
    font-weight: bold;
    font-size: 1.2rem;
    height: 2.4rem;
}
a.btn-orange.btn-large,
.btn-large,
a.btn-default.btn-large {
    height: 3rem;
    font-size: large;
    padding: 0;
    font-weight: bold;
    min-width: 250px;
    display: inline-block;
    text-align: center;
    border-radius: 1.5rem;
    line-height: 3rem;
    max-width: 100%;
}
a.btn-ghost.btn-large {
    min-width: 300px;
}
.footer-section.s1 {
    padding: 30px 0;
}
ul#menu-footer1,
ul#menu-footer2 ,
ul#menu-footer3 ,
ul#menu-footer4 ,
ul#menu-footer5 ,
ul.list-nostyle {
    list-style: none;
 
    padding: 0;
    font-size:small;
}

a:hover {
  
    text-decoration:none;
 
}
.home-section.s8{
    background: #d7036e;
}

button#contact {
    position: fixed;
    top: calc( 50% - 100px );
    right: 0;
    background: #d7036e;
    padding: 10px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

ul.list-sns {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

ul.list-sns li {
    display: inline;
    margin: 0px 10px;
}
.footer-section.s3 {
    border-bottom: 1px solid white;
}

.footer-section.s3,
.footer-section.s4 {
    padding: 30px 0;
}
.box-header {
    position: relative;
}
.box-header 
a.btn-default {
    position: absolute;
    right: 0;
    top: 0;
}


.box-profile,
.box-header {
    margin-bottom: 30px;
}
/* _modal */

div#contact_modal 
.modal-content {
    max-width: 100%;
    margin-left:auto;
    margin-right:auto;
}

.modal-dialog {margin-left: auto;margin-right: auto;}
/* _entry */
h4.h3 {
  border-left: 5px solid #d7036e;padding-left: 10px;
  }
strong {

  background: linear-gradient(transparent 75%, #fbb03b 75%);
  font-weight: bold;
}

.strong {

  background: linear-gradient(transparent 75%, #fbb03b 75%);
  font-weight: bold;
}
article h2.entry-title:before,
.entry-content > h2:before {
    position: absolute;
    content: "";
    height: 5px;
    background-color: #d7036e;
    width: 20px;
    margin-left: 0px;
    bottom: calc( 50% - 4px );
    left: -2rem;
    z-index: 999;
}
@media (min-width: 782px){
    .wp-block-columns {
    flex-wrap: wrap;
}
}
.wp-caption-text {
    text-align: center;
    font-size: small;
    font-weight: bold;
}
blockquote{
  padding: 50px;
  border-radius:20px;
  margin-bottom:20px;
  /* margin-left:20px; */
  /* margin-right:20px; */
  position: relative;
  clear: both;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 10px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 50px;
    line-height: 1;
    font-weight: 900;
}

blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 15px;
    text-align: center;
    content: "\f10e";
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 50px;
    line-height: 1;
    font-weight: 900;
}

.entry-content img {
    border-radius: 10px;
}


.lead {
    padding: 1rem;

    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    max-width: 600px;
    font-weight: bold;
    margin-left:auto;
    margin-right:auto;
}

/* _card */
.box-point .body {
    text-align: left;
    font-weight: bold;
    color: #e84091;
}
.box-point img.img-body {
    width: 150px;
}
article.card4
.card-body {
    padding: 30px;
    width: 100%;
    background: #f8f8f8;
    height: 100%;
}


article.card4 .wp-post-image {
    border-radius: 0;
    /* object-fit: fill; */
    width: 100%;
    /* height: calc(100vh - 30px); */
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%;
}

article.card4:nth-child(even) .row > .col-md-6:first-child {
    order: 12;
}


.box-etcpoint,
.box-point {
    display: flex;
    flex-direction: column;
}

.box-step {
    min-height: 60px;
    margin-bottom: 20px;
    padding-left: 80px;
    padding-top: 10px;
    position: relative;
}

.wrap-step {
    background: white;
    border-radius: 10px;
    clear: both;
    /* display: flex; */
    /* flex-direction: column; */
    padding: 20px;
}

.box-step.b1
.box-step.b2,
.box-step.b3,
.box-step.b4,
.box-step.b5 {
  padding-left: 80px;
}
.box-step.b1 {
    background: url(images/107.png) no-repeat;
}
.box-step.b2 {
    background: url(images/106.png) no-repeat;
 }
.box-step.b3 {
    background: url(images/105.png) no-repeat;
 }
.box-step.b4 {
    background: url(images/104.png) no-repeat;
}
.box-step.b5 {
    background: url(images/103.png) no-repeat;
  }
  .box-step.b5 {
    background: url(images/103.png) no-repeat;
  }
  .wrap-steps .box-step:not(:last-child):after{
    position: absolute;
    left: 30px;
    height: 100%;
    top: 3rem;
    width: 1px;
    margin-top: .5rem;
    content: "";
    background-color: rgb(251 176 59);
}


.card1 .metas,
.card2 h3.title,
.card1 h3.title {
    height: 1rem;
    line-height: 1rem;
    overflow: hidden;
}

.card2 h3.title, .card1 h3.title {
    font-size: 1rem;
}

.card3 {
    flex-direction: row;
    background: white;
    /* display: block; */
    height: calc( 100% - 20px );
    margin-bottom: 20px;
    border-radius: 10px;
    display: block;
}
.card3 {
    position: relative;
}

.card3 .terms {
    position: absolute;
    left: 5px;
    top: 5px;
    background: #FBB03B;
    border-radius: 0.75rem;
    font-size: small;
    font-weight: bold;
    line-height: 1.5rem;
    padding: 0 5px;
    color: white;
}
.metas span.cat a{
    background: #FBB03B;
    border-radius: 0.75rem;
    font-size: small;
    font-weight: bold;
    line-height: 1.5rem;
    padding: 5px 10px;
    color: white;
    margin-right: 10px;
}
.card3 .wp-post-image {
    border-radius: 10px;
}

.card3 .card-body {
    flex-direction: column;
    text-align: left;
    padding: 10px 0;
}

.card3 a {
    color: black;
}

.card3 .title {
    border-bottom: 3px solid #F8F8F8;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    padding: 10px;
}
.card3 .title::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 3px;
  background-color: #d7036e;
}
.card3
.excerpt {
    line-height: 1rem;
    height: 3rem;
    display: block;
    overflow: hidden;
    font-size: small;
    padding: 0 10px;
}
.box-faq1 {
    height: 100%;
    background: #78BE3A;
    color: white;
    padding: 40px 0;
}

.box-halfwidth {
  
    height: 100%;
    display: flex;
    align-items: center;
    padding: 30px;
}
.box-etcpoint,
.box-point {
    background: #EEF5E3;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 75px 20px 20px 20px;
    height: calc( 100% - 100px);
    margin-top: 75px;
}
.card1,
.card2 {
    display: flex;
   margin-bottom: 10px;
    background: white;
}

a.card1 > .wp-post-image ,
a.card2 > .wp-post-image {
    width: 150px;
}

.box-form {
    height: 400px;
    display: flex;
    justify-content: center;
     flex-direction: column;
    align-content: center;
    padding: 20px;
}
.box-form
input[type="button"],
.box-form input.mb10 {
    border-radius: 2rem;
    border: none;
    padding: 0.25rem 1rem;
    cursor: pointer;
}
table.table-plain th,
table.table-plain td {
    padding:5px 10px;
    vertical-align: middle;
}
input#mailmag-join,
input#mailmag-resign {
  color:white;
}
input.mb10:focus,
input#mailmag-join:focus,
input#mailmag-resign:focus{
     border: none;
     outline: none;
}
input#mailmag-join {
    background: #78be3a;
}

input#mailmag-resign {
    background: #fbb03b;
}
.card1 .card-body ,
.card2 .card-body {
    display: flex;
    flex-direction: column;
    align-content: center;
}
a.card1,
a.card2 {
    background: white;
    margin-bottom: 10px;
    height: 100px;
}
.card1 h3.title ,
.card2 h3.title {
    color: black;
}
/* _design */
.modal-header {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.modal-header.text-center
h2.title.h3 {
     width: 100%;
}
.modal-dialog {
    max-width: 576px;
}

header.page-header,
.img-header {
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    display: flex;
    align-items: center;
}
.box-pageheader {

    margin-top: 50px;
  
}
.modal-dialog {
    width: 100%;
}

a#jumptotop {
    position: fixed;
    right: 0;
}

.box-event .box-body {
    height: calc( 100% - 40px );
    align-items: center;
    display: flex;
    padding: 10px;
}
.wp-post-image {
    object-fit: cover;
    /* height: 100%; */
    display: block;
    width: 100%;
}


.box-event .wp-post-image {
    /* height: 100%; */
    /* display: flex; */
    width: 100%;
    object-fit: cover;
    height: calc(100% - 20px );
}


.box-event {
    height: calc( 100% - 20px );
}
.footer-section.s2{
height: 450px;
}
.box-faq1 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-etcpoint,
.entry-header,
.box-point,
.section-header{
  position:relative;
}

.section-header:after {
    content: url(images/h2-after.png);
    display: inline-block;
    width: 322px;
    height: 19px;
    position:absolute;
    left: calc( 50% - 161px );
    bottom: 10px;
}
.box-etcpoint span.label,
.box-point span.label {
    position: absolute;
    top: -55px;
    left: calc( 50% - 50px );
    height: 111px;
    display: block;
    width: 100px;
}

/* _background */
.home-section.s4 {
    /* background-image: url(images/991.png); */
}
main.site-main{
    background: url(images/11.jpg) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
}
.home-section.s3{
    background: url(images/11.jpg) no-repeat center center;
    background-attachment: fixed;
      background-size: cover;
}
.home-section.s5 {
    background: url(images/923.jpg) no-repeat center center;
    background-attachment: fixed;
	   background-size: cover;
}

.home-section.s7{
   background: url(images/30.jpg) no-repeat center center;
   background-size: cover;
   }
h3.title.title-faq{
   background: url(images/109.png) no-repeat left top;
   background-repeat:none;
     }
.answer{
   background: url(images/108.png) no-repeat left top;
    background-repeat:none;
}
div#mailmag {
        background: url(images/g993.jpg) no-repeat;
        /* height:400px; */
        color:white;
        background-size: cover;
}
/* _faq */

h3.title.title-faq
{
   padding-top:20px;
}
h3.title.title-faq,
.answer{
   padding-left:80px;
   min-height:60px;
}
/* _list */
ul.responsive-menu-pro-submenu.responsive-menu-pro-submenu-depth-1
li#responsive-menu-pro-item-3822
a.responsive-menu-pro-item-link:before,
ul.responsive-menu-pro-submenu.responsive-menu-pro-submenu-depth-1
li#responsive-menu-pro-item-3825
a.responsive-menu-pro-item-link:before{
    content: " ";
}

ul.responsive-menu-pro-submenu.responsive-menu-pro-submenu-depth-1
li#responsive-menu-pro-item-3822,
ul.responsive-menu-pro-submenu.responsive-menu-pro-submenu-depth-1
li#responsive-menu-pro-item-3825{
border-top:1px solid #d7036e;
border-bottom:1px solid #d7036e;
}

ul.responsive-menu-pro-submenu.responsive-menu-pro-submenu-depth-1
li#responsive-menu-pro-item-3822
a.responsive-menu-pro-item-link,
ul.responsive-menu-pro-submenu.responsive-menu-pro-submenu-depth-1
li#responsive-menu-pro-item-3825
a.responsive-menu-pro-item-link{
   
}
ul#menu-footer1 li.menu-item a,
ul#menu-footer2 li.menu-item a,
ul#menu-footer3 li.menu-item a,
ul#menu-footer4 li.menu-item a,
ul#menu-footer5 li.menu-item a{
    position:relative;
    padding-left:20px;
}
ul#menu-footer1 li.menu-item >a::before,
ul#menu-footer2 li.menu-item >a::before,
ul#menu-footer3 li.menu-item >a::before,
ul#menu-footer4 li.menu-item >a::before,
ul#menu-footer5 li.menu-item >a::before{
    content: "\f144";
    font-family: FontAwesome; 
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    margin-left: 5px;    
    position: absolute;
    left:0;
}



ul.category-list {
    list-style: none;
    text-align: center;
}

ul.category-list li {
    display: inline-block;
    margin-bottom: 10px;
}
ul.category-list li a{ 
background: white;
    border-radius: 20px;
    font-size: small;
    font-weight: bold;
    line-height: 1.5rem;
    padding: 5px 10px;
    color: #FBB03B;
    margin-right: 10px;
    border:1px solid #FBB03B;
}
ul.list-strong {
    font-weight: bold;
    list-style: none;
    padding: 0;
    /* margin-bottom: 3rem; */
    text-align: left;
    margin-bottom: 1rem;
}
ul.list-strong > li{
  position:relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
ul.list-strong p {

    font-weight: normal;
    font-size: small;
}
ul.list-strong > li:before {
    content: url(images/118.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    position:absolute;
    top: 4px;
    left: 0;
    /* margin-bottom: 1rem; */
}
.page-item:first-child .page-link,
.page-item:last-child .page-link,
.page-link{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    margin-right: 10px;
    color: #FBB03B;
    background-color: white;
    border-color: #FBB03B;
    z-index: 1;
    border: #FBB03B 1px solid;
    /* line-height: 38px; */
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
}
.page-item.active .page-link {
    background-color: #FCEED7;
    border: #FBB03B 1px solid;
    color: #FBB03B;
}
/* _header */
div#header {
    position: fixed;
    position: -webkit-sticky;
    top: 0;
    z-index: 10;
    width: 100%;
    background: transparent;
    margin-top: 10px;
}

.header-section.s1 {
    background: white;
    border-radius: 50px;
    /* margin-top: 5px; */
    /* padding: 5px 1rem 0; */
    /* box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1); */
    padding: 5px 20px;
}




/* _hover */
input.wpcf7-form-control.wpcf7-confirm,
a,a img {
 	 transition: all .2s ease-in-out;
}
input.wpcf7-form-control.wpcf7-confirm:hover,
a:hover img {
    opacity: 0.5;

}


@media (min-width: 1200px){

}
@media (min-width: 992px){


}

@media (min-width: 769px) {

}


@media (max-width: 1200px) {


div#header  nav.navbar{
  display:none;
}
div#header {
    height: 50px;
}

a.logo > img {
    display: block;
}

}

@media (max-width: 991px){

}

@media (max-width: 768px) {
.box-form{
  height:auto;
}
article.card4:nth-child(even) .row > .col-md-6:first-child {
    order:0;
}
blockquote {
    padding: 60px 15px 60px 15px;
}
 .box-header 
a.btn-default {
    position: relative;
    /* right: 0; */
    /* top: 0; */
}
.container {
    /* padding-left: 30px; */
    /* padding-right: 30px; */
}
article.post, article.lesson, article.career, article.page,
.box-etcpoint,
.box-point {
    padding-left: 10px;
    padding-right: 10px;
}



.alignleft,
.alignright {
    float: none;
    display: block;
    margin-left:auto;
    margin-right:auto;
}
}
@media (max-width: 768px) {
.container {
 padding-left: 15px;
padding-right: 15px; 
}
}

@media (min-width: 576px)
.container {
    max-width: inherit;
}