/*
Theme Name:  Corporation
Author:      F-COLOR
Description: Corporation
Version:     1.0
*/

/* reset
-------------------------------------- */



/* align
-------------------------------------- */
.ta-l {
	text-align: left!important;
}
.ta-r {
	text-align: right!important;
}
.ta-c {
	text-align: center!important;
}

/* wp alginment
-------------------------------------- */

.alignleft {
	/* display: inline; */
	float: left;
}

.alignright {
	/* display: inline; */
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

/* 表示非表示切り替え／
---------------------------------*/
/* PC表示 */
.sp{
	display: none !important;
}
.pc{
	display: inline-block !important;
}
.pc_g{
	display: grid !important;
}
.sp_g{
	display: none !important;
}
.sp_f{
	display: none !important;
}
.pc_f{
	display: flex !important;
}
.sp_t{
	display: none !important;
}
.pc_t{
	display: table !important;
}
.sp1400{
	display: none !important;
}
.pc1400{
	display: inline-block !important;
}
.pc_p{
	display: none !important;
}
.pc_s{
	display: none !important;
}
/* スマホ表示 */
@media all and (max-width: 1400px) {
.sp1400{
	display: inline-block !important;
}
.pc1400{
	display: none !important;
}
}
.pc_600{
	display: flex !important;
}
.sp_600{
	display: none !important;
}
@media all and (max-width: 768px) {
.sp{
	display: inline-block !important;
}
.pc{
	display: none !important;
}
.sp_g{
	display: grid !important;
}
.pc_g{
	display: none !important;
}
.sp_f{
	display: flex !important;
}
.pc_f{
	display: none !important;
}
.sp_t{
	display: table !important;
}
.pc_t{
	display: none !important;
}
.pc_p{
	display: inline-block !important;
}
.pc_600{
	display: flex !important;
}
}
@media all and (max-width: 500px) {
.pc_p{
	display: none !important;
}
.pc_s{
	display: inline-block !important;
}
}
@media all and (max-width: 600px) {
.pc_600{
	display: none !important;
}
.sp_600{
	display: flex !important;
}
}

.antro{
	font-family: "antro";
}
.antro_b{
	font-family: "antro_b";
}
.din{
	font-family: "din";
}

.weight400 {
	font-weight: 400;
}

.weight700 {
	font-weight: 700;
}


/* font-size */
.fs5{
	font-size: 5px;
}
.fs8{
	font-size: 8px;
}
.fs10{
	font-size: 10px;
}
.fs12{
	font-size: 12px;
}
.fs14{
	font-size: 14px;
}
.fs15{
	font-size: 15px;
}
.fs16{
	font-size: 16px;
}
.fs18{
	font-size: 18px;
}
.fs20{
	font-size: 20px;
}
.fs25{
	font-size: 25px;
}
.fs30{
	font-size: 30px;
}
.fs38{
	font-size: 38px;
}

/* margin */
.mb0{
	margin-bottom: 0 !important;
}
.mb5{
	margin-bottom: 5px !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;
}
.mb80{
	margin-bottom: 80px !important;
}
.mb100{
	margin-bottom: 100px !important;
}

@media all and (max-width: 768px) {
	.fs16 {
		font-size: 14px;
	}

	.fs18 {
		font-size: 16px;
	}

	.fs20 {
		font-size: 16px;
	}

	.fs25 {
		font-size: 20px;
	}

	.fs30 {
		font-size: 22px;
	}

	.mb20 {
		margin-bottom: 15px !important;
	}

	.mb60 {
		margin-bottom: 40px !important;
	}

	.mb100 {
		margin-bottom: 60px !important;
	}
}

/* カラー */
.gold{
	color: #c3b975;
}
.braek{
	color: #231815;
}
.white{
	color: #fff;
}
.blue{
	color: #0B539F;
}
.canter{
	text-align: center;
}

.he200 {
	height: 200px;
}

@media all and (max-width: 1200px) {
	.he200 {
		height: 250px;
	}
}

@media all and (max-width: 768px) {
	.he200 {
		height: auto;
		margin-bottom: 30px;
	}
}