@charset "utf-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* reset
-------------------------------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video ,button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
}
body {
	line-height: 1;
}
img{
	vertical-align: bottom;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img[usemap], area {
    outline: none;
    border: none;
}

/*-------------------------------------------------------------------------------------------------------------------------------
* 基本設定
-------------------------------------------------------------------------------------------------------------------------------*/
html {
	font-size: 5px;
}
@media (max-width: 767px) {
	html {
		font-size: 0.665vw;
	}
}
body{
	font-size: 6px;
	color: #000000;
	line-height: 1.3;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	-webkit-text-size-adjust:100%;
}
@media screen and (max-width:767px) {
	body{
		font-size: 1.2rem;
	}
}

/* body 内の画像をすべて半分の表示サイズに */
body img {
	max-width: 50%;
	height: auto;
	vertical-align: bottom;
}
/* main 内の画像は半分にしない（通常サイズ） */
main img {
	max-width: 100%;
}

a{
	opacity: 1;
	transition: all 0.2s;
}
a:hover{
	opacity: 0.6;
}

/*-------------------------------------------------------------------------------------------------------------------------------
* index
-------------------------------------------------------------------------------------------------------------------------------*/
#container {
	background-image: url(/base/osaka/special/hokuou/img/260310/bg-pattern.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	width: 100%;
	margin: 0 auto;
}

/*-------------------------------------------------------------------------------------------------------------------------------
* menu
-------------------------------------------------------------------------------------------------------------------------------*/
.h_menu{
	position: fixed;
	z-index: 10000;
    left: 50%; top: 10px; margin-left: 127px;
}
#menu {
    scrollbar-width: none;
}
#menu::-webkit-scrollbar {
    display:none;
}
#menu {
    overflow: scroll;
    -ms-overflow-style: none;
}
#menu{
	background-color: #fff;
	display: none;
	position: fixed;
	z-index: 10000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: auto;
}
#menu p{
	z-index: 10000;
	position: relative;
}
#menu_inner {
	background-color: #76392c;
	width: 375px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 10000;
}
#menu .menu_close{
	position: absolute;
	z-index: 10001;
	right: calc((100% - 375px) / 2 + 20px);
	top: 10px;
	cursor: pointer;
}
.menu_fixed{
	width: 375px;
	display: none;
	position: fixed;
	z-index: 7000;
}

