@charset "UTF-8";
/*========================================
Re:vite
Date : 20180518
URL : 
Style : global
Filename : global.css
========================================*/

/*========================================
Font Designation
========================================*/
html {
	height: 100%;
	font-size: 16px;
	overflow-y: scroll;
}
body {
	width: 100%;
	height: 100%;
	font-family:"ヒラギノ角ゴ ProN W3",-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese",Meiryo, sans-serif;
	/*font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "HiraMinProN-W3", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
	background-color: #FFF;
}

/*========================================
Font Size
========================================*/
h1,h2,h3,h4,h5,h6 {
	width: 100%;
	font-weight: 300;
}
h1 {
	font-size: 2.2rem;
}
h2 {
	font-size: 2.2rem;
}
h3 {
	font-size: 1.4rem;
}
h4 {}
h5 {}
h6 {}


/*========================================
Fonts Color
========================================*/
.f-base {
	color: #1e4290!important;
}
.f-sub {
	color: #a5a5a5;
}
.f-bk {
	color: #333;
}
.f-red {
	color: #f00!important;
}
.f-white {
	color: #fff;
}
.f-lgray {
	color: #f1f1f1;
}
.f-lgray_2 {
	color: #aaa;
}
.f-yellow {
	color: #ff0;
}
.f-vermilion {
	color: #964041;
}


/*========================================
Font Decoration
========================================*/
.f-fam_g {
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}
.f-fam_m {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.f-fam_nam {
	font-family: 'Times New Roman';
}
.f-g_sc {
	font-family: 'Playfair Display SC', serif;
}

.f-overline {
	text-decoration: line-through;
}
.f-underline {
	text-decoration: underline;
}
.f-none {
	text-decoration: none!important;
}

.f-bold {
	font-weight: 700!important;
}
.f-normal {
	font-weight: 400!important;
}

.txt-indent_1 {
	padding-left: 1em!important;
	text-indent: -1em!important;
}
.txt-indent_2 {
	padding-left: 2em!important;
	text-indent: -2em!important;
}

.txt-shadow_1 {
	text-shadow: 0px 0px 6px #454545;
}
.txt-gradation {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	background-color: #f4f4f4;
	background-image: linear-gradient(to bottom, rgba(244,244,244,1) 0%,rgba(215,215,215,1) 100%);
}

.txt-letsp_01 {
	letter-spacing: .1em;
}
.txt-linehi_2 {
	line-height: 2;
}

.txt-wide {
	width: 90%!important;
}

/*========================================
Contents Color
========================================*/
.bg-base {
	background-color: #BA403B;
}
.user-bg_color {
  background: #152f96;
}
.bg-sub {
	background-color: #a5a5a5;
}

.bg-white {
	background-color: #FFF;
}
.bg-lgreen {
	background-color: #e1efdc;
}
.bg-lgray {
	background-color: #e2e2e2;
}
.bg-lgray_2 {
	background-color: #f1f1f1;
}
.bg-lgray_3 {
	background-color: #ededed;
}
.bg-bk {
	background-color: #333;
}


/*========================================
Border
========================================*/
.bd-t_shadow {
	box-shadow:0px -4px 6px 0px #ebebeb;
}

.bd_none {
	border: none!important;
}

/*========================================
Content Float
========================================*/
.cont-float-l {
	float: left!important;
}
.cont-float-r {
	float: right!important;
}
.cont-float-none {
	float: none!important;
}
.cont-cleatr {
	clear: both;
}

.tx-center {
	text-align: center!important;
}
.tx-left {
	text-align: left!important;
}
.tx-right {
	text-align: right!important;
}


/*========================================
Content Switching
========================================*/
.sp-content_hidden {
	display: none!important;
}
.tab-content_hidden {
	display: block!important;
}
.pc-content_hidden {
	display: block!important;
}
.mob-content_hidden {
	display: none!important;
}

/* SP */
@media screen and (max-width: 767px) {
	.sp-content_hidden {
		display: block!important;
	}
	.tab-content_hidden {
		display: none!important;
	}
	.pc-content_hidden {
		display: none!important;
	}
	
	.mob-content_hidden {
		display: block!important;
	}
}
/* TABLET */
@media screen and (min-width: 768px) and (max-width: 960px) {
	.sp-content_hidden {
		display: none!important;
	}
	.tab-content_hidden {
		display: block!important;
	}
	.pc-content_hidden {
		display: none!important;
	}
	
	.mob-content_hidden {
		display: block!important;
	}
}


/*========================================
Contents Margin & Padding
========================================*/
/* Margin Top */
.mg-t_10 {
	margin-top: 10px!important;
}
.mg-t_20 {
	margin-top: 20px!important;
}
.mg-t_30 {
	margin-top: 30px!important;
}
.mg-t_40 {
	margin-top: 40px!important;
}
.mg-t_50 {
	margin-top: 50px!important;
}
.mg-t_60 {
	margin-top: 60px!important;
}
.mg-t_70 {
	margin-top: 70px!important;
}
.mg-t_100 {
	margin-top: 100px!important;
}
/* Margin Bottom */
.mg-b_0 {
	margin-bottom: 0px!important;
}
.mg-b_10 {
	margin-bottom: 10px!important;
}
.mg-b_20 {
	margin-bottom: 20px!important;
}
.mg-b_30 {
	margin-bottom: 30px!important;
}
.mg-b_40 {
	margin-bottom: 40px!important;
}
.mg-b_50 {
	margin-bottom: 50px!important;
}
/* Margin Left */
.mg-l_10 {
	margin-left: 10px!important;
}
.mg-l_20 {
	margin-left: 20px!important;
}
.mg-l_30 {
	margin-left: 30px!important;
}
/* Margin Right */
.mg-r_10 {
	margin-right: 10px!important;
}
.mg-r_20 {
	margin-right: 20px!important;
}
.mg-r_30 {
	margin-right: 30px!important;
}

/* Padding Bottom */
.pd-b_50 {
	padding-bottom: 50px;
}

/* Padding Top & Bottom */
.pd-tb_1em {
	padding-top: 1em;
	padding-bottom: 1em;
}
.pd-tb_2em {
	padding-top: 2em;
	padding-bottom: 2em;
}
.pd-tb_3em {
	padding-top: 3em;
	padding-bottom: 3em;
}
.pd-tb_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pd-tb_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pd-tb_70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

/* Padding Left & right */
.pd-lr_10 {
	padding-left: 10px;
	padding-right: 10px;
}

/* Margin & Padding None */
.mg-none {
	margin: 0!important;
}
.pd_none {
	padding: 0!important;
}


@media (max-width:767px) {
  .mb-mg_t10 {
    margin-top: 10px!important;
  }
  .mb-mg_t20 {
    margin-top: 20px!important;
  }
  .mb-mg_t30 {
    margin-top: 30px!important;
  }
  .mb-mg_b10 {
    margin-bottom: 10px!important;
  }
  .mb-mg_b20 {
    margin-bottom: 20px!important;
  }
  .mb-mg_b30 {
    margin-bottom: 30px!important;
  }
  
}

/*========================================
Contents Position
========================================*/

.position-f_btm {
	position: fixed;
	bottom: 0;
	z-index: 10;
}


/*========================================
Clear Fix
========================================*/
.clearfix {
	display: flow-root;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


/*========================================
Scrollbar
========================================*/
div::-webkit-scrollbar{
  width: 12px;
}
div::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 0px;
  box-shadow: inset 0 0 2px #777; 
}
div::-webkit-scrollbar-thumb{
  background: #c6c6c6;
  border-radius: 0px;
  box-shadow: none;
}