@charset "utf-8";

/*
Theme Name: Katawara Child
Theme URI:
Template: katawara
Description:
Author:
Tags:
Text Domain: katawara
Version: 0.0.1
*/


/*ーーーーーーーーーーーーーーーー*/
/*　　MW WP Formカスタマイズ　　*/
/*ーーーーーーーーーーーーーーーー*/

/*フォーム*/
.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="text"],
.mw_wp_form textarea {
    padding: 1em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #ccc;
}

.mw_wp_form select {
    display: block;
    position: relative;
    width: 80%;
    height: 38px;
    font-size: 14px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 10px;
}

.mw_wp_form selectt:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;
}


/*――――「表」デザイン――――*/

.cform{
	border: solid 1px #d6d6d6;

}

.cform th {
	font-size: 15px;
	width: 30%; 
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 10px 10px 10px;
	font-weight: bolder;
	background:#f4f4f4;
	text-align:center;
	vertical-align:middle;
}


.cform td {
	font-size: 15px;
	line-height: 140%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 10px;
}


/*―――――表示―――――*/

.cform {
	width: 100%;
	margin: auto;
}


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

@media only screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 100%;
  border: none;
  padding: .5em 1em;
		display: block;
		border-top: none;
	}
}

/*――「送信ボタン」デザイン――*/

.submit-btn input {
background-color:#9d1d22;
border:0;
color:#ffffff;
font-size:1.3em;
font-weight:bolder;
margin:0 auto;
padding: 10px 35px;
border-radius: 3px;
cursor: pointer;
text-align:center;
}

.submit-btn {
text-align:center;
margin-top:20px;
　cursor: pointer;
}

.submit-btn input:hover {
	background: #e27a82;
	color: #FFFFFF;
　cursor: pointer;
}


/*―――「必須」デザイン―――*/
.required-srt {
	width:90px;
display:block;
font-size:0.7em;
padding: 6px;
border-radius: 5px;
	margin:10px auto;
background: #9d1d22;
color: #ffffff;
}

.check-box{
	width:100%;
	text-align:center;
	padding:20px;
}

.mw_wp_form_complete{
	width:100%;
	background:#f4f4f4;
	padding:20px;
}

.cps{
	width:100%;
	margin:0 auto 20px;
	padding:20px;
}
button,
input,
optgroup,
select
{
  -webkit-appearance: block !important; /* 1 */
  appearance: block !important;
}

.fs_text{
	display:block;
	font-size:80%;
	padding:5px;
}

.size-harfs{
	width:50% !important;
}


/*パンくずリストが目立つようにスタイルをカスタマイズ*/
.p-breadcrumbs li {
  margin-right: 1.2em;
}
.p-breadcrumbs li {
  padding: 0 0 0 7px;
  margin-top: 5px;
  height: 30px;
  line-height: 30px;
  background: #1c2857; /* 背景色 */
  font-size: 1.2em;
}
.p-breadcrumbs li+li:before {
  display: none;
}
.p-breadcrumbs li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border-style: solid;
  border-color: transparent;
  border-left-color: #1c2857; /* 背景色 */
  border-width: 15px 12px;
  width: 0;
  height: 0;
}
.p-breadcrumbs li>a, .p-breadcrumbs li>span {
  color: #fff; /* 文字色 */
}

/*子ページが表示されているときに Katawara のサイドメニューのサブメニューを開いたままにするやり方*/
@media (min-width:1200px) {
/* サブメニューを開く */
.vk-menu-acc .current-page-ancestor ul.acc-child-close {
    max-height: 1000px;
    opacity: 1;
}
/* × ボタンを非表示に */
.vk-menu-acc .current-page-ancestor .acc-btn {
    background: none;
}
}

/*スマホメニューボタン*/


.vk-mobile-nav-menu-btn,
.vk-mobile-nav-menu-btn.menu-open {
    background-size: 80%;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    border-color: var(--vk-color-text-body);
    top: 0px !important;
	margin-top:10px;
}
.vk-mobile-nav-menu-btn.position-right {
    right: 10px;
}


.site-header{
	border-top:6px solid #043187;
}

..postListText_singleTermLabel{
	border-radius:10px !important;
	
}

.postListText_singleTermLabel_inner{
	padding:2px !important;
}