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

/*TOPカスタマイズ
「トップページ」でカスタマイズでできたので消す
.top #content {
    padding-top: 0em;
}*/

.top div#content {
    margin-bottom: 0em;
}



/*【TOP】お知らせ
 * .top dd {
    color: #333;
}
 * */

/*
 * .top #content {
    padding-top: 0em;
}*/
div.whatsnew dt {
    color: #333;
}

div.whatsnew dd {
    color: #333;
	font-weight: bold;
	font-size:0.95em;
}

.post_content td, .post_content th {
    border: 2px solid #fff;
}

.swell-block-step__item:before {
	border-left: 2px dashed var(--color_border);}

/*TOPマニュアル*/

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper, .wp-block-search .wp-block-search__input {
    background-color: white;
}

p.u-mb-ctrl.u-mb-0.is-style-section_ttl.top-midashi.has-white-color.has-swl-main-background-color.has-text-color.has-background.has-large-font-size {
    border-radius: 10px 10px 0px 0px; 
    padding: 0.5em;
}
.post_content .is-style-section_ttl{
	padding:0.2em;
}

.bgc-white .wp-block-column {
	background-color:#C7C7C726;
	border-radius: 10px;
	padding-bottom:1.5em;
}
.bgc-white ul{
	padding-left:2.5em;
}

/*TOPスライド*/
.slide-logo{
	width:300px;
	position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}

.slide-logo-sp{
	width:150px;
	position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}


/*TOPのピックアップ*/
#pickup {
    --wp-column-gap: 0.5em;
}

/*ご連絡フォーム*/

button, input, select, textarea {
    margin-bottom: 2em;
}

input.wpcf7-form-control.wpcf7-text ,textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
	border-radius: 10px;
}

input.wpcf7-form-control.wpcf7-submit {
    padding: 0.5em 1em;
    font-size: 1.4em;
    width: 100%;
    height: 3em;
    background: gold;
    border-radius: 30px;
}

/*カテゴリ */
#sidebar .-type-list .p-postList__title, .-type-card .p-postList__excerpt {
	font-size: 0px;
}