/*
Theme Name: MONAD Child
Theme URI: https://tcd-theme.com/tcd110/
Template: monad_tcd110
Author: TCD
Author URI: https://tcd-theme.com/
Description: WordPress theme "MONAD" was developed with a clinic site such as a psychosomatic clinic. It is characterized by gentle animations that give the image of a reassuring clinic, and has features that make it easy to create a medical information page and a FAQ page.
Version: 1.5.1754022083
Updated: 2025-08-01 13:21:23

*/

.cb_service_list .service_list .item { width:calc(100% / 2 - 20px); margin:0 20px 30px 0; padding-bottom:35px; background:#fff; border-radius:10px; display:block; transition: box-shadow 0.5s ease; }


.flex-parent {
  width:100%;
  display:flex;
  flex-wrap:wrap; /*折り返し*/
  justify-content:center;/*両端揃え*/
}
.flex-child {
  width:31%;
 /* display:flex;*/
  /*flex-direction:column;*/
  border:1px solid #ccc;
  box-sizing:border-box;
  border-radius:16px;
	margin: 1%;
}
.flex-grandchild-img {
  width:100%;
  height:auto;
  position:relative;
}
/*
.flex-grandchild-img::after {
  display:block;
  content:'';
  width:100%;
  height:0;
  padding-top:64%;
}
*/
.flex-grandchild-img img {
	margin-left: auto;
    margin-right: auto;
  display:block;
	/*
  width:100%;
  height:100%;
  position:absolute;
	*/
  top:0;left:0;
  border-radius:16px 16px 0 0;
}
.flex-grandchild-inner {
  display:flex;
  flex-direction:column;
  flex-grow:1;
  width:100%;
	border: none;
}
.flex-grandchild-inner h3 {
/*
  display:flex;
  align-items:center;
  min-height:56px;
*/
  color:#489279;
  font-size:1.4rem;
  line-height:1.6;
  padding:5px 0;
  margin:0 10px;
  box-sizing:border-box;
 /* border-bottom:1px solid #ccc;*/
	text-align: center;
}
.flex-grandchild-inner h3 img {
  display:block;
  width:12.5%;height:auto;
  margin-right:8px;
}
.flex-grandchild-innerText {
  flex-grow:1;
  padding:5px 10px;
  box-sizing:border-box;
}
.flex-grandchild-innerLink {
  width:100%;
  height:auto;
}
.flex-grandchild-innerLink a {
  width:90%;
  height:48px;
  margin:10px auto 20px auto;
  display:flex;
  justify-content:center;
  align-items:center;
  color:#fff;
  font-weight:bold;
  text-decoration:none;
  background:#A7E2CE;
  border-radius:8px;
}
@media screen and (max-width: 1360px) {
  .flex-parent {
    width:90%;
    max-width:initial;
    height:auto;
    margin:0 auto;
  }
}
@media screen and (max-width: 1280px) {
  .flex-child {
    width:47%;
    display:flex;
    flex-direction:column;
    border:1px solid #ccc;
    box-sizing:border-box;
    border-radius:16px;
  }
  .flex-child:nth-of-type(n+3) {
    margin-top:40px;
  }
}
@media screen and (max-width: 896px) {
  .flex-child {
    width:47%;
    display:flex;
    flex-direction:row;
    border:1px solid #ccc;
    box-sizing:border-box;
    border-radius:16px;
  }
  .flex-child:nth-of-type(n+2) {
    /*margin-top:40px;*/
  }
  .flex-grandchild-img img {
	  /*
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    position:absolute;
    top:0;left:0;
	  */
    border-radius:16px 0 0 16px;/*角丸変更*/
  }
  .flex-grandchild-inner h3 {
    padding:10px 0;
  }
  .flex-grandchild-innerText {
    min-height:120px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;/* 4行以上は省略 */
  }
}
@media screen and (max-width: 786px) {
  .flex-parent {
    width:90%;
    margin:0 auto;
  }
  .flex-child {
    flex-direction:column;
  }
  .flex-grandchild-img img {
    border-radius:16px 16px 0 0;/*角丸変更*/
  }
}
@media screen and (max-width: 480px) {
  .flex-parent {
    width:90%;/*全体の幅を90%に*/
  }
}

.flex-grandchild-inner h3.kaijyo_h{
	margin: 0;
}
.flex-parent > *:first-child {
	margin: auto;
}

/*サービス下部カテゴリーボタン非表示*/
#category_sort_button {
	display: none;
}