/*-------------------------------------------------------------------------------------------------------------------------------
* main
-------------------------------------------------------------------------------------------------------------------------------*/
main {
	width: 375px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.2;
	font-feature-settings: "palt";
	letter-spacing: 0.04em;
	background-color: #fff;
	position: relative;
	z-index: 10;
}
.hokuou-title-pc {
	position: fixed;
	left: 50%;
	margin-left: -525px;
	top: 180px;
	z-index: 1;
}
.hokuou-nav-pc {
	position: fixed;
	left: 50%;
	margin-left: 237px;
	top: 190px;
	z-index: 1;
}
.hokuou-nav-pc li:first-of-type {
	padding: 0 0 15px 0;
}
.hokuou-nav-pc li {
	padding: 0 0 8px 0;
}
.hokuou-arrow-pc {
	position: fixed;
	left: 50%;
	margin-left: 200px;
	top: 500px;
	z-index: 1;
}
.hokuou-title-pc img {
	max-width: 50%;
	height: auto;
	vertical-align: bottom;
	display: block;
}
.hokuou-nav-pc img {
	width: 307px;
	max-width: none;
	height: auto;
	vertical-align: bottom;
	display: block;
}
.hokuou-arrow-pc img {
	max-width: 50%;
	height: auto;
	vertical-align: bottom;
	display: block;
}
@media screen and (max-width: 767px) {
	.hokuou-title-pc,
	.hokuou-nav-pc,
	.hokuou-arrow-pc {
		display: none;
	}
}
.main-content {
	padding: 0 0 15px 0;
}
.main-content h1 {
	margin: 0 0 20px 0;
}
.main-content nav {
	text-align: center;
	margin: 0 0 12px 0;
}
.main-content nav ul {
}
.main-content nav ul li {
	margin: 0 0 8px 0;
}
.main-content nav ul li img {
	width: 80%;
}
.main-content h3 {
	margin: 0 0 20px 0;
}
.main-content #cat01 {
	background-color: #c8e3e5;
	padding: 0 0 75px 0;
}
.main-content #cat01 .lead {
	color: #00a0e1;
	padding: 0 0 10px 0;
}
.main-content #cat02 {
	color: #fff;
	padding: 0 0 75px 0;
}
.main-content #cat02 .lead {
	padding: 0 0 10px 0;
}
.main-content #cat03 {
	color: #fff;
	padding: 0 0 75px 0;
}
.main-content #cat03 .lead {
	padding: 0 0 10px 0;
}
.main-content #cat04 {
	background-color: #d9e1a8;
}
.main-content #cat04 .lead {
	color: #5c7829;
	padding: 0 0 10px 0;
}
.main-content #cat01 .brand {
	color: #00a0e1;
	font-weight: 500;
}
.main-content #cat02 .brand {
	color: #fff;
	font-weight: 500;
}
.main-content #cat03 .brand {
	color: #fff;
	font-weight: 500;
}
.main-content #cat04 .brand {
	color: #5c7829;
	font-weight: 500;
}
.main-content .hokuou-slider {
	position: relative;
	margin: 0 0 15px 0;
}
.main-content .hokuou-slider-inner {
	position: relative;
	overflow: visible;
	width: 100%;
	max-width: 375px;
	margin: 0 auto;
}
.main-content .hokuou-slider .swiper {
	width: 100%;
	max-width: 375px;
	min-height: 100px;
	position: relative;
}
.main-content .hokuou-slider .swiper-slide {
	min-height: 100px;
}
.main-content .hokuou-slider .swiper-slide img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	display: block;
}
/* 各区切りの共通スタイル（スライダー幅に合わせる） */
.main-content .hokuou-border {
	margin: 0 auto;
	padding: 0;
}
.main-content .hokuou-border img {
	display: block;
	margin: 0 auto;
	max-width: 339px;
	width: auto;
	height: auto;
	vertical-align: bottom;
}
.main-content .cat01-slide-1{
	width: 339px;
	background-image: url(/base/osaka/special/hokuou/img/260310/cat01-bg.png);
	background-position: right top;
	background-repeat: repeat-y;
	background-size: 100% auto;
	margin: 0 auto;
	padding: 15px;
}
.main-content .cat01-slide-1 ul{
	width: 257px;
	margin: 0 auto;
}
/* cat01 スライダー個別調整 */
.main-content .hokuou-slider.cat01-slide-1 .swiper-button-prev,
.main-content .hokuou-slider.cat01-slide-1 .swiper-button-next {
	top: 275px;
}
.main-content .hokuou-slider.cat01-slide-1 .swiper-pagination {
	bottom: -50px;
}

.main-content .cat02-slide-1{
	width: 339px;
	background-image: url(/base/osaka/special/hokuou/img/260310/cat02-bg.png);
	background-position: right top;
	background-repeat: repeat-y;
	background-size: 100% auto;
	margin: 0 auto;
	padding: 15px;
}
.main-content .cat02-slide-1 ul{
	width: 257px;
	margin: 0 auto;
}
/* cat02 スライダー個別調整 */
.main-content .hokuou-slider.cat02-slide-1 .swiper-button-prev,
.main-content .hokuou-slider.cat02-slide-1 .swiper-button-next {
	top: 275px;
}
.main-content .hokuou-slider.cat02-slide-1 .swiper-pagination {
	bottom: -50px;
}

.main-content .cat03-slide-1{
	width: 339px;
	background-image: url(/base/osaka/special/hokuou/img/260310/cat03-bg.png);
	background-position: right top;
	background-repeat: repeat-y;
	background-size: 100% auto;
	margin: 0 auto;
	padding: 15px;
}
.main-content .cat03-slide-1 ul{
	width: 257px;
	margin: 0 auto;
}
/* cat03 スライダー個別調整 */
.main-content .hokuou-slider.cat03-slide-1 .swiper-button-prev,
.main-content .hokuou-slider.cat03-slide-1 .swiper-button-next {
	top: 275px;
}
.main-content .hokuou-slider.cat03-slide-1 .swiper-pagination {
	bottom: -50px;
}

