@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------

全体設定

 ---------------------------------------------------*/
body {
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	width:100%;
	min-width: 1280px;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	line-height:1.2;
	padding-top: 80px;
}
a {
	text-decoration: none;
	cursor: pointer!important;
}
a:hover{
	opacity: 0.6;
}
img{
	width:100%;
	height: auto;
	vertical-align: bottom;
}
@media screen and (max-width: 767px) {
	body{
		min-width: 0;
		padding-top: 60px;
	}
}

/* ヘッダー -----------------------------*/
header{
	position: fixed;
	width: 100%;
	height: 80px;
	background: #fff;
	top: 0;
	z-index: 9999;
}
header .header_inner{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 1280px;
	height: 100%;
	margin: 0 auto;
	padding: 0 24px 0 70px;
	box-sizing: border-box;
}
header .logo{
	width: 160px;
	margin-right: auto;
}
header .logo a{
	display: block;
}
header .gnav ul{
	display: flex;
	align-items: center;
}
header .gnav ul li{
	padding: 6px 26px;
	border-left: 1px solid #acacac;
}
header .gnav ul li:first-child,
header .gnav ul li:last-child{
	border: none;
}
header .gnav ul li a{
	display: block;
	color: #053786;
	font-size: 16px;
}
header .btn_contact{
	width: 200px;
}
header .btn_float_request{
	position: fixed;;
	width: 96px;
	right: 0;
	top: 40vw;
}
@media screen and (max-width: 767px) {
	header{
		height: 60px;
	}
	header .header_inner{
		display: block;
		width: 100%;
		padding: 8px 15px 0;
	}
	header .logo{
		width: 120px;
	}
	header .gnav{
		display: block;
		position: fixed;
		top: 0;
		bottom: 0;
		left: -80vw;
		width: 80vw;
		background: #1e3070;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition: all .5s;
		z-index: 3;
		opacity: 0;
	}
	.open .gnav{
		left: 0;
		opacity: 1;
	}	
	.toggle_btn {
		display: block;
		position: fixed;
		top: 15px;
		right: 20px;
		width: 30px;
		height: 30px;
		transition: all .5s;
		cursor: pointer;
		z-index: 3;
	}
	.toggle_btn span {
		display: block;
		position: absolute;
		left: 0;
		width: 30px;
		height: 2px;
		background-color: #333;
		border-radius: 4px;
		transition: all .5s;
	}
	.toggle_btn span:nth-child(1) {
		top: 4px;
	}
	.toggle_btn span:nth-child(2) {
		top: 14px;
	}
	.toggle_btn span:nth-child(3) {
		bottom: 4px;
	}
	.open .toggle_btn span {
		background-color: #fff;
	}
	.open .toggle_btn span:nth-child(1) {
		-webkit-transform: translateY(10px) rotate(-315deg);
		transform: translateY(10px) rotate(-315deg);
	}
	.open .toggle_btn span:nth-child(2) {
		opacity: 0;
	}
	.open .toggle_btn span:nth-child(3) {
		-webkit-transform: translateY(-10px) rotate(315deg);
		transform: translateY(-10px) rotate(315deg);
	}
	#mask {
		display: none;
		transition: all .5s;
	}
	.open #mask {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: .8;
		z-index: 2;
		cursor: pointer;
	}
	header .gnav ul{
		display: block;
		padding: 16vw 8vw;
		box-sizing: border-box;
	}
	header .gnav ul li{
		padding: 0;
		margin-bottom: 8vw;
		border-left: none;
	}
	header .gnav ul li a{
		color: #fff;
		font-size: 4.2666vw;
	}
	header .btn_contact{
		width: 70%;
		margin: 16vw auto 0;
	}
	header .btn_float_request{
		width: 16vw;
		top: auto;
		bottom: 16vw;
	}
	body.open{
		overflow-y: hidden;
	}
}

/* フッター -----------------------------*/
footer{
	background: #2c2c2c;
}
footer .page_top{
	height: 45px;
	padding: 0 110px 0 0;
	background: #14407d;
}
footer .page_top a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 128px;
	height: 100%;
	color: #fff;
	font-size: 28px;
	background: #0f3065;
	margin-left: auto;
}
footer .logo{
	width: 140px;
    margin-top: 15px;
}
footer .logo img {
    background: #fff;
    padding: 5px 10px;
	box-sizing: border-box;
}
.footer_nav{
	padding: 45px 0 60px;
}
.footer_nav ul{
	display: flex;
	justify-content: center;
}
.footer_nav ul li{
	margin-right: 110px;
}
.footer_nav ul.child_list{
	display: block;
}
.footer_nav ul li dl dt,
.footer_nav ul.child_list li{
	margin-bottom: 10px;
	margin-right: 0;
	color: #fff;
}
.footer_nav ul li a{
	color: #fff;
	font-size: 16px;
	line-height: 2;
}
.footer_nav ul li a i{
	width: 14px;
}
.footer_nav ul li dt a{
	pointer-events: none;
}

.footer_nav ul li dl dd{
	margin-left: 14px;
	color: #fff;
	line-height: 1.6;
}
.footer_nav ul li dl.company a{
	pointer-events: auto;
}
.footer_nav ul li dl.company dd{
	margin-left: 0;
	font-size: 14px;
}
footer small.copyright {
	font-size: 14px;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	display: block;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	footer .page_top{
		height: 12vw;
		padding: 0 6.4vw 0 0;
	}
	footer .page_top a{
		width: 34.1333vw;
		font-size: 7.4666vw;
	}
	footer .logo{
		width: 37.3333vw;
		margin: 12vw auto 0!important;
	}
	.footer_nav{
		padding: 8vw 8vw 12vw;
	}
	.footer_nav ul{
		display: block;
	}
	.footer_nav ul li{
		margin-right: 0;
		margin-bottom: 8vw;
	}
	.footer_nav ul li dl dt,
	.footer_nav ul.child_list li{
		margin-bottom: 2.6666vw;
		margin-right: 0;
	}
	.footer_nav ul li a{
		font-size: 4.2666vw;
	}
	.footer_nav ul li a i{
		width: 3.7333vw;
	}
	.footer_nav ul li dl dd{
		margin-left: 3.7333vw;
	}
	.footer_nav ul li dl.company dd{
		font-size: 3.733vw
	}
	footer small.copyright {
		font-size: 3.733vw;
		padding: 2vw 0;
	}
}

/* -------------------------------------------

共通設定

 ---------------------------------------------------*/
.tit_cnt{
	color: #053781;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.tit_cnt span{
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 18px;
}
.tagline_cnt{
	font-size: 24px;
	font-weight: bold;
	line-height: 2.1;
	text-align: center;	
	margin-top: 26px;
}
.outline{
	position: relative;
	padding: 50px 0 0;
}
.outline:before{
	position: absolute;
	content: "";
	display: inline-block;
	width: 100%;
	height: 374px;
	background: url("../images/common/bg_outline_left.png") no-repeat left top, url("../images/common/bg_outline_right.png") no-repeat right top, linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%);
	background-size: 292px auto;
	top: 0;
	left: 0;
	z-index: -1;
}
.point_list{
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: 40px auto 70px;
}
.point_list li{
	position: relative;
	width: 287px;
}
.point_list li .txt{
	position: absolute;
	width: 100%;
	top: 134px;
	left: 50%;
    transform: translateX(-50%);
	font-size: 23px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	z-index: 99;
}
.point_list li .cap{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-top: 12px;
}
.point_list li .note{
	color: #053781;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-top: 12px;
}
.appeal_list{
	width: 960px;
	margin: 0 auto;
}
.appeal_list li{
	margin-bottom: 30px;
	overflow: hidden;
}
.appeal_list li:last-child{
	margin-bottom: 0;
}
.appeal_list li .icon{
	float: left;
	display: block;
	width: 120px;
}
.appeal_list li .txt_wrap{
	float: right;
	width: 794px;
	margin-top: 6px;
}
.appeal_list li .txt_wrap .tit{
	color: #053781;
	font-size: 23px;
	font-weight: bold;
}
.appeal_list li .txt_wrap .desc{
	font-size: 16px;
	line-height: 1.8;
	margin-top: 8px;
}
.adoption{
	width: 960px;
	margin: 0 auto 40px;
}

.adoption .tit_cnt {
    font-size: 24px;
    font-weight: bold;
    line-height: 2.1;
    text-align: center;
    margin-top: 26px;
	color: #000;
}
.adoption a{
	color: #053786;
}
.adoption dl{
	margin-top: 30px;
	line-height: 1.6;
}
.adoption dt {
	font-weight: bold;
}
.adoption dt span {
	display: inline-block;
	margin-left: 10px;
	font-weight: bold;
}
.adoption dd{
	border-bottom: 1px dashed #CCC;
	margin: 5px 0 10px;
	padding-bottom: 10px;
}


