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

/* PCheader調整Span Tag */
#gnav a span{
	font-weight:700;
	font-size:14px;
	color:#008000;
	
}

/* Division */
.swiper-wrapper .u-ta-l .p-mainVisual__slideTitle{
	font-weight:700;
}

/* Division */
.swiper-wrapper .u-ta-l .p-mainVisual__slideText{
	font-weight:600;
	
}

/* PCヘッダー追従Span Tag */
.l-fixHeader__gnav a span{
	font-weight:700;
	color:#008000 !important;
	
}

/* コンテンツヘッダーサイズ変更Top title area */
#top_title_area{
	transform:translatex(0px) translatey(0px);
	
}

/* コンテンツヘッダーサイズ変更600px and larger screen sizes */
@media (min-width:600px){

	/* Top title area */
	#top_title_area{
		min-height:400px;
	}
	
}