@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* 20240621 追記 */

/*
contact recaptchaバッジを非表示
=========================== */
.grecaptcha-badge { visibility: hidden; }

/*
トップ　メインビジュアルテキスト用
=========================== */
.mv-main-text {
 font-size:30px;
	padding-top:6rem;
}

@media (max-width: 768px) {
	.mv-main-text {
 	font-size:22px;
}
}

.mv-main-text__inner {
	background:#fff;
	padding:0.5em 1em;
}

/*
制作実績 works カスタム投稿　カスタムフィールド
=========================== */
dl.work_field {
  max-width:768px;
  display:flex;
  flex-direction:column;
  border-top:1px solid #eee;
  margin-top:30px;
}


dl.work_field dt {
  width:100%;
  border-bottom:none;
  padding:2em 0;
  position:relative;
}

dl.work_field dt span {
  padding-bottom:.5em;
  border-bottom: 3px solid #00d7b7;
  }

dl.work_field dd {
  width:100%;
  border-bottom:1px solid #eee;
  padding:0 0 2em 0;
}