.main-content .cat04-slide-1{
	width: 339px;
	background-image: url(/base/osaka/special/hokuou/img/260310/cat04-bg.png);
	background-position: right top;
	background-repeat: repeat-y;
	background-size: 100% auto;
	margin: 0 auto;
	padding: 15px;
}
.main-content .cat04-slide-1 ul{
	width: 257px;
	margin: 0 auto;
}
/* cat04 スライダー個別調整 */
.main-content .hokuou-slider.cat04-slide-1 .swiper-button-prev,
.main-content .hokuou-slider.cat04-slide-1 .swiper-button-next {
	top: 275px;
}
.main-content .hokuou-slider.cat04-slide-1 .swiper-pagination {
	bottom: -50px;
}

.main-content .hokuou-slider .swiper-button-prev,
.main-content .hokuou-slider .swiper-button-next {
	position: absolute;
	top: 275px;
	margin-top: -16px;
	width: 32px;
	height: 32px;
	background-color: #00a0e1;
	color: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	z-index: 9999;
}
.main-content .hokuou-slider .swiper-button-prev {
	left: -25px;
}
.main-content .hokuou-slider .swiper-button-next {
	right: -25px;
}
.main-content .hokuou-slider .swiper-button-prev::after,
.main-content .hokuou-slider .swiper-button-next::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	margin: 0;
	font-size: 0;
}
.main-content .hokuou-slider .swiper-button-prev::after {
	border-width: 12px 15px 11px 0;
	border-color: transparent #fff transparent transparent;
	transform: translate(calc(-50% - 2px), -50%);
}
.main-content .hokuou-slider .swiper-button-next::after {
	border-width: 12px 0 11px 15px;
	border-color: transparent transparent transparent #fff;
	transform: translate(calc(-50% + 2px), -50%);
}
.main-content .hokuou-slider.cat02-slide-1 .swiper-button-prev,
.main-content .hokuou-slider.cat02-slide-1 .swiper-button-next {
	background-color: #fff;
	border: 2px solid #f48537;
}
.main-content .hokuou-slider.cat02-slide-1 .swiper-button-prev::after {
	border-color: transparent #f48537 transparent transparent;
}
.main-content .hokuou-slider.cat02-slide-1 .swiper-button-next::after {
	border-color: transparent transparent transparent #f48537;
}
.main-content .hokuou-slider.cat03-slide-1 .swiper-button-prev,
.main-content .hokuou-slider.cat03-slide-1 .swiper-button-next {
	background-color: #fff;
	border: 2px solid #eb7aab;
}
.main-content .hokuou-slider.cat03-slide-1 .swiper-button-prev::after {
	border-color: transparent #eb7aab transparent transparent;
}
.main-content .hokuou-slider.cat03-slide-1 .swiper-button-next::after {
	border-color: transparent transparent transparent #eb7aab;
}
.main-content .hokuou-slider.cat04-slide-1 .swiper-button-prev,
.main-content .hokuou-slider.cat04-slide-1 .swiper-button-next {
	background-color: #a2b55c;
}
.main-content .hokuou-slider.cat04-slide-1 .swiper-button-prev::after {
	border-color: transparent #fff transparent transparent;
}
.main-content .hokuou-slider.cat04-slide-1 .swiper-button-next::after {
	border-color: transparent transparent transparent #fff;
}
.main-content .hokuou-slider .swiper-pagination {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 100%;
	margin-top: 7px;
}
.main-content .hokuou-slider .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	background-color: transparent;
	border: 2px solid #3f220f;
	opacity: 1;
	transition: background-color 0.2s;
}
.main-content .hokuou-slider .swiper-pagination-bullet-active {
	background-color: #3f220f;
	border-color: #3f220f;
}
/* ページャー cat01-slide-1（青） */
.main-content .hokuou-slider.cat01-slide-1 .swiper-pagination-bullet {
	border-color: #00a0e1;
}
.main-content .hokuou-slider.cat01-slide-1 .swiper-pagination-bullet-active {
	background-color: #00a0e1;
	border-color: #00a0e1;
}
/* ページャー cat02-slide-1（オレンジ） */
.main-content .hokuou-slider.cat02-slide-1 .swiper-pagination-bullet {
	border-color: #f48537;
}
.main-content .hokuou-slider.cat02-slide-1 .swiper-pagination-bullet-active {
	background-color: #f48537;
	border-color: #f48537;
}
/* ページャー cat03-slide-1（ピンク） */
.main-content .hokuou-slider.cat03-slide-1 .swiper-pagination-bullet {
	border-color: #eb7aab;
}
.main-content .hokuou-slider.cat03-slide-1 .swiper-pagination-bullet-active {
	background-color: #eb7aab;
	border-color: #eb7aab;
}
/* ページャー cat04-slide-1（グリーン） */
.main-content .hokuou-slider.cat04-slide-1 .swiper-pagination-bullet {
	border-color: #fff;
}
.main-content .hokuou-slider.cat04-slide-1 .swiper-pagination-bullet-active {
	background-color: #fff;
	border-color: #fff;
}