.contact{
	position: relative;
	padding: 60px 0 104px;
}
.contact:before{
	position: absolute;
	content: "";
	display: inline-block;
	width: 100%;
	height: 337px;
	background: url("../images/common/bg_contact.png") no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.contact_cnt{
	width: 960px;
	padding: 45px 0;
	margin: 44px auto 0;
	background: #fff;
    -webkit-filter: drop-shadow(0px 3px 3px rgba(0,0,0,.4));
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,.4));
}
.contact_cnt .link_wrap{
	display: flex;
	justify-content: space-between;
	width: 720px;
	margin: 0 auto;
}
.contact_cnt .link_wrap a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 327px;
	height: 60px;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	background: linear-gradient(135deg, #2c3d76 0%, #2c3d75 50%, #1d2e5b 51%, #1d2e5a 100%);
	margin: 0 auto;
}
.contact_cnt .link_wrap a img{
	width: 29px;
	margin-right: 10px;
}
.contact_cnt p{
	color: #053781;
	font-weight: bold;
	text-align: center;
}
.contact_cnt p.tel{
	font-size: 30px;
	margin: 45px 0;
}
.contact_cnt p.tel a{
	pointer-events: none;
}
.contact_cnt p.tel a span{
	font-size: 48px;
	font-weight: bold;
	color: #053781;
	pointer-events: none;
}
.contact_cnt p.info{
	font-size: 16px;
	line-height: 1.8;
}
.page_tit_wrap{
	height: 200px;
	background: url("../images/common/bg_page_tit.png") no-repeat;
	background-size: cover;
}
.page_tit_inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 930px;
	height: 100%;
	margin: 0 auto;
}
.page_tit_inner .tit{
	color: #fff;
	font-size: 34px;
}
.page_tit_inner .tit img{
	width: auto;
	height: 100%;
}
.page_tit_inner .img{
	width: 270px;
}
.product_list{
	padding: 0 0 94px;
}
.product_list .cap {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 40px 0 0;
}
.product_list .link_wrap{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 50px auto 60px;
}
.product_list .link_wrap a{
	display: flex;
	justify-content: space-between;
	width: 600px;
	height: 209px;
	padding: 35px 30px 0 40px;
	box-sizing: border-box;
	background: url("../images/bg_link.png") no-repeat;
	background-size: cover;
}
.product_list .link_wrap a .img{
	width: 135px;
}
.product_list .link_wrap a .txt_wrap{
	width: 370px;
	color: #fff;
}
.product_list .link_wrap a .txt_wrap .name{
	font-size: 20px;
	font-weight: bold;
}
.product_list .link_wrap a .txt_wrap .desc{
	font-size: 16px;
	line-height: 1.8;
	margin-top: 20px;
}
.product_list_cnt{
	width: 1200px;
	margin: 46px auto 0;
	background: #fff;
    -webkit-filter: drop-shadow(0px 3px 3px rgba(0,0,0,.4));
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,.4));
	border-top: 4px solid #053781;
}
.product_list_cnt .tit_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #053781;
	padding: 20px 30px 22px 50px;
	border-bottom: 1px solid #c5c5c5;
}
.product_list_cnt .tit_wrap .series{
	font-size: 25px;
	font-weight: bold;
}
.product_list_cnt .tit_wrap .series span{
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
.product_list_cnt .tit_wrap a{
	display: flex;
	align-items: center;
	color: #053781;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #053781;
	padding: 0 3px 3px;
}
.product_list_cnt .tit_wrap a i{
	font-size: 22px;
	margin-left: 10px;
}
.product_list_cnt table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.product_list_cnt th,
.product_list_cnt td{
	font-size: 16px;
	line-height: 1.9;
	text-align: center;
	border-left: 1px solid #c5c5c5;
	box-sizing: border-box;
}
.product_list_cnt th:first-of-type,
.product_list_cnt td:first-of-type{
	border-left: none;
}
.product_list_cnt th{
	font-weight: bold;
	padding: 16px 0 6px;
}
.product_list_cnt td{
	padding: 0 0 10px;
}
.product_list_cnt .name th{
	background: #e4eaef;
	padding: 15px 0;
}
.product_list_cnt .border th{
	position: relative;
	border-top: 2px dashed #c5c5c5;
}
.product_list_cnt .border th:before{
	position: absolute;
	content: "";
	display: inline-block;
	width: 16px;
	height: 2px;
	top: -2px;
	left: 0;
	background: #fff;
}
.product_list_cnt .border th:after{
	position: absolute;
	content: "";
	display: inline-block;
	width: 16px;
	height: 2px;
	top: -2px;
	right: 0;
	background: #fff;
}
.product_list_cnt td a{
	display: block;
	width: 200px;
	height: 50px;
	color: #fff;
	font-weight: bold;
	line-height: 50px;
	background: #000;
	margin: 0 auto 20px;
}
.product_list_5col th,
.product_list_5col td{
	width: calc(100% / 5);
}
.product_list_4col th,
.product_list_4col td{
	width: calc(100% / 4);
}
.product_list_3col th,
.product_list_3col td{
	width: calc(100% / 3);
}
.product_list_2col th,
.product_list_2col td{
	width: calc(100% / 2);
}
.product_img td img{
	width: 290px;
}
.product_list_5col .product_img td img{
	width: 100%;
}
.mgn_t_100 {
	margin-top: 100px;
}
@media screen and (max-width: 767px) {
	.tit_cnt{
		font-size: 5.8666vw;
		line-height: 1.7;
	}
	.tit_cnt span{
		font-size: 4.2666vw;
		margin-bottom: 1.6vw;
	}
	.tagline_cnt{
		font-size: 4.8vw;
		line-height: 1.7;
		margin-top: 6.4vw;
	}
	.outline{
		padding: 12vw 4vw 0;
		box-sizing: border-box;
	}
	.outline:before{
		height: 97vw;
		background: url("../images/common/bg_outline_left.png") no-repeat left top, url("../images/common/bg_outline_right.png") no-repeat right top, linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%);
		background-size: 30vw auto;
	}
	.point_list{
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		margin: 8vw 0 0;
	}
	.point_list li{
		width: 48%;
		margin: 0 1% 6.9333vw;
	}
	.point_list li:last-child{
		margin: 0;
	}
	.point_list li .txt{
		top: 22vw;
		font-size: 4.2666vw;
	}
	.point_list li .cap,
	.point_list li .note{
		font-size: 3.2vw;
		margin-top: 2.1333vw;
	}
	.appeal_list{
		width: 100%;
	}
	.appeal_list li{
		margin-bottom: 8vw;
	}
	.appeal_list li .icon{
		width: 18%;
	}
	.appeal_list li .txt_wrap{
		width: 76%;
		margin-top: 0;
	}
	.appeal_list li .txt_wrap .tit{
		font-size: 5.3333vw;
	}
	.appeal_list li .txt_wrap .desc{
		font-size: 4.2666vw;
		margin-top: 2.1333vw;
	}
	.adoption{
		width: 100%;
		padding: 0 4vw 12vw;
		box-sizing: border-box;
	}

	.adoption .tit_cnt {
        font-size: 24px;
    	font-weight: bold;
    	line-height: 2.1;
    	text-align: center;
    	margin-top: 26px;
	}
	.adoption dl{
		margin-top: 8vw;
	}
	.adoption dt {
		font-weight: bold;
	}
	.adoption dt span {
		display: inline-block;
		margin-left: 2.6666vw;
	}
	.adoption dd{
		margin: 1.33333vw 0 2.6666vw;
		padding-bottom: 2.6666vw;
	}
	
	.contact{
		position: relative;
		padding: 16vw 4vw;
		box-sizing: border-box;
	}
	.contact:before{
		height: 90vw;
	}
	.contact_cnt{
		width: 100%;
		padding: 8vw 0;
		margin: 8vw auto 0;
	}
	.contact_cnt .link_wrap{
		display: block;
		width: 100%;
	}
	.contact_cnt .link_wrap a{
		width: 80vw;
		height: 16vw;
		font-size: 5.6vw;
		margin: 0 auto 4vw;
	}
	.contact_cnt .link_wrap a img{
		width: 8vw;
		margin-right: 2.6666vw;
	}
	.contact_cnt p.tel{
		font-size: 5.3333vw;
		margin: 6.9333vw 0;
	}
	.contact_cnt p.tel a{
		pointer-events: auto;
		background: #053781;
		display: block;
		width: 80vw;
		border-radius: 7vw;
		margin: 1vh auto 0;
		padding: 2.66vw 0;
		box-sizing: border-box;
	}
	.contact_cnt p.tel a span{
		font-size: 8vw;
		font-weight: bold;
		color: #fff;
		pointer-events: none;
		margin-top: 4vw;
	}
	.contact_cnt p.info{
		font-size: 3.2vw;
	}
	.page_tit_wrap{
		height: 42.6666vw;
		padding: 0 4vw;
	}
	.page_tit_inner{
		width: 100%;
	}
	.page_tit_inner .tit{
		font-size: 5.6vw;
	}
	.page_tit_inner .img{
		position: absolute;
		width: 40vw;
		right: 4vw;
		z-index: 98;
	}
	.product_list{
		padding: 0 4vw 16vw;
	}
	.product_list .link_wrap{
		display: block;
		width: 100%;
		margin: 8vw auto 12vw;
}
	.product_list .link_wrap a{
		position: relative;
		width: 100%;
		height: auto;
		padding: 4vw 4vw 8vw;
		background: linear-gradient(135deg, #2c3d76 0%, #2c3d75 50%, #1d2e5b 51%, #1d2e5a 100%);
		-webkit-filter: drop-shadow(0px 3px 3px rgba(0,0,0,.4));
		filter: drop-shadow(0px 0px 3px rgba(0,0,0,.4));
		border-top: 4px solid #053781;
		margin-bottom: 4vw;
	}
	.product_list .link_wrap a:before {
		position: absolute;
		content: "\f107";
		color: #ccc;
		font-family: "Font Awesome 5 Pro";
		font-size: 6.4vw;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.product_list .link_wrap a .img{
		width: 25%
	}
	.product_list .link_wrap a .txt_wrap{
		width: 71%;
	}
	.product_list .link_wrap a .txt_wrap .name{
		font-size: 4.2666vw;
	}
	.product_list .link_wrap a .txt_wrap .desc{
		font-size: 3.7333vw;
		margin-top: 4.8vw;
	}
	.product_list_cnt{
		width: 100%;
		margin: 8vw auto 0;
	}
	.product_list_cnt .tit_wrap{
		display: block;
		padding: 5.3333vw;
	}
	.product_list_cnt .tit_wrap .series{
		font-size: 6.4vw;
		margin-bottom: 6.4vw
	}
	.product_list_cnt .tit_wrap .series span{
		font-size: 4.2666vw;
		margin-bottom: 2.1333vw;
	}
	.product_list_cnt .tit_wrap a{
		font-size: 4.2666vw;
	}
	.product_list_cnt .tit_wrap a i{
		font-size: 5.8666vw;
		margin-left: 2.6666vw;
	}
	.product_table{
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.product_list_5col.product_list_cnt .name th {
		padding:15px 20px;
	}
	.mgn_t_100 {
		margin-top: 26.666vw;
	}
}

/* -------------------------------------------

TOPページ

 ---------------------------------------------------*/
#mv{
	padding: 70px 0 66px;
	margin: 0;
	background: url("../images/bg_mv.jpg") no-repeat;
	background-size: cover;
}
.mv_slide .inner{
	display: flex!important;
	align-items: center;
	width: 1200px;
	margin: 0 auto;	
}
.mv_slide .img{
	width: 450px;
}
.mv_slide .img img{
	width: auto;
	margin: 0 auto;
}
.mv_slide .txt_wrap{
	width: 750px;
	color: #fff;
}
.mv_slide .txt_wrap a.btn_detail{ 
	margin: 10px 0 0 0;
}
.mv_slide .txt_wrap .tit{
	font-size: 40px;
	font-weight: bold;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.mv_slide .txt_wrap .txt{
	font-size: 22px;
	font-weight: bold;
	line-height: 1.7;
	margin: 16px 0 28px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.mv_slide .txt_wrap .notice{
	font-size: 12px;
	font-weight: bold;
}
.mv_slide .slick-prev{
	left: 20px;
}
.mv_slide .slick-next{
	right: 20px;
}
.mv_slide .slick-dots{
	bottom: 40px;
}
.mv_slide .slick-dots li button:before{
	color: #CECECE;
	opacity: 1;
	font-size: 16px;
}
.mv_slide .slick-dots li.slick-active button:before{
	color: #fff;
	opacity: 1;
}
@media screen and (max-width: 767px) {
	#mv{
		padding: 10.6666vw 4vw;
	}
	.mv_slide .inner{
		display: block!important;
		width: 100%;
	}
	.mv_slide .img{
		width: auto;
		height: 80vw;
	}
	.mv_slide .img img{
		width: auto;
		height: 100%;
	}
	.mv_slide .txt_wrap{
		width: 100%;
		padding: 12vw 0;
	}
	.mv_slide .txt_wrap .tit{
		font-size: 8vw;
	}
	.mv_slide .txt_wrap .txt{
		font-size: 5.6vw;
		margin: 4.2666vw 0 6.4vw;
	}
	.mv_slide .txt_wrap .notice{
		font-size: 3.2vw;
		line-height: 1.7;
	}
	.mv_slide .slick-prev{
		left: 4vw;
	}
	.mv_slide .slick-next{
		right: 4vw;
	}
	.mv_slide .slick-dots{
		bottom: 8vw;
		left: 0;
	}
	.mv_slide .slick-dots li button:before{
		font-size: 4vw;
	}	
}

.new_product .sumally{
	display: flex;
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0 50px;
	background: #fff;
}
.new_product .sumally .img{
	width: 435px;
}
.new_product .sumally .img img{
	display: block;
	width: auto;
	height: 100%;
	margin: 0 auto;
}
.new_product .sumally .txt_wrap{
	width: 765px;
	line-height: 1.7;
}
.new_product .sumally .txt_wrap .cap{
	color: #053781;
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 20px;
}
.new_product .sumally .txt_wrap .txt{
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 0;
}
.new_product .movie{
	margin: 0 auto;
	padding: 34px 0 40px;
	background: url("../images/bg_new_product_movie.jpg") no-repeat center #000F1F;
	background-size: 1200px;
}
.new_product .movie .tit{
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
.new_product .movie video{
	display: block;
	width: 666px;
	margin: 40px auto 0;
}
.new_product .detail{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: 120px 0 76px;
}
@media screen and (max-width: 767px) {
	.new_product .sumally{
		display: block;
		width: 100%;
		padding: 12vw 4vw 8vw;
		box-sizing: border-box;
	}
	.new_product .sumally .img{
		width: auto;
		height: 80vw;
	}
	.new_product .sumally .txt_wrap{
		width: 100%;
	}
	.new_product .sumally .txt_wrap .cap{
		font-size: 5.333vw;
		margin: 6.4vw 0;
	}
	.new_product .sumally .txt_wrap .txt{
		font-size: 4.2666vw;
		margin: 2.6666vw 0 0;
	}
	.new_product .movie{
		width: 100%;
		padding: 8vw 4vw;
		box-sizing: border-box;
	}
	.new_product .movie .tit{
		font-size: 5.3333vw;
	}
	.new_product .movie video{
		width: 100%;
		margin: 4.8vw auto 0;
	}
	.new_product .detail{
		width: 100%;
		padding: 12vw 4vw;
		box-sizing: border-box;
	}
}

.features_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 980px;
	margin: 0 auto;
}
.features_list li{
	position: relative;
	width:280px;
	color: #fff;
	text-align: center;
	padding: 76px 0 32px;
	margin: 0 22px 60px;
	background: #1B4F83;
}
.features_list li .tag{
	position: absolute;
	width: 162px;
	height: 46px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 38px;
	top: 0;
	left: -9px;
	background: url("../images/bg_features_list_tag.png") no-repeat;
	background-size: contain;
}
.features_list li .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 75px;
	height: 75px;
	margin: 0 auto;
}
.features_list li .icon img{
	width: auto;
}
.features_list li .cap{
	font-size: 22px;
	font-weight: bold;
	margin: 25px 0 20px;
}
.features_list li .txt{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7;
}
.features_list li:nth-child(2),
.features_list li:nth-child(4){
	background: #235F9A;
}
.features_list li:nth-child(3),
.features_list li:nth-child(5){
	background: #4281BF;
}
.btn_detail{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 480px;
	height: 60px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius:5px;
	background: #053781;
	margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
	.features_list{
		display: block;
		width: 84vw;
	}
	.features_list li{
		width:100%;
		padding: 16vw 0 8.5333vw;
		margin: 0 0 10.6666vw;
	}
	.features_list li .tag{
		width: 43.2vw;
		height: 12.6666vw;
		font-size: 4.8vw;
		line-height: 10.1333vw;
		left: -2.4vw;
	}
	.features_list li .icon{
		width: 20vw;
		height: auto;
	}
	.features_list li .cap{
		font-size: 5.6vw;
		margin: 6.4vw 0 5.3333vw;
	}
	.features_list li .txt{
		font-size: 4vw;
	}
	.btn_detail{
		width: 84vw;
		height: 16vw;
		font-size: 4.8vw;
		border-radius:1.6vw;
		margin: 6.4vw auto 0;
		text-align: center;
	}
}

.top_series_area{
	padding: 70px 0 0;
}
.top_series_area.cps{
	background: url("../images/bg_cps_area.jpg") no-repeat center;
	background-size: cover;
}
.top_series_area .tit{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.top_series_area .inner{
	display: flex;
	width: 1020px;
	margin: 0 auto;
	padding: 20px 0 60px;
}
.top_series_area .img{
	width: 326px;
}
.top_series_area .txt_wrap{
	width: 744px;
	padding: 20px 0 0 50px;
}
.top_series_area .txt_wrap .cap{
	color: #053781;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.7;
}
.top_series_area .txt_wrap .txt{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
	margin: 25px 0 0;
}
.top_series_area .detail{
	padding: 110px 0 140px;
	background: #fff;
}
.top_series_area .detail .features_list{
	width: 1200px;
	justify-content: space-between;
}
.top_series_area .detail .features_list li{
	margin: 0;
}
.top_series_area .detail .features_list li:nth-child(4){
	background: #5599DD;
}
.top_series_area .btn_detail{
	margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
	.top_series_area{
		padding: 12vw 0 0;
	}
	.top_series_area .tit{
		font-size: 5.8666vw;
		line-height: 1.7;
		margin: 0 4vw;
	}
	.top_series_area .inner{
		display: block;
		width: 100%;
		padding: 6.4vw 4vw 12vw;
		box-sizing: border-box;
	}
	.top_series_area .img{
		width: 100%;
	}
	.top_series_area .txt_wrap{
		width: 100%;
		padding: 0;
		margin: 5vw 0 0;
		box-sizing: border-box;
	}
	.top_series_area .txt_wrap .cap{
		font-size: 5.3333vw;
	}
	.top_series_area .txt_wrap .txt{
		font-size: 4.8vw;
		margin: 5.6vw 0 0;
	}
	.top_series_area .detail{
		padding: 10.6666vw 4vw 12vw;	
	}
	.top_series_area .detail .features_list{
		width: 84vw;
	}
	.top_series_area .detail .features_list li{
		margin: 0 0 10.6666vw;
	}
	.top_series_area .btn_detail{
		margin: 6.4vw auto 0;
	}
}

.attention{
	position: relative;
	padding: 60px 0 100px;
}
.attention:before{
	position: absolute;
	content: "";
	display: inline-block;
	width: 100%;
	height: 1028px;
	top: 0;
	left: 0;
	background: #EAF0F7;
	z-index: -1;
}
.attention .map{
	width: 1126px;
	margin: 0 auto;
}
.attention .detail{
	width: 960px;
	text-align: center;
	background: #fff;
	padding: 56px 0 0;
	margin: 50px auto 0;
}
.attention .detail .tit{
	color: #053781;
	font-size: 30px;
	font-weight: 600;
}
.attention .detail .txt{
	font-size: 21px;
	font-weight: 600;
	line-height: 2;
	margin: 50px 0 0;
}
.attention .list{
	display: flex;
	justify-content: space-between;
	width: 830px;
	margin: 65px auto 0;
}
.attention .list li{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 190px;
	height: 190px;
	color: #fff;
	border-radius: 50%;
	background: #1B4F83;
}
.attention .list li .cap{
	font-size: 22px;
	font-weight: bold;
	margin: 20px 0 0;
}
.attention .list li:nth-child(2){
	background: #235F9A;
}
.attention .list li:nth-child(3){
	background: #4281BF;
}
.attention .list li:nth-child(4){
	background: #5599DD;
}
@media screen and (max-width: 767px) {
	.attention{
		padding: 12vw 4vw;
	}
	.attention:before{
		height: 120vw;
	}
	.attention .map{
		width: 100%;
	}
	.attention .detail{
		width: 84vw;
		padding: 6.4vw 4vw 0;
		margin: 8vw auto 0;
	}
	.attention .detail .tit{
		font-size: 5.3333vw;
		line-height: 1.6;
	}
	.attention .detail .txt{
		font-size: 4vw;
		margin: 6.4vw 0 0;
	}
	.attention .list{
		flex-wrap: wrap;
		width: 84vw;
		margin: 8vw auto 0;
	}
	.attention .list li{
		width: 40vw;
		height: 40vw;
		margin: 0 0 4vw;
	}
	.attention .list li .icon{
		width: 11.2vw;
	}
	.attention .list li .icon img{
		width: auto;
	}
	.attention .list li .cap{
		font-size: 4.2666vw;
		margin: 4.8vw 0 0;
	}
}

.reason{
	padding: 90px 0;
	background: #F7F7F7;
}
.reason .list{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 90px auto 0;
}
.reason .list li{
	display: flex;
	flex-direction: column;
	width: 280px;
	color: #053781;
	padding: 0 0 40px;
	background: #fff;
}
.reason .list li .num{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 68px;
	height: 68px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	background: #1B4F83;
	margin: -8px auto 0;
}
.reason .list li .num span{
	font-size: 28px;
	font-weight: bold;
	margin: 5px 0 0;
}
.reason .list li .tit{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin: 48px 0 40px;
}
.reason .list li .txt{
	font-size: 16px;
	line-height: 1.5;
	margin: 0 22px;
}
@media screen and (max-width: 767px) {
	.reason{
		padding: 12vw 4vw;
	}
	.reason .list{
		display: block;
		width: 100%;
		margin: 11.2vw auto 0;
	}
	.reason .list li{
		width: 74.6666vw;
		padding: 0 0 10.6666vw;
		margin: 0 auto 10.6666vw;
	}
	.reason .list li .num{
		width: 18.1333vw;
		height: 18.1333vw;
		font-size: 3.2vw;
		margin: -3.2vw auto 0;
	}
	.reason .list li .num span{
		font-size: 7.4666vw;
		margin: 1.3333vw 0 0;
	}
	.reason .list li .tit{
		display: block;
		height: auto;
		font-size: 4.8vw;
		margin: 8vw 0;
	}
	.reason .list li .txt{
		font-size: 4vw;
		margin: 0 6.4vw;
	}
}

.trackrecord{
	padding: 180px 0;
}
.trackrecord .slide{
	margin: 50px 0 0;
}
.trackrecord .slide .slick-track{
	display: flex;
}
.trackrecord .slide .cnt.slick-slide{
	float: none;
	height: auto;
}
.trackrecord .slide .cnt{
	width: 900px;
	border: 1px solid #9DAEC3;
	box-sizing: border-box;
	margin: 0 32px;
}
.trackrecord .slide .cnt .place{
	display: flex;
	align-items: center;
	color: #053781;
	font-size: 20px;
	font-weight: bold;
	padding: 18px 28px;
	background: #EAF0F7;
}
.trackrecord .slide .cnt .place:before{
	display: block;
	content: "";
	width: 25px;
	height: 2px;
	background: #053781;
	margin: 0 8px 0 0;
}
.trackrecord .slide .cnt .wrap{
	padding: 22px 26px 48px; 
	overflow: hidden;
}
.trackrecord .slide .cnt .mv{
	float: left;
	width: 300px;
}
.trackrecord .slide .cnt dl{
	display: flex;
	flex-wrap: wrap;
	width: 300px;
	font-size: 13px;
	line-height: 1.6;
	margin: 12px 0 0;
}
.trackrecord .slide .cnt dl dt{
	width: 5em;
	margin: 8px 0 0;
}
.trackrecord .slide .cnt dl dd{
	width: calc(100% - 5em);
	margin: 8px 0 0;
}
.trackrecord .slide .cnt .tit{
	float: right;
	width: 525px;
	color: #1B4F83;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin: 14px 0 20px;
}
.trackrecord .slide .cnt .txt{
	float: right;
	width: 525px;
	font-size: 16px;
	line-height: 1.6;
}
.trackrecord .slide .cnt .img_list{
	float: right;
	display: flex;
	width: 525px;
	margin: 24px 0 0;
}
.trackrecord .slide .cnt .img_list li{
	width: 112px;
	margin: 0 0 0 20px;
}
.trackrecord .slide .cnt .img_list li:first-child{
	margin: 0;
}
.trackrecord .slick-dots{
	position: static;
	margin: 30px 0 0;
}
.trackrecord .slick-dots li.slick-active button:before{
	color: #1B4F83;
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.trackrecord{
		padding: 12vw 4vw;
	}
	.trackrecord .slide{
		margin: 8vw 0 0;
	}
	.trackrecord .slide .cnt{
		width: 100%;
		margin: 0;
	}
	.trackrecord .slide .cnt .place{
		font-size: 4.8vw;
		padding: 4vw;
	}
	.trackrecord .slide .cnt .place:before{
		width: 6.4vw;
		margin: 0 2.1333vw 0 0;
	}
	.trackrecord .slide .cnt .wrap{
		display: flex;
		flex-direction: column;
		padding: 8vw 4vw; 
	}
	.trackrecord .slide .cnt .mv,
	.trackrecord .slide .cnt dl,
	.trackrecord .slide .cnt .tit,
	.trackrecord .slide .cnt .txt,
	.trackrecord .slide .cnt .img_list{
		float: none;
		width: 100%;
	}
	.trackrecord .slide .cnt .mv{
		order: 2;
	}
	.trackrecord .slide .cnt dl{
		font-size: 3.4666vw;
		margin: 3.2vw 0 0;
		order: 4;
	}
	.trackrecord .slide .cnt dl dt{
		margin: 2.1333vw 0 0;
	}
	.trackrecord .slide .cnt  dl dd{
		margin: 2.1333vw 0 0;
	}
	.trackrecord .slide .cnt .tit{
		font-size: 4.8vw;
		margin: 0 0 4.8vw;
		order: 1;
	}
	.trackrecord .slide .cnt .txt{
		font-size: 4vw;
		margin: 6vw 0 0;
		order: 3;
	}
	.trackrecord .slide .cnt .img_list{
		margin: 6.4vw 0 0;
		order: 5;
	}
	.trackrecord .slide .cnt .img_list li{
		width: 17.6vw;
		margin: 0 0 0 4vw;
	}
	.trackrecord .slick-dots{
		margin: 4.8vw 0 0;
	}
}

.paradigm{
	position: relative;
	padding: 0 0 48px;
}
.paradigm:before{
	position: absolute;
	content: "";
	display: inline-block;
	width: 100%;
	height: 70%;
	bottom: 0;
	left: 0;
	background: #ebebeb;
	z-index: -1;
}
.paradigm .tagline_cnt{
	font-size: 16px;
	font-weight: normal;
}
.paradigm_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 980px;
	margin: 40px auto 0;
}
.paradigm_list li{
	width: 305px;
	margin: 0 10px 20px;
	background: #fff;
    -webkit-filter: drop-shadow(0px 3px 3px rgba(0,0,0,.4));
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,.4));
}
.paradigm_list li .txt_wrap{
	text-align: center;
	padding: 27px 0;
}
.paradigm_list li .txt_wrap .tit{
	color: #053781;
	font-size: 20px;
	font-weight: bold;
}
.paradigm_list li .txt_wrap a{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 20px;
}
.paradigm_list li .txt_wrap a i{
	font-size: 22px;
	margin-left: 6px;
}
@media screen and (max-width: 767px) {
	.paradigm{
		padding: 12vw 4vw;
		background: #ebebeb;
	}
	.paradigm:before{
		display: none;
	}
	.paradigm .tagline_cnt{
		font-size: 4vw;
	}
	.paradigm_list{
		width: 100%;
		margin: 8vw auto 0;
	}
	.paradigm_list li{
		width: 100%;
		margin: 0 0 8vw;
	}
	.paradigm_list li:last-child{
		margin: 0;
	}
	.paradigm_list li .txt_wrap{
		padding: 6.4vw 4vw;
	}
	.paradigm_list li .txt_wrap .tit{
		font-size: 5.333vw;
	}
	.paradigm_list li .txt_wrap a{
		font-size: 4.2666vw;
		margin-top: 5.3333vw;
	}
	.paradigm_list li .txt_wrap a i{
		font-size: 5.8666vw;
		margin-left: 1.6vw;
	}
}

