@charset "utf-8";
/*
Theme Name:fake_tcd074 child
Theme URI:
Description:WordPressテーマ「fake_tcd074」の自作子テーマです。
Template:fake_tcd074
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.10
*/


/*///////////////////////////////////////////////////////////////////////////////////////////////////
common
///////////////////////////////////////////////////////////////////////////////////////////////////*/

/*============================ header ============================*/
.pc #header.animate {
    -webkit-animation: opacityAnimation 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
    animation: opacityAnimation 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
}
#page_header .catch.animate {
    -webkit-animation: opacityAnimation 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
    animation: opacityAnimation 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
}


/*============================ title ============================*/
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6 {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 500;
}


/*============================ コンテンツボックス ============================*/
.design_content:not(:last-of-type) .dc_content {
  padding-bottom: 0;
}

.wp-block-columns + .wp-block-columns {
  margin-top: 30px;
}

.wp-block-column p:first-child {
  margin-bottom: 0;
}


/*============================ text color ============================*/
.txtRed {
	color: #B5282B;	
}


/*============================ text & img block ============================*/
h2 + figure.wp-block-table {
  margin-top: 30px;
}

@media screen and (max-width: 781px) {
  .wp-block-column + .wp-block-column:has(img) {
    margin-top: -2em;
  }
}


/*============================ img block ============================*/
.wp-block-image figure.aligncenter {
  text-align: center;
}


/*============================ button ============================*/
.wp-block-buttons {
  padding: 1em;
}
.wp-block-buttons .wp-block-button__link {
  width: auto;
}
a.wp-block-button__link {
  color: #FFFFFF !important;
}


/*============================ button ============================*/
.post_content p {
    line-height: 1.6;
}



/*///////////////////////////////////////////////////////////////////////////////////////////////////
toppage
///////////////////////////////////////////////////////////////////////////////////////////////////*/

/*============================ 共通コンテンツボックス ============================*/
.index_content2 {
  padding-bottom: 0;
}

.index_content2 .desc span {
  display: inline-block;
}

/*============================ 一つ目と最後のボックス ============================*/
.index_content2.num1,
.index_content2.num5 {
  text-align: center;
}

.index_content2.num1 .desc,
.index_content2.num5 .desc {
  display: inline-block;
  text-align: center;
}

/*============================ ご挨拶 ============================*/
.index_content2.num4 .image_content {
  height: 300px;
  background-size: auto 300px !important;
  margin-bottom: 0;
}

@media screen and (max-width: 500px) {

  .index_content2.num1 .desc,
  .index_content2.num5 .desc {
    text-align: left;
  }

  .index_content2 .desc br {
    display: none;
  }

}



/*///////////////////////////////////////////////////////////////////////////////////////////////////
company
///////////////////////////////////////////////////////////////////////////////////////////////////*/

/*============================ 追加コンテンツ ============================*/
.page-id-46 #main_contents {
  padding-bottom: 0;
}

@media screen and (max-width: 781px) {
  .page-id-46 #main_contents .wp-block-column + .wp-block-column:has(img) {
    margin-top: inherit;
  }
}


/*============================ title ============================*/
.page-id-46 .post_content > h2 {
  /*font-size: 26px;*/
}

@media screen and (max-width: 650px) {
  .page-id-46 .post_content > h2 {
    /*font-size: 20px;*/
  }
}


/*============================ google map ============================*/
.page-id-46 #design_content_id1 .post_content {
  width: 100%;
  margin-top: 0;
}
.page-id-46 .post_content iframe {
  width: 100%;
}



/*///////////////////////////////////////////////////////////////////////////////////////////////////
recruit
///////////////////////////////////////////////////////////////////////////////////////////////////*/

/*============================ table ============================*/
.page-id-64 table tr td:first-child {
  background-color: #EFEFEF;
}



/*///////////////////////////////////////////////////////////////////////////////////////////////////
recruit form page
///////////////////////////////////////////////////////////////////////////////////////////////////*/
.page-id-82 p + p.has-large-font-size {
  margin-top: -0.8em;
}



/*///////////////////////////////////////////////////////////////////////////////////////////////////
form
///////////////////////////////////////////////////////////////////////////////////////////////////*/