.ft-note {
	color: #000;
	font-size: 13px;
	background-color: #fff;
	padding: 20px 30px 25px 30px;
}
.note {
	color: #221e1f;
	font-size: 9px;
	padding: 15px 0 0 0;
}
.gradient-bottom {
	background-color: #ffffff; /* グラデーション部分以外の背景色（上半分） */
	background-image: linear-gradient(to right, #d5f3d7 25%, #e1e6d0 50%, #ebd8ca 75% , #f5cec7 100%); /* 上半分白、下半分青のグラデーション */
	background-size: 100% 30%; /* 背景全体のサイズ */
	background-repeat: no-repeat; /* 背景の繰り返しを禁止 */
	background-position: bottom;
}

/* share
=================================================================== */
#share {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	width: 100%;
	max-width: 700px;
	margin: 20px auto 0 auto;
	padding: 0 30px 70px 30px;
}
#share .shareWrapper .list {
	width: 100%;
	max-width: 700px;
	box-sizing: border-box;
	margin: 4rem auto 0;
	padding: 0;
}
#share .shareWrapper .list ul {
	display: flex;
	gap: 28px;
}
#share .shareWrapper .sns {
	width: 100%;
	max-width: 700px;
	box-sizing: border-box;
	margin: 1rem auto 0;
	padding: 0;
}
#share .shareWrapper .sns ul {
	display: flex;
	gap: 20px;
}
#share img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
@media screen and (max-width:767px) {
	#share {
		font-size: 15px;
	}
			#share .shareWrapper .sns ul {
		display: flex;
		gap: 30px;
	}
		#share .shareWrapper .sns {
		padding: 0 10px;
	}
}

.text-indent{
    text-indent: -1em!important; 
    padding-left: 1em!important;
}
.large{
	font-size: 110%;
}
.ex-large{
	font-size: 135%;
}
.small{
	font-size: 87%;
}
.brown{
	color: #d5610a;
}
.red{
	color: #ff0000;
}
.green{
	color: #0d5e32;
}
.blue{
	color: #1284c7;
}
.purple{
	color: #641e7b;
}
.deep-red{
	color: #cc112f;
}


/*-------------------------------------------------------------------------------------------------------------------------------
 pagetop
-------------------------------------------------------------------------------------------------------------------------------*/
#pagetop {
	display: none;
	position: fixed;
	z-index: 7000;
	right: 10px;
	bottom: 10px;
}


/*-------------------------------------------------------------------------------------------------------------------------------
* general.css
-------------------------------------------------------------------------------------------------------------------------------*/

/* inline block
====================================================================================== */
.dI {display:inline !important;}
.dB {display:block !important;}
.dN {display:none !important;}
.vN {visibility:hidden !important;}


/* float
====================================================================================== */
.fltR {float:right !important;}
.fltL {float:left !important;}
.clip {overflow:hidden !important;}
.clear {clear:both !important;}


/* text-align
====================================================================================== */
.taR{text-align:right !important;}
.taL{text-align:left !important;}
.taC{text-align:center !important;}


/* width
====================================================================================== */
.wA {width:auto !important;}
.w20 {width:20% !important;}
.w25 {width:25% !important;}
.w50 {width:50% !important;}
.w75 {width:75% !important;}
.w100 {width:100% !important;}