.installationrecord{
	padding: 70px 0 100px;
}
.installationrecord .tit{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 40px;
}
.installationrecord .cap{
	font-size: 18px;
	text-align: center;
	line-height: 1.9;
	margin: 40px 0 0;
}
.installationrecord .list{
	width: 960px;
	height: 355px;
	margin: 56px auto 0;
	overflow-y: scroll;
}
.installationrecord .list li{
	display: flex;
	font-size: 18px;
	padding: 16px 0;
	border-bottom: dashed 1px #707070;
}
.installationrecord .list li .date{
	margin: 0 16px 0 0;
}
@media screen and (max-width: 767px) {
	.installationrecord{
		padding: 12vw 4vw;
	}
	.installationrecord .tit{
		font-size: 6.4vw;
		margin: 0 0 6.4vw;
	}
	.installationrecord .cap{
		font-size: 4vw;
		margin: 6.4vw 0 0;
	}
	.installationrecord .list{
		width: 100%;
		height: 96vw;
		margin: 8vw auto 0;
	}
	.installationrecord .list li{
		font-size: 4vw;
		line-height: 1.6;
		padding: 4vw 0;
	}
	.installationrecord .list li .date{
		margin: 0 4vw 0 0;
	}
}

.top_page .product_list{
	padding: 80px 0;
	margin-top: 70px;
	background: #f2f2f4;
}
.top_page .product_list .cap{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 40px 0 0;
}
.top_product_list{
	display: flex;
	flex-wrap: wrap;
	width: 1000px;
	margin: 60px auto 0;
	background: #fff;
	border-right: 1px solid #707070;
	border-top: 1px solid #707070;
/*	border-bottom: 1px solid #707070;*/
	box-sizing: border-box;
}
.top_product_list li{
	position: relative;
	display: flex;
	flex-flow: column;
	width: calc(100% / 3);
	padding: 32px 0 20px;
	border-left: 1px solid #707070;
	border-bottom: 1px solid #707070;
	box-sizing: border-box;
}
/*
.top_product_list li:nth-child(4){
	border-bottom: none;
}

.top_product_list li:nth-child(5){
	width: calc(100% / 3 + 2px);
	border-right: 1px solid #707070;
	border-bottom: none;
}
*/

