@charset "utf-8";
/*
Template:health-network
Theme Name:health-network-child
Theme URI:https://www.health-network.co.jp/
Description:health-network
Author:TEAMWORKS
Author URI:https://tmwks.jp/
Version:2.3
Text Domain:tcd-solaris
*/

/* ----------------------------------------------------------------------
追加CSS
---------------------------------------------------------------------- */
/* ウィジェット基本設定 */
.widget_headline { 
	color:#f894b1; 
	font-weight:600; 
	font-size:18px; 
	padding:0; 
	margin:0 0 20px 0; 
	line-height:1; 
}
@media screen and (max-width:1201px) {
 .widget_headline {
	 background: #f894b1!important;
	 color:#fff!important;
	 height:60px;
	 line-height:60px;
	 padding:0 20px;
	}
}
@media screen and (max-width:550px) {
  .widget_headline { 
	 background: #fff!important;
	 color:#f894b1!important;
	  height:inherit; 
	  line-height:1; 
	  padding:0; 
	}
}


/*TOP*/
.contact-box {
    display: flex;
    justify-content: space-evenly;
	align-items: center;
}
@media screen and (max-width:900px) {
	.contact-box {
		display: block;
   }
}

.c-btn {
    display: inline-block;
}

 .design_button.type1 a {
   color: #ffffff !important;
   background: #f894b1;
	 text-decoration: none;
            }

.post_content p {line-height:2.4;margin: 0;}

/* top-contact */
.num3 {
	background: #fdf7f7;
}

.design_button.quick_tag_ver { margin:40px 0 40px 0; }

/* captions */
.post_content .wp-caption-text { 
	font-style:normal; 
}

/* gallery */
.gallery-caption {
   background-color: initial; 
	color: rgba(0, 0, 0, 0.7);
   opacity: 1;
	position: initial;
}
.gallery-caption:before {
    content: none;
}

/* table */
.post_content>th {
	background: #f8f8f8;
	font-weight:normal;
}

/*post*/
.post_content h3 {
	position: relative;
	font-size:22px;
	padding: 0.5em 0.5em 0.5em 1.7em;
	border-bottom: 3px solid #FF9900;
}

.post_content h3:before {
  content: "";
  position: absolute;
  background: #FFCC00;
  top: 0;
  left: 0.4em;
  height: 12px;
  width: 12px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.post_content h3:after {
  content: "";
  position: absolute;
  background: #FF9900;
  top: 1.0em;
  left: 0;
  height: 8px;
  width: 8px;
  transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
}

.txt01 {
  margin:10px 0;
  padding:15px;
  border: 1px dotted #ccc;
  -webkit-box-shadow: rgba(0,0,0,.08) 5px 5px 0px 0px;
  -moz-box-shadow: rgba(0,0,0,.08) 5px 5px 0px 0px;
  box-shadow: rgba(0,0,0,.08) 5px 5px 0px 0px;
  overflow: hidden;
}

/*price*/
.price table th {
  text-align: center;
  vertical-align: middle;
  background-color: #FFEDF2;
}
.price table td {
  vertical-align: middle;
}
.price table td td,
.price table td th {
  padding: 10px 5px;
}
.price table td strong {
  font-size: 130%;
  color: #F54263;
  line-height: 100%;
}

/*StepList*/
dl.steplist {
  margin: 0;
  padding: 0px;
  overflow: hidden;
  letter-spacing: -0.4em;
}

dl.steplist > dt,
dl.steplist > dd {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
  padding: 20px 0;
  width: 35%;
  box-sizing: border-box;
  border-top: 1px dashed #FF9900;
}
dl.steplist > *:first-child,
dl.steplist > *:nth-child(2) {
  border: none;
}
dl.steplist > dt {
  font-size: 150%;
  font-family:  'Century Gothic', CenturyGothic, AppleGothic,"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
  font-weight: normal;
  position: relative;
  padding-left: 80px;
  color: #FF9900;
  line-height: 100%;
}
dl.steplist > dt strong {
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-size: 70%;
  margin-left: 20px;
  padding-bottom: 20px;
}
dl.steplist > dd {
  width: 65%;
}

.link_contact {
  padding-top: 5px;
}
.link_contact > a {
  display: block;
  padding: 20px;
  margin: 0px auto;
  font-size: 130%;
  color: white !important;
  letter-spacing: normal;
  background-color: #F894B1;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 3px double white;
  text-decoration: none;
}
.link_contact > a:hover {
  background-color: #FFC5D4;
}
.link_contact > a::after {
  content: "▶";
  float: right;
}

.imglist {
  padding: 0;
  margin: 10px 0;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  *display: block;
   display: block\9;
   overflow: hidden;
}
.imglist > * {
  padding: 10px 0;
  margin: 0;
  list-style: none;
  background: none !important;
  text-align: left;
  box-sizing: border-box;
  transition: all 0.2s linear;
  width: 70%;
  flex-width: 70%;
  display: inline-block\9;
  *
  display: inline;
  *
  zoom: 1;
  vertical-align: top;
}
.imglist > *:first-child {
  width: 26%;
  -webkit-flex-width: 26%;
  flex-width: 26%; 
  text-align: center;
}
.imglist > *:first-child img {
  max-width: 80%;
}
.toppage .imglist > * {
  width: 65%;
  -webkit-flex-width: 65%;
  flex-width: 65%;
}

 .post_content a{
	 text-decoration: underline;
 }

.post_content>a:hover {
    color: #000000;
 }

/*ContactForm7カスタマイズ*/
.wpcf7 p {
	margin:1em 0;
	font-size:16px;
	display: flex;
	justify-content: start;
	align-items: center;
}


table.CF7_table{
	width:80%;
	margin:0 auto;
	border: 3px solid #e5e5e5;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}

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

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

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

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	color: red;
	border-radius: 3px;
	margin-right:1em;
}

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

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:35%;/*横幅*/
	background-color:#ebedf5;/*ブルーグレー*/
   vertical-align: middle;
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#ebedf5;
	}
	.CF7_table th,
	.CF7_table td
	{
	padding: 17px 0!important;
	}
	.wpcf7 p {
		margin-bottom:1em;
		font-size:16px;
		display: block;
		text-align: start;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#f894b1;
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
}

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

.wpcf7-spinner{
	width:0;
	margin:0;
}

.wpcf7-form-control .wpcf7-radio{
	display: flex;
    justify-content: center;
}
/*ADD*/
.post_content p {
	line-height: 1.6;
}
#global_menu > ul {
	padding-left: 100px;
}