/* margin
====================================================================================== */
.m00 {margin: 0   !important;}
.m05 {margin: 5px !important;}
.m10 {margin:10px !important;}
.m12 {margin:12px !important;}
.m15 {margin:15px !important;}
.m20 {margin:20px !important;}
.m25 {margin:25px !important;}
.m30 {margin:30px !important;}
.m35 {margin:35px !important;}
.m40 {margin:40px !important;}
.m45 {margin:45px !important;}
.m50 {margin:50px !important;}
.mt00 {margin-top: 0   !important;}
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top:10px !important;}
.mt12 {margin-top:12px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt35 {margin-top:35px !important;}
.mt40 {margin-top:40px !important;}
.mt45 {margin-top:45px !important;}
.mt50 {margin-top:50px !important;}
.mr00 {margin-right: 0   !important;}
.mr05 {margin-right: 5px !important;}
.mr10 {margin-right:10px !important;}
.mr12 {margin-right:12px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr25 {margin-right:25px !important;}
.mr30 {margin-right:30px !important;}
.mr35 {margin-right:35px !important;}
.mr40 {margin-right:40px !important;}
.mr45 {margin-right:45px !important;}
.mr50 {margin-right:50px !important;}
.mb00 {margin-bottom: 0   !important;}
.mb03 {margin-bottom: 3px !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb12 {margin-bottom:12px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px !important;}
.mb45 {margin-bottom:45px !important;}
.mb50 {margin-bottom:50px !important;}
.mb55 {margin-bottom:55px !important;}
.mb60 {margin-bottom:60px !important;}
.mb65 {margin-bottom:65px !important;}
.mb70 {margin-bottom:70px !important;}
.mb75 {margin-bottom:75px !important;}
.mb85 {margin-bottom:85px !important;}
.mb100 {margin-bottom:100px !important;}
.ml00 {margin-left: 0   !important;}
.ml05 {margin-left: 5px !important;}
.ml10 {margin-left:10px !important;}
.ml12 {margin-left:12px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}
.ml35 {margin-left:35px !important;}
.ml40 {margin-left:40px !important;}
.ml45 {margin-left:45px !important;}
.ml50 {margin-left:50px !important;}
.m0A {margin:0 auto !important;}


/* padding
====================================================================================== */
.p00 {padding: 0   !important;}
.p05 {padding: 5px !important;}
.p10 {padding:10px !important;}
.p12 {padding:12px !important;}
.p15 {padding:15px !important;}
.p20 {padding:20px !important;}
.p25 {padding:25px !important;}
.p30 {padding:30px !important;}
.p35 {padding:35px !important;}
.p40 {padding:40px !important;}
.p45 {padding:45px !important;}
.p50 {padding:50px !important;}
.pt00 {padding-top: 0   !important;}
.pt05 {padding-top: 5px !important;}
.pt10 {padding-top:10px !important;}
.pt12 {padding-top:12px !important;}
.pt15 {padding-top:15px !important;}
.pt20 {padding-top:20px !important;}
.pt25 {padding-top:25px !important;}
.pt30 {padding-top:30px !important;}
.pt35 {padding-top:35px !important;}
.pt40 {padding-top:40px !important;}
.pt45 {padding-top:45px !important;}
.pt50 {padding-top:50px !important;}
.pt60 {padding-top:60px !important;}
.pt70 {padding-top:70px !important;}
.pt80 {padding-top:80px !important;}
.pt90 {padding-top:90px !important;}
.pt100 {padding-top:100px !important;}
.pr00 {padding-right: 0   !important;}
.pr05 {padding-right: 5px !important;}
.pr10 {padding-right:10px !important;}
.pr12 {padding-right:12px !important;}
.pr15 {padding-right:15px !important;}
.pr20 {padding-right:20px !important;}
.pr25 {padding-right:25px !important;}
.pr30 {padding-right:30px !important;}
.pr35 {padding-right:35px !important;}
.pr40 {padding-right:40px !important;}
.pr45 {padding-right:45px !important;}
.pr50 {padding-right:50px !important;}
.pr60 {padding-right:60px !important;}
.pr70 {padding-right:70px !important;}
.pr80 {padding-right:80px !important;}
.pr90 {padding-right:90px !important;}
.pr100 {padding-right:100px !important;}
.pb00 {padding-bottom: 0   !important;}
.pb05 {padding-bottom: 5px !important;}
.pb10 {padding-bottom:10px !important;}
.pb12 {padding-bottom:12px !important;}
.pb15 {padding-bottom:15px !important;}
.pb20 {padding-bottom:20px !important;}
.pb25 {padding-bottom:25px !important;}
.pb30 {padding-bottom:30px !important;}
.pb35 {padding-bottom:35px !important;}
.pb40 {padding-bottom:40px !important;}
.pb45 {padding-bottom:45px !important;}
.pb50 {padding-bottom:50px !important;}
.pb55 {padding-bottom:55px !important;}
.pb60 {padding-bottom:60px !important;}
.pb75 {padding-bottom:75px !important;}
.pb90 {padding-bottom:90px !important;}
.pb100 {padding-bottom:100px !important;}
.pb110 {padding-bottom:110px !important;}
.pl00 {padding-left: 0   !important;}
.pl05 {padding-left: 5px !important;}
.pl10 {padding-left:10px !important;}
.pl12 {padding-left:12px !important;}
.pl15 {padding-left:15px !important;}
.pl20 {padding-left:20px !important;}
.pl25 {padding-left:25px !important;}
.pl30 {padding-left:30px !important;}
.pl35 {padding-left:35px !important;}
.pl40 {padding-left:40px !important;}
.pl45 {padding-left:45px !important;}
.pl50 {padding-left:50px !important;}
.pl50 {padding-left:50px !important;}
.pl60 {padding-left:60px !important;}
.pl70 {padding-left:70px !important;}
.pl80 {padding-left:80px !important;}
.pl90 {padding-left:90px !important;}
.pl100 {padding-left:100px !important;}


/* boder
====================================================================================== */
.bdN{border:none !important;}
.bdtN{border-top:none !important;}
.bdbN{border-bottom:none !important;}


/* background
====================================================================================== */
.bgcT{background-color:transparent !important;}


/* font
====================================================================================== */
.fwN{font-weight:normal !important;}
.fwB{font-weight:bold !important;}
.fwB-500{font-weight:500 !important;}
.fwB-600{font-weight:600 !important;}
.fwB-700{font-weight:700 !important;}
.fwB-800{font-weight:800 !important;}

/* FONTサイズ (%) */
.fz80 { font-size:80% !important; }
.fz85 { font-size:85% !important; }
.fz90 { font-size:90% !important; }
.fz100 { font-size:100% !important; }
.fz110 { font-size:110% !important; }
.fz120 { font-size:120% !important; }
.fz130 { font-size:130% !important; }
.fz140 { font-size:140% !important; }
.fz150 { font-size:150% !important; }

/* FONTサイズ (固定) */
.fz10 { font-size:10px !important; }
.fz11 { font-size:11px !important; }
.fz12 { font-size:12px !important; }
.fz13 { font-size:13px !important; }
.fz14 { font-size:14px !important; }
.fz15 { font-size:15px !important; }
.fz16 { font-size:16px !important; }
.fz17 { font-size:17px !important; }
.fz18 { font-size:18px !important; }
.fz19 { font-size:19px !important; }
.fz20 { font-size:20px !important; }
.fz21 { font-size:21px !important; }
.fz23 { font-size:23px !important; }
.fz24 { font-size:24px !important; }
.fz27 { font-size:27px !important; }
.fz29 { font-size:29px !important; }
.fz30 { font-size:30px !important; }

/* line-height */
.lh10{ line-height:1.0 !important; }
.lh11{ line-height:1.1 !important; }
.lh12{ line-height:1.2 !important; }
.lh13{ line-height:1.3 !important; }
.lh14{ line-height:1.4 !important; }
.lh15{ line-height:1.5 !important; }
.lh16{ line-height:1.6 !important; }
.lh17{ line-height:1.7 !important; }
.lh18{ line-height:1.8 !important; }
.lh19{ line-height:1.9 !important; }
.lh20{ line-height:2.0 !important; }



