@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/


body{ background-color:#fff;}

/************************************
** 固定ページだけタイトルを非表示にする
************************************/
.page .entry-title {
/*display: none;*/
}

.page .date-tags {
display: none;
}

/************************************
** main
************************************/
#main-image .pc-img{ display:inline;}
#main-image .tab-img { display:none!important;}
#main-image .smt-img { display:none!important;}


/************************************
** footer
************************************/

.footer-bottom-logo img{ height:70px;}

/************************************
** menu
************************************/
.navi-in > ul{flex-wrap:nowrap!important;}
#menu-h-menu{ margin-right:20px;}  
#menu-h-menu li{width:90px!important; text-align:center; line-height:2!important; display: block; height:40px; padding-top:10px;}
#menu-h-menu li a{color:#000000; font-size:0.8em;}
.sub-caption{ color:#00a051;}

#menu-h-menu li#menu-item-38{width:120px!important;}

#menu-h-menu li#menu-item-390{
	margin-left:10px;width:180px!important;	
	margin-right:10px;width:180px!important;
	margin-bottom:10px;
	height:45px;
	border-radius:10px;}
#menu-h-menu li#menu-item-390 .item-label{ display:none;}
#menu-h-menu li#menu-item-390 a{ padding:20px 60px!important;}
#menu-h-menu li#menu-item-390 a:hover{ opacity:0.1;}


ul.h-submenu{list-style-type:none!important;}

.m-tel{
background:#0067C0 url(images/bt-tel.png) 50% 50% no-repeat!important;
padding:10px 20px!important;
width:180px;
}
.m-tel a:hover{ opacity:0.6;}

.m-contact{
background: #000 url(images/bt-contact.png) 50% 50% no-repeat!important;	
padding:10px 20px!important;
margin-right:5px;
width:180px!important;
}
.m-contact a:hover{ opacity:0.6;}


/************************************
** sidebar
************************************/
#sidebar {
	font-size:90%;
}
#sidebar h3 {
	border-radius:7px 7px 0 0;
	text-align:center;
    margin-bottom: 0;
    padding: 2% 3%;
    font-weight: 400;
}
#menu-sidemenu {
	border:solid 1px #ccc;
		border-radius: 0 0 7px 7px;
}
#menu-sidemenu li a {
	padding-left:50px;
background:  url(https://www.yamasaki-cpa.com/hp/wp-content/uploads/2024/01/btn-blue.png) 20px center no-repeat;	
	border-bottom:1px #edebeb solid;
}
#menu-sidemenu li.or a {
	padding-left:50px;
background:  url(https://www.yamasaki-cpa.com/hp/wp-content/uploads/2024/01/btn-orange.png) 20px center no-repeat;	
	border-bottom:1px #edebeb solid;
}
#menu-sidemenu li.gr a {
	padding-left:50px;
background:  url(https://www.yamasaki-cpa.com/hp/wp-content/uploads/2024/01/btn-green.png) 20px center no-repeat;	
	border-bottom:1px #edebeb solid;
}
#menu-sidemenu li a:hover {
background: #fafafa url(https://www.yamasaki-cpa.com/hp/wp-content/uploads/2024/01/btn-blue.png) 20px center no-repeat;	
}
#menu-sidemenu li.or a:hover {
background: #fafafa url(https://www.yamasaki-cpa.com/hp/wp-content/uploads/2024/01/btn-orange.png) 20px center no-repeat;	
}
#menu-sidemenu li.gr a:hover {
background: #fafafa url(https://www.yamasaki-cpa.com/hp/wp-content/uploads/2024/01/btn-green.png) 20px center no-repeat;	
}
/************************************
** title
************************************/
h1.entry-title {
padding:1em;
  color: #ffffff;
  background: #206fbf;
  box-shadow: 8px 8px 3px 0px rgba(200, 230, 249 ,0.5);
	margin-top:0px;
	margin-bottom:50px;
}

