@charset "utf-8";

@media screen and (min-width:768px) {
	.ui_bnr_wp{
		background: #c40c24;
		padding: 1px;
		overflow: hidden;
	}
	.ui_bnr{
		position: relative;
		left: 50%;
		top: 0;
		width: 1920px;
		transform: translateX(-50%);
	}
	.ui_bnr img{
		width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1460px) {
	.ui_bnr{
		width: 130vw;
	}
}
.main_kv{
	background: #c40d24;
}
.kv_wrap{
	position: relative;
}
.kv_list a{
	position: absolute;
	/* border: 1px yellow solid; */
	bottom: 8%;
	left: 4.1%;
	width: 21.9%;
	height: 28%;
	display: block;
}
.kv_list a.kv_link02{
	left: 29.1%;
}
.kv_list a.kv_link03{
	left: 53.3%;
	width: 20.7%;
}
.kv_list a.kv_link04{
	left: 76.5%;
	width: 19.5%;
}

.awd_lead{
	padding: 100px 0;
	font-size: 1.25rem;
	line-height: 2.2;
	text-align: center;
}
.awd_menu{
	display: flex;
	justify-content: space-between;
	margin: 0 30px 140px;
}
.awd_menu_a img{
	height: 80px;
}
.awd_wp_red{
	margin-bottom: 0;
	padding: 32px 0;
	background: #c40c24;
}
.awd_wp_yel{
	margin-bottom: 0;
	padding: 80px 0 90px;
	background: #f9f2e4;
}
.awd_wp_whi{
	margin-bottom: 0;
	padding: 80px 0 80px;
	background: #fff;
}
.awd_atit{
	margin-bottom: 45px;
	text-align: center;
}
.awd_abox{
	max-width: 820px;
	margin: 0 auto 40px;
	padding: 40px 80px;
	border-radius: 21px;
	background: #fff;
	box-shadow: 8px 8px 15px rgba(148,162,166,0.15);
	font-size: 0.75rem;
}
.awd_abox p{
	line-height: 2;
}
.awd_btn{
	position: relative;
	max-width: 375px;
	height: 70px;
	border-radius: 35px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f4b800;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: bold;
}
.awd_btn::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.awd_list{
	padding-top: 5px;
	margin: 0 -2.5%;
	display: flex;
	justify-content: center;
}
.awd_item{
	width: 28%;
	margin: 0 2.5%;
	text-align: center;
}
.awd_height01{
	margin: 25px 0 20px;
	height: 60px;
}
.awd_height02{
	height: 35px;
	margin: 25px 0 20px;
}
.awd_item_pic{
	margin: 0 0 30px 17px;
}
.awd_item_b{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.awd_col01{
	width: 30%;
	padding-top: 1%;
	margin-bottom: -2%;
	margin-right: 4%;
}
.awd_col02{
	width: 30%;
}
.awd_col02 .fea_noteL{
	margin: 25px 0 30px;
}
.awd_wp_mod{
	padding: 95px 0 140px;
}
.awd_mod{
	max-width: 960px;
	margin: 0 auto;
	padding: 50px 108px;
	background: #fff;
	border-radius: 0 0 21px 21px;
}
.awd_mod_logo{
	max-width: 960px;
	margin: 50px auto 0;
	background: #efefef;
	text-align: center;
	height: 125px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 21px 21px 0 0;
}
.awd_mod_logo img{
	width: 222px;
}
.awd_mod_col0201{
	width: 45%;
	margin-bottom: 10px;
}
.awd_mod_item{
	position: relative;
	padding-top: 15px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #dadada;
	color: #333 !important;
	text-decoration: none !important;
}
.awd_mod_item:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.awd_mod_pic{
	margin-top: -3%;
	width: 38%;
	text-align: center;
}
.awd_mod_pic p{
	font-weight: bold !important;
}
.awd_mod_text{
	width: 54.4%;
}
.awd_mod_lead{
	width: 100%;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}
.awd_mod_lead img{
	max-width: 212px;
}
.awd_mod_good{
	margin-bottom: 10px;
	max-width: 182px;
}
.awd_mod_app{
	margin-top: 5px;
	max-width: 97px;
}
.awd_mod_item_no{
	padding-top: 0;
}
.awd_mod_item_no .awd_mod_lead{
	display: none;
}
.awd_item_pic .splide__pagination{
	bottom: -10px;
	left: -8px;
}
.awd_item_pic_splide{
	margin-left: -12px;
}
.awd_slide_pic{
	padding-left: 12px;
}
.awd_item_pic .splide__arrow{
	width: 37px;
	height: 37px;
	transform: translateX(-2px) translateY(-29px);
	opacity: 1;
}
.awd_item_pic .splide__arrow--prev{
	left: 0.1em;
	background: url(../img/left.png) no-repeat;
	background-size: 100% 100%;
}

.awd_item_pic .splide__arrow--next{
	right: 0.1em;
	background: url(../img/right.png) no-repeat;
	background-size: 100% 100%;
}
.awd_item_pic .splide__arrow svg{
	display: none;
}
.a_main_tit{
	max-width: 610px;
	margin: 0 auto;
}
.a_tit01{
	max-width: 333px;
	margin: 0 auto;
}
.a_tit02{
	max-width: 363px;
	margin: 0 auto;
}
.awd_list01 .awd_item_txt{
	max-width: 189px;
	margin: 0 auto;
}
.b_tit01{
	max-width: 684px;
	margin: 0 auto;
}
.b_txt01{
	max-width: 155px;
	margin: 0 auto;
}
.c_tit01{
	max-width: 711px;
	margin: 0 auto;
}
.c_tit03{
	max-width: 321px;
	margin: 0 auto;
}
.awd_c_bnr{
	max-width: 558px;
	margin: 0 auto;
}
.awd_wp_tit{
	max-width: 300px;
	margin: 0 auto;
}

.awd_ds_btn{
	position: relative;
	font-size: 1.25rem;
	color: #c8161d!important;
	font-weight: bold;
	display: flex;
	padding: 0 45px 0 20px;
	text-decoration: none!important;
}
.awd_ds_btn img{
	width: 63px;
	margin-right: 25px;
}
.awd_ds_btn .awd_btntxt{
	height: 45px;
	width: calc(100% - 98px);
}
.awd_ds_btn::after{
	content: "";
	position: absolute;
	top: 28%;
	right: 25px;
	width: 10px;
	height: 10px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.awd_compa{
	margin-top: 15px;
}
.fea_mb02{
	margin-bottom: 120px;
}
.tit_lead{
	max-width: 1050px;
	margin: 0 auto;
}
.bg_yel01{
	background: #f9f2e4;
	padding: 40px 0;
}
.e_tit01{
	max-width: 1060px;
	margin: 0 auto;
}
.e_tit02{
	max-width: 830px;
	margin: 0 auto;
}
.ansin_wrap{
	max-width: 1050px;
	margin: 30px auto;
}
.ansin_col01{
	width: 44.5%;
}
.ansin_col02{
	width: 45%;
}
.sub_btn{
	width: 37%;
	margin: 0 auto;
}
.sub_btn span{
	margin-top: -20px;
	display: block;
}
.ansin_col01 h4{
	font-size: 1.38rem;
	margin-bottom: 5px;
	text-align: center;
}
.ansin_col01 h4 span{
	font-weight: normal;
}
.ansin_btn{
	display: block;
	border: 2px #c8171d solid;
	padding: 20px 0;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.3);
	margin-bottom: 5px;
	position: relative;
}
.ansin_tit{
	width: 100%;
	margin: 0 auto 20px;
	font-size: 1.35rem;
	color: #C8171D;
	text-align: left;
	font-weight: bold;
	text-decoration: none!important;
	position: relative;
	display: block;
	padding-left: 7%;
	padding-right: 9%;
}
.ansin_tit::after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.ansin_tit p{
	font-size: 0.875rem;
}
.ansin_btn span{
	color: #000;
}
.ansin_btn span a{
	color: #C8171D;
	text-decoration: underline;
}
.ansin_ico{
	position: absolute;
	left: 7%;
	top: 0;
	width: 10%;
	max-width: 46px;
}
.ansin_item02{
	padding-left: 22%;
}
.ansin_btn a:visited{
	color: #C8171D;
}
.awd_etit{
	margin: 0 auto;
	max-width: 520px;
}
.sece_img01{
	margin: 0 auto;
	max-width: 445px;
}
.sece_bor01{
	border-top: 1px #000 solid;
	padding-top: 70px;
}
.sece_txt02{
	margin: 0 auto 10px;
	max-width: 1150px;
}
.a_txt02_hei01{
	min-height: 50px;
	display: flex;
	align-items: flex-end;
}
.awd_btn01{
	padding-left: 55px;
	position: relative;
	z-index: 99;
}
.awd_em{
	display: block;
	font-size: 0.875rem;
	line-height: 1.2;
	margin-bottom: 15px;
	font-weight: bold;
	color: #c8161d;
	margin-top: 60px;
}


