@charset "utf-8";

/* ========================================================
	base.css => 共通基本CSS
======================================================== */

/* reset
============================================================================================================ */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	font-size: 100%;
	font-family: inherit;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: middle;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
select, input, textarea {
	font-size: 100%;
}
header,footer,nav,section,article,figure,aside {
	display: block;
}

button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}


/* ClearFix
============================================================================================================ */
.clearfix,
.row {
	zoom: 1;
}
.clearfix:after,
.row:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}


/* float
============================================================================================================ */
.fl {float: left;}
.fr {float: right;}

@media screen and (max-width: 680px) {
.fl {float: none;}
.fr {float: none;}
}

/* block_center
============================================================================================================ */
.bc{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* text-align
============================================================================================================ */
.tal {text-align: left;}
.tac {text-align: center;}
.tar {text-align: right;}


/* margin
============================================================================================================ */
.m00 {margin: 0 !important;}
.mb00 {margin-bottom: 0 !important;}
.mt00 {margin-top: 0 !important;}
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !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;}
.mg_l {
	margin-top: 80px;
    margin-bottom: 80px;
}
.mg_m {
	margin-top: 60px;
    margin-bottom: 60px;
}
.mg_s {
	margin-top: 40px;
    margin-bottom: 40px;
}
.mg_ss {
	margin-top: 20px;
    margin-bottom: 20px;
}
.mgt_l {
	margin-top: 80px;
}
.mgt_m {
	margin-top: 60px;
}
.mgt_s {
	margin-top: 40px;
}
.mgt_ss {
	margin-top: 20px;
}
.mgb_l {
	margin-bottom: 80px;
}
.mgb_m {
	margin-bottom: 60px;
}
.mgb_s {
	margin-bottom: 40px;
}
.mgb_ss {
	margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
    .mg_l {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .mg_m {
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .mg_s {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .mg_ss {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .mgt_l {
        margin-top: 60px;
    }
    .mgt_m {
        margin-top: 35px;
    }
    .mgt_s {
        margin-top: 20px;
    }
    .mgt_s2 {
        margin-top: 15px;
    }
    .mgb_l {
        margin-bottom: 60px;
    }
    .mgb_m {
        margin-bottom: 45px;
    }
    .mgb_s {
        margin-bottom: 30px;
    }
    .mgb_ss {
        margin-bottom: 15px;
    }
    .sp_mgt_l {
        margin-top: 60px;
    }
    .sp_mgt_m {
        margin-top: 45px;
    }
    .sp_mgt_s {
        margin-top: 30px;
    }
    .sp_mgt_ss {
        margin-top: 15px;
    }
}
@media screen and (max-width: 480px) {
	.mg_l {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
	.mg_m {
		margin-top: 35px !important;
		margin-bottom: 35px !important;
	}
	.mg_s {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
}

/* padding
============================================================================================================ */
.pt00 {
    padding-top: 0 !important;
}
.pb00 {
    padding-bottom: 0 !important;
}
.pd_l {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pd_m {
	padding-top: 50px;
	padding-bottom: 50px;
}
.pd_s {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pd_b_s {
	padding-bottom: 20px;
}
.pd_s_all {
	padding: 20px;
}
.pd_ss {
	padding-top: 1em;
	padding-bottom: 1em;
}
.pd_side_s {
	padding-left: 30px;
	padding-right: 30px;
}
.pd_side_ss {
	padding-left: 1em;
	padding-right: 1em;
}

@media screen and (max-width: 768px) {
	.pd_l {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.pd_m {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.pd_s {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.pd_side_s {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 480px) {
	.pd_l {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.pd_m {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.pd_s {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}


/* font size
============================================================================================================ */
.fz10 {font-size: 10px; font-size: 1.0rem;}
.fz11 {font-size: 11px; font-size: 1.1rem;}
.fz12 {font-size: 12px; font-size: 1.2rem;}
.fz13 {font-size: 13px; font-size: 1.3rem;}
.fz14 {font-size: 14px; font-size: 1.4rem;}
.fz15 {font-size: 15px; font-size: 1.5rem;}
.fz16 {font-size: 16px; font-size: 1.6rem;}
.fz17 {font-size: 17px; font-size: 1.7rem;}
.fz18 {font-size: 18px; font-size: 1.8rem;}
.fz19 {font-size: 19px; font-size: 1.9rem;}
.fz20 {font-size: 20px; font-size: 2.0rem;}


/* font weight
============================================================================================================ */
/*.fwb{ font-weight: bold; }*/
.fwn {
	font-weight: normal !important;
}

/* font color
============================================================================================================ */
.blue {
    color: #4D7AB9;
}
.yellow {
    color: #E3C200;
}
.green {
    color: #5FAE56;
}
.red_brown {
    color: #BE453D;
}