@charset "utf-8";
@font-face {
	font-family: 'Univers';
	src: url('/user_data/packages/lidnm/fonts/Univers-LT-45-Light.woff') format('woff'), url('/user_data/packages/lidnm/fonts/Univers-LT-45-Light.ttf') format('truetype');
}
  
html {
	font-size: 62.5%;
}
body {
	min-height: 150%;
	background:#E0E3D7;
	font-family: 'Univers', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #416375;
	line-height: 200%;
}
input::placeholder {
	color: #989898;
	font-family: 'Univers', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: 2px;
}
input:-ms-input-placeholder {
	color: #989898;
	font-family: 'Univers', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: 2px;
}
input::-ms-input-placeholder {
	color: #989898;
	font-family: 'Univers', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: 2px;
}
a {
	color: #416375;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

a:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}

a img {
	opacity:1.0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
a:hover img {
	opacity:0.6 !important;
}

.bghover {
	opacity:1.0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	outline: none;
}
.bghover:hover {
	opacity:0.6 !important;
}
.fade_in {
    opacity: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.fade_in.lazyloaded, .fade_on {
    opacity: 1;
}
.visible{
	transition: 1s;
	opacity: 0;
	-webkit-transform: translate(0,30px); 
	transform: translate(0,30px);
}
.visibleOn{
	opacity: 1.0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
.flex_between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fontRed {
	color: #d00000;
}
.block_gray {
	margin-bottom: 20px;
}
#windowcolumn {
	padding: 15px;
}
#window_area {
	padding: 50px;
}
/*swiperテーマ上書き----------------------------------*/
.swiper-slide img {
	width: 100%;
}
.swiper-container {
	overflow: hidden;
}
.swiper-container-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-custom, 
.swiper-pagination-fraction {
    width: 100%;
	text-align: center;
	margin-top: 22px;
}
#topslider_outer>.swiper-container-horizontal>.swiper-pagination-bullets, 
#topslider_outer>.swiper-pagination-custom, 
#topslider_outer>.swiper-pagination-fraction {
    width: 100%;
	text-align: center;
	position: absolute;
	z-index: 1000;
	bottom: 20px;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #eee;
	opacity: 1.0;
}
.swiper-pagination-bullet-active {
    background: #000;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}
#cboxLoadedContent {
	background-color: #E0E3D7 !important;
}
/*Title--------------------------------------------------*/
.tit_default {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 40px;
}
.tit_mini_center_border {
    font-size: 1.4rem;
    text-align: center;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20px;
}
.tit_mini {
    font-size: 1.2rem;
    margin-bottom: 15px;
}
.tit_gray_bar {
	font-weight: 700;
	margin-bottom: 30px;
}
.tit_block_login {
	margin-bottom: 20px;
}
.ttl_form_default_short {
	margin-bottom: 20px;
}
.tit_gray {
	background-color: #f7f7f7;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
}
/*BTN--------------------------------------------------*/
.btn_black_full {
	display: inline-block;
	width: 100%;
	height: 40px;
	background-color: #495A67;
	color: #FFF;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	line-height: 42px;
}
.btn_gray_norm {
	font-family: 'Univers', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    display: inline-block;
    width: 100%;
    color: #FFF;
    height: 40px;
    background-color: #495A67;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
	border-radius: 5px;
	font-size: 1.2rem;
}
.btn_gray_norm_s {
	font-family: 'Univers', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    display: inline-block;
    width: 100%;
    color: #FFF;
    height: 30px;
    background-color: #495A67;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
	border-radius: 5px;
	font-size: 1.1rem;
}
.btn_lgray_norm {
	font-family: 'Univers', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    display: inline-block;
    width: 100%;
    color: #000;
    height: 40px;
    background-color: #ffffff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
	border-radius: 5px;
	font-size: 1.2rem;
}