form {
  margin: 0 !important;
}

.wpcf7 {
  border: none !important;
  background: none !important;
  padding: 0 !important;
}

.wpcf7 p {
  margin-bottom: 0 !important;
}

.wpcf7 #formBtnArea p {
  margin: 1em 0;
}


/*=========================== form list ===========================*/
dl#formLst {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

dl#formLst dt {
  width: 15em;
  padding-top: 1.9em;
  padding-bottom: 1.5em;
  margin: 0px;
  border-bottom: 1px solid #DEDEDE;
  font-weight: normal;
  box-sizing: border-box;
}

dl#formLst dd {
  width: calc(100% - 15em);
  padding-top: 1.5em;
  padding-bottom: 1em;
  padding-right: 0;
  margin: 0;
  border-bottom: 1px solid #DEDEDE;
  box-sizing: border-box;
}

#formLst .formMust,
#formLst .formNoMust {
  color: #FFFFFF;
  font-size: 68.8%;
  padding-top: 0.4em;
  padding-right: 0.3em;
  padding-left: 0.3em;
  padding-bottom: 0.3em;
  line-height: 100%;
  margin-top: 0px;
  margin-right: 0.7em;
  margin-bottom: 0.2em;
  margin-left: 0px;
  border-radius: 2px;
  vertical-align: middle;
  display: inline-block;
}
#formLst .formMust {
  background-color: #A91605;
}
#formLst .formNoMust {
  background-color: #999999;
}

#formLst input,
#formLst select,
#formLst textarea {
  margin-bottom: 0.5em;
}

/*--------------------------- form size ---------------------------*/
#formLst .formWidth01 {
  width: 80%;
}
#formLst .formWidth02 {
  width: 50%;
}
#formLst .formWidth03 {
  width: 18%;
}
#formLst .formWidth04 {
  width: 25%;
}

/*--------------------------- form button ---------------------------*/
#formBtnArea {
  width: 100%;
  text-align: center;
}

div.wpcf7 form.invalid .wpcf7-response-output {
  padding: 20px !important;
  border: 1px solid #C00003 !important;
  color: #C00003 !important;
  text-align: center !important;
}

div.wpcf7 form.sent .wpcf7-response-output {
  padding: 20px !important;
  border: 2px solid #177BA4 !important;
  color: #555555 !important;
  text-align: center !important;
}

@media screen and (max-width: 768px) {

  dl#formLst {
    flex-direction: column;
  }
  dl#formLst dt {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 0px;
    margin-bottom: 0.5em;
    border: none;
  }

  dl#formLst dd {
    width: 100%;
    padding-left: 0em;
    padding-top: 0;
  }

  #formLst input,
  #formLst select,
  #formLst textarea {
    margin-bottom: 5px;
  }
  #formLst select {
    margin-right: 0px;
  }

  /* form size ----------*/
  #formLst .formWidth01,
  #formLst .formWidth02 {
    width: 100%;
  }
  #formLst .formWidth03 {
    width: 50%;
  }
  #formLst .formWidth04 {
    width: 60%;
  }

}

/*--------------------------- reCAPCHA ---------------------------*/
#recapcha {
  font-size: 0.6875rem;
  text-align: center;
}
.grecaptcha-badge {
  visibility: hidden;
}

@media screen and (max-width: 420px) {
  #recapcha {
    text-align: left;
  }
}

/*============================ contact ============================*/

/*-------------------- form --------------------*/
/* 項目下エラーメッセージ */
/*span.wpcf7-not-valid-tip {
	color: #C00;
}*/

/* 送信ボタン下のエラーメッセージ */
/*.wpcf7 .wpcf7-validation-errors {
	margin-top: 2em;
	padding: 1em;
	color: #C00;
	border: 1px solid #CC0000;
}
.wpcf7 .ajax-loader {
	position: absolute;
	left: 2em;
	bottom: 2em;
}*/

/* 送信完了メッセージ */
/*.wpcf7 .wpcf7-mail-sent-ok {
	padding: 1em;
	border: 1px solid #467ED2;
	color: #000;
	text-align: center;
}*/