/*  電話ボタン
------------------------------------------------------------------*/
.common-contact-tel{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    padding: 15px;
    /*background: #fff;*/
    border-radius: 16px;
    text-align: center;
    line-height: 1;
	font-family: "NotoSansJP", "Hiragino Sans";
	position: relative;
  	z-index: 1;
}
.common-contact-tel::after{
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height:100%;
  top: 0;
  left: 0;
  border-radius: 16px;
  background-color: white;
  opacity: 0.8;
}
.common-contact-tel .title{
    /*margin-bottom: 12px;*/
    font-size: 1.5rem;
    font-weight: bold;
	color: #555;
	z-index: 3;
}
.common-contact-tel .num{
    margin-bottom: 8px;
    font-family: "Lato";
    font-size: 3rem;
    font-weight: bold;
    color: #ff757f;
    --letter-spacing: 0;
	z-index: 3;
}
.common-contact-tel .time{
    font-size: 1.125rem;
	color: #555;
	z-index: 3;
}
@media screen and (max-width:1199px){
    .common-contact-tel{
        height: 150px;
        border-radius: 12px;
    }
    .common-contact-tel .title{
        margin-bottom: 10px;
        font-size: 1.375rem;
    }
    .common-contact-tel .num{
        margin-bottom: 6px;
        font-size: 2.5rem;
    }
    .common-contact-tel .time{
        font-size: 1rem;
    }
}
@media screen and (max-width:991px){
    .common-contact-tel{
        height: 120px;
        border-radius: 10px;
    }
    .common-contact-tel .title{
        margin-bottom: 8px;
        font-size: 1rem;
    }
    .common-contact-tel .num{
        margin-bottom: 5px;
        font-size: 2rem;
    }
    .common-contact-tel .time{
        font-size: 0.875rem;
    }
}
@media screen and (max-width:767px){
    
}

/*  お問い合わせボタン
------------------------------------------------------------------*/

.common-contact-mail{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 18px;
    height: 200px;
    padding: 15px;
    background-color: rgb(255 255 255 / 0.8);
    border-radius: 16px;
    font-size: 1.5rem;
    line-height: 1;
    transition: .2s;
	color: #555;
	font-weight: bold;
	font-family: "NotoSansJP", "Hiragino Sans";
	position: relative;
	z-index: 1;
}
/*
.common-contact-mail::after{
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height:100%;
  top: 0;
  left: 0;
  border-radius: 16px;
  background-color: white;
  opacity: 0.8;
}
*/
.common-contact-mail .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3em;
    height: 3em;
    background: #ff757f;
    border-radius: 50%;
    color: #fff;
    --letter-spacing: 0;
    transition: .4s ease-out;
	z-index: 3;
}
/* ホバー時動作 */

.common-contact-mail:hover{
    background: #fff;
}

.common-contact-mail:hover .icon{
    transform: scale(0.8);
}

@media screen and (max-width:1199px){
    .common-contact-mail{
        column-gap: 16px;
        height: 150px;
        border-radius: 12px;
        font-size: 1.25rem;
    }
}
@media screen and (max-width:991px){
    .common-contact-mail{
        column-gap: 12px;
        height: 120px;
        border-radius: 10px;
        font-size: 1.125rem;
    }
}
div#footer_mail a {
	color: #555;
	font-weight: bold;
	text-decoration: none;
	margin-top: -1.5em;
	z-index: 3;
}
div#footer_mail a:hover {
	color: #ff757f;
}
@media screen and (max-width:991px){
    div#footer_mail a{
        margin-top:auto;
    }
}

/*採用情報*/
/*  recruit-descrption-section
------------------------------------------------------------------*/
.recruit-descrption-section{
    margin-bottom: 80px;
}
.recruit-descrption-section:last-of-type{
    margin-bottom: 0;
}

/*  recruit-descrption-table
------------------------------------------------------------------*/
#recruit-descrption-table{
    width: 100%;
    margin-bottom: 30px;

}
#recruit-descrption-table > tbody > tr > th,
#recruit-descrption-table > tbody > tr > td{
    padding: 1em;
 
    line-height: 1.5;
    vertical-align: middle;
}
#recruit-descrption-table > tbody > tr > th{
    width: 28%;
    font-weight: 500;
}
@media screen and (max-width:575px){
    #recruit-descrption-table > tbody > tr > th,
    #recruit-descrption-table > tbody > tr > td{
        display: block;
    }
    #recruit-descrption-table > tbody > tr > th{
        width: 100%;
        padding: 1em 0 5px 0;
        border-bottom: initial;
    }
    #recruit-descrption-table > tbody > tr > td{
        padding: 0 0 1em;
    }
}
@media (max-width: 767px) {
.post_content .s_table{overflow: unset!important;white-space: normal!important;}
}


/*-----------------------------------------------*/
/*お問い合わせフォーム                              */
/*-----------------------------------------------*/

table.tbl-contact_name {
	max-width: 450px;
}
table.tbl-contact_date {
	max-width: 680px;
}