.top_product_list.col_4 li{
	width: calc(100% / 4);
}
.top_product_list.col_3 li{
	width: calc(100% / 3);
}
.top_product_list.col_2 li{
	width: calc(100% / 2);
}
.top_product_list li.current{
	background: #ffffcc;
}
.top_product_list li .new{
	position: absolute;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	background: #f00;
	border-radius: 50%;
	right: 15px;
	top: 10px;
}
.top_product_list li .img{
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
}
.top_product_list li .img img{
	width: auto;
}
.top_product_list li .name{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 0;
}
.top_product_list li .series{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 12px 0;
	margin: 15px 0 0;
	background: #053781;
}
.top_product_list li dl{
	font-size: 13px;
	line-height: 1.7;
	margin: 20px 13px;
	padding-bottom:10px;
	border-bottom: 1px dashed #000;
}
.top_product_list li dl.indicate{
	font-size: 13px;
	line-height: 1.7;
	margin: 0px 13px 20px;
}
.top_product_list li dl dt{
    clear: both;
	float: left;
}
.top_product_list li h3{
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 13px 5px;	
	text-align: center;
}
.top_product_list li .txt{
	flex:auto;
	font-size: 13px;
	line-height: 1.7;
	margin: 0 13px 26px;
}
.top_product_list li a{
	display: block;
	width: 200px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
	background: #000;
}
.top_product_list li.current a{
	background: #f00;
	pointer-events: none;
}
@media screen and (max-width: 767px) {
	
	.top_page .product_list{
		padding: 12vw 4vw 21.3333vw;
		margin-top: 0;
	}
	.top_page .product_list .cap{
		font-size: 4.2666vw;
		line-height: 1.7;
		margin: 4vw 0 0;
	}
	.top_product_list{
		display: block;
		width: 100%;
		margin: 9.6vw auto 0;
	}
	.top_product_list li{
		display: block;
		width: 100%;
		padding: 9.6vw 0;
		border-bottom: 1px solid #707070;
	}
	.top_product_list li:nth-child(4){
		border-bottom: 1px solid #707070;
	}
	.top_product_list li:nth-child(5){
		width: 100%;
		border-right: none;
		border-bottom: none;
	}
	.top_product_list li:last-child{
		border-bottom: none;
	}
	.top_product_list li .new{
		width: 12vw;
		height: 12vw;
		font-size: 3.7333vw;
		line-height: 12vw;
		right: 4vw;
		top: 3.2vw;
	}
	.top_product_list li .img{
		display: block;
	}
	.top_product_list li .img img{
		display: block;
		margin: 0 auto;
	}
	.top_product_list li .name{
		font-size: 4.8vw;
		margin: 8vw 0 0;
	}
	.top_product_list li .series{
		font-size: 3.7333vw;
		padding:3.2vw 0;
		margin: 4vw 0 0;
	}
	.top_product_list li dl{
		font-size: 3.7333vw;
		margin: 4vw;
	}
	.top_product_list li .txt{
		font-size: 3.7333vw;
		margin: 0 4vw 4vw;
	}
	.top_product_list li a{
		width: 64vw;
		height: 10.6666vw;
		font-size: 4.2666vw;
		line-height: 10.6666vw;
	}
}

