@charset "UTF-8";

/* ==

	1. 基本スタイル

=============================================================================== */

html {
	font-size: 16px;
}

body {
	position: relative;
	min-width: 1200px;
	font-size: 100.0%;
	color: #333;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	body {
		min-width: 0;
	}
}

/* ------- フォントサイズ --------
:10px :0.625rem :62.5%
:11px :0.688rem :68.8%
:12px :0.750rem :75.0%
:13px :0.813rem :81.3%
:14px :0.875rem :87.5%
:15px :0.938rem :93.8%
:16px :1.000rem :100.0%
:17px :1.063rem :106.3%
:18px :1.125rem :112.5%
:19px :1.188rem :118.8%
:20px :1.250rem :125.0%
:21px :1.313rem :131.3%
:22px :1.375rem :137.5%
:23px :1.438rem :143.8%
:24px :1.500rem :150.0%
:25px :1.563rem :156.3%
:26px :1.625rem :162.5%
:27px :1.688rem :168.8%
:28px :1.750rem :175.0%
:29px :1.813rem :181.3%
:30px :1.875rem :187.5%
:31px :1.938rem :193.8%
:32px :2.000rem :200.0%
---------------------------- */

div,
dl,
dt,
dd,
th,
td,
p,
ul.ol,
li,
a {
	font-size: 0.938rem;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: bold;
}

h3 {
	margin-bottom: 20px;
}

h4 {
	margin-bottom: 10px;
}

p,
ul,
ol {
	margin-bottom: 20px;
}

a {
	font-size: 0.938rem;
	color: #01a369;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:hover img {
	opacity: 0.7;
	transition: 0.1s;
}

figure {
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	margin: 0;
}


/* ==

	2. ヘッダー

=============================================================================== */

#header,
#simple-header,
#common-header {
	width: 100%;
	background: #fff;
}

#simple-header,
#common-header {
	border-top: 2px solid #333;
}

.head-area {
	width: 980px;
	height: 64px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	background: #fff;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}

#simple-header .head-area {
	align-items: center;
	width: 700px;
	padding: 0;
}


/*-----------------------------------------
	ロゴ
-----------------------------------------*/
.head-area h1 {
	padding: 0 0 15px;
}

.head-area h1 a,
.head-area h1 a img {
	display: block;
}

#simple-header .head-area h1 {
	padding: 0 0 3px;
}


/*-----------------------------------------
	右側モジュール
-----------------------------------------*/
.utility {
	display: flex;
	height: 48px;
}

.utility>p {
	padding-right: 20px;
	border-right: 1px solid #ebebeb;
	font-size: 0.813rem;
	margin: 0;
}

.utility>p a,
.utility>p a img {
	display: block;
}


/*-----------------------------------------
	文字サイズ変更ボタン
-----------------------------------------*/
.utility .module-font {
	display: flex;
	align-items: center;
	padding: 0 20px;
	border-right: 1px solid #ebebeb;
}

.utility .module-font dt {
	font-size: 0.813rem;
}

.utility .module-font .changeBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background: #999;
	color: #fff;
	cursor: pointer;
	margin-left: 5px;
	transition: 0.1s;
}

.utility .module-font .changeBtn span {
	display: inline-block;
	line-height: 1;
}

.utility .module-font .changeBtn:hover,
.utility .module-font .changeBtn.active {
	background: #01a369;
}

.utility .module-font .fss {
	font-size: 12px;
}

.utility .module-font .fsm {
	font-size: 14px;
}

.utility .module-font .fsl {
	font-size: 16px;
}

#simple-header .utility .module-font {
	padding: 0;
	border-right: none;
}


/*-----------------------------------------
	サイト内検索
-----------------------------------------*/
.utility .module-search {
	width: 232px;
	padding-left: 20px;
	font-size: 0.813rem;
}

.utility .module-search .gsc-control-cse {
	padding: 0;
}

.utility .module-search form.gsc-search-box {
	margin: 0;
}

.utility .module-search table.gsc-search-box {
	margin: 0;
}

.utility .module-search .gsc-search-box-tools .gsc-search-box .gsib_a {
	padding: 0 8px !important;
}

.utility .module-search .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding: 0;
	background-color: transparent !important;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.utility .module-search input.gsc-search-button-v2 {
	display: block;
	padding: 6px;
	border-radius: 0 !important;
	margin: 0 !important;
}


