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

/*========================================
Font Designation
========================================*/
html {
	height: 100%;
	font-size: 16px;
}
body {
	width: 100%;
	height: 100%;
	font-family: "メイリオ", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 500;
	background-color: #FFF;
	float: left;
}


/*========================================
Font Size
========================================*/
h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}


/*========================================
Fonts Family
========================================*/
.f-mincho {
	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;
}
.f-gfont_1 {
	font-family: 'Open Sans', sans-serif;
}


/*========================================
Fonts Color
========================================*/
.f-base {
	color: #1d1a7d;
}
.f-sub {
	color: #009e96;
}
.f-bk {
	color: #474747;
}
.f-red {
	color: #f00;
}
.f-white {
	color: #fff;
}
.f-lgray {
	color: #f1f1f1;
}
.f-lgray_2 {
	color: #aaa;
}
.f-yellow {
	color: #ff0;
}
.f-vermilion {
	color: #964041;
}
.f-lpink {
	color: #d08886;
}
.f-lpurple {
	color: #e9dbec;
}
.f-pblue {
	color: #00a2cb;
}
.f-orange {
	color: #e78c00;
}

/*========================================
Font Decoration
========================================*/
.f-overline {
	text-decoration: line-through;
}
.f-underline {
	text-decoration: underline;
}
.f-none {
	text-decoration: none;
}

.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-letsp_01 {
	letter-spacing: .1em;
}
.txt-linehi_2 {
	line-height: 2!important;
}


/*========================================
Contents Color
========================================*/
.bg-base {
	background-color: #d4e4f3;
}
.bg-sub {
	background-color: #e3f0f3;
}
.bg-white {
	background-color: #FFF;
}
.bg-gray {
	background: #919191;
}
.bg-lgray {
	background-color: #f5f5f5;
}
.bg-lgray_2 {
	background-color: #f9f9f9;
}
.bg-bk {
	background-color: #211815;
}
.bg-bk_2 {
	background-color: #454545;
}
.bg-lpink {
	background-color: #f5dbcb;
}
.bg-lpurple {
	background-color: #e9dbec;
}
.bg-lblue {
	background-color: #e2f6ff;
}
.bg-lblue_2 {
	background-color: #d4e4f3;
}
.bg-loading {
	background-color: #e3f4fd;
} 

/*========================================
Border
========================================*/
.ft-t_line {
	border-top: 6px solid #f1f1f1;
}
.cont-t_line-1 {
	border-top: 1px solid #f1f1f1;
}
.cont-t_line-2 {
	border-top: 2px solid #f1f1f1;
}
.cont-b_line-1 {
	border-bottom: 2px solid #8e618a;
}
.cont-tb_line-1 {
	border-top: 2px solid #8e618a;
	border-bottom: 2px solid #8e618a;
}
.cont-t_bline {
	border-top: 1px solid #00a2cb;
}


.cont-t_line-none {
	border-top: none!important;
}

/*========================================
Box Shadow
========================================*/
.box-shadow_l {
	box-shadow: 3px 0px 3px 0px #d6d6d6;
}
.box-shadow_l-in {
	box-shadow: 3px 0px 3px 0px #d6d6d6 inset;
}


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

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

.fx-align_b {
	align-items: baseline;
}
.fx-align_s {
	align-items: flex-start;
}
.fx-align_c {
	align-items: center;
}
.fx-justify_c {
	justify-content: center;
}
.fx-justify_b {
	justify-content: space-between;
}


/*========================================
Content flex
========================================*/
.body-fixd {
	position: fixed;
}
.dp-fx {
	display: flex;
	flex-wrap: wrap;
}


/*========================================
Content opacity
========================================*/
.cont-opa_0 {
	opacity: 0;
}

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

.main-fixed {
	position: fixed!important;
	width: 100%!important;
}

/* SP */
@media screen and (max-width: 767px) {
	.sp-content_hidden {
		display: block!important;
	}
	.sp-content_hidden-f {
		display: flex!important;
	}
	.tab-content_hidden, .tab-content_hidden-f {
		display: none!important;
	}
	.pc-content_hidden, .pc-content_hidden-f {
		display: none!important;
	}
	
	.mob-content_hidden {
		display: block!important;
	}
	.mob-content_hidden-f {
		display: flex!important;
	}
}
/* TABLET */
@media screen and (min-width: 768px) and (max-width: 960px) {
	.sp-content_hidden, .sp-content_hidden-f {
		display: none!important;
	}
	.tab-content_hidden {
		display: block!important;
	}
	.tab-content_hidden-f {
		display: flex!important;
	}
	.pc-content_hidden, .pc-content_hidden-f {
		display: none!important;
	}
	
	.mob-content_hidden {
		display: block!important;
	}
	.mob-content_hidden-f {
		display: flex!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;
}
/* Margin Bottom */
.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 Top */
.pd-t_10 {
	padding-top: 10px;
}
.pd-t_20 {
	padding-top: 20px;
}
.pd-t_30 {
	padding-top: 30px;
}
.pd-t_40 {
	padding-top: 40px;
}
.pd-t_50 {
	padding-top: 50px;
}

/* 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_30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.pd-tb_40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.pd-tb_70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

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

/* Padding */
.pd-20 {
	padding: 20px;
}
.pd-30 {
	padding: 30px;
}

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


/*========================================
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 #fff; 
}
div::-webkit-scrollbar-thumb{
  background: #090661;
  border-radius: 8px;
  box-shadow: none;
}
