@charset "utf-8";

/*
 Theme Name: ver.1
 Description: グッドケア様　公式ページ　CMS テーマ
 Version: ver.1
 Author:
 Author URI:
*/

/* ****************************************************************************************************
   * 画像
**************************************************************************************************** */

/* キャプション */
.wp-block-image .aligncenter > figcaption {
  text-align: center;
}

/* テーブル*/
.wp-block-table {}

.wp-block-table table {}

.wp-block-table table td {
  border-bottom: 1px solid #b3b3b3;
}

/* 青帯タイトル*/
.main-title {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.main-title {
  font-size: 2.4rem !important;
}

}


.wp-caption {
  width: auto !important;
}

.wp-caption.aligncenter {
  text-align: center;
}

.wp-caption-text {
  margin-top: 0.5em;
  line-height: 1.5;
  color: #333;
  font-size: 93%;
  text-align: center;
}

/* 左寄せ */

.alignleft {
  margin: 0 2em 0.5em 0;
	float: left;
}

.alignleft + p {
  margin-top: 0;
}

/* 右寄せ */

.alignright {
  margin: 0 0 0.5em 2em;
	float: right;
}

.alignright + p {
  margin-top: 0;
}

/* 中央寄せ */

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
	display: table;
}