/* -------------------------------------------

活用例

 ---------------------------------------------------*/
.case_top{
	position: relative;
	padding: 80px 0 0;
}
.case_top:before{
	position: absolute;
	content: "";
	display: inline-block;
	width: 100%;
	height: 470px;
	background: url("../casestudy/emergency/images/bg_case.png") no-repeat;
	background-size: cover;
	top: 0;
	left: 0;
	z-index: -1;
}
.case_top.event:before{
	background: url("../casestudy/event/images/bg_case.png") no-repeat;
	background-size: cover;
}
.case_top.automotive:before{
	background: url("../casestudy/automotive/images/bg_case.png") no-repeat;
	background-size: cover;
    background-position: bottom;
}
.case_top.outdoor:before{
	background: url("../casestudy/outdoor/images/bg_case.png") no-repeat;
	background-size: cover;
    background-position: bottom;
}
.case_top.photograph:before{
	background: url("../casestudy/photograph/images/bg_case.png") no-repeat;
	background-position: bottom;
	background-size: cover;
}
.case_top.construction:before{
	background: url("../casestudy/construction/images/bg_case.png") no-repeat;
	background-size: cover;
    background-position: bottom;
}

.case_top_inner{
	width: 960px;
	background: rgba(255,255,255,0.7);
	padding: 28px 0 20px;
	margin: 0 auto 80px;
	text-align: center;
}
.case_top_inner .tit{
	color: #053781;
	font-size: 28px;
	font-weight: bold;
}
.case_top_inner .cap{
	font-size: 24px;
	font-weight: bold;
	line-height: 2.1;
	margin-top: 16px;
}
.case_page .appeal_list{
	padding: 36px;
	background: #fff;
    -webkit-filter: drop-shadow(0px 3px 3px rgba(0,0,0,.4));
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,.4));
	box-sizing: border-box;
}
.case_page .appeal_list li .txt_wrap{
	width: 744px;
}
.case_page .accident{
	position: relative;
	padding: 70px 0 60px;
}
.case_page .point_list{
	margin: 60px auto 0;
}
.case_page .accident:after{
	position: absolute;
	content: "";
	display: inline-block;
	width: 100%;
	height: 27%;
	bottom: 0;
	left: 0;
	background: #ebebeb;
	z-index: -1;
}
.case_page .recommend{
	position: relative;
	padding: 100px 0 80px;
}
.case_page .recommend:after{
	position: absolute;
	content: "";
	display: inline-block;
	width: 100%;
	height: 43%;
	bottom: 0;
	left: 0;
	background: #ebebeb;
	z-index: -1;
}
.case_page .paradigm{
	padding: 90px 0 50px;
}
.case_page .paradigm:before{
	position: absolute;
	content: "";
	display: inline-block;
	width: 100%;
	height: 60%;
	bottom: 0;
	left: 0;
	background: #ebebeb;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.case_top{
		padding: 16vw 4vw 0;
	}
	.case_top:before{
		height: 114vw;
	}
	.case_top_inner{
		width: 100%;
		padding: 6.4vw 4vw;
		margin: 0 auto 16vw;
		box-sizing: border-box;
	}
	.case_top_inner .tit{
		font-size: 6.4vw;
	}
	.case_top_inner .cap{
		font-size: 4.8vw;
		margin-top: 3.7333vw;
	}
	.case_page .appeal_list{
		padding: 6.4vw 4vw;
	}
	.case_page .appeal_list li .txt_wrap{
		width: 76%;
	}
	.case_page .accident{
		padding: 16vw 4vw 12vw;
	}
	.case_page .point_list{
		margin: 16vw auto 0;
	}
	.case_page .accident:after{
		height: 77vw;
	}
	.case_page .recommend{
		padding: 16vw 4vw;
	}
	.case_page .recommend:after{
		height: 100vw;
	}
	.case_page .paradigm{
		padding: 16vw 4vw 12vw;
	}
	.case_page .paradigm:before{
		height: 510vw;
	}
}