/*-----------------------------------------
	グローバルナビ
-----------------------------------------*/
#global-navi * {
	box-sizing: content-box;
}

#global-navi {
	width: 100%;
	background: #01a369;
	position: relative;
	z-index: 1;
}

/*---------- メニュー本体 ----------*/
#global-navi>ul {
	width: 980px;
	height: 64px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

#global-navi>ul>li {
	width: calc(100% / 7);
	flex-grow: 1;
}

#global-navi>ul>li:first-child {
	width: 45px;
	flex-grow: 0;
}

#global-navi>ul>li>a,
#global-navi>ul>li.disabled>span {
	display: table-cell;
	width: 155px;
	height: 64px;
	background: #01a369;
	border-left: 1px solid #6fc1a3;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	transition: 0.1s;
}

#global-navi>ul>li.disabled>span {
	background: #ccc;
	cursor: default;
}

#global-navi>ul>li:first-child>a {
	border-left: none;
}

#global-navi>ul>li:hover>a,
#global-navi>ul>li>a.current {
	background: #ffe100;
	color: #01a369;
	text-decoration: none;
}

#global-navi>ul>li.disabled>a {
	background: #ccc;
}

.gn-text-sp {
	display: none;
}

.gn-btn {
	display: none;
}

/*---------- メガメニュー ----------*/
.mega-menu {
	display: none;
	width: 100%;
	background: rgba(226, 246, 231, 0.9);
	border-top: 3px solid #ffe100;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	top: 64px;
}

.mega-menu-inn {
	width: 940px;
	display: flex;
	flex-wrap: wrap;
	padding: 36px 20px;
	margin: 0 auto;
}

.mega-menu-inn p {
	margin: 0;
}

.mega-menu-inn p span {
	font-size: 1.125rem;
	font-weight: bold;
	vertical-align: middle;
}

.mega-menu-inn ul {
	width: 750px;
	display: flex;
	flex-wrap: wrap;
	padding-left: 20px;
	border-left: 1px solid #82908c;
	margin-left: 20px;
	margin-bottom: 0;
}

.mega-menu-inn ul li {
	display: table;
	margin: 0 20px 10px 0;
}

.mega-menu-inn ul li a {
	display: table-cell;
	width: 200px;
	height: 52px;
	padding: 0;
	background: #fff url(/common/img/arrow_green.png) no-repeat right center;
	box-shadow: 0 1px 0 0 #ccc;
	color: #333;
	text-align: center;
	letter-spacing: -0.5px;
	vertical-align: middle;
    border-radius: 3px;
    transition: 0.1s;
}

.mega-menu-inn ul li a:hover {
	background-color: #01a369;
	background-image: url(/common/img/arrow_white.png);
	color: #fff;
	text-decoration: none;
}

/*---------- メガメニューグレーボタン ----------*/
.mega-menu-inn ul.page-navi li {
	margin-right: 10px;
}

.mega-menu-inn ul.page-navi li a.cmn-btn {
	width: 223px;
	min-width: 132px;
	background-color: #999;
	background-image: url(/common/img/arrow_white_down.png);
	color: #fff;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 0px -1px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 0px -1px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mega-menu-inn ul.page-navi li a.cmn-btn:hover {
	background-color: #333;
	background-image: url(/common/img/arrow_white_down.png);
}

.mega-menu-inn ul.page-navi+ul {
	margin-left: 128px;
}

.navi-trigger {
	display: none;
}

