/**
* Theme Name: YITH Proteo Child
* Description: This is a child theme of YITH Proteo, generated by YITH_Proteo_Wizard.
* Author: <a href="https://yithemes.com">YITH</a>
* Template: yith-proteo
* Version: 1.2.3
*/
/*追加*/
#topbar {
    display: none;
}
/*追加*/
.mw_wp_form_input .input-form__item__select {
    display: none;
}
/*追加*/
.mw_wp_form_confirm .contact-form__item__select {
    display: none;
	font-size: 15px;
}
/*追加*/
h1.ttl.visible.wp-block-heading {
    font-size: 25px;
}
h3.wp-block-heading {
    font-size: 22px;
	color: #6bb93f;
}
.b-erase{
	font-size:14px!important;
}
.profile {
    max-width: 800px;
    margin: auto;
}
ul.top_catch {
    padding-left: 0;
	display: flex;
}
li.top_catch1 {
    list-style: none;
}
.top_catch1 p{
	line-height: 0.3!important;
}
.submit-btn {
    text-align: center;
}
span.mwform-checkbox-field-text {
    font-size: 14px;
}
.wp-block-spacer {
    /* height: 0px; */
    display: none;
}
div#primary {
    /*max-width: 800px;*/
	margin: 0 auto;
	font-size: 18px;
}
.mw_wp_form .error {
    font-size: 13px;
}
input[type="submit"] {
    font-size: 14px;
    background: #6bb93f;
    border: none;
	margin: 10px;
}
.comoany_wrapper {
    max-width: 600px;
    margin: auto;
}
table.brochureTitle_table {
    padding: 10px;
    line-height: 1.8;
}
body.static-header .site-header {
    border-bottom: solid 3px #6bb93f;
}
#main-footer .site-info {
    background: #6bb93f;
    color: #fff;
}
.title p{

}
/*フッター非表示*/
.container.footer-sidebars.side-by-side-sidebars {
    display: none;
}
/*追加 Edit 非表示*/
a.post-edit-link {
    display: none;
}
/*追加*/
.cform th {
	font-size: 14px;
    width: 20%;
    /* border-bottom: solid 1px #d6d6d6; */
    font-weight: normal;
    /*padding: 5px;*/
    white-space: nowrap;
    color: #151515;
	text-align: left;
}
}
.cform td {
	font-size: 14px;
	line-height: 150%;
	/*border-bottom: solid 1px #d6d6d6;*/
	padding: 10px 5px;
}
/*追加*/
.{
    /* background: #00142c; */
    /* width: 60%; */
    max-width: 550px;
    min-width: 220px;
    margin: 30px auto;
    display: block;
    border: 1px #00142c solid;
    /* text-align: center; */
    padding: 10px;
    /* color: #fff; */
    transition: all 0.4s ease;
}
.message0{
    padding: 20px;
}
.message {
    text-align: center;
    padding: 20px;
}
.cform {
	margin: auto;
	max-width: 800px;
}

.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}

.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	/*margin-left: 10px;*/
	vertical-align: middle;
}


    text-align: left;
.post table{
/*border-collapse:collapse;変更*/
margin:5px auto 15px auto;
	  min-height: 500px;
	  width: 100%;
}

.post table td{
border-collapse:collapse;
/*background-color:#f9f9f9;*/
text-align:left;
padding:8px;
/*border:1px solid #d6d6d6;変更*/
line-height:20px;
display: table-cell;
vertical-align: middle;
text-align: left;
}

.post table th{
text-align:right;
padding:8px;
white-space:nowrap;
color:#151515;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
display: table-cell;/*追加*/
vertical-align: middle;/*追加*/
	text-align: left;
}
/*追加*/
ul.team-2-w{
	    display: flex;
	flex-wrap: wrap;
	list-style:none;
    padding-left: 0;

}
li.team-2-box{
	width: 30%;
    padding: 25px;
}
p.category-name{
	padding:10px 0;
	color: #448a85;

}
li.team-2-box {
    max-width: 500px;
    margin: 10px;
}
.wp-block-cover.ek-linked-block.ek-linked-block-animate {
    display: none;
}
table.brochureTitle_table {
    padding: 50px 0;
}
.site-content{
    padding: var(--proteo-site_content_spacing);
}
h5.h5t{
    font-size: 1.5vw;
}
.yith-slider.alignfull.yith-slider-41.slick-initialized.slick-slider.slick-dotted {
        height: 100%!important;
}
@media only screen and (max-width: 990px){
ul.team-2-w{
	    display: flex;
	flex-wrap: wrap;
}
li.team-2-box{
	width: 100%;
    padding: 5px;
}
h5.h5t{
    font-size: 18px;
}
}
@media only screen and (max-width: 767px){
.cform th, .cform td {
    /* width: 100%; */
    display: block;
    border-top: none;
}
}