.page h2.ti02{
padding: 1rem 2rem!important;
border-top: 3px solid #66adca!important;
border-left:#f4f4f4 1px solid;
border-right:#f4f4f4 1px solid;
border-bottom:#f4f4f4 1px solid;
box-shadow: 3px 3px 3px 2px rgba(0,0,0,0.4);
background: #f4f4f4!important;
color:#000;
}
.page h3.ti03 {
 font-size: 20px !important;/*文字のサイズ*/
  border-left: 3px solid #55A8DC;/*左線*/
  padding: .5em .7em;/*余白*/
  background: rgba(85,168,220,.07);/*背景色*/
  color: #323232;
  margin-bottom: 15px;
  border-top: none;
  border-bottom: none;
}

.page h3.ti03::before{content:none;}

/************************************
** List
************************************/
ul.circle li {
  position: relative;
  padding-left: 24px;
}
ul.circle li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #e32222;
  border-radius: 5px;
}

ul.arrow01{padding-left:0;margin-bottom:0;}

ul.arrow01 li{
    position: relative;
    padding-left:20px;
	list-style:none;
	  }
 
ul.arrow01 li:before {
    content: "";
    position: absolute;
    top: .65em;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 2px solid #8b6b4e;
    border-right: 2px solid #8b6b4e;
  }
ul.arrow01 li.bline{ border-bottom:1px dotted #ccc; padding-bottom:5px;}

ul.list01 li{
    position: relative;
    padding-left: 25px;
	list-style:none;
  }
 
ul.list01 li:before {
    content: "";
    position: absolute;
    top: .60em;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 3px;
    height: 7px;
    border-right: 2px solid #206fbf;
    border-bottom: 2px solid #206fbf;
}

ul.list01 li:after {
    content: "";
    position: absolute;
    top: .5em;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #206fbf;
    border-radius: 2px;
}

/************************************
** Font
************************************/
.center{ text-align:center;}
.bold{ font-weight:bold;}

.fm{ font-size:120%;}
.fs{ font-size:80%;}
.uline{ text-decoration:underline;}

/************************************
** box
************************************/
.box01{
  padding: 1rem 2rem;
  border: 6px double #000;
}


/************************************
** table
************************************/
table.table01{
  border-collapse: collapse;
  width: 100%;
}
.table01 th,
.table01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.table01 th {
  background:#eef2f5;
  color: #000;
}

@media screen and (max-width: 640px) {
.table01 .head{
    display:none;
  }
.table01 {
    width: 100%;
  }
table.table01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
table.table01 td:first-child{
    background: #eef2f5;
    color:#000;
    font-weight:bold;
  }
	
table.table01 td:before{
    content: attr(data-label);
    font-size: .7rem;
    font-weight:bold;
    color: #999;
    display: block;
  }
  .table01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

/************************************
** margin / padding
************************************/
.mb20{ margin-bottom:20px;}
.mb30{ margin-bottom:30px;}
.mb50{ margin-bottom:50px;}
.mt30{ margin-top:30px;}


/************************************
** clearfix
************************************/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

.article h3{ 
font-size:1.4em; 
color:#0067C0; 
margin-bottom:20px;
padding-bottom:10px;
border-right:none;
border-left:none;
border-top:none;
}

/************************************
** 投稿ページ
************************************/
.eye-catch-wrap{
	display: block;
    float: left;
    margin-right:10px;	
}
.eye-catch img{}


/************************************
** contact-form7
************************************/
.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
color: #cc0000;
font-weight: bold;
}

#cf-tbl table{
width: 100%;
border-collapse: collapse;
border: solid #CCC;
border-width: 1px;
color: #444;
}
#cf-tbl table tr th,
#cf-tbl table tr td{
padding:1em 0.5em;
text-align: left;
vertical-align: top;
border: solid #CCC;
border-width: 1px;
vertical-align: middle;
}
#cf-tbl table tr th{
width: 35%;
background: #e2ecee!important;
}

#cf-tbl table tr th p,
#cf-tbl table tr td p{ margin-bottom:0!important;}


