@charset "utf-8";
/*
Theme Name: common
Author: Lightning.inc
Description: This is JA KYOSAI BUSINESS SUPPORT INC original theme.
Version: 1.0
*/

/*IEのselect要素の右側に表示される矢印を無効*/
select::-ms-expand {
	display: none;
}

img{
	width:100%;
	height:auto;
	vertical-align: bottom;
}

a{
	text-decoration: none;
	display: inline-block;
	color:inherit;
}

a:hover{
	cursor: pointer;
}

li{
	display: list-item;
}

.inline{
	display: inline-block;
}

.block{
	display: block;
}

.bold{
	font-weight: 700;
}

.fw-normal{
	font-weight: 300;
}

.align-center{
	text-align:center;
}

.m-auto{
	margin:0 auto;
}

/*文字カラー設定*/
.font-lightblue{
	color:#4775c0;
}

.font-green{
	color:#00992A;
}

.font-red{
	color:red;
}

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

/*背景色設定*/
.bg-morelightgreen{
	background-color:#00b941;
}

.bg-lightgreen{
	background-color:#00842e;
}

.bg-green{
	background-color:#0d4a22;
}

.bg-morelightgray{
	background-color:#f8f8f8
}

.bg-lightgray{
	background-color:#ebebeb;
}

.bg-gray{
	background-color:#3e3e3e;
}

.bg-lightYellow{
	background-color:#fffad0 !important;
}

.italic{
	font-style: italic;
}

.fs10{
	font-size:10px;
}

.fs12{
	font-size:12px;
}

.fs14{
	font-size:14px;
}

.fs16{
	font-size:16px;
}

.fs18{
	font-size:18px;
}

.fs20{
	font-size:20px;
}

.fs24{
	font-size:24px;
}

.fs28{
	font-size:28px;
}

.mr0{
	margin-right: 0;
}

.mr5{
	margin-right: 5px;
}

.mr10{
	margin-right: 10px;
}

.mr15{
	margin-right: 15px;
}

.mr20{
	margin-right: 20px;
}

.mt0{
	margin-top:0;
}

.mt5{
	margin-top:5px;
}

.mt10{
	margin-top:10px;
}

.mt15{
	margin-top:15px;
}

.mt20{
	margin-top:20px;
}

.mb0{
	margin-bottom:0;
}

.mb5{
	margin-bottom:5px;
}

.mb10{
	margin-bottom:10px;
}

.mb20{
	margin-bottom:20px;
}

.ml0{
	margin-left: 0;
}
.ml10{
	margin-left:10px;
}

.ml15{
	margin-left:15px;
}

.ml20{
	margin-left:20px;
}

.ml20{
	margin-left:20px;
}

.pr10{
	padding-right:10px;
}

.pl10{
	padding-left:10px;
}

.pb5{
	padding-bottom: 5px;
}
.pb10{
	padding-bottom:10px;
}

.pt5{
	padding-top:5px;
}

.pt10{
	padding-top:1.2em;
}

/*リスト設定*/

.list-circle li{
	list-style: disc;
}

.list-circle,.list-number{
	padding-left:1em;
}

.list-number li{
	list-style:decimal;
}

.flex{
	display: flex;
	align-items: center;
}

.underline{
	text-decoration: underline;
}

.align-left{
	text-align: left;
}

.align-right{
	text-align:right;
}

.btn-radius {
    border-radius: 100px;
}

.pre{
	white-space: pre-wrap;
	word-wrap: break-word;
}

