@charset "UTF-8";
/*========================================
Re:vite
Date : 20180720
URL : http://acs-hi.jp/
Style : global
Filename : global.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-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	background-color: #FFF;
	float: left;
	overflow-x: hidden;
}


/*========================================
Font Size
========================================*/
h3,h4,h5,h6 {
	/* font-family: a-otf-ud-shin-go-pr6n, sans-serif; */
	font-weight: 600 !important;
	font-style: normal;
	letter-spacing: .065em;
	line-height: 1.6;
}
h1 {
	font-weight: 400 !important;
}
h2 {
	font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
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: #fd7e00;
}
.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: #009e96;
}
.bg-sub {
	background-color: #e3f0f3;
}
.bg-white {
	background-color: #FFF;
}
.bg-gray {
	background: #919191;
}
.bg-lgray {
	background-color: #f5f5f5;
}
.bg-lgray_2 {
	background-color: #f1f1f1;
}
.bg-bk {
	background-color: #2118158a;
}
.bg-lpink {
	background-color: #f5dbcb;
}
.bg-lpurple {
	background-color: #e9dbec;
}
.bg-lblue {
	background-color: #e2f6ff;
}
.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;
}
.tx-left {
	text-align: left;
}
.tx-right {
	text-align: right;
}

.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 Float
========================================*/
.dp-fx {
	display: flex;
	flex-wrap: wrap;
}


/*========================================
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;
}

.main-fixed {
	position: fixed!important;
	width: 100%!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;
}
/* 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: #c6c6c6;
  border-radius: 8px;
  box-shadow: none;
}
