@charset "UTF-8";

/*!
Theme Name: caresys
Template:   cocoon-master
Version:    1.0.7
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.header-container-in.hlt-top-menu.hlt-tm-small .site-name-text {
	font-size: 14px;
}

.navi-in a {
   font-size: 14px; 
}

p {
	margin: .6em 0;
}

.article h2 {
    font-size: 24px;
    padding: 25px;
background-color: transparent!important;
	color:#fff!important;
}

.article h3 {
	display:block;
	width:320px;
	margin-left: -webkit-calc(50% - 160px) !important;
	margin-left: calc(50% - 160px) !important;
	font-size:32px;
    background-color: transparent!important;
	color:#11a1a0!important;
	border:0px;
	border-bottom:2px solid #11a1a0!important;
	padding-bottom:20px!important;
}

 .article .h3_type_2 h3 {
	
	width:320px!important;
	margin-left: -webkit-calc(50% - 160px) !important;
	margin-left: calc(50% - 160px) !important;
	color:#e5991f!important;
	border:0px;
	border-bottom:2px solid #e5991f!important;
	padding-bottom:20px!important;
}


.article h6,.article h5{
	border-bottom:0px!important;
} 

.title_h2_0 h2{
	color:#11a1a0!important;
	
}

.title_h2_1 h2{
	color:#fff!important;
	background-color: #11a1a0;
}

.article h4  {
	margin:15px 0 15px;
	border: 0px solid #ccc!important;
	color:#fff!important;
}

.article .list_kinou h4  {
	font-size:26px!important;
	color:#11a1a0!important;
}

.entry-header{
	display:none;
}


.entry-content p {
    line-height: 1.4;
}

.author-info,.breadcrumb{
	display:none;
}

#post-670 .article-header,#post-1241 .article-header,#post-1198 .article-header, #post-640 .article-header,#post-992 .article-header{
	display:none;
}


table.price_table {
	color:#000;
	
}

table.price_table th{
	font-weight:normal;
	border-top:0px solid #11a1a0;
	border-right:0px solid #11a1a0;
	border-left:0px solid #11a1a0;
	border-bottom:thin solid #11a1a0;
	vertical-align:top;
	padding-top:12px;
	width:24%;
}
table.price_table td{
	vertical-align:top;
	text-align:right;
	padding:5px 15px 5px 15px;
	font-size: 120%;
	border-top:0px solid #11a1a0;
	border-right:0px solid #11a1a0;
	border-left:0px solid #11a1a0;
	border-bottom:thin solid #11a1a0;
	
}

#menu-item-1438 a{
	background-color:#FBB03B;
}

#menu-item-1413 a{
	background-color:#ff5a5a;
}

.log_ti{
	width: 100px;
    display: inline-block;
    background: #efefef;
    padding: 5px 15px;
    text-align: center;
}

.log_btn {
    padding: 5px 10px;
    width: 100px !important;
}

.wpcf7-previous{
	-webkit-appearance: none;
    border: 1px solid #ddd;
    background-color: #f5f8fa;
    color: #333;
    padding: 11px;
    width: 100%;
    margin: 0;
    cursor: pointer;
	margin-top:5px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
	.header-container-in.hlt-top-menu.hlt-tm-small .site-name-text {
    font-size: 10px!important;
}
	
	.price_table table td{
	text-align:right;
		padding:5px 15px;
}
	
	.article h2 {
	
		font-size:24px!important;
	
	}
	.article h3 {
	
		font-size:24px!important;
	
	}
	
	
	
}

