@charset "utf-8";
html {
	font-size: 62.5%;
}
body {
	min-height: 150%;
	background:#fff;
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	font-family: 'Roboto', 'Noto Sans JP', sans-serif, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333333;
}
input::placeholder {
	color: #989898;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
input:-ms-input-placeholder {
	color: #989898;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
input::-ms-input-placeholder {
	color: #989898;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
a {
	color: #333333;
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
  	cursor:pointer;
}
*:focus {
	outline: none;
}
img {
	vertical-align: bottom;
}

.red {
    color: #CA0003 !important;
}
.attention {
    color: #CA0003 !important;
}
.bghover {
	opacity:1.0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	outline: none;
}
.bghover:hover {
	opacity:0.6 !important;
}
.fade_in {
    opacity: 0;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.fade_in.lazyloaded, .fade_on {
    opacity: 1;
}
.fade_in_long {
    opacity: 0;
	-webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    transition: all 2s;
}
.fade_in_long.lazyloaded, .fade_on_long {
    opacity: 1;
}
.flex_between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex_center {
	display: flex;
	align-items: center;
}
.flex_center_col {
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex_alignL {
	display: flex;
	align-items: center;
}
.flex_alignL_bottom {
	display: flex;
	align-items:baseline;
}
.flex_alignR {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.flex_alignC {
	display: flex;
	justify-content:center;
	align-items: center;
}
.row_list li {
	display: flex;
	margin-bottom: 5px;
}
.row_list_tit_S {
	font-weight: 700;
	width: 70px;
}
.block_gray {
    background-color: #f3f3f3;
    padding: 20px;
    margin-bottom: 20px;
}
:root {
    --swiper-theme-color: #000000 !important;
	--swiper-navigation-size: 20px !important;
	--swiper-pagination-bullet-horizontal-gap: 5px;
	--swiper-pagination-bullet-inactive-opacity: 1;
	--easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .4s var(--easing);
	--default_gray: #dadada;
	--light_gray: #F4F4F4;
	--middle_gray: #b7b7b7;
	--dark_gray: #7c7c7c;
	--black: #000;
	--white: #fff;
	--fontXXXXL: 2rem;
	--fontXXXL: 1.8rem;
	--fontXXL: 1.6rem;
	--fontXL: 1.5rem;
	--fontL: 1.4rem;
	--fontS: 1.2rem;
	--fontXS: 1.1rem;
	--fontXXS: 1rem;
	--blog-image-style-spacing: 20px;
	--blog-default-style-spacing: 10px;
	--blog-inline-image-style-spacing: calc(var(--blog-image-style-spacing)/2);
	--guide-image-style-spacing: 20px;
	--guide-default-style-spacing: 10px;
	--guide-inline-image-style-spacing: calc(var(--guide-image-style-spacing)/2);
}
/*swiperテーマ上書き----------------------------------*/
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: 100%;
	text-align: center;
	margin-top: 40px;
}
.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
	border: 1px solid #ccc;
    background: #ccc;
}
.swiper-pagination-bullet-active {
    background: #000;
	border: 1px solid #000;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}
.swiper-slide img {
	width: 100%;
	vertical-align: bottom;
	object-fit: contain;
    height: 100%;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 13px;
    height: 27px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 13px 27px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-black {
	color: #000 !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 5px !important;
    left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 5px;
    right: auto;
}
.pagination-outside {
	position: relative;
	margin-top: 15px;
	top: 0;
	bottom: auto;
}
.paginatiion-left {
	text-align: left;
}
/*Title--------------------------------------------------*/
.tit_box {
	padding: 0 15px;
	margin-bottom: 20px;
}
.tit_box h1,
.tit_box h2,
.tit_box h3 {
	font-size: 1.6rem;
}
.tit_default {
	margin-bottom: 20px;
	font-size: var(--fontXL);
}
.tit_default_s {
	font-weight: 300;
	margin-bottom: 20px;
	font-size: var(--fontXL);
}
.tit_default_center {
	text-align: center;
	margin-bottom: 20px;
	font-size: var(--fontXL);
}
.tit_long_arrow {
	display: flex;
	gap: 0 10px;
}
.tit_long_arrow::after {
	display: block;
	content: '';
	background: url('../images/ico_long_arrow.png') no-repeat center center;
	background-size: contain;
	width: 50px;
}
.tit_bg_black {
	display: block;
	width: 45%;
	background-color: #000;
	color: #FFF;
	font-weight: 300;
	padding: 10px 0px 10px 30px;
	font-size: var(--fontL);
	margin-bottom: 30px;
}
.tit_default h1 {
	font-weight: 400;
	letter-spacing: 5px;
}
.tit_default p {
	margin-top: 15px;
	font-size: 1.2rem;
	color: #999;
}
.tit_default_center {
	font-weight: normal;
	font-size: 2.4rem;
	text-align: center;
	margin:40px auto; 
}
.tit_default_center p {
	margin-bottom: 10px;
	letter-spacing: 3px;
}
.tit_gray_bar {
	background-color: #f3f3f3;
	font-weight: 700;
	padding: 10px;
}
.tit_block_login {
	margin-bottom: 20px;
}
.tit_mini_center_border {
    font-size: 1.4rem;
    font-weight: 300;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
/*インラインコンテンツ------------------------------------*/
#inline_content {
	width: 88%;
	margin: 20px 6%;
}
.mg_b10list li {
    margin-bottom: 10px;
}
#windowcolumn {
    font-size: 1.1rem;
    line-height: 2.2rem;
}
#popup_area {
    width: 100% !important;
    padding: 20px 6%;
}
.subbox_tit {
    background-color: #f6f6f6;
    line-height: 45px;
    padding: 0 20px;
    font-size: 1rem;
}
.subbox_inner {
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 20px;
}
#window_area {
	padding: 25px 7%;
}
#mail-dialog {
	display: none;
	font-size: 1.1rem;
	line-height: 180%;
	padding: 20px 15px;
	word-break: break-all;
}
#mail-dialog-title {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e4e4;
}
.dialog-title {
	display: none;
}
/*Btn--------------------------------------------------*/
.btn_black_more a {
	display: flex;
	align-items: center;
	background-color: #000;
	color: #FFF;
	font-weight: 300;
	padding: 12px 40px;
	font-size: var(--fontL);
	gap: 0 15px;
	line-height: 100%;
	max-width: 300px;
}
.btn_black_more a:after {
	display: block;
	content: '';
	background: url(../images/ico_plus_w.png) no-repeat center center;
	width: 15px;
	height: 15px;
	background-size: contain;
}

/*Btn Default--------------------------------------------------*/
.btn_area {
	margin-top: 30px;
}
.btn_area_S {
	margin-top: 20px;
}
.btn_area_wait {
	text-align: center;
	font-weight: 700;
	margin-top: 40px;
	display: none;
}
.btn_area_center {
	margin-top: 20px;
}
.btn_area ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0 15px;
}
.white {
    background-color: #FFF;
    color: #333333;
}
.gray {
    background-color: #333;
    color: #FFF;
}
.light_gray {
    background-color: #b2b2b2;
    color: #FFF;
}
.btn_gray {
    width: 100%;
    color: #FFF;
    background: #000000;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 10px 7px;
    display: table;
    cursor: pointer;
    min-height: 45px;
    line-height: 25px;
    font-size: 1.3rem;
    border-radius: 7px !important;
}
.btn_gray_norm {
    display: inline-block;
    width: 100%;
    color: #FFF;
    height: 45px;
    background-color: #000;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
	font-size: 1rem;
}
.btn_orange_norm {
    display: inline-block;
    width: 100%;
    color: #000;
    height: 45px;
    background: #f5d78a;
    background: -moz-linear-gradient(center top, #F6DD9F 5%, #F0C24D 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #F6DD9F),color-stop(1, #F0C24D));
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}
.btn_lgray_norm {
    display: inline-block;
    width: 100%;
    color: #FFF;
    height: 45px;
    background-color: #bababa;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
	font-size: 1rem;
}
.btn_lgray {
    width: 100%;
    color: #FFF;
    background: #bababa;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 10px 7px;
    display: table;
    cursor: pointer;
    border: none;
    min-height: 45px;
    line-height: 25px;
    font-size: 1.3rem;
    border-radius: 7px !important;
}
.btn_fix_w {
	width: 45%;
}
.btn_gray_norm_S {
	display: inline-block;
    width: 100%;
    color: #FFF;
    height: 32px;
    background-color: #000;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
	font-size: 1.0rem;
}
/*ページング------------------------------------------*/
.paging {
	width: 100%;
    margin-top: 30px;
    border-top: 1px solid #d3d6d6;
    padding: 20px 0 20px 0;
    font-size: 1.2rem;
	display: flex;
	justify-content: space-between;
}
.nav_prev, .nav_next {
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 30px;
}
.nav_prev a, .nav_next a {
	width: 100%;
	height: 100%;
	display: block;
}
.list_pageer {
	display: flex;
	gap: 15px;
}
.list_pageer li {
	line-height: 30px;
	width: 15px;
	height: 30px;
}
.list_pageer li a {
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
	border-bottom: 1px solid #FFF;
}
.list_pageer li strong {
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
	border-bottom: 1px solid #000;
	font-weight: normal;
}

.paging ul {
	display: flex;
	justify-content: space-between;
}

/* 目次 -------------------------------------------------

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

------------------------------------------------- */ 
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.0rem;
}
.fontM {
	font-size: 1.3rem;
}
.fontL {
	font-size: 1.8rem;
}