@media screen and (max-width: 767px) {
	#common-header {
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 200;
	}

	.head-area {
		align-items: center;
		width: 100%;
		height: 50px;
		padding: 0;
	}

	/*-----------------------------------------
		ロゴ
	-----------------------------------------*/
	
	.head-area h1 {
		flex-grow: 1;
		padding: 0 10px 3px;
	}

	.head-area h1 a {
		display: inline-block;
	}

	.head-area h1 a img {
		display: inline-block;
		width: 145px;
		height: auto;
	}

	/*-----------------------------------------
		右側モジュール
	-----------------------------------------*/

	.utility {
		height: auto;
		display: block;
	}

	.utility>p,
	.utility .module-search {
		display: block;
		height: auto;
	}

	.utility>p {
		padding: 0;
		margin: 0;
	}

	.utility>p>a,
	.utility>p>a>picture {
		display: block;
	}

	.utility>p>a,
	.utility>p>a>picture>img {
		vertical-align: middle;
	}

	.navi-trigger {
		position: relative;
		display: block;
		width: 55px;
		height: 50px;
	}

	.navi-trigger span {
		position: absolute;
		display: block;
		width: 25px;
		height: 2px;
		background: #999;
		left: 50%;
		transform: translateX(-50%);
		transition: 0.1s;
	}

	.navi-trigger span:nth-child(1) {
		top: 15px;
	}

	.navi-trigger span:nth-child(2) {
		top: 25px;
	}

	.navi-trigger span:nth-child(3) {
		top: 35px;
	}

	.navi-trigger.is-navi-active span:nth-child(1) {
		transform: translateX(-50%) rotate(-45deg);
		top: 25px;
	}

	.navi-trigger.is-navi-active span:nth-child(2) {
		opacity: 0;
	}

	.navi-trigger.is-navi-active span:nth-child(3) {
		transform: translateX(-50%) rotate(45deg);
		top: 25px;
	}

	/*-----------------------------------------
		文字サイズ変更ボタン
	-----------------------------------------*/

	.utility .module-font {
		display: none;
	}

	/*-----------------------------------------
        グローバルナビ
    -----------------------------------------*/

	#global-navi * {
		box-sizing: border-box;
	}

	#global-navi {
		display: none;
		position: fixed;
		top: 50px;
		left: 0;
		width: 100%;
		z-index: 100;
		height: calc(100vh - 50px);
		overflow-y: auto;
		overflow-x: hidden;
		background: rgba(0, 0, 0, .7);
		padding-bottom: 100px;
	}

	/*---------- メニュー本体 ----------*/
	#global-navi>ul {
		display: block;
		width: 100%;
		height: auto;
	}

	#global-navi>ul>li {
		position: relative;
		display: block;
		width: 100%;
		border-top: 1px solid #6fc1a3;
	}

	#global-navi>ul>li:first-child,
	#global-navi>ul>li:last-child {
		width: 100%;
	}

	#global-navi>ul>li>a,
	#global-navi>ul>li.disabled>span,
	#global-navi>ul>li:first-child>a {
		display: flex;
		align-items: center;
		width: 100%;
		height: 65px;
		border: none;
		text-align: left;
		padding: 20px;
	}

	#global-navi>ul>li:hover>a,
	#global-navi>ul>li>a.current {
		background: #01a369;
		color: #fff;
	}

	#global-navi>ul>li.is-menu-active>a {
		background: #ffe100;
		color: #01a369;
	}

	#global-navi>ul>li>a>img {
		margin: 0 15px 5px 0;
	}

	.gn-text-sp {
		display: block;
	}

	.gn-btn {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 65px;
		height: 65px;
		background: #ffe100;
		padding: 10px;
		margin: 0;
		border: none;
		border-left: 1px solid #6fc1a3;
	}

	.gn-btn::before,
	.gn-btn::after {
		content: "";
		position: absolute;
		background: #01a369;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transition: 0.1s;
	}

	.gn-btn::before {
		width: 24px;
		height: 2px;
	}

	.gn-btn::after {
		width: 2px;
		height: 24px;
	}

	.is-menu-active>.gn-btn::after {
		opacity: 0;
	}

	.mega-menu {
		background: #e2f6e7;
		border-color: #01a369;
		position: relative;
		width: 100%;
		top: 0;
	}

	.mega-menu-inn {
		display: block;
		width: 100%;
		padding: 20px 20px 30px;
		margin: 0 auto;
	}

	.mega-menu-inn p {
		display: block;
		padding: 0 0 20px;
	}

	.mega-menu-inn ul {
		gap: 10px;
		width: 100%;
		border-top: 1px solid #82908c;
		border-left: none;
		padding: 20px 0 0;
		margin: 0;
	}

	.mega-menu-inn ul li,
	.mega-menu-inn ul.page-navi li {
		display: block;
		width: calc((100% - 10px) / 2);
		margin: 0;
	}

	.mega-menu-inn ul li a,
	.mega-menu-inn ul.page-navi li a.cmn-btn {
		display: flex;
		align-items: center;
		min-width: 0;
		width: 100%;
		height: 100%;
		padding: 10px;
	}
}


/* ==

	2. フッター

=============================================================================== */

