@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;
}
img.va_t {
	vertical-align: top;
}
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:768px) {
.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;}
@media screen and (max-width:768px) {
    .sp_tal {text-align: left !important;}
    .sp_tac {text-align: center !important;}
    .sp_tar {text-align: right !important;}
}

/* margin
============================================================================================================ */
/* margin
============================================================================================================ */
.mt00 {margin-top:0 !important;}
.mb00 {margin-bottom:0 !important;}
.mb {margin-bottom:1em !important;}
.mt {margin-top:1em !important;}
.mt2em {margin-top:2em !important;}
.mt5 {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: 50px;
    margin-bottom: 50px;
}
.mg_s {
	margin-top: 30px;
    margin-bottom: 30px;
}
.mg_ss {
	margin-top: 15px;
    margin-bottom: 15px;
}
.mgt_ll {
	margin-top: 110px;
}
.mgt_l {
	margin-top: 80px;
}
.mgt_m {
	margin-top: 50px;
}
.mgt_s {
	margin-top: 30px;
}
.mgb_l {
	margin-bottom: 80px;
}
.mgb_m {
	margin-bottom: 50px;
}
.mgb_s {
	margin-bottom: 30px;
}
.mgr_s {
	margin-right: 30px;
}
@media screen and (max-width: 768px) {
    .mg_l {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .mg_m {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .mg_s {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .mg_ss {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .mgt_l {
        margin-top: 60px;
    }
    .mgt_m {
        margin-top: 35px;
    }
    .mgt_s {
        margin-top: 20px;
    }
    .mgb_l {
        margin-bottom: 60px;
    }
    .mgb_m {
        margin-bottom: 35px;
    }
    .mgb_s {
        margin-bottom: 20px;
    }
    .sp_mgt_l {
        margin-top: 60px;
    }
    .sp_mgt_m {
        margin-top: 35px;
    }
    .sp_mgt_s {
        margin-top: 20px;
    }
    .sp_mgb_l {
        margin-bottom: 60px;
    }
    .sp_mgb_m {
        margin-bottom: 35px;
    }
    .sp_mgb_s {
        margin-bottom: 20px;
    }
    .sp_mt00 {
         margin-top: 0;
    }
    .sp_mb00 {
         margin-bottom: 0;
    }
}

/* padding
============================================================================================================ */
.pt00 {padding-top:0 !important;}
.pb00 {padding-bottom:0 !important;}
.pt {padding-top:1em !important;}
.pt5 {padding-top:5px !important;}
.pt10 {padding-top:10px !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;}

.pd_l {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pd_mm {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pd_m {
	padding-top: 50px;
	padding-bottom: 50px;
}
.pd_s {
	padding-top: 30px;
	padding-bottom: 30px;
}
.pd_ss {
	padding-top: 15px;
	padding-bottom: 15px;
}
.pdt_l {
	padding-top: 80px;
}
.pdt_m {
	padding-top: 50px;
}
.pdt_s {
	padding-top: 30px;
}
.pdb_l {
	padding-bottom: 80px;
}
.pdb_m {
	padding-bottom: 50px;
}
.pdb_s {
	padding-bottom: 30px;
}
.pd_side {
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.pd_side_s {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

@media screen and (max-width: 768px) {
    .pd_l {
		padding-top: 60px;
		padding-bottom: 60px;
	}
    .pd_mm {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.pd_m {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.pd_s {
		padding-top: 20px;
		padding-bottom: 20px;
	}
    .pd_ss {
		padding-top: 10px;
		padding-bottom: 10px;
	}
    .pdt_l {
		padding-top: 60px;
	}
	.pdt_m {
		padding-top: 35px;
	}
	.pdt_s {
		padding-top: 20px;
	}
    .pdb_l {
		padding-bottom: 60px;
	}
	.pdb_m {
		padding-bottom: 35px;
	}
	.pdb_s {
		padding-bottom: 20px;
	}
    .sp_pdt_l {
        padding-top: 60px;
    }
    .sp_pdt_m {
        padding-top: 35px;
    }
    .sp_pdt_s {
        padding-top: 20px;
    }
    .sp_pdb_l {
        padding-bottom: 60px;
    }
    .sp_pdb_m {
        padding-bottom: 35px;
    }
    .sp_pdb_s {
        padding-bottom: 20px;
    }
    .sp_pt00 {
        padding-top: 0;
    }
    .sp_pb00 {
        padding-bottom: 0;
    }
    .pd_side {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .pd_side_s {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/* 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;}

.fz_ll {
    font-size: 2.2rem;
}
.fz_l {
    font-size: 1.7rem;
}
.fz_s {
    font-size: 1.4rem;
}
.fz_ss {
    font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
    .fz_ll {
        font-size: 2.0rem;
    }
    .fz_l {
        font-size: 1.6rem;
    }
    .fz_s {
        font-size: 1.3rem;
    }
    .fz_ss {
        font-size: 1.2rem;
    }
    .sp_fz_normal {
        font-size: 1.4rem;
    }
}

/* line-height
============================================================================================================ */
.lh_l {
    line-height: 2 !important;
}
.lh_m {
    line-height: 1.5 !important;
}

/* font weight
============================================================================================================ */
.fwb{ font-weight: bold !important; }
.fwn { font-weight: normal !important;}


/* font color
============================================================================================================ */
.blue {
    color: #003ead;
}
.red {
    color: #ff0000;
}
.white {
    color: #fff;
}



/* 二十のパンくず
============================================================================================================ */
#nav .breadcrumb-content {
    display: none;
}