.btn_area {
	margin-top: 50px;
}
.btn_area_S {
	margin-top: 20px;
}
.btn_area_wait {
	text-align: center;
	font-weight: 700;
	margin-top: 40px;
	display: none;
}
.btn_area_center {
	text-align: center;
	margin-top: 40px;
}
.btn_area li {
	margin: 0 8px
}
.btn_area ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.white {
    background-color: #FFF;
    color: #333333;
}
.gray {
    background-color: #333;
    color: #FFF;
}
.light_gray {
    background-color: #b2b2b2;
    color: #FFF;
}
.w_mid {
    width: 270px !important;
}
.w_short {
    width: 200px !important;
}
.btn_fix_w {
	width: 200px;
}
.btn_gray_norm_S {
	display: inline-block;
    width: 100%;
    color: #FFF;
    height: 32px;
    background-color: #000;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
	font-size: 1.0rem;
}

/*ページング------------------------------------------*/
.paging {
	width: 100%;
	padding: 35px 15px;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
}
.nav_next {
	width: 20%;
	height: 30px;
	line-height: 30px;
	display: flex;
	justify-content: right;
}
.nav_prev {
	width: 20%;
	height: 30px;
	line-height: 30px;
	display: flex;
	justify-content: left;
}
.nav_next a,
.nav_prev a {
	display: flex;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
}
.nav_next a span,
.nav_prev a span {
	font-size: 2rem;
	transform: scale(0.6, 1.0);
}
.list_pageer {
	width: 60%;
	gap: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.list_pageer li {
	width: 20px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.list_pageer li a {
	display: block;
	width: 100%;
	height: 100%;
}
.list_pageer li strong {
	display: block;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid;
}
/*ポップアップ*/
#popup_area {
	font-size: 1.1rem;
	line-height: 200%;
	padding: 55px;
	letter-spacing: 1px;
}
/* 目次 -------------------------------------------------

・リンク設定
・共通クラス
・サイト共通
・ヘッダ ・メニュー ・コンテンツ ・フッタ

------------------------------------------------- */ 
table {
	_line-height:150%;
	font-size:100%;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0%;
	height: 0px;
	text-indent: -9999px;
}
.clearer {
	clear: both;
}
.v_middle {
	vertical-align:middle;
}

/* clearfixハック */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

.fontS {
	font-size: 1.2rem;
}
.fontM {
	font-size: 1.4rem;
}
.fontL {
	font-size: 1.5rem;
}

.fontLL {
	font-size: 2.0rem;
}
.font_gray{
	color: #999999;
}
.font_bold {
	font-weight: bold;
}
.attention {
	color: #CF0003;
}
.red{
	color: #CF0003;
}
/* End hide from IE-mac */ /*配置設定クラス*/
.alignL {
	text-align: left !important;
}
.alignC {
	text-align: center !important;
}
.alignR {
	text-align: right !important;
}
.mg_5 {
	margin:5px !important;
}
.mg_lr5 {
	margin:0px 5px !important;
}
.mg_t5 {
	margin-top:5px !important;
}
.mg_b5 {
	margin-bottom:5px !important;
}
.mg_l5 {
	margin-left:5px !important;
}
.mg_r5 {
	margin-right:5px !important;
}
.mg_10 {
	margin:10px !important;
}
.mg_lr10 {
	margin:0px 10px !important;
}
.mg_t10 {
	margin-top:10px !important;
}
.mg_b10 {
	margin-bottom:10px !important;
}
.mg_l10 {
	margin-left:10px !important;
}
.mg_r10 {
	margin-right:10px !important;
}
.mg_12 {
	margin:12px !important;
}
.mg_lr12 {
	margin:0px 12px !important;
}
.mg_t12 {
	margin-top:12px !important;
}
.mg_b12 {
	margin-bottom:12px !important;
}
.mg_l12 {
	margin-left:12px !important;
}
.mg_r12 {
	margin-right:12px !important;
}
.mg_15 {
	margin:15px !important;
}
.mg_lr15 {
	margin:0px 15px !important;
}
.mg_t15 {
	margin-top:15px !important;
}
.mg_b15 {
	margin-bottom:15px !important;
}
.mg_l15 {
	margin-left:15px !important;
}
.mg_r15 {
	margin-right:15px !important;
}
.mg_20 {
	margin:20px !important;
}
.mg_lr20 {
	margin:0px 20px !important;
}
.mg_t20 {
	margin-top:20px !important;
}
.mg_b20 {
	margin-bottom:20px !important;
}
.mg_l20 {
	margin-left:20px !important;
}
.mg_r20 {
	margin-right:20px !important;
}
.mg_25 {
	margin:25px !important;
}
.mg_lr25 {
	margin:0px 25px !important;
}
.mg_t25 {
	margin-top:25px !important;
}
.mg_b25 {
	margin-bottom:25px !important;
}
.mg_l25 {
	margin-left:25px !important;
}
.mg_r25 {
	margin-right:25px !important;
}
.mg_30 {
	margin:30px !important;
}
.mg_lr30 {
	margin:0px 30px !important;
}
.mg_t30 {
	margin-top:30px !important;
}
.mg_b30 {
	margin-bottom:30px !important;
}
.mg_l30 {
	margin-left:30px !important;
}
.mg_r30 {
	margin-right:30px !important;
}
.mg_40 {
	margin:40px !important;
}
.mg_lr40 {
	margin:0px 40px !important;
}
.mg_t40 {
	margin-top:40px !important;
}
.mg_b40 {
	margin-bottom:40px !important;
}
.mg_l40 {
	margin-left:40px !important;
}
.mg_r40 {
	margin-right:40px !important;
}
.mg_t50 {
	margin-top:50px !important;
}
.mg_b50 {
	margin-bottom:50px !important;
}
.mg_l50 {
	margin-left:50px !important;
}
.mg_r50 {
	margin-right:50px !important;
}
.mg_t60 {
	margin-top:60px !important;
}
.mg_b60 {
	margin-bottom:60px !important;
}
.mg_l60 {
	margin-left:60px !important;
}
.mg_r60 {
	margin-right:60px !important;
}
.mg_t70 {
	margin-top:70px !important;
}
.mg_b70 {
	margin-bottom:70px !important;
}
.mg_l70 {
	margin-left:70px !important;
}
.mg_r70 {
	margin-right:70px !important;
}
.mg_t80 {
	margin-top:80px !important;
}
.mg_b80 {
	margin-bottom:80px !important;
}
.mg_l80 {
	margin-left:80px !important;
}
.mg_r80 {
	margin-right:80px !important;
}
.pd_5 {
	padding:5px !important;
}
.pd_lr5 {
	padding:0px 5px !important;
}
.pd_t5 {
	padding-top:5px !important;
}
.pd_b5 {
	padding-bottom:5px !important;
}
.pd_l5 {
	padding-left:5px !important;
}
.pd_r5 {
	padding-right:5px !important;
}
.pd_10 {
	padding:10px !important;
}
.pd_lr10 {
	padding:0px 10px !important;
}
.pd_t10 {
	padding-top:10px !important;
}
.pd_b10 {
	padding-bottom:10px !important;
}
.pd_l10 {
	padding-left:10px !important;
}
.pd_r10 {
	padding-right:10px !important;
}
.pd_15 {
	padding:15px !important;
}
.pd_lr15 {
	padding:0px 15px !important;
}
.pd_t15 {
	padding-top:15px !important;
}
.pd_b15 {
	padding-bottom:15px !important;
}
.pd_l15 {
	padding-left:15px !important;
}
.pd_r15 {
	padding-right:15px !important;
}
.pd_20 {
	padding:20px !important;
}
.pd_lr20 {
	padding:0px 20px !important;
}
.pd_t20 {
	padding-top:20px !important;
}
.pd_b20 {
	padding-bottom:20px !important;
}
.pd_l20 {
	padding-left:20px !important;
}
.pd_r20 {
	padding-right:20px !important;
}
.pd_0 {
	padding: 0 !important;
}