#footer,
#simple-footer {
	position: relative;
}


/*-----------------------------------------
	上段フッター
-----------------------------------------*/

.footer1 {
	width: 100%;
	background: #eee;
}

.footer1-inn {
	width: 980px;
	padding: 40px 0 60px;
	margin: 0 auto;
}

/*---------- テキストリンク ----------*/
.footer-link {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	margin-bottom: 40px;
}

.footer-link>ul {
	width: calc((100% - 50px) / 3);
}

.footer-link>ul:last-child {
	margin-right: 0;
}

.footer-link>ul>li>a {
	display: inline-block;
	margin-top: 10px;
}

.footer-link>ul>li:first-child>a {
	margin-top: 0;
}

.footer-link>ul>li.footer-link_box {
	margin-top: 23px;
}

.footer-link>ul>li>ul {
	margin-left: 15px;
}

.footer-link>ul>li.footer-link_box>ul {
	margin: 0;
}

.footer-link ul>li>ul>li>ul {
	margin: 10px 0 10px 15px;
}

.footer-link>ul>li>ul>li>a {
	display: inline-block;
	margin-top: 10px;
}

.footer-link ul>li>ul>li>ul>li>a {
	display: inline-block;
	margin-top: 10px;
}

.footer-link ul li a {
	padding-left: 13px;
	background: url(/common/img/arrow_gray.png) left 4px no-repeat;
	color: #333;
	font-size: 0.813rem;
}

.footer-link ul li a.icon_PDF:after {
	display: inline-block;
	content: "";
	width: 13px;
	height: 13px;
	background: url(/common/img/icon_PDF.png) left center no-repeat;
	margin-left: 5px;
}

/*---------- フッターバナー ----------*/
.footer-banner {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0;
}

.footer-banner li {
	width: calc((100% - 60px) / 4);
	height: 70px;
}

.footer-banner li a {
	display: block;
	height: 100%;
}

.footer-banner li a img {
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.1s;
}

.footer-banner li a:hover img {
	opacity: 0.7;
}


/*-----------------------------------------
	下段フッター
-----------------------------------------*/

.footer2 {
	width: 100%;
	background: #333;
}

.footer2-inn {
	width: 980px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0 35px;
	margin: 0 auto;
}

#simple-footer .footer2-inn {
	width: 700px;
}

/*---------- 下段フッター証券バナー ----------*/
.link-home {
	display: inline-block;
}

.link-home img {
	vertical-align: middle;
	transition: 0.1s;
}

.link-home:hover img {
	opacity: 0.7;
}


/*-----------------------------------------
	ページトップボタン
-----------------------------------------*/

#page-top {
	display: block;
	padding: 17px 15px;
	background: #333;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	position: fixed;
	right: 30px;
}

#page-top img {
	display: block;
}

/*-----------------------------------------
	コピーライト
-----------------------------------------*/

.copyright {
	flex-grow: 1;
	color: #fff;
	font-size: 0.688rem;
	line-height: 2;
	text-align: right;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.footer1-inn {
		width: 100%;
		padding: 10px 15px 50px;
	}

	/*---------- テキストリンク ----------*/
	.footer-link {
		display: block;
		margin-bottom: 0;
	}

	.footer-link>ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 10px 20px;
		padding: 30px 0;
		margin: 0;
	}

	.footer-link>ul+ul {
		border-top: 1px solid #BFCFC3;
	}

	.footer-link>ul>li {
		width: calc((100% - 20px) / 2);
	}

	.footer-link>ul>li>ul {
		display: flex;
		flex-wrap: wrap;
		gap: 5px 5px;
		margin: 8px 0 8px 15px;
	}

	.footer-link>ul>li>ul>li {
		width: calc((100% - 5px) / 2);
	}

	.footer-link>ul>li>a,
	.footer-link ul>li>ul>li>ul,
	.footer-link>ul>li>ul>li>a,
	.footer-link ul>li>ul>li>ul>li>a {
		margin: 0;
	}

	.footer-link>ul>li.footer-link_col1,
	.footer-link>ul>li>ul>li.footer-link_col1 {
		width: 100%;
	}

	.footer-link>ul>li.footer-link_box {
		width: 100%;
		margin: 0;
		padding: 30px 0 0;
		margin-top: 20px;
		border-top: 1px solid #BFCFC3;
	}

	.footer-link>ul>li.footer-link_box>ul {
		margin: 0;
	}

	/*---------- フッターバナー ----------*/
	.footer-banner {
		gap: 10px;
	}

	.footer-banner li {
		height: auto;
		width: calc((100% - 10px) / 2);
	}


	/*-----------------------------------------
		下段フッター
	-----------------------------------------*/

	.footer2-inn {
		display: block;
		width: 100%;
		padding: 30px 15px 40px;
	}

	/*---------- 下段フッター証券バナー ----------*/
	.footer-logo {
		text-align: center;
		margin-bottom: 30px;
	}

	.link-home img {
		margin: 0 auto;
	}

	/*-----------------------------------------
		ページトップボタン
	-----------------------------------------*/

	#page-top {
		right: 15px;
	}

	/*-----------------------------------------
		コピーライト
	-----------------------------------------*/

	.copyright {
		text-align: center;
		margin: 0;
	}
}


