@charset "UTF-8";
/* CSS Document */
.mg_t10 {
    margin-top: 10px
}
.mg_t20 {
    margin-top: 20px
}
.mg_t30 {
    margin-top: 30px
}
.mg_t50 {
    margin-top: 50px
}
.mg_t80 {
    margin-top: 80px
}
.mg_t100 {
    margin-top: 100px
}
.mg_t150 {
    margin-top: 150px
}
.mg_t200 {
    margin-top: 200px
}
.mg_t-20 {
    margin-top: -20px
		
}
.mg_t-33 {
    margin-top: -33px
}
.mg_t-50 {
    margin-top: -50px
}

.mg_b5 {
    margin-bottom: 5px
}
.mg_b30 {
    margin-bottom: 30px
}
.mg_b40 {
    margin-bottom: 40px
}
.mg_b50 {
    margin-bottom: 50px
}
.mg_b80 {
    margin-bottom: 80px
}
.mg_b100 {
    margin-bottom: 100px
}
.mg_l20 {
    margin-left: 20px
}
.mg_l5 {
    margin-left: 5px
}
.mg_r20 {
    margin-right: 20px
}
.mg_tb10 {
    margin-top: 10px
}


.pd_r5{
    padding-right: 5px;
}
.pd_b3{
    padding-bottom: 3px;
}
/* 文字 */
.tex-white {
    color: #fff;
}
.tex-red {
    color: #E7211C;
}
/* 文字サイズ*/
.tex14 {
    font-size: 14px;
}
.tex20 {
    font-size: 20px;
}
.tex25 {
    font-size: 25px;
}
.tex30 {
    font-size: 30px;
}
.tex40 {
    font-size: 40px;
}
.tex50 {
    font-size: 50px;
}
.tex60 {
    font-size: 60px;
}
@media screen and (min-width: 480px) {
	.br-sp { display:none; }
}

/* 角丸*/
.bor-rad5 {
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
.bor-rad10 {
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
}
/* 背景 */
.bg-red {
    background-color: #E7211C !important;
}
a.bg-red:hover, a.bg-red:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: #E7211C !important;
}
/* 線 */
.border-red{
	border: 1px solid #E7211C; 
}
.bor-gray {
	padding-bottom: 5px;
	text-decoration: underline;
    text-decoration-color: #787878;
}
.bor-white {
	border-bottom: 1px solid rgba(255,255,255,0.6);
}
.bor-white-3  {
	text-decoration: underline;
	text-decoration-color: rgba(255,255,255,0.6);
}
.bor-white-r {
    border-right: 2px solid rgba(255,255,255,0.6);
	padding: 1px 10px 2px 10px;
}
/* コンタクトページ用注意書き*/
.b-gray{
	border: #BDBDBD 1px solid;
}
.b-r10{
border-radius: 10px;
	}
.pd_30{
   padding: 30px
}
.text-dec{
    text-decoration: underline;
} 

.z-index1 {
    z-index: 1;
}
/* 背景　透明白 */ 
.bg-white-rag {
    width: 100%;
    height: auto;
    padding: 40px 40px;
    z-index: 0;
    background-color: rgba(255,255,255,0.1);
}

/* 改行 */
@media screen and (min-width: 640px) {
    .br-sp { display:none; }
}