.recruit-form input[type="text"], .recruit-form input[type="password"], .recruit-form input[type="email"], .recruit-form input[type="url"], .recruit-form input[type="tel"], .recruit-form input[type="submit"], .recruit-form textarea {
    margin: 0 auto;
    padding: 7px;
    font-size: 16px;
    max-width: 95%;
    border: 1px solid rgba(0,0,0,0.50);
    display: inline;
}
.recruit-form input[type="text"].datepicker{
    max-width:200px;
}
.recruit-form input[type="text"].contact_date,
.recruit-form select.contact_date
{
    margin-bottom: 10px;
    margin-right: 20px;
	padding: 10px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.recruit-form input[type="text"].user_name{
    /*margin-bottom: 10px;*/
}
.recruit-form textarea {
	width: 800px;
}
.recruit-form select {
    font-size: 16px;
    border: 1px solid rgba(0,0,0,0.50);
    background-color: #fff;
    margin: 0px auto;
    padding: 7px;
}
.input_time, .input_birthday{ 
    font-size: 16px;
}

dl.contact-form dt{
    /*background-color: #000;*/
	background:var(--main_color);
    color: #FFF;
    font-weight: 500;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 110%;
	margin-bottom: 0;
}
dl.contact-form dd{
    padding: 20px;
	background-color: #FFFFFF;
}
dl.contact-form dd.email{
    padding: 20px;
	margin-bottom: 0px;
}
dl.contact-form dd.re_email{
    padding: 0px 20px 20px;
	margin-bottom: 20px;
}
dl.contact-form dd.no-padding{
    padding: 0px;
}

.mw_wp_form_confirm .confirm-hidden {
	display: none;
}

.contact_form_font14{
    font-size:14px;
}
@media only screen and (max-width:480px){
    .confirm-hidden{
         font-size: 14px;
        word-wrap: break-word;
        /*width:100%;*/
    }
}

.must {
    background-color: #a11515;
    /*border: solid 2px #fff;*/
    text-shadow: 0px 1px 2px #933;
    padding: 2px 5px;
    font-size: 12px;
    color: #FFF;
    margin: 0px 10px;
    border-radius: 4px;
    background-size: 100% 100%;
}

.any {
    background-color: #275BA2;
    /*border: solid 2px #fff;*/
    /*text-shadow: 0px 1px 2px #933;*/
    padding: 2px 5px;
    font-size: 90%;
    color: #FFF;
    margin: 0px 10px;
    border-radius: 4px;
    background-size: 100% 100%;
}

.loop-section.contact-section .loop-article:hover:after{
    width: 0%;
}

table.tbl-contact_category,
table.tbl-contact_date,
table.tbl-contact_name {
    margin-bottom: 0px;
}
table.tbl-contact_date td,
table.tbl-contact_name td {
　border: none;
  padding: 20px 0px 20px 20px;
  border-color: transparent;
}
table.tbl-contact_category td {
　border: none;
  padding: 0px ;
    border-color: transparent;
}

table.tbl-contact_name td{ 
    border: none;
    padding-left: 20px;
}
table.tbl-contact_name td.right{ 
    border: none;
    padding-right: 20px;
}
table.tbl-birthday{
	width: inherit;
	border-top: 0px solid #ccc;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 400px;
}
table.tbl-birthday tr td{
	border: 0;
}
table.tbl-birthday td{
	padding: 10px 8px;
}

@media only screen and (max-width: 520px) {
	table.tbl-birthday td{ padding: 0px;}
	dl.contact-form dd { padding: 10px 0px; }


}


/*
.form-icon{
    position: relative;
    top: 35px;
    left: -30px;
}
*/
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    width: 100%;
  }
  .tbl-contact_category{
      width: 100%;
  }
  .tbl-contact_date {
    width: 80%;
  }
  .tbl-contactl_item th,
  .tbl-contact_category td,
  .tbl-contact_date th, 
  .tbl-contact_date td{
　　border-bottom: none;
    display: block;
    width: 100%;
  }
  .tbl-contact_date td.right{
      padding-top: 0px;
   }
  .tbl-contact_category td.item_data{
      padding-left:30px;
      margin-top: -10px;
          padding-bottom: 15px;
  }
}

.form2 span.mwform-radio-field label {
    padding: 5px;
    /*border: solid 1px #EEE;*/
    border-radius: 5px;
    margin: 5px;
    display: inline-block;
    white-space: nowrap;
}

.form2 input[type="radio"] + span {
    padding: 10px;
    border: solid 1px #555;
    border-radius: 5px;
    background-color: #FFF;
    /*box-shadow: 0px 1px 3px #ccc inset;*/
}

.form2 input[type="radio"]:checked + span {
    padding: 10px;
    border: solid 1px #000;
    /*color: #fff;*/
    border-radius: 5px;
    background-color: #aecaed;    /*box-shadow: 0px 1px 3px #ccc inset;*/
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px;
}