@media screen and (max-width:768px){
#cf-tbl{
width: 100%;
}

#cf-tbl table,
#cf-tbl table tbody,
#cf-tbl table tr,
#cf-tbl table tr th,
#cf-tbl table tr td{
display: block;
}

#cf-tbl table{
width: 100%;
border-width: 0 0 1px 0;
}

#cf-tbl table tr th,
#cf-tbl table tr td{
width: 100%;
padding: 3% 5%;
}

#cf-tbl table tr td{
border-width: 0px 1px 0px 1px;
}
}
/*「必須」文字デザイン*/
.required{
font-size:0.8em;
padding: 5px;
background: #cd6f55;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}

/*「任意」文字デザイン*/
.optional{
font-size:.8em;
padding: 5px;
background: #000080;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}

/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
	background-color: #eff1f5;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 「送信する」ボタン */
input.wpcf7-submit {
    display: block;
    padding: 15px;
    width: 400px;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 15px auto 0
}
input.wpcf7-submit:hover {
  box-shadow: 0 4px 12px rgb(0 0 0 / 10%), 0 12px 24px -12px rgb(0 0 0 / 20%);
  opacity: 1;
}
@media screen and (max-width:768px){
input.wpcf7-submit {
width: 250px;
}
}

input.wpcf7-submit:hover {
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
	opacity:0.7;
}
/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}

/************************************
** お問い合わせ
************************************/
/*デザインcss↓*/
.box_con {
  max-width: 900px;
  margin: 0  auto;
}
@media only screen and (max-width: 768px) {
  .box_con {
    width: 95%;
  }
}
.box_con form {
  width: 100%;
}
.box_con form table {
  width: 100%;
}
.box_con form table tr {
  position: relative;
}
.box_con form table tr:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  /*border-bottom: dotted #cdcdcd 1px;*/
}
.box_con form table tr.tr01:after{
  border-bottom: none!important;
}
.box_con form table tr.tr01 th.th01 { padding:0.4em 0.5em!important;background-color:#eef2f5!important; text-align:center;font-size:1em;}


.box_con form table tr th {
  width: 30%;
  font-weight: normal;
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
text-align:left;
}

.submit-button {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin: 30px auto 0;
    background-color: #e4eeef;
    cursor: pointer;
    border: 1px solid #e4eeef;
    color: #000;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .5s;
    padding: 20px 100px;
}
 
.submit-button:hover {
    background: #cae1e3;
    color: #000;
    border: 1px solid #cae1e3;
}
 

@media only screen and (max-width: 768px) {
  .box_con form table tr th {
    text-align: center;
    width: 100%;
    display: block;
    background: #f5f6f7;
    padding: .8em .2em;
  }
}
.box_con form table tr th span {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #cd6f55;
  color: #fff;
  font-size: 14px;	
}
.box_con form table tr td {
  padding: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	width:70%;

}
@media only screen and (max-width: 768px) {
  .box_con form table tr td {
    padding: 1.5em .5em;
    display: block;
    width: 100%;
  }
}
.box_con form table tr .box_br {
  display: block;
}
.box_con form table tr select {
  border: 1px solid #4c7096;
}
.box_con form table tr label input {
  cursor: pointer;
 /* display: none;*/
  vertical-align: middle;
}
.box_con form table tr .radio02-input{
  padding-left: 23px;
  margin-right: 20px;
  position: relative;
}

.box_con form table tr .radio02-input + label {
  padding-left: 23px;
  margin-right: 20px;
  position: relative;
}
.box_con form table tr .radio02-input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box_con form table tr .radio02-input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #4c7096;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box_con form table tr select, .box_con form table tr input, .box_con form table tr textarea {
/*  width: 100%;
  height: 3em;*/
  padding: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_con form table tr textarea {
	width:100%!important;
  height: 10em;
}

/*プライバシーのデザインcss↓*/
.con_pri {
  max-width: 700px;
  margin: 0  auto;
}
@media only screen and (max-width: 768px) {
  .con_pri {
    width: 95%;
  }
}
.con_pri .box_pri {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #cdcdcd;
  background: #f7f7f7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px 55px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri {
    margin-top: 4%;
    padding: 3%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .con_pri .box_pri {
    padding: 4%;
  }
}
.con_pri .box_pri .box_tori {
  text-align: left;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori {
    margin-top: 4%;
  }
}
.con_pri .box_pri .box_tori h4 {
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 150%;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori h4 {
    margin-bottom: 4%;
  }
}
.con_pri .box_pri .box_tori .txt {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori .txt {
    padding: 0;
  }
}
.con_pri .box_pri .box_num {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num {
    margin-top: 5%;
  }
}
.con_pri .box_pri .box_num h4 {
  font-weight: normal;
  font-size: 113%;
}
.con_pri .box_pri .box_num .txt {
  padding: 10px 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num .txt {
    padding: 3% 0 0 3%;
  }
}

/*プロフォール*/
.profile th {
	text-align:left;
	background:#f4fafe;
	vertical-align:top;
}
.profile td {
	background:#FFF;
}
@media only screen and (max-width: 768px) {
.profile th,
.profile td {
	width:100%;
	display:block;
	border-bottom:none;
	border-color:#f4fafe !important;
  }
}
/************************************
** お客様の声
************************************/
.parent-pageid-34 .article h3{
    position: relative;
    margin: 48px 0 0;
    padding: 32px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
   margin-bottom:20px;
    font-size: 1.5rem;
}
.parent-pageid-34 .article h3::before {
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 80px;
    height: 4px;
    background-color: #999;
    content: "";
}
.parent-pageid-34 .voicebox{ 
background-color:#f7f5f5;
border:1px solid #c7c7c7;
padding:30px;
}


/************************************
** 画像関係のスタイル
************************************/
figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.circle-image img {
  border-radius: 50%;
}

/************************************
** Youtube
************************************/
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1100px以下*/
@media screen and (max-width: 1100px){
.hlt-tm-right .navi-in > ul{ justify-content:start!important;}	
#menu-h-menu{ margin-right:0;}	
#menu-h-menu li{width:75px!important;}
#menu-h-menu li#menu-item-38{width:90px!important;}
	
	
	
.navi .item-label{font-size:0.8em;}
}


/*1024px以下*/
@media screen and (max-width: 1024px){

.has-logo-button .menu-button{
padding-top:15px;
}
	
img.alignright, 
img.alignleft{
display:block;
margin:5px auto 20px auto;
}
.alignright,
.alignleft{	float:none;}

.pc-img { display:none !important;}
.smt-img{ display:inline!important;}
	
#main-image .smt-img{display:none !important;}
#main-image .tab-img{ display:none !important;}
#main-image .tab-img{display:inline !important;}	
.h-submenu .smt-img { display:inline!important;}

}


/*834px以下*/
@media screen and (max-width: 834px){

.logo-menu-button img{ margin-left:10px;}
.has-logo-button .menu-button{padding-top:5px!important;}	
ul.h-submenu{ padding-top:5px;}	
	
#main-image .tab-img{display:none !important;}
#main-image .smt-img{display:inline !important;}

.header-container-in.hlt-top-menu .logo-header img{ display:none;}
	
}


/*640px以下*/
@media screen and (max-width: 640px){
/************************************
** 			header
************************************/
.logo-menu-button img{margin: 5px auto 0 auto;}
.mobile-menu-buttons{background-color:#fff;}	

/*ヘッダーボタンエリア　*/
.h-submenu{ 
width:50px; 
margin-top:10px!important;
margin-left:0px!important;
padding:0!important;
}
.mobile-header-menu-buttons .h-submenu li{ display:inline-block;}

.eye-catch-wrap{
	display: block;
    float: none;
	margin-left:0px;
}
.eye-catch{text-align:center;}	
.pc-img { display:none !important;}	
}



/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

.blog main{ padding-top:0!important;}