/* -------------------------------------------

シリーズページ

 ---------------------------------------------------*/
.series_page .point_list li .txt{
	font-size: 22px;
	top: 126px;
}
.series_page .product_list{
	position: relative;
}
.series_page .product_list:after{
	position: absolute;
	content: "";
	display: inline-block;
	width: 100%;
	height: 42%;
	bottom: 0;
	left: 0;
	background: #ebebeb;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.series_page .point_list li .txt{
		font-size: 3.7333vw;
		top: 19vw;
	}
	.series_page .product_list{
		margin-top: 21.3333vw;
	}
	.series_page .product_list:after{
		height: 200vw;
	}
}

/* -------------------------------------------

詳細ページ

 ---------------------------------------------------*/
.product_detail{
	position: relative;
	padding-top: 38px;
}
.product_detail:before{
	position: absolute;
	content: "";
	display: inline-block;
	width: 100%;
	height: 314px;
	background: url("../images/common/bg_outline_left.png") no-repeat left top, url("../images/common/bg_outline_right.png") no-repeat right top, linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%);
	background-size: 292px auto;
	left: 0;
	top: 0;
	z-index: -1;
}
.product_detail .detail_cnt{
	width: 960px;
	padding: 30px 30px 30px 78px;
	margin: 0 auto;
	background: #fff;
    -webkit-filter: drop-shadow(0px 3px 3px rgba(0,0,0,.4));
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,.4));
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
}
.product_detail .detail_cnt .slide{
	width: 300px;
	margin-top: 28px;
}
.slick-prev:before,
.slick-next:before {
    color: #ccc;
	font-family: "Font Awesome 5 Pro";
    font-size: 30px;
}
.slick-next {
    right: -40px;
    z-index: 99;
}
.slick-next:before{
	content: "\f105";
}
.slick-prev {
    left: -40px;
    z-index: 100;
}
.slick-prev:before{
	content: "\f104";
}
.product_detail .detail_cnt h3{
	color: #053781;
    font-size: 18px;
    font-weight: bold;
	margin: 30px 0 10px;
	text-align: center;
}
.product_detail .detail_cnt .movie{
	width: 300px;
}
.product_detail .detail_cnt video{
	width: 100%;
}
.dl_btn a{
	display: block;
	background: #000;
	color: #fff;
	text-align: center;
	width: 300px;
	margin: 20px auto;
	padding: 15px 0;
}
.product_detail .detail_cnt .desc_wrap{
	width: 476px;
	margin-left: 77px;
}
.product_detail .detail_cnt .desc_wrap .tit{
	color: #053781;
	font-size: 24px;
	font-weight: bold;
}
.product_detail .detail_cnt .desc_wrap .txt{
	font-size: 15px;
	line-height: 2;
	margin: 18px 0;
}
.product_detail .detail_cnt .desc_wrap span.note{
	display: block;
	font-size: 90%;
	margin: 5px 0 0;
	line-height: 1.5;
}
.product_detail .detail_cnt table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.product_detail .detail_cnt table tr:nth-child(2n+1){
	background: #ebf2f7;
}
.product_detail .detail_cnt table th,
.product_detail .detail_cnt table td{
	font-size: 15px;
	line-height: 2.3;
}
.product_detail .detail_cnt table th{
	position: relative;
	text-align: left;
	padding: 0 15px 0 10px;
	width: 120px;
}
.product_detail .detail_cnt table th:after{
	position: absolute;
	content: "：";
	right: 0;
}
.product_detail .detail_cnt table td{
	padding: 0 10px;
}
.detail_page .feature,
.detail_page .option{
	position: relative;
	padding: 100px 0 78px;
}
.detail_page .feature:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100%;
    height: 68%;
    bottom: 0;
	left: 0;
    background: #ebebeb;
    z-index: -1;
}
.detail_page .option:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100%;
    height: 43%;
    bottom: 0;
  	left: 0;
  background: #ebebeb;
    z-index: -1;
}
.detail_page .feature_list,
.detail_page .option_list{
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: 40px auto 0;
}

.detail_page .option_list.col2{
	width: 640px;
}

.detail_page .option_list.col1{
	width: 320px;
}