html div.ui-datepicker {
    font-size: 14px;
}



.mw-wp-form__buttons button[type="submit"] {
  display: block;
  position: relative;
  width: 360px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #1B201A;
  color: #1B201A;
  transition: opacity .6s;
}

.mw-wp-form__buttons button[type="submit"]:hover {
  opacity: .6;
}

.mw-wp-form__buttons button[type="submit"].send:before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #1B201A;
  border-right: 1px solid #1B201A;
  content: '';
}
.mw-wp-form__buttons button[type="submit"].back:before {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%) rotate(225deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #1B201A;
  border-right: 1px solid #1B201A;
  content: '';
}

table.submit_area{
    max-width: 800px;
    width: 100%;
}
.content table.submit_area td{
    border: none;
    width: 50%;
}
@media only screen and (max-width:740px){
  .mw-wp-form__buttons button[type="submit"] {
      width: 95%;
      font-size: 12px;
      margin: 0;
  }
}
.error-hidden{
    font-size: 18px;
    color: #ffffff;
    padding: 10px;
    /*text-align: center;*/
    margin-top: 30px;
    font-weight: bold;
    display: none;
    background-color: red;
}

.btn-1 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 240px;
    padding: 20px 20px 20px 0;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #000;	
    background-color:#fff;
    color: #000;
    cursor: pointer;
    z-index: 0;
    transition: 0.3s ease-in-out;
}
.dp-container a.btn-1:hover {
    color: #fff;
    border: 1px solid #212121;
}
.btn-1:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-color:#212121;*/
    transform: translateX(-100%);
    z-index: -1;
    transition: 0.3s ease-in-out;
}
.btn-1:hover:before {
    transform: translateX(0);
}
.btn-1:after{
    content: url("../img/common/arrow_b0.svg");
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -16px;
    transition: all .4s;
}
.btn-1:hover:after{
    content: url("../img/common/arrow_f0.svg");
    right: 16px;
}
.form_exp {
   text-align: center;
	background-color: aliceblue;
    padding: 20px 20px;
    margin-bottom: 30px;
    line-height: normal;
}
@media screen and (max-width: 680px){
.form_exp {
    text-align: left;
}
}

h3.contact_form_h {
  position: relative;
  color: #000;
  background: #fff;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
  border: 1px solid #000;
  border-bottom: 3px solid #000;
}

h3.contact_form_h:before {
  font-family: "FontAwesome";
  content: "\f044";
  font-weight: 900;
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}
h3.contact_form_h:after{
    background: none;
}

 /*確認画面のみ表示*/
.mw_wp_form_input .confirm-display,
.mw_wp_form_complete .confirm-display {
    display: none;
}
.confirm-display{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}


.mw_wp_form_confirm #input_date.hidden,
.mw_wp_form_confirm #input_time.hidden{
	display: none;
}

.form_zip{
	max-width: 150px;
}

/*メールフォーム未入力赤枠表示*/
/*
dl.recruit-form dd.is-error {
    background-color: #ffe1e1;
}
table.tbl-rental_item td.is-error {
    background-color: #ffe1e1;
}
table.tbl-rental_name td.is-error {
    background-color: #ffe1e1;
}
table.tbl-rental_date td.is-error {
    background-color: #ffe1e1;
    padding-top: 10px;
}
*/

dd.is-error div.consent{
    background-color: #ffb4b4;
}
.is-error input,
.is-error select,
.is-error textarea{
 background-color: #ffb4b4;
}

.definition_box{
	margin: 0em auto 2em; /* ボックスの余白 */
	padding:2.5em 1.5em 2em; /* ボックス内側余白 */
	position:relative; /* 配置(ここを基準に)*/
	border: 1px solid #000;	/* ボックスの線 (太さ　種類　色)*/
    font-size: 15px;
    text-align: left;
    line-height: 24px;
    width: 98%;
}
.definition_box .box_title {
background-color:#000; /* タイトル背景色 */
font-size: 1em;/* タイトル文字の大きさ */
color: #fff ; /* タイトル文字色 */
padding: 7px 10px;/*タイトルの余白*/
line-height: 1;/*タイトルの行の高さ*/
position:absolute;	/* 配置(ここを動かす) */
top: 0; /*上から（0px）移動*/
left: 0; /*左から(0px)移動*/
font-size: 18px;
}

a.btn_08 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 200px;
    margin: auto;
    padding: 1rem;
    font-weight: bold;
    background: #32953e;
    border: 6px outset #226b2b;
    color: #fff;
    transition: 0.5s;
    /*font-size: 1.4em;*/
}


/*フッター*/
.footer-company{
	font-size: 1.3rem;
	margin-bottom: 20px;
}
.footer-addr {
	margin-bottom: 20px;
	line-height: 2;
}
