@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
*/

/*Font*/
.meiryo {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}


.consept div.wp-block-media-text__content {
    max-width: 484px;
}

/* 見出し */
h1.c-pageTitle {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #888;
}

h1.c-pageTitle:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #ff6532;
}

h2.wp-block-heading {
	text-indent: 0.5em;
	border-left:solid 6px #FF612C;
}

/* NEWS */
.news div.wp-block-media-text__content {
    width: 484px;
    max-width: 484px;
    min-width: 484px;
	  margin-right: 0;
  margin-left: auto;
}


/*投稿リストのキャプション*/
.u-mb-ctrl h3 {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size:0.85em!important;
	font-weight: normal!important;
	color:#777!important;;
}
.p-postList__body {
	padding-top:0.5em!important;
}

.c-postTitle__ttl {
display: none!important;
}


/*目次風リストの変更*/
.cap_box_content ul {
	list-style: none!important;
	padding-left: 0;
}
.cap_box_content ul li {
	text-indent: -1em;
	padding-left: 1em;
}
.cap_box_content ul li::before {
  content: "□";  /* 四角を指定 */
  margin-right: 0.5em; /* 文字との間隔 */
  color: #333; /* 色を変えたい場合 */
}


/* SWELLのキャプションボックス（全体） */
.cap_box_content {
  border: 2px solid #ccc; /* 枠線：グレー */
  border-radius: 10px;    /* 角丸 */
  padding: 1.2em;
}

/* キャプション部分（タイトル） */
.cap_box_content__title {
  color: #ff7b00; /* 文字色：オレンジ */
  font-weight: bold;
}

/* Worksページメイン画像下タイトル文字スペース*/
.main_photo_cap {
	padding-top: 8px!important;
	padding-bottom: 8px!important;
	line-height:1.2;
}


/* コンタクトフォーム */
.wpcf7-form p {
  margin-bottom: 1em;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  width: 100%;
  max-width: 800px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.wpcf7-form input[type="submit"] {
  background-color: #c6c6c6;
  color: #000;
	margin-top:20px;
  padding: 4px 101px;
  border: none;
  cursor: pointer;
}