.detail_page .feature_list li,
.detail_page .option_list li{
	width: 305px;
	background: #fff;
    -webkit-filter: drop-shadow(0px 3px 3px rgba(0,0,0,.4));
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,.4));
	margin: 0 auto;
}
.detail_page .feature_list li .txt_wrap,
.detail_page .option_list li .txt_wrap{
	padding: 28px 24px;
}
.detail_page .feature_list li .txt_wrap .tit,
.detail_page .option_list li .txt_wrap .tit{
	color: #053781;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.detail_page .feature_list li .txt_wrap .desc,
.detail_page .option_list li .txt_wrap .desc{
	font-size: 16px;
	line-height: 1.8;
	margin-top: 20px;
}
.detail_page .option_list li .img{
	padding: 38px 26px 0;
}

.detail_page .feature_cnt{
	width: 960px;
	padding: 20px 136px 20px 90px;
	margin: 78px auto 0;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.detail_page .feature_cnt .img{
	float: left;
	width: 260px;
}
.detail_page .feature_cnt .desc_wrap{
	float: right;
	width: 364px;
	margin-top: 10px;
}
.detail_page .feature_cnt .desc_wrap .tit{
	color: #e41c24;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
}
.detail_page .feature_cnt table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.detail_page .feature_cnt table th,
.detail_page .feature_cnt table td{
	font-size: 16px;
	line-height: 2;
}
.detail_page .feature_cnt table th{
	position: relative;
	width: 15em;
	text-align: left;
	padding: 0 15px 0 0;
}
.detail_page .feature_cnt table th:after{
	position: absolute;
	content: "：";
	right: 0;
}
.detail_page .feature_cnt table td{
	padding: 0 0 0 10px;
}


/* コンテンツ（使用時間以外） */
.detail_page .feature_cnt.exp{
	width: 960px;
	padding: 20px 50px 20px 50px;
	margin: 78px auto 0;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.detail_page .feature_cnt.exp .img{
	float: left;
	width: 320px;
}
.detail_page .feature_cnt.exp .desc_wrap{
	float: right;
	width: 494px;
	margin-top: 10px;
}
.detail_page .feature_cnt.exp .desc_wrap .tit{
	color: #e41c24;
	line-height: 1.6;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
}
.detail_page .feature_cnt.exp .desc_wrap p{
	line-height: 1.6;
}



.detail_page .product_list{
	position: relative;
	padding: 70px 0 60px;
}
.detail_page .product_list:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100%;
    height: 48%;
    bottom: 0;
	left: 0;
    background: #ebebeb;
    z-index: -1;
}
@media screen and (max-width: 767px) {
	.product_detail{
		padding: 12vw 4vw 0;
	}
	.product_detail:before{
		height: 60vw;
		background: url("../images/common/bg_outline_left.png") no-repeat left top, url("../images/common/bg_outline_right.png") no-repeat right top, linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%);
		background-size: 20vw auto;
	}
	.product_detail .detail_cnt{
		width: 100%;
		padding: 6.4vw 4vw 12vw;
		display: block;
	}
	.product_detail .detail_cnt .slide{
		width: 86%;
		margin: 0 auto 8vw;
	}
	.slick-prev:before,
	.slick-next:before {
		font-size: 8vw;
	}
	.slick-next {
		right: -7vw;
	}
	.slick-prev{
		left: -7vw;
	}
	.product_detail .detail_cnt .desc_wrap{
		width: 100%;
		margin-left: 0;
	}
	.product_detail .detail_cnt h3{
		font-size: 4.8vw;
		margin: 8vw 0 2.666vw;
	}
	.product_detail .detail_cnt .movie{
		width: 100%;
		margin-bottom: 8vw;
	}
	.dl_btn {
		margin-bottom: 16vw;
	} 
	.dl_btn a{
		width: 100%;
		margin: 5.3333vw auto;
		padding: 4vw 0;
	}
	.product_detail .detail_cnt .desc_wrap .tit{
		font-size: 5.3333vw;
	}
	.product_detail .detail_cnt .desc_wrap .txt{
		font-size: 4vw;
		margin: 4vw 0;
	}
	.product_detail .detail_cnt table{
		width: 100%;
	}
	.product_detail .detail_cnt table th,
	.product_detail .detail_cnt table td{
		font-size: 4vw;
		line-height: 2;
		padding: 2.1333vw 3.2vw;
	}
	.product_detail .detail_cnt table th{
		width: 6em;
	}
	.product_detail .detail_cnt table td{
	}
	.detail_page .feature,
	.detail_page .option{
		padding: 16vw 4vw 12vw;
	}
	.detail_page .feature:after {
		height: 500vw;
	}
	/* コンテンツ（使用時間以外） */
	.detail_page .feature_cnt.exp{
		width: 100%;
		padding: 5.3333vw 4vw;
		margin: 20.8vw auto 0;
	}
	.detail_page .feature_cnt.exp .img{
		float: none;
		width: 100%;
	}
	.detail_page .feature_cnt.exp .desc_wrap{
		float: none;
		width: 100%;
		margin-top: 2.666vw;
	}
	.detail_page .option:after {
		height: 240vw;
	}
	.detail_page .feature_list,
	.detail_page .option_list{
		display: block;
		width: 100%;
		margin: 8vw auto 0;
	}
	.detail_page .option_list.col2,
	.detail_page .option_list.col1{
		width: 100%;
	}
	.detail_page .feature_list li,
	.detail_page .option_list li{
		width: 100%;
		margin-bottom: 8vw;
	}
	.detail_page .feature_list li:last-child,
	.detail_page .option_list li:last-child{
		margin-bottom: 0;
	}
	.detail_page .feature_list li .txt_wrap,
	.detail_page .option_list li .txt_wrap{
		padding: 6.4vw 4vw;
	}
	.detail_page .feature_list li .txt_wrap .tit,
	.detail_page .option_list li .txt_wrap .tit{
		font-size: 5.333vw;
	}
	.detail_page .feature_list li .txt_wrap .desc,
	.detail_page .option_list li .txt_wrap .desc{
		font-size: 4.2666vw;
		margin-top: 5.3333vw;
	}
	.detail_page .option_list li .img{
		padding: 6.4vw 6.4vw 0;
	}
	.detail_page .feature_cnt{
		width: 100%;
		padding: 8vw;
		margin: 12vw auto 0;
	}
	.detail_page .feature_cnt .img{
		float: none;
		width: 100%;
	}
	.detail_page .feature_cnt .desc_wrap{
		float: none;
		width: 100%;
		margin-top: 8vw;
	}
	.detail_page .feature_cnt .desc_wrap .tit{
		font-size: 5.3333vw;
		margin-bottom: 8vw;
	}
	.detail_page .feature_cnt table th,
	.detail_page .feature_cnt table td{
		font-size: 3.7333vw;
	}
	.detail_page .feature_cnt table th{
		padding: 0 3.2vw 0 0;
	}
	.detail_page .feature_cnt table td{
		padding: 0 0 0 3.2vw;
	}
	.detail_page .product_list{
		padding: 16vw 4vw 12vw;
	}
	.detail_page .product_list:after {
		height: 120vw;
	}
}


/* -------------------------------------------

お問い合わせ

 ---------------------------------------------------*/
.contact_wrap{
	position: relative;
	padding: 38px 0 77px;
}
.contact_wrap:before{
	position: absolute;
	content: "";
	display: inline-block;
	width: 100%;
	height: 473px;
	background: url("../images/common/bg_outline_left.png") no-repeat left top, url("../images/common/bg_outline_right.png") no-repeat right top, linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%);
	background-size: 292px auto;
	top: 0;
	left: 0;
	z-index: -1;
}
.form_wrap{
	width:960px;
	padding: 50px 0 60px;
	margin: 0 auto;
	background: #fff;
    -webkit-filter: drop-shadow(0px 3px 3px rgba(0,0,0,.4));
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,.4));
}
.form_wrap .tagline{
	width: 570px;
	font-size: 15px;
	line-height: 2;
	margin: 0 auto;
}
.form_wrap .info{
	width: 680px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	margin: 40px auto 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.form_wrap .info a{
	pointer-events: none;
}
.form_wrap .info a span{
	color: #000;
	font-size: 22px;
	font-weight: bold;
}
.form_wrap .tit_form{
	color: #053781;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
	margin-top: 54px;
}
.form_cnt{
	width: 755px;
	margin: 40px auto 0;
	padding-bottom: 40px;
	overflow: hidden;
}
.form_cnt:first-of-type{
	border-bottom: 1px solid #dfdfdf;
}
.form_cnt dt{
	position: relative;
	float: left;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 306px;
	height: 34px;
	padding-right: 100px;
	box-sizing: border-box;
}
.form_cnt dt .must{
	position: absolute;
	display: block;
	background: #ffe201;
	width: 52px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	right: 30px;
}
.form_cnt dd{
	margin-left: 306px;
	margin-bottom: 25px;
}
.form_cnt dd input,
.form_cnt dd textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #f0f1f3;
	border: 1px solid #dfe3e8;
	border-radius: 0;
	outline: none;
	font-size: 16px;
	padding: 0 10px;
	width: 100%;
	height: 34px;
	box-sizing: border-box;
}
.form_cnt dd textarea{
	height: 175px;
	resize: none;
}
input[type=radio], input[type=checkbox] {
	display: none;
}
.form_cnt .radio label{
	display: block;
	margin-bottom: 20px;
}
.privacypolicy.checkbox{
	text-align: center;
}
.privacypolicy.checkbox a{
	color: #0071b5;
	border-bottom: 1px solid #0071b5;
	padding-bottom: 3px;
}
.form_cnt .radio span,
.checkbox span{
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	padding: 5px 0 5px 30px;
	margin-right: 5%;
}
.form_cnt .radio span:after,
.checkbox span:after{
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #b2b2b2;
	content: '';
}
.form_cnt .radio span:after{
	border-radius: 50%;
}
.form_cnt .radio span:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 5px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #e61c24;
	content: '';
	opacity: 0;
}
.checkbox span:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 6px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #e61c24;
	border-bottom: 3px solid #e61c24;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

