.elementor-kit-7{--e-global-color-primary:#555555;--e-global-color-secondary:#333333;--e-global-color-text:#555555;--e-global-color-accent:#4CB6C6;--e-global-color-845be67:#3598A5;--e-global-color-34d27e9:#3598A5;--e-global-color-4c94481:#82CBD6;--e-global-color-a6e669b:#A5DAE1;--e-global-color-c767d45:#DBF0F4;--e-global-color-70a4702:#EDF8F9;--e-global-color-def91d5:#FFFFFF;--e-global-color-986727b:#DDDDDD;--e-global-color-2637f9f:#F7F7F7;--e-global-color-7ed195a:#EAF3EA;--e-global-color-bd91ceb:#479E4A;--e-global-color-f950017:#5EB561;--e-global-color-b511813:#D8E8D8;--e-global-typography-primary-font-family:"Noto Sans JP";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans JP";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans JP";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.8em;--e-global-typography-text-letter-spacing:0.025em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;line-height:1.8em;letter-spacing:0.025em;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{letter-spacing:0.05em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* common */
body {
    margin: 0;
}




/* =========================
見出しデザイン
========================== */

/* タイトルにリストマーク：青 */

.p-list-mark_01 p,
.p-list-mark_01 .elementor-heading-title{
  display: inline-block;
  line-height: 1.7;
}

.p-list-mark_01 p:before,
.p-list-mark_01 .elementor-heading-title:before{
  content: '●';
  color: #4cb6c6;
  margin-right: 8px;
}

/* タイトルにリストマーク：緑 */

.p-list-mark_02 p,
.p-list-mark_02 .elementor-heading-title{
  display: inline-block;
  line-height: 1.7;
}

.p-list-mark_02 p:before,
.p-list-mark_02 .elementor-heading-title:before{
  content: '●';
  color: #479e4a;
  margin-right: 8px;
}


/* 見出しデザイン 02 */
.heading-design_02 .elementor-heading-title {
  position: relative;
  padding: 0.5em 1em;
  text-align: center;
  display: inline-block;
}

.heading-design_02 .elementor-heading-title:before,
.heading-design_02 .elementor-heading-title:after {
  position: absolute;
  content: '';
}

.heading-design_02 .elementor-heading-title:after {
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-top: 1px solid #4cb6c6;
  border-left: 1px solid #4cb6c6;
}

.heading-design_02 .elementor-heading-title:before {
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  border-right: 1px solid #4cb6c6;
  border-bottom: 1px solid #4cb6c6;
}


/* =========================
ContactForm7カスタマイズ
========================== */

table.CF7_table{
	width:80%;
	margin:0 auto;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
}

table.CF7_table tr:first-of-type {
    border-top: none;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

.CF7_table td{
    padding:2rem 0;
}

.CF7_table td{
    width: 70%;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
	padding: 1rem 1rem;
	border-radius: 5px;
}

.CF7_table textarea {
    width: 100%;
}

.CF7_addr {
    width: 100%;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:12px;
	font-weight: normal;
	padding: 5px;
	background: #82CBD6;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:14px;
	font-weight: normal;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;
	text-align:left;
	}
}

/* 確認メッセージ */
.CF7_confirmation-message {
    text-align: center;
}

/* レスポンシブ */
@media screen and (max-width: 1199px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	text-align:left;
	}
	.CF7_table tr {
	 padding: 1rem 0 1rem 0;
	 flex-wrap:wrap;
	}
	.CF7_table th{
	    padding:0rem 0;
	}
	
	.CF7_table td {
	    padding:0;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#3598a5;
	border:0;
	color:#fff;
	font-size:18px;
	font-weight:500;
	margin:2rem auto 0 auto;
	padding: 1rem 4rem;
	border-radius: 5px;
}

.wpcf7 input.wpcf7-submit:hover {
    opacity: 0.8;
}

.wpcf7 input.wpcf7-submit:hover {
    cursor : pointer;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}/* End custom CSS */