.fontLL {
	font-size: 2.0rem;
}
.font_gray{
	color: #999999;
}
.font_bold {
	font-weight: bold;
}

/* 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;
}
.mg_t90 {
	margin-top:90px !important;
}
.mg_b90 {
	margin-bottom:90px !important;
}
.mg_l90 {
	margin-left:90px !important;
}
.mg_r90 {
	margin-right:90px !important;
}
.mg_t100 {
	margin-top:100px !important;
}
.mg_b100 {
	margin-bottom:100px !important;
}
.mg_l100 {
	margin-left:100px !important;
}
.mg_r100 {
	margin-right:100px !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;
}
.last_item {
	margin-right: 0px !important;
}
.img100 {
	width: 100%;
}
#color_tip_1 a{background-color:#FFF;}
#color_tip_2 a{background-color:#4c4c4c;}
#color_tip_3 a{background-color:#b7b7b7;}
#color_tip_4 a{background-color:#877163;}
#color_tip_5 a{background-color:#e3d4b5;}
#color_tip_6 a{background-color:#94a27e;}
#color_tip_7 a{background-color:#6d86e1;}
#color_tip_8 a{background-color:#9d5e9d;}
#color_tip_9 a{background-color:#e9d77a;}
#color_tip_10 a{background-color:#f4a2ca;}
#color_tip_11 a{background-color:#ec656d;}
#color_tip_12 a{background-color:#e4a875;}
#color_tip_13 a{background-color:#d3d3d3;}
#color_tip_14 a{background-color:#d7c89a;}