input[type=radio]:checked + span:before,
input[type=checkbox]:checked + span:before{
	opacity: 1;
}
.checkbox_wrap{
	display: none;
	overflow: hidden;
	margin-bottom: 30px;
}
.checkbox_wrap span{
	float: left;
	display: block;
	margin: 0 20px 10px 0;
}
.checkbox_wrap label:last-of-type span{
	float: none;
	clear: both;
	width: 100%;
}

.btn_submit{
	outline: none;
	width: 328px;
 	text-align: center;
	line-height: 60px;
	margin: 34px auto 0;
}
.btn_submit input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 60px;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	border: none;
	background: linear-gradient(135deg, #2c3d76 0%, #2c3d75 50%, #1d2e5b 51%, #1d2e5a 100%);
}
.btn_submit input[type="button"] {
	margin-top: 10px;
	background: #333;
}

/*** 確認画面 ***/
.confirm_page .tit_form{
	margin-top: 0;
}
.confirm_page .error{
	margin: 30px 0;
}
.confirm_page .error_messe{
	font-size: 16px;
	margin: 30px 0;
	text-align: center;
}
.form_wrap .cap{
	font-size: 15px;
	text-align: center;
	margin: 50px 0;
}
.confirm_page .formTable{
	width: 70%;
	margin: 0 auto;
}
.confirm_page .formTable th,
.confirm_page .formTable td{
	font-size: 16px;
	line-height: 2.4;
}
.confirm_page .formTable th{
	width: 200px;
	font-weight: bold;
	text-align: left;	
}

@media screen and (max-width: 767px) {
	.contact_wrap{
		padding: 12vw 4vw;
	}
	.contact_wrap:before{
		height: 60vw;
		background: url("../images/common/bg_outline_left.png") no-repeat left top, url("../images/common/bg_outline_right.png") no-repeat right top, linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%);
		background-size: 20vw auto;
	}
	.form_wrap{
		width: 100%;
		padding: 8vw 4vw;
		box-sizing: border-box;
	}
	.form_wrap .tagline{
		width: 100%;
		font-size: 4vw;
	}
	.form_wrap .info{
		width: 100%;
		font-size: 4.2666vw;
		padding: 5.3333vw 0;
		margin: 8vw auto 0;
	}
	.form_wrap .info a{
		pointer-events: auto;
	}
	.form_wrap .info a span{
		display: block;
		font-size: 5.8666vw;
		margin: 3.2vw;
	}
	.form_wrap .tit_form{
		font-size: 5.3333vw;
		margin-top: 12vw;
	}
	.form_cnt{
		width: 100%;
		margin: 8vw auto 0;
		padding-bottom: 6.4vw;
	}
	.form_cnt dt{
		float: none;
		justify-content: flex-start;
		width: 100%;
		height: auto;
		padding-right: 0;
		font-size: 4.2666vw;
		margin-bottom: 4.2666vw;
	}
	.form_cnt dt .must{
		position: static;
		width: auto;
		height: auto;
		line-height: 1.2;
		padding: 1.3333vw 2.6666vw;
		margin-left: 2vw;
	}
	.form_cnt dd{
		margin-left: 0;
		margin-bottom: 8vw;
	}
	.form_cnt dd input{
		height: 40px;
	}
	.form_cnt dd textarea{
		height: 80px;
	}	
	.form_cnt .radio label{
		margin-bottom: 4.8vw;
	}
	.checkbox_wrap{
		margin-bottom: 8vw;
	}
	.checkbox_wrap span{
		float: none;
		margin: 0 0 4.2666vw;
	}
	
	.btn_submit{
		width: 100%;
		line-height: 13.3333vw;
		margin: 12vw auto 0;
	}
	.btn_submit input {
		font-size: 4.8vw;
		height: 13.3333vw;
	}
	/*** 確認画面 ***/
	.confirm_page .tit_form{
		margin-top: 0;
	}	
	.confirm_page .error{
		margin: 12vw 0;
	}
	.confirm_page .error_messe{
		font-size: 4.2666vw;
		margin: 8vw 0;
	}
	.form_wrap .cap{
		line-height: 1.7;
		margin: 8vw 0;
	}
	.confirm_page .formTable{
		width: 100%;
	}
	.confirm_page .formTable th,
	.confirm_page .formTable td{
		display: block;
		font-size: 4.2666vw;
	}
	.confirm_page .formTable th{
		width: 100%;
	}
	
}


/* -------------------------------------------

プライバシーポリシー

 ---------------------------------------------------*/

.common_txt_page .txt_wrap{
	
}
.common_txt_wrap{
	position: relative;
	padding: 38px 0 77px;
}
.common_txt_wrap:before{
	position: absolute;
	content: "";
	display: inline-block;
	width: 100%;
	height: 473px;
	background: url("../images/common/bg_outline_left.png") no-repeat left top, url("../images/common/bg_outline_right.png") no-repeat right top, linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%);
	background-size: 292px auto;
	top: 0;
	left: 0;
	z-index: -1;
}
.common_txt_page .txt_wrap{
	width:960px;
	padding: 50px 30px 60px;
	background: #fff;
    -webkit-filter: drop-shadow(0px 3px 3px rgba(0,0,0,.4));
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,.4));
	font-size: 15px;
	line-height: 2;
	margin: 0 auto;
	box-sizing: border-box;
}
.common_txt_page .txt_wrap h2 {
	color: #053781;
    font-size: 24px;
    font-weight: bold;
	text-align: center;
}
.common_txt_page .txt_wrap dt {
	margin: 20px 0 10px;
	padding:20px 0 5px;
	border-bottom :1px solid #CCC;
	font-weight: bold;
}
.common_txt_page .txt_wrap dt:first-child {
	margin: 0 0 10px;
	padding:0 0 5px;
}
.common_txt_page .txt_wrap ul {
	margin: 10px 0 10px;
}
.common_txt_page .txt_wrap h3,
.common_txt_page .txt_wrap h4{
	margin: 10px 0 5px;
}
@media screen and (max-width: 767px) {
	.common_txt_wrap{
		padding: 12vw 4vw;
	}
	.common_txt_wrap:before{
		height: 60vw;
		background: url("../images/common/bg_outline_left.png") no-repeat left top, url("../images/common/bg_outline_right.png") no-repeat right top, linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%);
		background-size: 20vw auto;
	}
	.common_txt_page .txt_wrap{
		width: 100%;
		padding: 8vw 4vw;
		box-sizing: border-box;
		font-size: 4vw;
	}
	.common_txt_page .txt_wrap h2 {
    	font-size: 5.3333vw;
	}
	.common_txt_page .txt_wrap dt {
		margin: 5.3333vw 0 2.6666vw;
		padding:5.3333vw 0 1.3333vw;
	}
	.common_txt_page .txt_wrap dt:first-child {
		margin: 0 0 2.6666vw;
		padding:0 0 1.3333vw;
	}
	.common_txt_page .txt_wrap ul {
		margin: 2.6666vw 0 2.6666vw;
	}
	.common_txt_page .txt_wrap h3,
	.common_txt_page .txt_wrap h4{
		margin: 2.6666vw 0 1.3333vw;
	}
}

/*** サイトマップページ ***/
.common_txt_page .sitemap .txt_wrap .tit {
	font-weight: bold;
}
.common_txt_page .sitemap .txt_wrap .border {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.common_txt_page .sitemap .txt_wrap dt {
	border-bottom :none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.common_txt_page .sitemap .txt_wrap ul.mark{
	list-style: disc;
    list-style-position: inside;
}



/* -------------------------------------------

装飾

 ---------------------------------------------------*/
.f_red{
	color: #FF0000;
}
.pc_only{
	display: block;
}
.smp_only{
	display: none;
}
@media screen and (max-width: 767px) {
	.pc_only{
		display: none;
	}
	.smp_only{
		display: block;
	}
}