@charset "UTF-8";
/* ↑ベース作成用のダミーなので案件に使うときははずす */
/* ----------------------------------------------
	共通
---------------------------------------------- */
html {
	height: 100%;
	font-size: 10px;
	/* 1rem = 10px */
}

body {
	min-height: 100%;
	height: 100%;
	font-size: 1.4rem;
	color: #212121;
}

a {
	color: #1CA3C1;
	text-decoration: underline;
}

a:hover {
	color: #1CA3C1;
	text-decoration: none;
	opacity: 0.7
}

a:hover img {
	opacity: 0.8;
}

button, input, textarea,
body {
	color:#222;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

i {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}

img {
	max-width:100%;
}

hr {
	border:none;
	height:1px;
	background: #ccc;
}

/* -------------------------------------
	各要素の初期設定
---------------------------------------- */
input {
	vertical-align: middle;
}

.ja {
	ime-mode: active;
}

.en {
	ime-mode: inactive;
}

.bold,
em,
strong {
	font-weight: 700;
}

.del,
del {
	text-decoration: line-through;
}

.underline {
	text-decoration: underline;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.center {
	text-align: center !important;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.tal {
	text-align: left;
}

/* -------------------------------------
	form初期設定
---------------------------------------- */
input[type="checkbox"],
input[type="radio"] {
	display: inline-block;
	margin: 0 3px 0 0;
	vertical-align: middle;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="email"],
input[type="password"] {
	border: 1px solid #CFD8DC;
	line-height: 1.5;
	margin: 0;
	padding: 10px 15px;
}

label {
	display: inline-block;
	vertical-align: middle;
}

textarea {
	border: 1px solid #CFD8DC;
	line-height: 1.5;
	margin: 0;
	padding: 10px 15px;
	resize: vertical;
	width : 100%;
}

select {
	/* デフォルト装飾を解除 */
	/*/
	-webkit-appearance:none;
	-moz-appearance: none;
	appearance: none;
/*/
	border: 1px solid #CFD8DC;
	line-height: 1.5;
	margin: 0;
	padding: 10px 10px 10px 15px;
	cursor: pointer;
}

select::-ms-expand {
	/* デフォルト装飾を解除　IE版 */
	/*/
	display: none;
/*/
}

*:disabled,
.disabled {
	background: #eee;
	color: #555;
}

/* -------------------------------------
	汎用パーツ
---------------------------------------- */
.pc {
	display: block !important;
}

.pc_inline {
	display: inline !important;
}

.pc_inline_block {
	display: inline-block !important;
}

.sp {
	display: none !important;
}

.sp_inline {
	display: none !important;
}

.sp_inline_block {
	display: none !important;
}

.red {
	color: #e60033;
}

/* -------------------------------------
	レイアウト初期設定
---------------------------------------- */

.container {
	min-height: 100%;
	position: relative;
	padding: 0 0 140px;
	background: rgba(0,0,0,0.5) url("../images/content_bg.jpg") top center no-repeat ;
	background-size : cover;
}

.container.type_blog {
	background: rgba(0,0,0,0.5) url("../images/content_bg2.jpg") center center no-repeat;
	background-size : cover;
}


.footer_inner,
.content_inner {
	margin: auto;
	width: 900px;
}

.header_inner {
	width:900px;
	margin: 0 auto;
}

/* -------------------------------------
	header
---------------------------------------- */
.header {
	width: 100%;

}

.header .header_inner {
	display: flex;
	flex-wrap;
	align-items:center;
	justify-content: space-between;
}

.header .logo_area {
	width: 20%;
}

.header_nav {
	font-size:1.2rem;
}

.header_nav li {
	display: inline-block;
	margin:0 5px;
}

.menu_btn {
	display: none;
}

.gnav  {
	position: relative;
	width:70%;
}

.gnav .main_nav {
	text-align: right;
}

.gnav .main_nav li {
	position: relative;
	display: inline-block;
	text-align: center;
}


.gnav .main_nav li:after {
	content:"";
	width:1px;
	height:26px;
	background:#d9d7d6;
	display: block;
	position: absolute;
	top:18px;
	right:0;
}

.gnav .main_nav li:first-child:before {
	content:"";
	width:1px;
	height:26px;
	background:#d9d7d6;
	display: block;
	position: absolute;
	top:18px;
	right:left;
}

.gnav .main_nav li:last-child:after {
	/*display: none;*/
}

.gnav .main_nav a {
	color:#fff;
	text-decoration: none;
	display: block;
	line-height: 60px;
	font-weight: bold;
	padding:0 30px;

}

.gnav .main_nav a:before {
	content: "\f138";
    font-family: FontAwesome;
    display: none;
    margin: 0 0.5em 0 0;
    color:#E07788;
}

.sns_list li {
	display: inline-block;
	margin:0 0.5em 0 0 ;
}


.gnav .sns_list {
	position: absolute;
	right:0;
	top:12px;
}

.gnav .header_nav {
	display: none;
}

/* -------------------------------------
	footer
---------------------------------------- */
.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 140px;
	width: 100%;
	padding:60px 0 0px 0;
}

.footer_nav {
	display: flex;
	flex-direction: column;
	flex-wrap:wrap;
	width:100%;
	max-height:120px;
}

.footer_nav li {
	width:48%;
	font-size: 1.2rem;
	font-weight: bold;
	margin:0 20px 10px 0;

}

.footer_nav li a {
	color:#222;
	text-decoration: none;
}

.footer_nav li a:before {
	font-family:FontAwesome;
	display: inline;
	content:"\f0da";
	color:#CC0001;
	margin:0 5px 0 0 ;
}


.footer_bottom {
	border-top:solid 1px ##D9D9D9;
	padding:20px 0;
	margin:20px 0 0 0;
}

.copyright {
	text-align: center;
	display: block;
	font-size: 1.4rem;
	color:#c6c5c4;
}

/* -------------------------------------
	content
---------------------------------------- */
.section {
	margin: 0 0 25px 0;
	padding: 15px 20px 0;
}

.section > .section:last-child {
	margin-bottom: 0;
}

/* -------------------------------------
	パンくず
---------------------------------------- */
.breadcrumb .inner {
	margin: 0 auto;
	width: 900px;
}

.breadcrumb ol {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 0;
}

.breadcrumb ol li {
	color:#fff;
}
.breadcrumb ol li:before {
	font-family: FontAwesome , sans-serif;
	content: "\f105";
	margin: 0 10px;
}

.breadcrumb ol li:first-child:before {
	content: "";
	margin: 0;
}

.breadcrumb ol li a {
	line-height: 1.4;
	color:#fff;
	text-decoration: none;
	font-weight: 700;
}

.breadcrumb hr {
	margin:0 0 40px 0; 
}
/* -------------------------------------
	ページング/ページャー
---------------------------------------- */
.pager_box {
	position: relative;
	width: 550px;
	margin: 30px auto 0 ;
}

.pager_list {
	letter-spacing: -.50em;
	text-align: center;
}

.pager_list li {
	display: inline-block;
	letter-spacing: normal;
	margin: 0 5px;
}

.pager_list li a,
.pager_list .active {
	line-height: 30px;
	text-align: center;
	width: 30px;
}

.pager_list li a {
	display: block;
	text-decoration: none;
	color:#222;
}

.pager_list .active {
	background:#e00013;
	color:#fff;
}

.pager_list .prev,
.pager_list .next {
	margin: 0;
}

.pager_list .prev a,
.pager_list .next a {
	width: 90px;
}

.pager_list .prev {
	position: absolute;
	left: 0;
	top: 0;
}

.pager_list .next {
	position: absolute;
	right: 0;
	top: 0;
}

/* -------------------------------------
	column
---------------------------------------- */
.col_block {
	letter-spacing: -.50em;
	line-height: 1.5;
	text-align: left;
	/*margin-left: -2%;*/
}

.col_block .item {
	display: inline-block;
	letter-spacing: normal;
	margin: 0 0 2.4% 0;
	vertical-align: top;
}

.col_block.col02 .item {
	width: 48%;
	margin: 0 2% 0 0;
}

.col_block.col03 .item {
	width: 32.333333333333%;
	margin:0 0.5% 1% 0.5%;
}
.col_block.col03 .item {
	width: 31.333333333333%;
	margin: 0 2% 0 0;
}
.col03.justify{
	margin-left:-1.52%;
}
.col03.justify .item{
	width:31.81%;
	margin:0 0 0 1.52%;
}
.col_block.col04 .item {
	width: 23%;
	margin: 0 2% 0 0;
}

.col_block.col05 .item {
	width: 18%;
	margin: 0 2% 0 0;
}

.column {
	display: flex;
	flex-wrap: wrap;
	/* 左寄せ（初期値） */
	justify-content: flex-start;
}

.column.center {
	/* 真ん中基準に寄せるとき */
	justify-content: center;
}

.column.around {
	/* 真ん中基準で等間隔 */
	justify-content: space-around;
}

.column.between {
	/* 両端から等間隔 */
	justify-content: space-between;
}

.column.col02 .item {
	width: 49%;
}

.column.col03 .item {
	width: 32%;
}

.column.col04 .item {
	width: 24%;
}

.column.col05 .item {
	width: 19%;
}




.grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.grid_cell {
  flex: 1;
  margin:0 0.5% 0.5% 0.5%;
  /*padding:0.5%;*/
/*  border:solid 1px #333;
  background:#ff#D9D9D9;*/
}

.grid_cell label {
    font-size : 14px;
}

.grid_col1 {
  width:99%;
  flex:none;
}
.grid_col2 {
  width:49%;
  flex:none;
}

.grid_col3 {
  width:32.333333%;
  flex:none;
}

.grid_col4 {
  width:24%;
  flex:none;
}

.grid_col5 {
  width:19%;
  flex:none;
}

.grid_col6 {
  width:15.666666%;
  flex:none;
}

.grid_col8 {
  width:11.5%;
  flex:none;
}

.grid_col9 {
  width:10.111111%;
  flex:none;
}

.grid_col10 {
  width:9%;
  flex:none;
}

.grid_col12 {
  width:7.33333333%;
  flex:none;
}

.grid_col15 {
  width:5.666666%;
  flex:none;
}
.grid_col16 {
  width:5.25%;
  flex:none;
}


.grid_top {
  align-items: flex-start;
}

.grid_bottom {
  align-items: flex-end;
}

.grid_center {
  align-items: center;
}

.grid_justifyCenter {
  justify-content: center;
}

.grid_cell_top {
  align-self: flex-start;
}

.grid_cell_bottom {
  align-self: flex-end;
}

.grid_cell_center {
  align-self: center;
}

.grid_cell_autoSize {
  flex: none;
}



/* -------------------------------------
	item
---------------------------------------- */
.main_title {
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	font-size: 2.0rem;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 15px;
}

.sub_title {
	border-left: 3px solid #F8BBD0;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 0 15px;
	padding: 5px 10px;
}

.normal_title {
	border-left: 3px solid #E1F5FE;
	font-size: 1.6rem;
	font-weight: 700;
	margin: 0 0 15px;
	padding: 5px 10px;
}

.title_sub {
	float: right;
}



/* ※リスト */
.notes_list > li {
	list-style-type: none;
	margin: 0 0 0 1em;
	text-indent: -1em;
	font-size: 1.6rem;
	line-height: 1.4;
}

.main_title_block {
	display: flex;
	flex-direction: column-reverse;
	justify-content:center;
	padding:20px 30px;
	background:#dcdad9;
	border-top:solid 3px #b1ada6;
}

.main_title_block .-title {
	color:#575c54;
	font-size:2.1rem;
}

.main_title_block .-sub {
	color:#e00013;
	font-size:1.4rem;
}


/* -------------------------------------
	parts
---------------------------------------- */
.main_visual .img {
	width: 1000px;
	margin: 0 auto;
}

/* -------------------------------------
	button
---------------------------------------- */
.base_btn {
	background: #e00013;
	color: #ffffff;
	cursor: pointer;
	padding: 5px 20px;
	position: relative;
	text-align: center;
	line-height: 1.5;
	text-decoration: none;
	transition: 0.3s;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 80px;
	width: 540px;
	font-size: 2.1rem;
	margin:0 auto;
	box-shadow: 1px 1px 2px #999
}

.base_btn:before {
	display: none;
}

.base_btn:hover {
	color: #ffffff;
	opacity: 0.8;
}


.base_btn.red {
	background:#E07788;
}

.base_btn.green {
	background:#2EB78D;
}

.base_btn.blue {
	background:#13A0CD;
}

/* -------------------------------------
	ページトップ
---------------------------------------- */
.pagetop {
	display: none;
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 5;
}

.pagetop a {
	background: #212121;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 4rem;
	height: 50px;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
	width: 50px;
}

/* -------------------------------------
	ellipsis
---------------------------------------- */
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



.flex_between {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}


.content_area {
	background:rgba(255,255,255,0.9);
}


.top_contents_block {
	margin:20px 0 0 0;
	padding:20px 30px 40px 30px;
	background:rgba(255,255,255,0.9);
}

.top_contents_block .-sub {
	font-size:1.4rem;
	color:#e00013;
	text-align: center;
	margin:0 0 10px 0;
}

.top_contents_block .-title {
	font-size: 1.8rem;
	text-align: center;
	color:#575c54;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:solid 1px #d8d6d9;
}

.top_contents_block .-text a {
	color:#000;
	text-decoration: none;
}



.news_list_wrap {

border:solid 1px #F2F2F1;
	border-top:none;
	padding:20px;
}


.news_list {
	
}

.news_list li {
	margin:10px 0;
}

.news_list .category_mark {
	min-width:150px;
	text-align: center;
	background: #f9777b;
}

.news_list .category_text {
	min-width:150px;
	text-align: center;
	display: inline-block;
}

.category_text.type1 {
	color:#0dc9ab;

}

.category_text.type2 {
	color:#f5c700;
}

.category_text.type3 {
	color:#f9777b;

}


.news_list .-date{
	color:#222;
	display: inline-block;
	margin:0 0 0px 35px;
}

.news_list .-title {
	margin:0 0 10px 0;

}

.news_list .-text {
	padding:0 0 0px 30px;
	border-left: solid 1px #d8d6d9;


}

.more_link_wrap {
	text-align: right;
	margin:20px 0;
}



.topic_box {
	border:solid 1px #F2F2F1;
	border-top:6px solid #DD4764;
	padding:20px;
	margin:20px 0;
}

.top_topic_area {

}


.topic_title {
	font-size: 2.4rem;
	font-weight: bold;
	border-bottom:solid 1px #D9D9D9;
	padding:0px 0 10px 0;
	margin:0 0 20px 0;
}

.topic_title .-sub {
	color:#999;
	font-size:1.2rem;
	font-weight: normal;
	display: block;
}

.topic_title .-more_link {
	font-size:1.4rem;
	font-weight: normal;
	color:#999;
	float:right;
	transform:translateY(-20px);
}

.top_job_info_area {
	position: relative;
}


.top_job_info_area .-count {
	color:#666;
	position: absolute;
	right:20px;
	top:20px;
}
.top_job_info_area .-count strong {
	font-size: 4rem;
	color:#FAB765;
	font-weight: bold;
}

.top_job_info_area .-count span {
	color:#222;
}


.job_info_list {
	display: flex;
	flex-wrap: wrap;
	border-left:solid 1px #D9D9D9;
	border-top:solid 1px #D9D9D9;
}

.job_info_list li {
	width:25%;
	border-right:solid 1px #D9D9D9;
	border-bottom:solid 1px #D9D9D9;
}

.job_info_list .-date{
	color:#999;
	display: inline-block;
	vertical-align: middle;
	margin:0 0 10px 5px;
}
.mimiyori_info_area  .job_info_list {
	border:none;
	margin:0 0 30px 0;
}

.mimiyori_info_area  .job_info_list li {
	width:32.3333333%;
	border:solid 1px #D9D9D9;
	margin:0 0 1% 0;


}

.mimiyori_info_area .col_block .item {
	border:solid 1px #D9D9D9;
	padding:10px;
	margin-bottom:10px;

}

.category_mark {
	display: inline-block;
	background:#43B18C;
	color:#fff;
	padding:2px 5px;
	font-size:1.2rem;
	vertical-align:top;
}

.job_info_list li .-inner {
	padding:10px;
}

.job_info_list li .-title {
	font-size: 1.4rem;
	margin:0 0 10px 0;
}

.job_info_list li .-text {
	font-size: 1.2rem;
}

.job_info_list li {
	
}



.miryoku_block {
	width:950px;
	margin:0 auto;
}

.miryoku_block .miryoku_slider_inner {
	display: flex;
	align-items:center;

}

.miryoku_block .-movie_box {
	width:190px;
	flex:none;
}

.miryoku_info_area .miryoku_block {
	width:100%;
}


.miryoku_info_area .miryoku_block .item {
	border:solid 1px #D9D9D9;
}

.miryoku_info_area .miryoku_block .-movie_box {
	padding:10px;
	width:100%;
}


.miryoku_block .-text_box {
	padding:10px;
}

.miryoku_block .-sub {
	font-size: 1.2rem;
	color:#43B18C;
	margin:0 0 5px 0 ;

}
.miryoku_block .-title {
	font-weight: bold;
	font-size: 1.6rem;
	margin:0 0 5px 0 ;
}

.miryoku_block .-detail_link {
	font-size:1.4rem;
}

.mimiyori_detail_area {

}

.cms_title_block .category_text {
	display: inline-block;
}

.cms_title_block .-date{
	color:#222;
	display: inline-block;
	vertical-align: middle;
	margin:0 0 10px 5px;
	float:right;

}

.cms_title_block .-title {
	font-size: 2rem;
	font-weight: bold;
	margin:10px  0;
}

.cms_title_block .-sub {
	font-size: 1.6rem;
	font-weight: bold;
	color:#000;
	margin:0 0 20px 0;
}

.cms_title_block .-text {
	margin:10px 0 0 0;
}

.cms_title_block a {
	color:#000;
	text-decoration: none;
}

.cms_area .title_list {
	
}
.cms_area .title_list li {
	padding:0 0 15px 0;
	margin:0 0 20px 0;
	border-bottom:dotted 2px #cecbca;
}


.hr {
	border-bottom:dotted 2px #cecbca;
	margin:20px 0;
	background: none;

}

.cms_content_block {
	margin:20px 0;
}

.cms_content_block p {
	margin:10px 0;
}

.cms_content_block img {
	margin:10px 0;	
}

.cms_content_block .link_title {
	font-weight: bold;
	margin:0 0 10px 0;
}

.cms_content_block .link_list {
	
}

.cms_content_block .link_list li {
	display: inline-block;
	margin:0 10px 0 0 ;
}


.form_table {
	width:100%;
	border-top:solid 1px #DDDAD1;
	border-bottom:solid 1px #DDDAD1;
}

.form_table tr {
	display: flex;
}

.form_table tr:nth-of-type(odd) {
	background:#FBFBFB;
}

.form_table th {
	padding:10px;
	width:20%;
	font-weight: 700;
	display : block;
}

.form_table td {
	padding:10px;
	flex:1;
	display : block;
}

.form_table td input[type=text] {
	width:100%;
}

.form_table td input[type=text].short {
	width:30%;
}
.form_table td input[type=text].half {
	width:47%;
}

.form_table .note {
	font-size: 1.4rem;
	color:#736d6b;
	margin:5px 0;
}

.form_table .-sub {
	font-size: 1.2rem;
	color:#736d6b;
	margin:5px 0;
}

.form_table label {
	margin:0 1em 0 0;
}

.error_block {
	margin:20px 0 40px 0

}

.error_tilte {
	margin:20px 0;
	color:#da0000;
}

.error_list {
	border:solid 2px #da0000;	
	padding:10px;
}

.error_list li {
	font-size: 1.4rem;
	font-weight: bold;
	position: relative;
	color:#231815;
	padding:0 0 0 1.5em;
	margin:10px 0;

}

.error_list li:before {
	content: "\f111";
	font-family: FontAwesome;
	display: inline-block;
	color:#dd7785;
	font-size: 1.2rem;
	font-weight: 700;
	margin:0 0.5em 0 0 ;
	position: absolute;
	top:0.5em;
	left:0.5em;
}



.inner_error{
	color:#da0000;
	font-size: 1.2rem;
}

.submit_text {
	text-align: center;
	margin:20px 0;
}


.border_box {
	border:solid 1px #d9d7d6;
	padding:0 20px 20px;
	margin : 20px 0;
}

.checkpoint_block {
	padding:20px;
	margin:0 0 30px 0;
	border-radius: 4px;
	background:#F7F7F7;
}

.checkpoint_block .-title {
	color:#46B08C;
	font-size: 1.8rem;
	font-weight: bold;
}

.checkpoint_block .-text {

}

.checkpoint_list {
	
}


.checkpoint_list li {
	display: inline-block;
	font-weight: bold;
	margin:0 1em 0 0 ;
}



/* ※リスト */
.notes_list > li {
	list-style-type: none;
	margin: 0 0 0 1em;
	text-indent: -1em;
	font-size: 1.6rem;
	line-height: 1.4;
}



.mv_block {
	width:1280px;
	margin: 0 auto 20px auto;
	background: url("../images/mv.png") center center no-repeat;
	height:266px;
	display: flex;
	justify-content:center;
	align-items:center;
	color:#fff;
	flex-direction:column;
}

.mv_block .mv_title {
	font-size: 3rem;
	margin:0 0 20px 0;
	padding:10px 20px ;
	background: rgba(221,71,99,0.8);

}

.mv_block .mv_text {
	font-size:1.6rem;
}



.tow_column_content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:32px;
}

.tow_column_content .main {
	width:63%;
}

.tow_column_content .side_menu {
	width:32%;
	border-left:solid 1px #D9D9D9;
	padding-left:30px;
}


.side_menu article {

	margin:0 0 20px 0;
}
.side_menu .side_banner_list  li {
	width:100%;
	margin:0 0 10px 0;
	
}

.side_menu .side_contact_block {

}
.side_menu .side_contact_block .-sub{
	font-size: 1.4rem;
	color:#e00013;
}
.side_menu .side_contact_block .-title {
	font-size: 1.5rem;
	color:#575c54;
	font-weight: 700;
}

.side_menu .side_contact_block .base_btn {
	width:100%;
	font-size: 1.5rem;
	margin:20px 0;

}

.side_menu .category_block {

}

.side_menu .category_block .-title {
	margin:0 0 20px 0;
}
.side_menu .category_block .-year {
	margin:10px 0 5px 0;
	color:#575c54;
}

.side_menu .category_block .category_list {

}

.side_menu .category_block .category_list li {
	margin:0 0 5px 0;
}





/* -------------------------------------
	Jquery
---------------------------------------- */
.hidden_area {
	display: none;
}

.modalBoxContents {
	font-size: 1.4rem;
	color: #333;
	text-align: left;
}

.modalBoxContents a {
	color: #DD4764;
	text-decoration: underline;
}

.modalBoxContents .img_box {
	margin: 0 20px 30px 0;
	float: left;
	overflow: hidden;
}

.popup_close_box {
	text-align: center;
	margin: 30px 0;
}

.overLayer {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	justify-content: center;
	align-items: center;
}

.modalBox {
	background: #fff;
	padding: 30px;
	width: 920px;
	height: 80%;
	border: solid 5px #004fa9;
	border: solid 5px #999;
	overflow: scroll;
	z-index: 2000;
	text-align: center;
}

.modalBox .close {
	background: #2f2f2f;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	font-size: 200%;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* -------------------------------------
	slick
---------------------------------------- */
.slick-arrow {
	font-family: FontAwesome;
	font-size: 3rem;
	color:#DD4764;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:2;
}

.slick-arrow.prev {
	left:-5%;
}

.slick-arrow.next {
	right:-5%;
}

.slick-dots {
	position: absolute;
	bottom:-20px;
	left:50%;
	transform:translateX(-50%);
}

.slick-dots li {
	font-size: 0;
	width:10px;
	height:10px;
	border-radius: 50%;
	display: inline-block;
	background:red;
	margin:0 5px;
}

/* 両端を薄く白くしたりしたいとき */
[aria-hidden="true"] {
	position: relative;
	/*opacity:0.5;*/
}
/* opaじゃなくて好きな色にしたいとき */

[aria-hidden="true"]:after {
/*	display: block;
	content:"";
	height:100%;
	width:100%;
	position: absolute;
	background:rgba(0,0,0,0.5);
	top:0;
	left:0;
*/
}

/* -------------------------------------
	clearfix
---------------------------------------- */
.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}
