@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
*/


/*////////////////////
  メインビジュアル
////////////////////*/
.is-style-kakko_box:before{
	margin: 10px;
	border-left: 4px solid;
    border-top: 4px solid;
	border-color: var(--color_main);
	}

.is-style-kakko_box:after{
	margin: 10px;
    border-bottom: 4px solid;
    border-right: 4px solid;
	border-color: var(--color_main);
	}



/*////////////////////
  トップページ スライダー
////////////////////*/
#post_slider .swiper{

	}



/*////////////////////
  トップページ コンテンツ高さ調整
////////////////////*/
.top #content{

	}



/*////////////////////
  レビュー
////////////////////*/
.ti-widget[data-layout-id='14'][data-set-id='light-minimal'] .ti-widget-header .ti-header-content.ti-active{
	justify-content: center;
	}
.ti-widget[data-layout-id='14'][data-set-id='light-minimal'] .ti-widget-container.ti-col-1 .ti-widget-header .ti-header-content .ti-header-logo,
.ti-widget[data-layout-id='14'][data-set-id='light-minimal'] .ti-widget-container.ti-col-1 .ti-widget-header .ti-header-content .ti-header-rating-text{
	flex: initial!important;
	}
.ti-widget[data-layout-id='14'][data-set-id='light-minimal'] .ti-widget-container.ti-col-1 .ti-widget-header .ti-header-content .ti-header-rating-text:last-child{
	width: 50%;
    text-align: center;
	}