/* ==

	3. コンテンツ／汎用パーツ

=============================================================================== */

/*-----------------------------------------
	レイアウト
-----------------------------------------*/

#container {
	width: 980px;
	padding: 40px 0;
	margin: 0 auto;
}

.two-columns {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#left-content {
	width: 700px;
}

@media screen and (max-width: 767px) {
	#container {
		width: 100%;
		padding: 70px 10px 20px;
	}
	
	.two-columns {
		display: block;
	}
	
	#left-content {
		width: 100%;
	}

}


/*-----------------------------------------
	テキストエリア
-----------------------------------------*/

/*---------- リード文 ----------*/
.lead-text {
	margin-bottom: 20px;
}

/*---------- 汎用エリア ----------*/
.cnt-block {
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {}


/* ==

	4. 調整

=============================================================================== */

/*-----------------------------------------
	幅
-----------------------------------------*/
.w10 {
	width: 10% !important;
}

.w15 {
	width: 15% !important;
}

.w20 {
	width: 20% !important;
}

.w25 {
	width: 25% !important;
}

.w30 {
	width: 30% !important;
}

.w33 {
	width: 33% !important;
}

.w35 {
	width: 35% !important;
}

.w40 {
	width: 40% !important;
}

.w45 {
	width: 45% !important;
}

.w50 {
	width: 50% !important;
}

.w55 {
	width: 55% !important;
}

.w60 {
	width: 60% !important;
}

.w65 {
	width: 65% !important;
}

.w70 {
	width: 70% !important;
}

.w75 {
	width: 75% !important;
}

.w80 {
	width: 80% !important;
}

.w85 {
	width: 85% !important;
}

.w90 {
	width: 90% !important;
}

.w95 {
	width: 95% !important;
}

.w100 {
	width: 100% !important;
}


/*-----------------------------------------
	余白
-----------------------------------------*/

/*---------- margin ----------*/
.m00 {
	margin: 0px !important
}

.m10 {
	margin: 10px !important
}

.m20 {
	margin: 20px !important
}

.m30 {
	margin: 30px !important
}

.m40 {
	margin: 40px !important
}

.m50 {
	margin: 50px !important
}

.mt00 {
	margin-top: 0px !important
}

.mt10 {
	margin-top: 10px !important
}

.mt20 {
	margin-top: 20px !important
}

.mt30 {
	margin-top: 30px !important
}

.mt40 {
	margin-top: 40px !important
}

.mt50 {
	margin-top: 50px !important
}

.mr00 {
	margin-right: 0px !important
}

.mr10 {
	margin-right: 10px !important
}

.mr20 {
	margin-right: 20px !important
}

.mr30 {
	margin-right: 30px !important
}

.mr40 {
	margin-right: 40px !important
}

.mr50 {
	margin-right: 50px !important
}

.mb00 {
	margin-bottom: 0px !important
}

.mb10 {
	margin-bottom: 10px !important
}

.mb20 {
	margin-bottom: 20px !important
}

.mb30 {
	margin-bottom: 30px !important
}

.mb40 {
	margin-bottom: 40px !important
}

.mb50 {
	margin-bottom: 50px !important
}

.mb60 {
	margin-bottom: 60px !important
}

.mb70 {
	margin-bottom: 70px !important
}

.ml00 {
	margin-left: 0px !important
}

.ml10 {
	margin-left: 10px !important
}

.ml20 {
	margin-left: 20px !important
}

.ml30 {
	margin-left: 30px !important
}

.ml40 {
	margin-left: 40px !important
}

.ml50 {
	margin-left: 50px !important
}

/*---------- padding ----------*/
.p00 {
	padding: 0px !important
}

.p10 {
	padding: 10px !important
}

.p20 {
	padding: 20px !important
}

.p30 {
	padding: 30px !important
}

.p40 {
	padding: 40px !important
}

.p50 {
	padding: 50px !important
}

.pt00 {
	padding-top: 0px !important
}

.pt10 {
	padding-top: 10px !important
}

.pt20 {
	padding-top: 20px !important
}

.pt30 {
	padding-top: 30px !important
}

.pt40 {
	padding-top: 40px !important
}

.pt50 {
	padding-top: 50px !important
}

.pr00 {
	padding-right: 0px !important
}

.pr10 {
	padding-right: 10px !important
}

.pr20 {
	padding-right: 20px !important
}

.pr30 {
	padding-right: 30px !important
}

.pr40 {
	padding-right: 40px !important
}

.pr50 {
	padding-right: 50px !important
}

.pb00 {
	padding-bottom: 0px !important
}

.pb10 {
	padding-bottom: 10px !important
}

.pb20 {
	padding-bottom: 20px !important
}

.pb30 {
	padding-bottom: 30px !important
}

.pb40 {
	padding-bottom: 40px !important
}

.pb50 {
	padding-bottom: 50px !important
}

.pl00 {
	padding-left: 0px !important
}

.pl01 {
	padding-left: 1px !important
}

.pl02 {
	padding-left: 2px !important
}

.pl03 {
	padding-left: 3px !important
}

.pl04 {
	padding-left: 4px !important
}

.pl05 {
	padding-left: 5px !important
}

.pl10 {
	padding-left: 10px !important
}

.pl20 {
	padding-left: 20px !important
}

.pl30 {
	padding-left: 30px !important
}

.pl40 {
	padding-left: 40px !important
}

.pl50 {
	padding-left: 50px !important
}

.pl15em {
	padding-left: 1.5em !important
}


/*-----------------------------------------
	文字揃え
-----------------------------------------*/

.text-c {
	text-align: center !important;
}

.text-r {
	text-align: right !important;
}

.text-l {
	text-align: left !important;
}


/*-----------------------------------------
	ボーダー
-----------------------------------------*/

.bd-t-none {
	border-top: none !important;
}

.bd-r-none {
	border-right: none !important;
}

.bd-b-none {
	border-bottom: none !important;
}

.bd-l-none {
	border-left: none !important;
}

.bd-none {
	border: none !important;
}


/*-----------------------------------------
	インデント
-----------------------------------------*/

.l_indent15 {
	padding-left: 15px
}

.l_indent30 {
	padding-left: 30px
}

.no-indent {
	text-indent: 0;
	margin-left: 0;
}

.indent_1 {
	text-indent: -1em;
	margin-left: 1em;
}

.indent_2 {
	text-indent: -2em;
	margin-left: 2em;
}

.indent_3 {
	text-indent: -3em;
	margin-left: 3em;
}

.indent_4 {
	text-indent: -4em;
	margin-left: 4em;
}

.indent_5 {
	text-indent: -5em;
	margin-left: 5em;
}


/*-----------------------------------------
	文字の間隔
-----------------------------------------*/

.letter-1 {
	letter-spacing: -1px;
}

.letter-05 {
	letter-spacing: -0.5px;
}


/*-----------------------------------------
	float
-----------------------------------------*/

.fl-n {
	float: none !important;
}

.fl-r {
	float: right !important;
}

.fl-l {
	float: left !important;
}


/*-----------------------------------------
	clearfix
-----------------------------------------*/

.clearfix {
	clear: both;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
}


/*-----------------------------------------
	テキストの色
-----------------------------------------*/

.txtColor01 {
	color: red;
}

.txtBold {
	font-weight: bold;
}


/*-----------------------------------------
	PCのみ／SPのみ
-----------------------------------------*/

.spOnly {
	display: none;
}

.brSp {
	display: none;
}

@media screen and (max-width: 767px) {
	.spOnly {
		display: block;
	}

	.pcOnly {
		display: none;
	}

	.brSp {
		display: inline;
	}

	.brPc {
		display: none;
	}
}